antville/code/Story/main.skin

16 lines
690 B
Text

<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="400" valign="top" nowrap>
<p><span class="storyDate"><% this.author as="link" %>, <% story.createtime format="EEEE, dd.MM.yyyy, h:mm a" suffix="<br>"%></span>
<span class="storyTitle"><% story.title suffix="<br>" %></span>
<span class="storyText"><% story.text suffix="<br>" %></span>
<span class="storyNav"><br><% this.link to="comment" text="place your comment!" %>&nbsp;&nbsp;<% this.editlink suffix="&nbsp;&nbsp;" %><% this.deletelink %></span></p>
<% this.comments %></td>
<td width="200" align="right" valign="top" nowrap>
<% weblog.calendar %>
<br>
<% weblog.skin name="history" %>
</td>
</tr>
</table>