initial check-in
This commit is contained in:
parent
d93580b417
commit
01de2c60a2
1 changed files with 41 additions and 0 deletions
41
code/Site/editor.skin
Normal file
41
code/Site/editor.skin
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!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">
|
||||
<% response.head %>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<% weblog.skin name="header" %>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="40" nowrap> </td>
|
||||
<td width="400" valign="top" nowrap><br><% response.body %></td>
|
||||
<td width="60" nowrap> </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: " show="days" suffix=" Days<br>" %><% this.lastupdate prefix="last updated: " format="EE, MM/dd/yyyy%></div>
|
||||
<% this.loginstatus %>
|
||||
<div class="statuslight"><% this.membership prefix="... " %></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="... " %></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="statuslight"><br><% logo name="smallstraight" %><br>powered by<br><% image name="/hop" linkto="http://helma.org" %></div></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue