correction xhtml
darcs-hash:20070125165213-f46e9-97a00fc0e8b249502243132b8f0a8800c497b46d.gz
This commit is contained in:
parent
7e9b60fecc
commit
423bc3a11e
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
#import cherrypy
|
#import cherrypy
|
||||||
#set bugMail = cherrypy.config.get("mail.bugreport", "nounous@crans.org")
|
#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">
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<title>Cr@ns $getVar('title', 'Intranet')</title>
|
<title>Cr@ns $getVar('title', 'Intranet')</title>
|
||||||
|
@ -37,7 +39,7 @@
|
||||||
<a href="/"><img id="main_topContentLogo" src="/static/images/logointranet.png" alt="Revenir à l'accueil" /></a>
|
<a href="/"><img id="main_topContentLogo" src="/static/images/logointranet.png" alt="Revenir à l'accueil" /></a>
|
||||||
<ul id="main_topContentMenu">
|
<ul id="main_topContentMenu">
|
||||||
<li>$login@crans.org</li>
|
<li>$login@crans.org</li>
|
||||||
<li><a href="/">Page d'accueil</a>
|
<li><a href="/">Page d'accueil</a></li>
|
||||||
<li class="last"><a href="do_logout">Déconnexion</a></li>
|
<li class="last"><a href="do_logout">Déconnexion</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue