things can now be rendered to static html, new helma features are supported (prototype extension), everyhting is done in a nice and clean way with skins.
67 lines
854 B
Text
67 lines
854 B
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
<html>
|
|
|
|
<head>
|
|
<title></title>
|
|
<style type="text/css">
|
|
|
|
body, p, td, th, li {
|
|
font-family: verdana, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
big.top {
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
big {
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a {
|
|
font-weight:bold;
|
|
color: #cc3333;
|
|
text-decoration:none;
|
|
}
|
|
a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.navig {
|
|
font-size: 9px;
|
|
text-decoration: none;
|
|
font-weight:normal;
|
|
}
|
|
|
|
li {
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
|
|
.mainbox {
|
|
border-color:#999999;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
border-bottom-width:1px;
|
|
border-bottom-style:dotted;
|
|
}
|
|
|
|
.headline {
|
|
font-weight:bold;
|
|
background:#dfdfdf;
|
|
border-color:#999999;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<% response.body %>
|
|
|
|
</body>
|
|
</html>
|