]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/xs_mod/tpl/import2.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / xs_mod / tpl / import2.tpl
1 <!-- BEGIN xs_file_version -->
2 /***************************************************************************
3  *                               import2.tpl
4  *                               -----------
5  *   copyright            : (C) 2003, 2004 CyberAlien
6  *   support              : http://www.phpbbstyles.com
7  *
8  *   version              : 2.0.1
9  *
10  *   file revision        : 45
11  *   project revision     : 51
12  *   last modified        : 25 Aug 2004  11:51:48
13  *
14  ***************************************************************************/
15 <!-- END xs_file_version -->
17 <form action="{FORM_ACTION}" method="post">{S_RETURN}<input type="hidden" name="import" value="{IMPORT_FILENAME}" /><table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
18         <tr>
19                 <th class="thHead" colspan="2">{L_XS_IMPORT_TPL}</th>
20         </tr>
21         <tr>
22                 <td class="row1" align="left" colspan="2"><span class="gensmall">{L_XS_IMPORT_TPL_COMMENT}<br /><br />{L_XS_IMPORT_TPL_FILENAME} {STYLE_FILENAME}<br />{L_XS_IMPORT_TPL_TPLNAME} {STYLE_TEMPLATE}<br />{L_XS_IMPORT_TPL_COMMENT2} {STYLE_COMMENT}<br /></span></td>
23         </tr>
24         <!-- BEGIN switch_select_style -->
25         <tr>
26                 <td class="row1"><span class="gen">{L_XS_IMPORT_SELECT_STYLES}</span></td>
27                 <td class="row2" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="1">
28                         <!-- BEGIN style -->
29                         <tr>
30                                 <td nowrap="nowrap"><span class="gen"><label><input type="checkbox" name="import_install_{switch_select_style.style.NUM}" checked="checked" /> {switch_select_style.style.NAME}</label></span></td>
31                                 <td nowrap="nowrap"><span class="gen">&nbsp;&nbsp;&nbsp;&nbsp;(<label><input type="radio" name="import_default_{switch_select_style.style.NUM}" /> {L_XS_IMPORT_INSTALL_DEF_LC}</label>)</span></td>
32                         </tr>
33                         <!-- END style -->
34                 </table></td>
35         </tr>
36         <!-- END switch_select_style -->
37         <!-- BEGIN switch_select_nostyle -->
38         <tr>
39                 <td class="row1"><span class="gen">{L_XS_IMPORT_INSTALL_STYLE}</span></td>
40                 <td class="row2" nowrap="nowrap"><span class="gen"><label><input type="checkbox" name="import_install_0" /> {STYLE_NAME}</label> &nbsp;&nbsp;&nbsp;&nbsp;(<label><input type="radio" name="import_default_0" /> {L_XS_IMPORT_INSTALL_DEF_LC}</label>)</span></td>
41         </tr>
42         <!-- END switch_select_nostyle -->
43         <input type="hidden" name="total" value="{TOTAL}" />
44         <tr>
45                 <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_XS_IMPORT}" class="mainoption" /></td>
46         </tr>
47 </table></form>