|
From: Selven <sel...@us...> - 2007-06-21 18:21:24
|
Update of /cvsroot/mxbb/mx_shoutbox/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27703/templates/subSilver/admin Added Files: index.html mx_shoutbox_admin.tpl Log Message: First Upload --- NEW FILE: index.html --- --- NEW FILE: mx_shoutbox_admin.tpl --- <h1>{L_SHOUT_CONFIG}</h1> <p>{L_SHOUT_CONFIG_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_SHOUTBOX_SETTINGS}</th> </tr> <tr> <td class="row1">{L_LIST_INDEX}<br /><span class="gensmall">{L_LIST_INDEX_EXPLAIN}</span></td> <td class="row2" width="100"><input name="list_index" type="text" class="post" value="{LIST_INDEX}" size="5" maxlength="5" /></td> </tr> <tr> <td class="row1">{L_SHOUT_SIZE}<br /><span class="gensmall">{L_SHOUT_SIZE_EXPLAIN}</span></td> <td class="row2" width="100"><input name="shout_size" type="text" class="post" value="{SHOUT_SIZE}" size="5" maxlength="5" /></td> </tr> <tr> <td class="row1">{L_ALLOW_GUEST}<br /><span class="gensmall">{L_ALLOW_GUEST_EXPLAIN}</span></td> <td class="row2" width="100"><input type="radio" name="allow_guest" value="1" {GUEST_YES} /> {L_YES} <input type="radio" name="allow_guest" value="0" {GUEST_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_ALLOW_MEMBER_DEL}<br /><span class="gensmall">{L_ALLOW_MEMBER_DEL_EXPLAIN}</span></td> <td class="row2" width="100"><input type="radio" name="allow_member_del" value="1" {MEMBER_YES} /> {L_YES} <input type="radio" name="allow_member_del" value="0" {MEMBER_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_ALLOW_MEMBER_EDIT}<br /><span class="gensmall">{L_ALLOW_MEMBER_EDIT_EXPLAIN}</span></td> <td class="row2" width="100"><input type="radio" name="allow_member_edit" value="1" {MEMBER_EDIT_YES} /> {L_YES} <input type="radio" name="allow_member_edit" value="0" {MEMBER_EDIT_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_ALLOW_BBCODE}<br /><span class="gensmall">{L_ALLOW_BBCODE_EXPLAIN}</span></td> <td class="row2" width="100"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES} /> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_STATIC_BOX}<br /><span class="gensmall">{L_STATIC_BOX_EXPLAIN}</span></td> <td class="row2" width="100"><input type="radio" name="static_box" value="1" {STATIC_YES} /> {L_YES} <input type="radio" name="static_box" value="0" {STATIC_NO} /> {L_NO}</td> </tr> <tr> <td class="row1">{L_STATIC_BOX_SIZE}<br /><span class="gensmall">{L_STATIC_BOX_SIZE_EXPLAIN}</span></td> <td class="row2" width="100"><input name="static_box_height" type="text" class="post" value="{STATIC_HEIGHT}" size="5" maxlength="5" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> </tr> </table></form> <br clear="all" /> |