]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2_old/xs_mod/tpl/import2.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2_old / xs_mod / tpl / import2.tpl
diff --git a/phpBB2_old/xs_mod/tpl/import2.tpl b/phpBB2_old/xs_mod/tpl/import2.tpl
deleted file mode 100644 (file)
index a921d6c..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- BEGIN xs_file_version -->
-/***************************************************************************
- *                               import2.tpl
- *                               -----------
- *   copyright            : (C) 2003, 2004 CyberAlien
- *   support              : http://www.phpbbstyles.com
- *
- *   version              : 2.0.1
- *
- *   file revision        : 45
- *   project revision     : 51
- *   last modified        : 25 Aug 2004  11:51:48
- *
- ***************************************************************************/
-<!-- END xs_file_version -->
-
-<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">
-       <tr>
-               <th class="thHead" colspan="2">{L_XS_IMPORT_TPL}</th>
-       </tr>
-       <tr>
-               <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>
-       </tr>
-       <!-- BEGIN switch_select_style -->
-       <tr>
-               <td class="row1"><span class="gen">{L_XS_IMPORT_SELECT_STYLES}</span></td>
-               <td class="row2" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="1">
-                       <!-- BEGIN style -->
-                       <tr>
-                               <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>
-                               <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>
-                       </tr>
-                       <!-- END style -->
-               </table></td>
-       </tr>
-       <!-- END switch_select_style -->
-       <!-- BEGIN switch_select_nostyle -->
-       <tr>
-               <td class="row1"><span class="gen">{L_XS_IMPORT_INSTALL_STYLE}</span></td>
-               <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>
-       </tr>
-       <!-- END switch_select_nostyle -->
-       <input type="hidden" name="total" value="{TOTAL}" />
-       <tr>
-               <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_XS_IMPORT}" class="mainoption" /></td>
-       </tr>
-</table></form>