org/sonews/web/tmpl/AbstractSonewsServlet.tmpl
author chris <chris@marvin>
Fri Jun 26 16:48:50 2009 +0200 (2009-06-26)
changeset 1 6fceb66e1ad7
permissions -rw-r--r--
Hooray... sonews/0.5.0 final

HG: Enter commit message. Lines beginning with 'HG:' are removed.
HG: Remove all lines to abort the collapse operation.
     1 <html>
     2 <head>
     3   <title>%SERVERNAME - %TITLE</title>
     4   <link rel="stylesheet" type="text/css" href="%STYLESHEET" />
     5 </head>
     6 
     7 <body>
     8 <div class="pagetitle">sonews - %TITLE</div>
     9 
    10 <div class="content">
    11 %CONTENT
    12 </div>
    13 </body>
    14 </html>