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