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