diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-23 20:58:24 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-02-23 20:58:24 +0000 |
commit | a0d8aa693a1424ff23a689cc6019bf924958b8ae (patch) | |
tree | 0e00164516858e017c7aa0316775263bf14fa581 /phpBB/templates | |
parent | 30f4a933a04ffa82b43021df7857aa288b0abf29 (diff) | |
download | forums-a0d8aa693a1424ff23a689cc6019bf924958b8ae.tar forums-a0d8aa693a1424ff23a689cc6019bf924958b8ae.tar.gz forums-a0d8aa693a1424ff23a689cc6019bf924958b8ae.tar.bz2 forums-a0d8aa693a1424ff23a689cc6019bf924958b8ae.tar.xz forums-a0d8aa693a1424ff23a689cc6019bf924958b8ae.zip |
stupid block level spacing ...
git-svn-id: file:///svn/phpbb/trunk@3518 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 11 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.html | 34 |
2 files changed, 26 insertions, 19 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index df6a0d02db..e18c7c2826 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -28,7 +28,7 @@ <!-- if the forum is postable output the viewforum listing --> <!-- IF S_IS_POSTABLE --> -<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> +<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,9 +61,9 @@ <!-- ENDIF --> </tr> <!-- END topicrow --> - <tr align="center"> + <tr align="center"><form method="post" action="{S_TOPIC_ACTION}"> <!-- 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> - </tr> + </form></tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> @@ -115,7 +115,10 @@ </table></td> <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> -</table></form> +</table> + +<br clear="all" /> + <!-- ENDIF --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 134b126e07..d316a3645d 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -2,7 +2,7 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left" valign="bottom"><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span><br /><span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> + <td align="left" valign="bottom"><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br /><span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> <td class="gensmall" align="right" valign="bottom">{MCP}</td> </tr> <tr> @@ -19,14 +19,6 @@ </table> <table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> - <tr align="right"> - <td class="cat" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td><span class="nav"> <a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a></span></td> - <td align="right"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> </span></td> - </tr> - </table></td> - </tr> <!-- IF S_HAS_POLL_OPTIONS --> <tr> <td class="row2" colspan="2"><br clear="all" /><form method="post" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center"> @@ -120,7 +112,7 @@ <tr class="row2"> <!-- ENDIF --> <td class="nav" width="150" align="center" valign="middle"><a href="#top">{L_BACK_TO_TOP}</a></td> - <td width="100%" height="28" valign="bottom" nowrap="nowrap"><table width="100%" cellspacing="0" cellpadding="0" border="0" height="18" width="18"> + <td width="100%" height="28" valign="bottom" nowrap="nowrap"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- @@ -136,13 +128,12 @@ </tr> <!-- ENDIF --> <tr> - <td class="spacer" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> + <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> <!-- END postrow --> <tr align="center"><form method="post" action="{S_TOPIC_ACTION}"> - <td class="cat" colspan="2" height="28"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="liteoption" type="submit" value="{L_GO}" name="sort" /></span></td> + <td class="cat" colspan="2" height="28"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="liteoption" type="submit" value="{L_GO}" name="sort" /></td> </form></tr> - </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> @@ -154,12 +145,25 @@ <tr> <td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> </tr> + <tr> + <td class="gensmall" colspan="2">{S_WATCH_TOPIC}</td> + </tr> </table> +<br clear="all" /> + <table width="100%" cellspacing="2" border="0" align="center"> <tr> - <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span></td> - <td align="right" valign="top" nowrap="nowrap"><!-- INCLUDE jumpbox.html --><span class="gensmall">{S_AUTH_LIST}<!-- IF S_TOPIC_MOD --></span><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td> + <td width="40%" valign="top" nowrap="nowrap" align="left"><!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}"><span class="gensmall">{L_QUICK_MOD}:</span> {S_TOPIC_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></form><!-- ENDIF --></td> + <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_AUTH_LIST}</span></td> + </tr> +</table> + +<br clear="all" /> + +<table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td align="right"><!-- INCLUDE jumpbox.html --></td> </tr> </table> |