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