[ PHPXref.com ] [ Generated: Sun Jul 20 20:38:17 2008 ] [ TigerWiki 2.14 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> template.html (source)

   1  <?xml version="1.0" encoding="iso-8859-1" lang="fr"?>
   2  
   3  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  
   5  <html xmlns="http://www.w3.org/1999/xhtml" lang="fr">
   6  <head>
   7  <title> {WIKI_TITLE} - {PAGE_TITLE_BRUT} </title>
   8  <style type="text/css"> @import "style.css"; </style>
   9  </head>
  10  
  11  <body>
  12  <table border="0" width="100%" cellpadding="4" id="mainTable" cellspacing="0">
  13  <tr><th colspan="2"> 
  14  <h1>{PAGE_TITLE}</h1>
  15  <p>{LAST_CHANGE} {TIME}</p>
  16  </th></tr>
  17  <tr id="headerLinks"><td class="pageLinks">
  18  {HOME} / {RECENT_CHANGES}
  19  </td>
  20  <td class="pageLinks" align="right">{EDIT} {HISTORY}</td></tr>
  21  <tr><td id="mainContent" colspan="2" ondblclick="document.location='?page={PAGE_TITLE_BRUT}&action=edit';">
  22  <div class="error">{ERROR}</div>
  23          {CONTENT}
  24  </td></tr>
  25  <tr id="footerLinks"><td class="pageLinks">
  26      {SEARCH}
  27  </td>
  28  <td class="pageLinks">
  29      Fonctionne avec <a href="http://www.chabel.org/TigerWiki/">TigerWiki 2</a>
  30      <br>{DATE} -- {IP} {COOKIE}
  31  </td></tr>
  32  </table>
  33  </body>
  34  </html>


[ Powered by PHPXref - Served by Debian GNU/Linux ]