Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin_dbui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
w2pext
plugin_dbui
Commits
97d52756
Commit
97d52756
authored
14 years ago
by
Renaud Le Gac
Browse files
Options
Downloads
Patches
Plain Diff
The new way to handle view.
parent
821e07eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/plugin_dbui.html
+0
-37
0 additions, 37 deletions
views/plugin_dbui.html
with
0 additions
and
37 deletions
views/plugin_dbui.html
deleted
100644 → 0
+
0
−
37
View file @
821e07eb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
lang=
"en"
>
<!-- $Id$ -->
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"author"
lang=
"en"
content=
"{{=response.author}}"
/>
<meta
name=
"keywords"
content=
"{{=response.keywords}}"
/>
<meta
name=
"description"
content=
"{{=response.description}}"
/>
<title>
{{=response.title or URL(r=request)}}
</title>
<!-- load css and js files -->
{{for el in response.files:
if el.endswith('css'):}}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{=el}}"
/>
{{elif el.endswith('appbase.js') or el.endswith('dbui.min.js'):}}
<script
type=
"text/javascript"
>
Ext
.
namespace
(
'
App
'
);
App
.
name
=
'
{{=request.application}}
'
;
App
.
debug
=
{{
=
str
(
debug
).
lower
()}};
App
.
withMathJax
=
{{
=
str
(
withMathJax
).
lower
()}};
</script>
<script
type=
"text/javascript"
src=
"{{=el}}"
></script>
{{elif el.endswith('js'):}}
<script
type=
"text/javascript"
src=
"{{=el}}"
></script>
{{pass
pass}}
<!-- API definition for Ext.Direct -->
<script
type=
"text/javascript"
src=
"/{{=request.application}}/plugin_dbui/call/get_api"
></script>
</head>
<body>
<div
id=
'appmain'
></div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment