mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
90 lines
3.3 KiB
Smarty
90 lines
3.3 KiB
Smarty
|
|
<form method="post" action="{S_SPLIT_ACTION}">
|
|
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
|
<tr>
|
|
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a><span class="nav">
|
|
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
|
|
<tr>
|
|
<th height="25" class="thHead" colspan="3">{L_SPLIT_TOPIC}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td>
|
|
<td class="row2" colspan="2"><span class="courier">
|
|
<input type="text" size="35" style="width: 350px" maxlength="100" name="subject" class="post" />
|
|
</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td>
|
|
<td class="row2" colspan="2"><span class="courier">{FORUM_INPUT}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" colspan="3" height="28">
|
|
<table width="60%" cellspacing="0" cellpadding="0" border="0" align="center">
|
|
<tr>
|
|
<td width="50%" align="center">
|
|
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" />
|
|
</td>
|
|
<td width="50%" align="center">
|
|
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th class="thLeft">{L_AUTHOR}</th>
|
|
<th>{L_MESSAGE}</th>
|
|
<th class="thRight">{L_SELECT}</th>
|
|
</tr>
|
|
<!-- BEGIN postrow -->
|
|
<tr>
|
|
<td align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span></td>
|
|
<td width="100%" valign="top" class="{postrow.ROW_CLASS}">
|
|
<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 width="5%" align="center" class="{postrow.ROW_CLASS}">
|
|
<input type="checkbox" name="post_id_list[]" 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="catBottom" colspan="3" height="28">
|
|
<table width="60%" cellspacing="0" cellpadding="0" border="0" align="center">
|
|
<tr>
|
|
<td width="50%" align="center">
|
|
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" />
|
|
</td>
|
|
<td width="50%" align="center">
|
|
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" />
|
|
{S_HIDDEN_FIELDS} </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
|
|
<tr>
|
|
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|