1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

Output total posts/topics

git-svn-id: file:///svn/phpbb/trunk@3712 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-03-25 00:05:28 +00:00
parent 9482bb75ca
commit 18294c2230
7 changed files with 60 additions and 58 deletions

View File

@@ -139,7 +139,7 @@ function marklist(status)
<table width="100%" cellspacing="2" cellpadding="0" border="0">
<tr>
<td class="nav" valign="top">{PAGE_NUMBER} :: {TOTAL_USERS}</td>
<td valign="top"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ <b>{TOTAL_USERS}</b> ]</span></td>
<td align="right"><span class="gensmall"><!-- IF S_SEARCH_USER --><b><a href="javascript:marklist(true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist(false);">{L_UNMARK_ALL}</a></b><br /><br /><!-- ENDIF -->{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
</tr>
</table></form>

View File

@@ -91,10 +91,8 @@
<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
</tr>
<tr>
<td class="nav" colspan="3" align="left">{PAGE_NUMBER}</td>
</tr>
<tr>
<td class="gensmall" colspan="2">{S_WATCH_FORUM}</td>
<td colspan="2" align="left"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ <b>{TOTAL_TOPICS}</b> ]</span></td>
<td class="nav" align="right" nowrap="nowrap">{S_WATCH_FORUM}</td>
</tr>
</table>

View File

@@ -169,10 +169,8 @@
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
</tr>
<tr>
<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
<tr>
<td class="gensmall" colspan="2">{S_WATCH_TOPIC}</td>
<td colspan="2" align="left"><span class="nav">{PAGE_NUMBER}</span> <span class="gensmall">[ <b>{TOTAL_POSTS}</b> ]</span></td>
<td class="nav" nowrap="nowrap">{S_WATCH_TOPIC}</td>
</tr>
</table>