52 lines
No EOL
2.2 KiB
Cheetah
52 lines
No EOL
2.2 KiB
Cheetah
#import cherrypy
|
|
#set bugMail = cherrypy.config.get("mail.bugreport", "nounous@crans.org")
|
|
<!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 style="clear:both"></div>
|
|
</div>
|
|
<div id="topContent">
|
|
<a href="/"><img id="main_topContentLogo" src="/static/images/logointranet.png" alt="logocr@ns" /></a>
|
|
<ul id="main_topContentMenu">
|
|
<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><br />
|
|
<div id="topContentMessage" style="font-style:italic;text-align:center;">
|
|
L'intranet est en version beta, aidez-nous à l'améliorer en nous envoyant vos remarques et en nous signalant tout problème à <a href="mailto:$bugMail">$bugMail</a>
|
|
</div>
|
|
</div>
|
|
#if $environment == 'development'
|
|
<script type="text/javascript">
|
|
createLoggingPane(true);
|
|
</script>
|
|
#end if
|
|
</body></html> |