182 |
kaklik |
1 |
|
|
|
2 |
<form method="post" action="{S_SPLIT_ACTION}"> |
|
|
3 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
4 |
<tr> |
|
|
5 |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><span class="nav"> |
|
|
6 |
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
|
|
7 |
</tr> |
|
|
8 |
</table> |
|
|
9 |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
|
|
10 |
<tr> |
|
|
11 |
<th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> |
|
|
12 |
</tr> |
|
|
13 |
<tr> |
|
|
14 |
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td> |
|
|
15 |
</tr> |
|
|
16 |
<tr> |
|
|
17 |
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td> |
|
|
18 |
<td class="row2" colspan="2"><input class="post" type="text" size="35" style="width: 350px" maxlength="60" name="subject" /></td> |
|
|
19 |
</tr> |
|
|
20 |
<tr> |
|
|
21 |
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td> |
|
|
22 |
<td class="row2" colspan="2">{S_FORUM_SELECT}</td> |
|
|
23 |
</tr> |
|
|
24 |
<tr> |
|
|
25 |
<td class="catHead" colspan="3" height="28"> |
|
|
26 |
<table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> |
|
|
27 |
<tr> |
|
|
28 |
<td width="50%" align="center"> |
|
|
29 |
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> |
|
|
30 |
</td> |
|
|
31 |
<td width="50%" align="center"> |
|
|
32 |
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> |
|
|
33 |
</td> |
|
|
34 |
</tr> |
|
|
35 |
</table> |
|
|
36 |
</td> |
|
|
37 |
</tr> |
|
|
38 |
<tr> |
|
|
39 |
<th class="thLeft" nowrap="nowrap">{L_AUTHOR}</th> |
|
|
40 |
<th nowrap="nowrap">{L_MESSAGE}</th> |
|
|
41 |
<th class="thRight" nowrap="nowrap">{L_SELECT}</th> |
|
|
42 |
</tr> |
|
|
43 |
<!-- BEGIN postrow --> |
|
|
44 |
<tr> |
|
|
45 |
<td align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span></td> |
|
|
46 |
<td width="100%" valign="top" class="{postrow.ROW_CLASS}"> |
|
|
47 |
<table width="100%" cellspacing="0" cellpadding="3" border="0"> |
|
|
48 |
<tr> |
|
|
49 |
<td valign="middle"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}: |
|
|
50 |
{postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> |
|
|
51 |
</tr> |
|
|
52 |
<tr> |
|
|
53 |
<td valign="top"> |
|
|
54 |
<hr size="1" /> |
|
|
55 |
<span class="postbody">{postrow.MESSAGE}</span></td> |
|
|
56 |
</tr> |
|
|
57 |
</table> |
|
|
58 |
</td> |
|
|
59 |
<td width="5%" align="center" class="{postrow.ROW_CLASS}">{postrow.S_SPLIT_CHECKBOX}</td> |
|
|
60 |
</tr> |
|
|
61 |
<tr> |
|
|
62 |
<td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> |
|
|
63 |
</tr> |
|
|
64 |
<!-- END postrow --> |
|
|
65 |
<tr> |
|
|
66 |
<td class="catBottom" colspan="3" height="28"> |
|
|
67 |
<table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> |
|
|
68 |
<tr> |
|
|
69 |
<td width="50%" align="center"> |
|
|
70 |
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> |
|
|
71 |
</td> |
|
|
72 |
<td width="50%" align="center"> |
|
|
73 |
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> |
|
|
74 |
{S_HIDDEN_FIELDS} </td> |
|
|
75 |
</tr> |
|
|
76 |
</table> |
|
|
77 |
</td> |
|
|
78 |
</tr> |
|
|
79 |
</table> |
|
|
80 |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
|
|
81 |
<tr> |
|
|
82 |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
|
|
83 |
</tr> |
|
|
84 |
</table> |
|
|
85 |
</form> |