14 lines
572 B
Text
14 lines
572 B
Text
<table border="0" cellspacing="0" cellpadding="2">
|
|
<tr>
|
|
<td colspan="2" nowrap="nowrap">... <% storymgr.link to="create" text="add a story" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="2" valign="top" nowrap="nowrap">... show </td>
|
|
<td nowrap="nowrap"><% storymgr.link to="main" text="all stories" %> | <% storymgr.link to="main" urlparam="show=offline" text="offline stories"%> | <% storymgr.link to="main" urlparam="show=mystories" text="my stories" %></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<% response.prevpage %>
|
|
<% storymgr.storylist %>
|
|
<% response.nextpage %>
|
|
|