Files
uf/skins/subPurple/topic_end_body.tpl
pioder 968d0b7b53 Added files - test
git-svn-id: https://svn.pioder.pl/uf-svn/uF@11 72ec579a-5ced-4fa4-82f3-afba5d98df2f
2009-05-01 08:28:11 +00:00

16 lines
574 B
Smarty

<table class="maintable" style="border-width: 0px" width="<?= TABLES_WIDTH; ?>">
<tr>
<td rowspan="2" width="<?= (TABLES_WIDTH-100); ?>"><? echo $skin['lreply']; ?></td>
<? include $skin['functions_moderate']; ?>
</tr>
</table>
<span class="fverysmall">&nbsp;</span>
<div align="right" style="width: 100%">
<span class="fsmall"><?=$skin['lpage']; ?>:
<select name="page" onchange="location='topic.php?t=<?= $tid; ?>&amp;page='+(this.value)">
<?= $skin['option_pages']; ?>
</select>
<?= $skin['lwith']; ?> <?= $skin['lpages']; ?>
</span>
</div>