Updated display of previous day select

git-svn-id: file:///svn/phpbb/trunk@332 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-05-26 14:36:30 +00:00
parent 16a49b96a9
commit e1139ff198
2 changed files with 27 additions and 40 deletions

View file

@ -1,42 +1,29 @@
<tr> <tr>
<td> <td><table border="0" width="100%" cellpadding="0" cellspacing="0">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr> <tr>
<td> <td rowspan="2" valign="bottom"><table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<table border="0" align="left" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr> <tr>
<td> <td><table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <tr>
<td align="left" style="{font-size: 8pt; height: 55px;}" nowrap> <td align="left" style="{font-size: 8pt; height: 55px;}" nowrap><div style="{font-size:10pt; font-weight: bold}">{FORUM_NAME}</div>Moderated by - {MODERATORS}<br><a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}</td>
<div style="{font-size: 10pt; font-weight: bold}">{FORUM_NAME}</div>
Moderated by - {MODERATORS}<br>
<a href="{U_INDEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}
</td>
</tr> </tr>
</table> </table></td>
</td>
</tr> </tr>
</table> </table></td>
<table border="0" align="right" width="20%" bgcolor="#000000" cellpadding="0" cellspacing="1"> <td valign="middle"><table border="0" align="right" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr> <tr>
<td> <td><table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <tr>
<td align="center" style="{font-size: 8pt;}"> <td align="center" style="{font-size: 8pt;}"><a href="{U_POST_NEW_TOPIC}"><img src="images/newpost.gif" alt="Post New Topic" border="0"></a></td>
<a href="{U_POST_NEW_TOPIC}">
<img src="images/newpost.gif" alt="Post New Topic" border="0">
</a>
</td>
</tr> </tr>
</table> </table></td>
</td>
</tr> </tr>
</table> </table></td>
</td>
</tr> </tr>
</table> <tr><form method="post" action="{S_POST_DAYS_ACTION}">
</td> <td align="right" valign="bottom" style="{font-size: 8pt; height: 55px;}" nowrap>View Topics in Previous:&nbsp;{S_SELECT_POST_DAYS}&nbsp;<input type="submit" value="Go"></td>
</form></tr>
</table></td>
</tr> </tr>
<tr> <tr>
<td> <td>

View file

@ -1,7 +1,7 @@
<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0"> <div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0">
<tr><form method="post" action="{S_POST_DAYS_ACTION}"> <tr><form method="post" action="{S_POST_DAYS_ACTION}">
<td align="left" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</font></td> <td align="left" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a> -> {FORUM_NAME}</font></td>
<td align="right" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">Display previous :&nbsp;{S_SELECT_POST_DAYS}&nbsp;<input type="submit" value="Go"></font></td> <td align="right" valign="bottom" nowrap><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}" color="{T_FONTCOLOR1}">Display Topics from previous :&nbsp;{S_SELECT_POST_DAYS}&nbsp;<input type="submit" value="Go"></font></td>
</form></tr> </form></tr>
</table></div> </table></div>