antville/code/Root/page.skin
2001-12-11 00:26:59 +00:00

38 lines
No EOL
1.6 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title><% response.title %></title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<% root.skin name="style" %>
<% root.skin name="javascript" %>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><% logo name="big" %></td>
<td width="296" class="header">&nbsp;<span class="message"><% response.message %></span></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20" nowrap>&nbsp;</td>
<td width="460" valign="top" nowrap><br><% response.body %></td>
<td width="20" nowrap>&nbsp;</td>
<td width="2" background="<% imageurl name="/dot" %>" nowrap><% image name="/pixel" width="2" %></td>
<td width="198" align="right" valign="top" nowrap><div class="statuslight"><% now format="EEEE,' 'dd.MM.yyyy,' 'h:mm a" suffix="<br>" %>
<% root.loginstatus %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statusdark"><% root.link to="main" text="home" prefix="...&nbsp;" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statuslight"><% this.weblogcounter %> weblogs created ... <% this.link to="list" %></div>
<div class="statuslight">...&nbsp;<a href="http://antville.org/documentation.html">documentation</a></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statuslight"><br><% logo name="smallstraight" %><br>powered by<br><% image name="/hop" linkto="http://helma.org" %></div></td>
</tr>
</table>
</body>
</html>