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_CLONE_STYLE}</h1>
19 <p>{L_XS_CLONE_STYLE_EXPLAIN}</p>
22 <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
24 <th class="thHead" colspan="2">{L_XS_CLONE_STYLE}</th>
27 <td class="explain" colspan="2" align="left">{L_XS_CLONE_STYLE_EXPLAIN2}</td>
31 <td class="row1">{styles.L_CLONE}<br /><span class="gensmall">{L_XS_CLONE_STYLE_EXPLAIN3}</span></td>
32 <td class="row2"><form action="{FORM_ACTION}" method="post" style="display: inline;">{S_HIDDEN_FIELDS}<input type="hidden" name="clone_style" value="{styles.ID}" /><input type="text" class="post" name="clone_name" value="{styles.STYLE}" size="30" /> <input type="submit" class="mainoption" value="{L_SUBMIT}" /></form></td>
36 <th class="thHead" colspan="2">{L_CLONE_STYLE3}</th>
39 <td class="explain" colspan="2" align="left">{L_XS_CLONE_STYLE_EXPLAIN4}</td>
41 <form action="{FORM_ACTION}" name="clone" method="post"><input type="hidden" name="clone_tpl" value="{CLONE_TEMPLATE}" />{S_HIDDEN_FIELDS}
43 <td class="row1">{L_XS_CLONE_NEWDIR_NAME}</td>
44 <td class="row2"><input type="text" class="post" name="clone_style_name" value="{CLONE_TEMPLATE}" size="30" <!-- BEGIN switch_onchange --> onkeyup="document.clone.clone_style_name_0.value=document.clone.clone_style_name.value" <!-- END switch_onchange --> /></td>
46 <!-- BEGIN switch_select_style -->
48 <td class="row1">{L_XS_CLONE_SELECT}<br /><span class="gensmall">{L_XS_CLONE_SELECT_EXPLAIN}</span></td>
49 <td class="row2" nowrap="nowrap">
51 <input type="hidden" name="clone_style_id_{switch_select_style.style.NUM}" value="{switch_select_style.style.ID}" />
52 <input type="checkbox" name="clone_style_{switch_select_style.style.NUM}" checked="checked" />
53 <input type="text" class="post" name="clone_style_name_{switch_select_style.style.NUM}" value="{switch_select_style.style.NAME}" title="{switch_select_style.style.NAME}" size="30" /><br />
57 <!-- END switch_select_style -->
58 <!-- BEGIN switch_select_nostyle -->
60 <td class="row1">{L_XS_CLONE_NEWNAME}</td>
61 <td class="row2" nowrap="nowrap">
62 <input type="hidden" name="clone_style_id_0" value="{STYLE_ID}" />
63 <input type="hidden" name="clone_style_0" value="checked" />
64 <input type="text" class="post" name="clone_style_name_0" value="{STYLE_NAME}" title="{STYLE_NAME}" size="30" />
67 <!-- END switch_select_nostyle -->
68 <input type="hidden" name="total" value="{TOTAL}" />
70 <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td>