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.
chris@1
     1
<html>
chris@1
     2
<head>
chris@1
     3
  <title>%SERVERNAME - %TITLE</title>
chris@1
     4
  <link rel="stylesheet" type="text/css" href="%STYLESHEET" />
chris@1
     5
</head>
chris@1
     6
chris@1
     7
<body>
chris@1
     8
<div class="pagetitle">sonews - %TITLE</div>
chris@1
     9
chris@1
    10
<div class="content">
chris@1
    11
%CONTENT
chris@1
    12
</div>
chris@1
    13
</body>
chris@1
    14
</html>