mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
HTML 4.01 compliance
git-svn-id: file:///svn/phpbb/trunk@3516 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f7858cb9a5
commit
b2779edb66
1 changed files with 12 additions and 13 deletions
|
@ -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 -->
|
Loading…
Add table
Reference in a new issue