plus propre
darcs-hash:20061110120959-f46e9-4e166177bed6df97c9df5094a952d9c36e6532cf.gz
This commit is contained in:
parent
b968c760a6
commit
20f3593951
1 changed files with 34 additions and 34 deletions
|
@ -1,62 +1,62 @@
|
|||
#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>
|
||||
<!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" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/css/$a_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">
|
||||
</head><body>
|
||||
<div id="pageContent">
|
||||
<!-- ++++++++++++++++++++++++++ start page ++++++++++++++++++++++++++ -->
|
||||
$page
|
||||
$page
|
||||
<!-- +++++++++++++++++++++++++++ end page +++++++++++++++++++++++++++ -->
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
<hr style="display:none;" />
|
||||
<div id="topContent">
|
||||
<a href="/"><img id="main_topContentLogo" src="/static/images/logointranet.png" alt="Revenir à l'accueil" /></a>
|
||||
<ul id="main_topContentMenu">
|
||||
<li>$login</li>
|
||||
<li class="last"><a href="do_logout">logout</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="mainFooter"><hr />
|
||||
<h2 style="display:none;">Liens Cr@ns</h2>
|
||||
<ul>
|
||||
<li style="display:inline"><a href="http://www.crans.org/">Site du cr@ns</a>
|
||||
<li style="display:inline"><a href="http://wiki.crans.org/">wiki</a><br />
|
||||
<li style="display:inline"><a href="http://wiki/ContactsCrans">Contact Cr@ns</a><br />
|
||||
</ul>
|
||||
<div id="topContentMessage" style="font-style:italic;text-align:center;">
|
||||
<p>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></p>
|
||||
</div>
|
||||
<hr style="display:none;" />
|
||||
<div id="topContent">
|
||||
<a href="/"><img id="main_topContentLogo"
|
||||
src="/static/images/logointranet.png" alt="Revenir à l'accueil" /></a>
|
||||
<ul id="main_topContentMenu">
|
||||
<li>$login</li>
|
||||
<li class="last"><a href="do_logout">logout</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="mainFooter"><hr />
|
||||
<h2 style="display:none;">Liens Cr@ns</h2>
|
||||
<ul>
|
||||
<li style="display:inline"><a href="http://www.crans.org/">Site du cr@ns</a>
|
||||
<li style="display:inline"><a href="http://wiki.crans.org/">wiki</a><br />
|
||||
<li style="display:inline"><a href="http://wiki/ContactsCrans">Contact Cr@ns</a><br />
|
||||
</ul>
|
||||
<div id="topContentMessage" style="font-style:italic;text-align:center;">
|
||||
<p>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></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
#if $environment == 'development'
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
createLoggingPane(true);
|
||||
//-->
|
||||
</script>
|
||||
#end if
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue