mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
82 lines
3.1 KiB
Smarty
82 lines
3.1 KiB
Smarty
|
|
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td align="left" valign="bottom" nowrap><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a>
|
|
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td align="left" colspan="2" class="forumline">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="1">
|
|
<tr><form method="post" action="{S_SPLIT_ACTION}">
|
|
<td class="innerline">
|
|
<table border="0" cellpadding="3" cellspacing="1" width="100%">
|
|
<tr align="center">
|
|
<td class="cat" colspan="3" height="28"><b><span class="cattitle">{L_SPLIT_TOPIC}</span></b></td>
|
|
</tr>
|
|
<tr align="center">
|
|
<td class="row2" colspan="3"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1"><span class="gen">{L_SPLIT_SUBJECT}</span></td>
|
|
<td class="row2" colspan="2"><span class="genmed">
|
|
<input type="text" size="45" maxlength="100" name="subject" style="width:450px" class="post">
|
|
</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1"><span class="gen">{L_SPLIT_FORUM}</span></td>
|
|
<td class="row2" colspan="2"><span class="genmed">{FORUM_INPUT}</span></td>
|
|
</tr>
|
|
{POLL_DISPLAY}
|
|
<tr>
|
|
<th width="22%" height="26">{L_AUTHOR}</th>
|
|
<th>{L_MESSAGE}</th>
|
|
<th>{L_SELECT}</th>
|
|
</tr>
|
|
<!-- BEGIN postrow -->
|
|
<tr>
|
|
<td width="22%" align="left" valign="top" class="row1"><span class="name">{postrow.POSTER_NAME}</span>
|
|
</td>
|
|
<td valign="top" class="row2">
|
|
<table width="100%" cellspacing="0" cellpadding="3" border="0">
|
|
<tr>
|
|
<td valign="middle"><img src="images/icon_minipost.gif" alt="Post image icon"><span class="postdetails">{L_POSTED}:
|
|
{postrow.POST_DATE} {L_POST_SUBJECT}:
|
|
{postrow.POST_SUBJECT}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">
|
|
<hr size="1" />
|
|
<span class="postbody">{postrow.MESSAGE}</span></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td valign="middle" class="row1" align="center">
|
|
<input type="checkbox" name="preform_op[]" value="{postrow.POST_ID}">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
|
|
</tr>
|
|
<!-- END postrow -->
|
|
<tr>
|
|
<td class="cat" colspan="3" height="28" align="center">{S_HIDDEN_FIELDS}
|
|
<input type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" class="liteoption">
|
|
|
|
<input type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" class="liteoption">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</form></tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
|
|
<tr>
|
|
<td align="right" valign="top" nowrap><span class="gensmall">{S_TIMEZONE}</span></td>
|
|
</tr>
|
|
</table>
|