org/sonews/web/tmpl/AbstractSonewsServlet.tmpl
changeset 1 6fceb66e1ad7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/sonews/web/tmpl/AbstractSonewsServlet.tmpl	Fri Jun 26 16:48:50 2009 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +  <title>%SERVERNAME - %TITLE</title>
     1.7 +  <link rel="stylesheet" type="text/css" href="%STYLESHEET" />
     1.8 +</head>
     1.9 +
    1.10 +<body>
    1.11 +<div class="pagetitle">sonews - %TITLE</div>
    1.12 +
    1.13 +<div class="content">
    1.14 +%CONTENT
    1.15 +</div>
    1.16 +</body>
    1.17 +</html>
    1.18 \ No newline at end of file