1 <!-- BEGIN xs_file_version -->
2 /***************************************************************************
5 * copyright : (C) 2003, 2004 CyberAlien
6 * support : http://www.phpbbstyles.com
11 * project revision : 51
12 * last modified : 25 Aug 2004 11:51:48
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">
19 <th class="thHead" colspan="2">{L_XS_IMPORT_TPL}</th>
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>
24 <!-- BEGIN switch_select_style -->
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">
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"> (<label><input type="radio" name="import_default_{switch_select_style.style.NUM}" /> {L_XS_IMPORT_INSTALL_DEF_LC}</label>)</span></td>
36 <!-- END switch_select_style -->
37 <!-- BEGIN switch_select_nostyle -->
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> (<label><input type="radio" name="import_default_0" /> {L_XS_IMPORT_INSTALL_DEF_LC}</label>)</span></td>
42 <!-- END switch_select_nostyle -->
43 <input type="hidden" name="total" value="{TOTAL}" />
45 <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_XS_IMPORT}" class="mainoption" /></td>