Retour [template/template.html]
show/hide
0
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4 <head>
5     <meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
6     <title>{WIKI_TITLE} - {PAGE_TITLE_BRUT}</title>
7     <style type="text/css"> @import "style.css"; </style>
8         <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml" />
9 </head>
10
11 <body>
12
13 <div id="mainTable">
14    <div id="header" >
15       <h1>{PAGE_TITLE}</h1>
16       <p>{LAST_CHANGE} {TIME}</p>
17    </div>
18
19    <div class="headerFooter" id="headerLinks">
20       <div id="colG">
21             {HOME} / {RECENT_CHANGES}
22       </div>
23       <div id="colD">
24             {EDIT} {HELP} {HISTORY}
25       </div>
26       <span>&nbsp;</span>
27    </div>
28
29    <div id="mainContent">
30       <div class="error">{ERROR}</div>
31             {CONTENT}
32    </div>
33
34    <div class="headerFooter" id="footerLinks">
35       <div id="colG">
36             {SEARCH}
37       </div>
38       <div id="colD">
39             {EDIT} {HELP} {HISTORY}
40       </div>
41       <span>
42             Wiki utilisant <a href="http://www.chabel.org/TigerWiki/">{WIKI_VERSION}</a>
43             <br />
44             {DATE} -- {IP} {COOKIE}
45       </span>
46    </div>
47 </div>
48
49 </body>
50 </html>

51