]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2_old/xs_mod/tpl/import.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2_old / xs_mod / tpl / import.tpl
1 <!-- BEGIN xs_file_version -->
2 /***************************************************************************
3  *                                import.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 <h1>{L_XS_IMPORT_STYLES}</h1>
19 <p>{L_XS_IMPORT_EXPLAIN}</p>
21 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
22         <tr>
23                 <th class="thCornerL" align="center" nowrap="nowrap">{L_XS_FILE}</th>
24                 <th class="thTop" align="center" nowrap="nowrap">{L_XS_TEMPLATE}</th>
25                 <th class="thTop" align="center" nowrap="nowrap">{L_XS_STYLES}</th>
26                 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPLOAD_TIME}</th>
27                 <th class="thTop" align="center" nowrap="nowrap">{L_XS_COMMENT}</th>
28                 <th class="thCornerR" align="center" nowrap="nowrap">{L_XS_OPTIONS}</th>
29         </tr>
30         <!-- BEGIN styles -->
31         <tr>
32                 <td class="{styles.ROW_CLASS}" align="left"><span class="gensmall">{styles.FILE2}</span></td>
33                 <td class="{styles.ROW_CLASS}" align="left"><span class="gen"><!-- BEGIN valid -->{styles.TEMPLATE}<!-- END valid --><!-- BEGIN error -->-<!-- END error --></span></td>
34                 <td class="{styles.ROW_CLASS}" align="left"><span class="gen"><!-- BEGIN list -->{list.STYLE}<br /><!-- END list --></span></td>
35                 <td class="{styles.ROW_CLASS}" align="center" nowrap="nowrap"><span class="genmed"><!-- BEGIN valid -->{styles.DATE}<!-- END valid --><!-- BEGIN error -->-<!-- END error --></span></td>
36                 <td class="{styles.ROW_CLASS}" align="left"><span class="gensmall"><!-- BEGIN valid -->{styles.COMMENT}<!-- END valid --><!-- BEGIN error -->{styles.error.ERROR}<!-- END error --></span></td>
37                 <td class="{styles.ROW_CLASS}" align="center">
38                 <!-- BEGIN valid -->
39                         [<a href="{styles.U_IMPORT}">{L_XS_IMPORT_LC}</a>]
40                         [<a href="{styles.U_LIST}">{L_XS_LIST_FILES_LC}</a>]
41                 <!-- END valid -->
42                         [<a href="{styles.U_DELETE}">{L_XS_DELETE_FILE_LC}</a>]
43                 </td>
44         </tr>
45         <!-- END styles -->
46         <!-- BEGIN nostyles -->
47         <tr>
48                 <td colspan="6" align="center" class="row1"><span class="gen">{L_XS_IMPORT_NO_CACHED}</span></td>
49         </tr>
50         <!-- END nostyles -->
51 </table>
53 <br />
55 <table width="100%">
57 <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
58         <tr>
59           <th class="thHead" colspan="2">{L_XS_ADD_STYLES}</th>
60         </tr>
61         <tr>
62                 <td class="row1">{L_XS_ADD_STYLES_WEB}:</td>
63                 <td class="row2" nowrap="nowrap">
64                         <form action="{U_SCRIPT}" method="post" style="display: inline;"><input type="hidden" name="action" value="web" />{S_HIDDEN_FIELDS}
65                         <input type="text" name="source" size="40" value="http://" />
66                         <input type="submit" value="{L_XS_ADD_STYLES_WEB_GET}" class="mainoption" />
67                         </form>
68                 </tr>
69         </tr>
70         <tr>
71                 <td class="row1">{L_XS_ADD_STYLES_COPY}:</td>
72                 <td class="row2" nowrap="nowrap">
73                         <form action="{U_SCRIPT}" method="post" style="display: inline;"><input type="hidden" name="action" value="copy" />{S_HIDDEN_FIELDS}
74                         <input type="text" name="source" size="40" value="" />
75                         <input type="submit" value="{L_XS_ADD_STYLES_COPY_GET}" class="mainoption" />
76                         </form>
77                 </tr>
78         </tr>
79         <tr>
80                 <td class="row1">{L_XS_ADD_STYLES_UPLOAD}:</td>
81                 <td class="row2" nowrap="nowrap">
82                         <form action="{U_SCRIPT}" method="post" enctype="multipart/form-data" style="display: inline;"><input type="hidden" name="action" value="upload" />{S_HIDDEN_FIELDS}
83                         <input type="file" name="source" size="30" />
84                         <input type="submit" value="{L_XS_ADD_STYLES_UPLOAD_GET}" class="mainoption" />
85                         </form>
86                 </tr>
87         </tr>
88 </table>
90 <br />