slitaz-dev-tools diff tazwikiss/rootfs/var/www/wiki/template.html @ rev 293
tazcraft: tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Mar 19 08:50:48 2017 +0000 (2017-03-19) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazwikiss/rootfs/var/www/wiki/template.html Sun Mar 19 08:50:48 2017 +0000 1.3 @@ -0,0 +1,49 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{LANG}" lang="{LANG}"> 1.7 +<head> 1.8 + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 1.9 + <title>{WIKI_TITLE} - {PAGE_TITLE_BRUT}</title> 1.10 + <style type="text/css"> @import "style.css"; </style> 1.11 + {RSS} 1.12 +</head> 1.13 + 1.14 +<body> 1.15 +<table border="0" width="100%" cellpadding="4" id="mainTable" cellspacing="0" summary="{PAGE_TITLE_BRUT}"> 1.16 + <tr> 1.17 + <th colspan="3"> 1.18 + <h1>{PAGE_TITLE}</h1> 1.19 + <p>{LAST_CHANGE} {TIME}</p> 1.20 + </th> 1.21 + </tr> 1.22 + <tr id="headerLinks"> 1.23 + <td class="pageLinks" colspan="2"> 1.24 + {HOME} {/ RECENT_CHANGES} 1.25 + </td> 1.26 + <td class="pageLinks" align="right"> 1.27 + {EDIT} {(HELP)} {/ HISTORY} 1.28 + </td> 1.29 + </tr> 1.30 + <tr> 1.31 + <td id="mainContent" colspan="3"> 1.32 + {TOC} 1.33 + <div class="error">{ERROR}</div> 1.34 + {CONTENT} 1.35 + </td> 1.36 + </tr> 1.37 + <tr id="footerLinks"> 1.38 + <td class="pageLinks"> 1.39 + <div>{SEARCH}</div> 1.40 + </td> 1.41 + <td class="pageLinks"> 1.42 + <a href="http://wikiss.tuxfamily.org/">{WIKI_VERSION}</a> 1.43 + <br /> 1.44 + {DATE} -- {IP} {COOKIE} 1.45 + </td> 1.46 + <td class="pageLinks" align="right"> 1.47 + {EDIT} {(HELP)} {/ HISTORY} 1.48 + </td> 1.49 + </tr> 1.50 +</table> 1.51 +</body> 1.52 +</html> 1.53 \ No newline at end of file