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_DOWNLOAD_STYLES}</h1>
19 <p>{L_XS_DOWNLOAD_EXPLAIN2}</p>
21 <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center" width="100%">
23 <th class="thHead" colspan="2">{L_XS_DOWNLOAD_LOCATIONS}</th>
27 <td class="{url.ROW_CLASS}" align="left" nowrap="nowrap"><span class="gen">{url.NUM1}. {url.TITLE} [<a href="{url.U_DOWNLOAD}">{L_XS_CLICK_HERE_LC}</a>]</span></td>
28 <td class="{url.ROW_CLASS}" align="left" nowrap="nowrap"><span class="gensmall">{url.URL} [<a href="{url.U_EDIT}">{L_XS_EDIT_LC}</a>]</span></td>
33 <th colspan="2" class="thHead">{L_XS_EDIT_LINK}</th>
35 <form action="{U_POST}" method="post">{S_HIDDEN_FIELDS}<input type="hidden" name="edit" value="{edit.ID}" />
37 <td class="row1" align="left">{L_XS_LINK_TITLE}:</td><td class="row2"><input type="text" class="post" name="edit_title" value="{edit.TITLE}" /></td>
40 <td class="row1" align="left">{L_XS_LINK_URL}:</td><td class="row2"><input type="text" class="post" name="edit_url" value="{edit.URL}" /></td>
43 <td class="row1" align="left">{L_XS_DELETE}:</td><td class="row2"><input type="checkbox" name="edit_delete" /></td>
46 <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td>
51 <th colspan="2" class="thHead">{L_XS_ADD_LINK}</th>
53 <form action="{U_POST}" method="post">{S_HIDDEN_FIELDS}
55 <td class="row1" align="left">{L_XS_LINK_TITLE}:</td><td class="row2"><input type="text" class="post" name="add_title" /></td>
58 <td class="row1" align="left">{L_XS_LINK_URL}:</td><td class="row2"><input type="text" class="post" name="add_url" /></td>
61 <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td>