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

Add comment and REvision keyword.

Modified to add global variable.
Prepare space for a loading indicator.
parent 095a2a81
No related branches found
No related tags found
No related merge requests found
<!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}}" />
......@@ -7,16 +8,20 @@
<meta name="description" content="{{=response.description}}" />
<title>{{=response.title or URL(r=request)}}</title>
<!-- Load css class -->
{{for el in clibs:}}
<link rel="stylesheet" type="text/css" href="{{=el}}"/>
{{pass}}
{{for el in jlibs:}}
<script type="text/javascript" src="{{=el}}"></script>
{{pass}}
<link rel="stylesheet" type="text/css" href="{{=el}}"/>{{pass}}
<!-- define global variable for javascripts -->
<script type="text/javascript">
AppName = '{{=request.application}}';
</script>
</head>
<body>
<!-- the loading indicator -->
<!-- load javascript librairies -->
{{for el in jlibs:}}
<script type="text/javascript" src="{{=el}}"></script>{{pass}}
</body>
</html>
......
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