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_INSTALL_STYLES}</h1>
19 <p>{L_XS_INSTALL_STYLES_EXPLAIN2}</p>
21 <form action="{U_ACTION}" method="post" style="display: inline">{S_HIDDEN_FIELDS}<input type="hidden" name="total" value="{TOTAL}" />
22 <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
24 <th class="thHead" colspan="4">{L_XS_INSTALL_STYLES}</th>
27 <td class="catLeft" align="center"><span class="gen">{L_XS_TEMPLATE}</span></td>
28 <td class="cat" align="center"><span class="gen">{L_XS_STYLE}</span></td>
29 <td class="cat" align="center"><span class="gen">{L_XS_INSTALL}</span></td>
30 <td class="catRight" align="center"><span class="gen">{L_XS_SELECT}</span></td>
34 <td class="{styles.ROW_CLASS}" align="left"><span class="gen">{styles.STYLE}</span></td>
35 <td class="{styles.ROW_CLASS}" align="left"><span class="gen">{styles.THEME}</span></td>
36 <td class="{styles.ROW_CLASS}" align="center"><span class="gen"><a href="{styles.U_INSTALL}">{L_XS_INSTALL_LC}</a></span></td>
37 <td class="{styles.ROW_CLASS}" align="center"><input type="checkbox" name="{styles.CB_NAME}" /><input type="hidden" name="{styles.CB_NAME}_style" value="{styles.STYLE}" /><input type="hidden" name="{styles.CB_NAME}_num" value="{styles.NUM}" /></td>
41 <td class="catBottom" colspan="4" align="center"><input type="submit" name="submit" value="{L_XS_INSTALL}" class="mainoption" /></td>