45 lines
No EOL
1.8 KiB
Cheetah
45 lines
No EOL
1.8 KiB
Cheetah
<!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" ><head> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
|
|
<title>Cr@ns $getVar('title', 'Intranet')</title>
|
|
|
|
<!-- ++++++++++++++++++++++++++ stylesheets +++++++++++++++++++++++++++ -->
|
|
<link rel="stylesheet" type="text/css" href="/static/css/mainInterface.css" />
|
|
#if $getVar('stylesheets',False)
|
|
#for $a_stylesheet in $stylesheets
|
|
<LINK href="/static/css/$a_stylesheet" TYPE="text/css" REL="stylesheet" />
|
|
#end for
|
|
#end if
|
|
|
|
<!-- ++++++++++++++++++++++++++++ scripts +++++++++++++++++++++++++++++ -->
|
|
<script src="/static/MochiKit/MochiKit.js" type="text/javascript"></script>
|
|
<script src="/static/MochiKit/New.js" type="text/javascript"></script>
|
|
|
|
|
|
#if $getVar('scripts',False)
|
|
#for $a_script in $scripts
|
|
<script src="/static/scripts/$a_script" type="text/javascript"></script>
|
|
#end for
|
|
#end if
|
|
|
|
</head><body>
|
|
|
|
<div id="pageContent">
|
|
<!-- ++++++++++++++++++++++++++ start page ++++++++++++++++++++++++++ -->
|
|
$page
|
|
<!-- +++++++++++++++++++++++++++ end page +++++++++++++++++++++++++++ -->
|
|
</div>
|
|
<div id="topContent">
|
|
<a href="/"><img id="logo" src="/static/images/logointranet.png" alt="logocr@ns" /></a>
|
|
<ul id="topMenu">
|
|
<li>$login</li>
|
|
<li class="last"><a href="do_logout">logout</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="mainFooter"><hr /><a href="http://www.crans.org/">Site du cr@ns</a> <a href="http://wiki.crans.org/">wiki</a><br /><a href="http://wiki/ContactsCrans">Contact Cr@ns</a></div>
|
|
#if $environment == 'development'
|
|
<script type="text/javascript">
|
|
createLoggingPane(true);
|
|
</script>
|
|
#end if
|
|
</body></html> |