README added; </random> made accessible
[kot:kot.git] / templates / kot.xhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
4   <head>
5     <title>Kot engine for ##tdct – kot #{{ kid }}</title>
6     <meta http-equiv="Content-Type" content="application/xhtml+xml;
7     charset=utf-8" />
8     <link rel="stylesheet" media="screen" type="text/css" title="Style
9     Sheet" href="style.css" />
10   </head>
11   <body>
12     <h1>kot #{{ kid }}</h1>
13     <p>{{ kot.content }}</p>
14     <p>author : {{ kot.owner }}</p>
15     <ul>
16       <li>votes + : {{ kot.uprate }}</li>
17       <li>votes − : {{ kot.downrate }}</li>
18     </ul>
19   </body>
20 </html>
21