diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-23 20:30:08 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-23 20:30:08 +0000 |
commit | b2779edb663855a1ef901e4f9ec722d1f90486ca (patch) | |
tree | 4394a2019ccf413c3b477decad28a376a1a65cd6 /phpBB/templates | |
parent | f7858cb9a56d3a057f2d9efbf33e121ca5cd6d7b (diff) | |
download | forums-b2779edb663855a1ef901e4f9ec722d1f90486ca.tar forums-b2779edb663855a1ef901e4f9ec722d1f90486ca.tar.gz forums-b2779edb663855a1ef901e4f9ec722d1f90486ca.tar.bz2 forums-b2779edb663855a1ef901e4f9ec722d1f90486ca.tar.xz forums-b2779edb663855a1ef901e4f9ec722d1f90486ca.zip |
HTML 4.01 compliance
git-svn-id: file:///svn/phpbb/trunk@3516 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index 7b3dbc1c11..df6a0d02db 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -15,7 +15,7 @@ <!-- IF S_IS_POSTABLE --> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td width="50" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> + <td width="50" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td> <td class="nav" width="100%" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td> <td class="gensmall" align="right" valign="bottom" nowrap="nowrap"><!-- IF S_IS_POSTABLE --><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a><!-- ENDIF --></td> </tr> @@ -28,7 +28,7 @@ <!-- if the forum is postable output the viewforum listing --> <!-- IF S_IS_POSTABLE --> -<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> +<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> <!-- IF S_TOPIC_ICONS --> <th colspan="3" height="25" align="center" nowrap="nowrap"> {L_TOPICS} </th> @@ -61,10 +61,9 @@ <!-- ENDIF --> </tr> <!-- END topicrow --> - <tr align="center"><form method="post" action="{S_TOPIC_ACTION}"> + <tr align="center"> <!-- IF S_TOPIC_ICONS --><td class="cat" colspan="8" height="28"><!-- ELSE --><td class="cat" colspan="7" height="28"><!-- ENDIF --><span class="gensmall">{L_DISPLAY_TOPICS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input type="submit" class="liteoption" value="{L_GO}" name="sort" /></td> - </td> - </form></tr> + </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> @@ -80,15 +79,9 @@ <td class="gensmall" colspan="2">{S_WATCH_FORUM}</td> </tr> </table> -<!-- ENDIF --> -<table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td align="right"><!-- INCLUDE jumpbox.html --></td> - </tr> -</table> +<br clear="all" /> -<!-- IF S_IS_POSTABLE --> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> @@ -122,7 +115,13 @@ </table></td> <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> -</table> +</table></form> <!-- ENDIF --> +<table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td align="right"><!-- INCLUDE jumpbox.html --></td> + </tr> +</table> + <!-- INCLUDE overall_footer.html -->
\ No newline at end of file |