]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/templates/Helius/modcp_body.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / templates / Helius / modcp_body.tpl
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> &raquo; <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
6   </tr>
7 </table>
10 {TPL_HDR1}<span class="cattitle">{L_MOD_CP}</span>{TPL_HDR2}<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
11 <tr> 
12         <td class="th2" colspan="5" align="center"><span class="gensmall2">{L_MOD_CP_EXPLAIN}</span></td>
13 </tr>
14         <tr> 
15           <th width="4%" class="thLeft" nowrap="nowrap">&nbsp;</th>
16           <th nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
17           <th width="8%" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
18           <th width="17%" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
19           <th width="5%" class="thRight" nowrap="nowrap">&nbsp;{L_SELECT}&nbsp;</th>
20         </tr>
21         <!-- BEGIN topicrow -->
22         <tr> 
23           <td class="row4" 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>
24           <td class="row1" onmouseover="this.style.backgroundColor='{C_ROW1_OVER}';" onmouseout="this.style.backgroundColor='{C_ROW1}';" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'">&nbsp;<span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td>
25           <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
26           <td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td>
27           <td class="row2" align="center" valign="middle"> 
28                 <input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" />
29           </td>
30         </tr>
31         <!-- END topicrow -->
32         <tr align="right"> 
33           <td class="row4" colspan="5" height="29"> {S_HIDDEN_FIELDS} 
34                 <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" />
35                 &nbsp; 
36                 <input type="submit" name="move" class="liteoption" value="{L_MOVE}" />
37                 &nbsp; 
38                 <input type="submit" name="lock" class="liteoption" value="{L_LOCK}" />
39                 &nbsp; 
40                 <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" />
41           </td>
42         </tr>
43 </table>{TPL_FTR}
45 <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
46   <tr> 
47         <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td>
48         <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
49   </tr>
50 </table>
51 </form>
52 <table width="100%" border="0" cellspacing="0" cellpadding="0">
53   <tr> 
54         <td align="right">{JUMPBOX}</td>
55   </tr>
56 </table>