182 |
kaklik |
1 |
|
|
|
2 |
<form method="post" action="{S_MODCP_ACTION}"> |
|
|
3 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
|
|
4 |
<tr> |
|
|
5 |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
|
|
6 |
</tr> |
|
|
7 |
</table> |
|
|
8 |
|
|
|
9 |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
|
|
10 |
<tr> |
|
|
11 |
<td class="catHead" colspan="5" align="center" height="28"><span class="cattitle">{L_MOD_CP}</span> |
|
|
12 |
</td> |
|
|
13 |
</tr> |
|
|
14 |
<tr> |
|
|
15 |
<td class="spaceRow" colspan="5" align="center"><span class="gensmall">{L_MOD_CP_EXPLAIN}</span></td> |
|
|
16 |
</tr> |
|
|
17 |
<tr> |
|
|
18 |
<th width="4%" class="thLeft" nowrap="nowrap"> </th> |
|
|
19 |
<th nowrap="nowrap"> {L_TOPICS} </th> |
|
|
20 |
<th width="8%" nowrap="nowrap"> {L_REPLIES} </th> |
|
|
21 |
<th width="17%" nowrap="nowrap"> {L_LASTPOST} </th> |
|
|
22 |
<th width="5%" class="thRight" nowrap="nowrap"> {L_SELECT} </th> |
|
|
23 |
</tr> |
|
|
24 |
<!-- BEGIN topicrow --> |
|
|
25 |
<tr> |
|
|
26 |
<td class="row1" align="center" valign="middle"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td> |
|
|
27 |
<td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td> |
|
|
28 |
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> |
|
|
29 |
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td> |
|
|
30 |
<td class="row2" align="center" valign="middle"> |
|
|
31 |
<input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /> |
|
|
32 |
</td> |
|
|
33 |
</tr> |
|
|
34 |
<!-- END topicrow --> |
|
|
35 |
<tr align="right"> |
|
|
36 |
<td class="catBottom" colspan="5" height="29"> {S_HIDDEN_FIELDS} |
|
|
37 |
<input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> |
|
|
38 |
|
|
|
39 |
<input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> |
|
|
40 |
|
|
|
41 |
<input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> |
|
|
42 |
|
|
|
43 |
<input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> |
|
|
44 |
</td> |
|
|
45 |
</tr> |
|
|
46 |
</table> |
|
|
47 |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
|
|
48 |
<tr> |
|
|
49 |
<td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td> |
|
|
50 |
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> |
|
|
51 |
</tr> |
|
|
52 |
</table> |
|
|
53 |
</form> |
|
|
54 |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
|
55 |
<tr> |
|
|
56 |
<td align="right">{JUMPBOX}</td> |
|
|
57 |
</tr> |
|
|
58 |
</table> |