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 <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">
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>
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">
39 [<a href="{styles.U_IMPORT}">{L_XS_IMPORT_LC}</a>]
40 [<a href="{styles.U_LIST}">{L_XS_LIST_FILES_LC}</a>]
42 [<a href="{styles.U_DELETE}">{L_XS_DELETE_FILE_LC}</a>]
46 <!-- BEGIN nostyles -->
48 <td colspan="6" align="center" class="row1"><span class="gen">{L_XS_IMPORT_NO_CACHED}</span></td>
57 <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
59 <th class="thHead" colspan="2">{L_XS_ADD_STYLES}</th>
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" />
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" />
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" />