1 <!-- BEGIN xs_file_version -->
\r
2 /***************************************************************************
\r
5 * copyright : (C) 2003 - 2005 CyberAlien
\r
6 * support : http://www.phpbbstyles.com
\r
10 * file revision : 72
\r
11 * project revision : 78
\r
12 * last modified : 05 Dec 2005 13:54:55
\r
14 ***************************************************************************/
\r
15 <!-- END xs_file_version -->
\r
17 <h1>{L_XS_IMPORT_STYLES}</h1>
\r
19 <p>{L_XS_IMPORT_EXPLAIN}</p>
\r
21 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
\r
23 <th class="thCornerL" align="center" nowrap="nowrap">{L_XS_FILE}</th>
\r
24 <th class="thTop" align="center" nowrap="nowrap">{L_XS_TEMPLATE}</th>
\r
25 <th class="thTop" align="center" nowrap="nowrap">{L_XS_STYLES}</th>
\r
26 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPLOAD_TIME}</th>
\r
27 <th class="thTop" align="center" nowrap="nowrap">{L_XS_COMMENT}</th>
\r
28 <th class="thCornerR" align="center" nowrap="nowrap">{L_XS_OPTIONS}</th>
\r
30 <!-- BEGIN styles -->
\r
32 <td class="{styles.ROW_CLASS}" align="left"><span class="gensmall">{styles.FILE2}</span></td>
\r
33 <td class="{styles.ROW_CLASS}" align="left"><span class="gen"><!-- BEGIN valid -->{styles.TEMPLATE}<!-- END valid --><!-- BEGIN error -->-<!-- END error --></span></td>
\r
34 <td class="{styles.ROW_CLASS}" align="left"><span class="gen"><!-- BEGIN list -->{list.STYLE}<br /><!-- END list --></span></td>
\r
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>
\r
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>
\r
37 <td class="{styles.ROW_CLASS}" align="center">
\r
38 <!-- BEGIN valid -->
\r
39 [<a href="{styles.U_IMPORT}">{L_XS_IMPORT_LC}</a>]
\r
40 [<a href="{styles.U_LIST}">{L_XS_LIST_FILES_LC}</a>]
\r
42 [<a href="{styles.U_DELETE}">{L_XS_DELETE_FILE_LC}</a>]
\r
46 <!-- BEGIN nostyles -->
\r
48 <td colspan="6" align="center" class="row1"><span class="gen">{L_XS_IMPORT_NO_CACHED}</span></td>
\r
50 <!-- END nostyles -->
\r
55 <table width="100%">
\r
57 <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
\r
59 <th class="thHead" colspan="2">{L_XS_ADD_STYLES}</th>
\r
62 <td class="row1">{L_XS_ADD_STYLES_WEB}:</td>
\r
63 <td class="row2" nowrap="nowrap">
\r
64 <form action="{U_SCRIPT}" method="post" style="display: inline;"><input type="hidden" name="action" value="web" />{S_HIDDEN_FIELDS}
\r
65 <input type="text" name="source" size="40" value="http://" />
\r
66 <input type="submit" value="{L_XS_ADD_STYLES_WEB_GET}" class="mainoption" />
\r
71 <td class="row1">{L_XS_ADD_STYLES_COPY}:</td>
\r
72 <td class="row2" nowrap="nowrap">
\r
73 <form action="{U_SCRIPT}" method="post" style="display: inline;"><input type="hidden" name="action" value="copy" />{S_HIDDEN_FIELDS}
\r
74 <input type="text" name="source" size="40" value="" />
\r
75 <input type="submit" value="{L_XS_ADD_STYLES_COPY_GET}" class="mainoption" />
\r
80 <td class="row1">{L_XS_ADD_STYLES_UPLOAD}:</td>
\r
81 <td class="row2" nowrap="nowrap">
\r
82 <form action="{U_SCRIPT}" method="post" enctype="multipart/form-data" style="display: inline;"><input type="hidden" name="action" value="upload" />{S_HIDDEN_FIELDS}
\r
83 <input type="file" name="source" size="30" />
\r
84 <input type="submit" value="{L_XS_ADD_STYLES_UPLOAD_GET}" class="mainoption" />
\r