antville/code/Site/page.skin

47 lines
1.8 KiB
Text
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2001-09-05 21:57:57 +00:00
<html>
<head>
<title><% response.title %></title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<% response.head %>
</head>
<body>
<% weblog.skin name="header" %>
<table border="0" cellspacing="0" cellpadding="0">
2001-09-05 21:57:57 +00:00
<tr>
<td width="40" nowrap>&nbsp;</td>
<td width="400" valign="top" nowrap><br><% response.body %></td>
<td width="60" 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="sep"><% image name="/pixel" width="198" %></div>
<div class="statushead"><% image name="/status" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statuslight"><% this.age prefix="online since:&nbsp;" show="days" suffix=" Days<br>" %><% this.lastupdate prefix="last updated:&nbsp;" format="EE, MM/dd/yyyy%></div>
<% this.loginstatus %>
<div class="statuslight"><% this.membership prefix="...&nbsp;" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statushead"><% image name="/menu" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statusdark"><% this.navigation %><% root.link to="main" text="antville home" prefix="...&nbsp;" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statusdark"><% weblog.calendar %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statushead"><% image name="/recent" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statusdark"><% weblog.skin name="history" %></div>
<div class="sep"><% image name="/pixel" width="198" %></div>
<div class="statushead"><br><% logo name="smallanim" %></div></td>
2001-09-05 21:57:57 +00:00
</tr>
</table>
</body>
</html>