Skip to content
Snippets Groups Projects
Commit 821e07eb authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

The new way to handle view.

parent 38f5f6fa
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!-- $Id$ -->
<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>{{=request.application}}</title>
<!-- extjs css -->
<link rel="stylesheet" type="text/css" href="{{=pextjs}}/resources/css/ext-all.css"/>
<link rel="stylesheet" type="text/css" href="{{=pextjs}}/examples/shared/icons/silk.css"/>
<!-- extjs javascript library -->
<script type="text/javascript" src="{{=pextjs}}/adapter/ext/ext-base-debug.js"></script>
<script type="text/javascript" src="{{=pextjs}}/ext-all-debug.js"></script>
<script type="text/javascript" src="{{=pextjs}}/src/locale/ext-lang-{{=lg}}.js"></script>
<!-- dbui api -->
<script type="text/javascript" src="/{{=request.application}}/plugin_dbui/get_api"></script>
<!-- dbui + user javascript source code and main script-->
{{for el in response.files:}}
<script type="text/javascript" src="{{=el}}"></script>{{pass}}
</head>
<body>
<div id='appmain'></div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!-- $Id: plugin_dbui.html 1129 2011-02-19 13:50:53Z legac $ -->
<!-- $Id$ -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" lang="en" content="{{=response.author}}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment