wok annotate tazwikiss/stuff/var/www/wiki/template.html @ rev 8641

Fixed celestia menu desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 17:13:17 2011 +0000 (2011-02-15)
parents
children
rev   line source
pascal@5859 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pascal@5859 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pascal@5859 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{LANG}" lang="{LANG}">
pascal@5859 4 <head>
pascal@5859 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
pascal@5859 6 <title>{WIKI_TITLE} - {PAGE_TITLE_BRUT}</title>
pascal@5859 7 <style type="text/css"> @import "style.css"; </style>
pascal@5859 8 {RSS}
pascal@5859 9 </head>
pascal@5859 10
pascal@5859 11 <body>
pascal@5859 12 <table border="0" width="100%" cellpadding="4" id="mainTable" cellspacing="0" summary="{PAGE_TITLE_BRUT}">
pascal@5859 13 <tr>
pascal@5859 14 <th colspan="3">
pascal@5859 15 <h1>{PAGE_TITLE}</h1>
pascal@5859 16 <p>{LAST_CHANGE} {TIME}</p>
pascal@5859 17 </th>
pascal@5859 18 </tr>
pascal@5859 19 <tr id="headerLinks">
pascal@5859 20 <td class="pageLinks" colspan="2">
pascal@5859 21 {HOME} {/ RECENT_CHANGES}
pascal@5859 22 </td>
pascal@5859 23 <td class="pageLinks" align="right">
pascal@5859 24 {EDIT} {(HELP)} {/ HISTORY}
pascal@5859 25 </td>
pascal@5859 26 </tr>
pascal@5859 27 <tr>
pascal@5859 28 <td id="mainContent" colspan="3">
pascal@5859 29 {TOC}
pascal@5859 30 <div class="error">{ERROR}</div>
pascal@5859 31 {CONTENT}
pascal@5859 32 </td>
pascal@5859 33 </tr>
pascal@5859 34 <tr id="footerLinks">
pascal@5859 35 <td class="pageLinks">
pascal@5859 36 <div>{SEARCH}</div>
pascal@5859 37 </td>
pascal@5859 38 <td class="pageLinks">
pascal@5859 39 <a href="http://wikiss.tuxfamily.org/">{WIKI_VERSION}</a>
pascal@5859 40 <br />
pascal@5859 41 {DATE} -- {IP} {COOKIE}
pascal@5859 42 </td>
pascal@5859 43 <td class="pageLinks" align="right">
pascal@5859 44 {EDIT} {(HELP)} {/ HISTORY}
pascal@5859 45 </td>
pascal@5859 46 </tr>
pascal@5859 47 </table>
pascal@5859 48 </body>
pascal@5859 49 </html>