|
From: Jon O. <jon...@us...> - 2005-10-22 22:42:39
|
Update of /cvsroot/mxbb/mx_dev_startkit/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv378/modules/mx_dev_startkit/templates/subSilver/admin Modified Files: mx_module_parameters.tpl Added Files: startkit_config_body.tpl Log Message: adding this dev startkit module Index: mx_module_parameters.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/templates/subSilver/admin/mx_module_parameters.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_module_parameters.tpl 22 Oct 2005 12:40:33 -0000 1.1 --- mx_module_parameters.tpl 22 Oct 2005 22:42:31 -0000 1.2 *************** *** 1,32 **** ! <script type="text/javascript" src="{SCRIPT_PATH}/templates/rollout.js"></script> ! <tr> <td width="100%" colspan="2"> ! <!-- BEGIN switch_forums_phpbb --> ! <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> ! <tr> ! <th align="center" class="thTop" colspan="2" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> ! </tr> ! <!-- END switch_forums_phpbb --> ! <!-- BEGIN catrow --> ! <tr> ! <td class="cat" align="center"><a href="#" onClick="toggle('cat_{catrow.CAT_ID}', '../templates/subSilver/images/'); return false;"><img src="../templates/subSilver/images/contract.gif" border="0" id="cat_{catrow.CAT_ID}_img" /></a> ! <td class="cat" ><span class="cattitle">{catrow.CAT_NAME}</span></td> ! </tr> ! <tbody id="cat_{catrow.CAT_ID}"> ! <!-- BEGIN forumrow_phpbb --> ! <tr> ! <td class="row1" align="center" valign="top"><input type="checkbox" name="{SELECT_NAME}[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.CHECKED} /></td> ! <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_phpbb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_phpbb.FORUM_DESC}</span></td> ! </tr> ! <!-- END forumrow_phpbb --> ! </tbody> ! <!-- END catrow --> ! <!-- BEGIN switch_forums_phpbb --> </table> - <!-- END switch_forums_phpbb --> </td> </tr> ! ! ! \ No newline at end of file --- 1,19 ---- ! <!-- BEGIN select --> <tr> <td width="100%" colspan="2"> ! <table cellpadding="2" cellspacing="0" width="100%"> ! <tr title="{select.FIELD_DESCRIPTION}"> ! <td class="row1" width="50%" align="right"> ! <span class="topictitle">{select.PARAMETER_TITLE}:</span> ! <span class="gensmall">{select.PARAMETER_TITLE_EXPLAIN}</span> ! </td> ! <td class="row1"> ! ! {select.SELECT_LIST} ! ! </td> ! </tr> </table> </td> </tr> ! <!-- END select --> \ No newline at end of file --- NEW FILE: startkit_config_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_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_GENERAL_SETTINGS}</th> </tr> <tr> <td class="row1"><p>{L_STARTKIT_CONFIG1}<br> <span class="gensmall">{L_STARTKIT_CONFIG1_EXPLAIN}</span> </p></td> <td class="row2"><input type="text" maxlength="5" size="5" name="startkit_config1" value="{STARTKIT_CONFIG1}" /></td> </tr> <tr> <td class="row1">{L_STARTKIT_CONFIG2}<br> <span class="gensmall">{L_STARTKIT_CONFIG2_EXPLAIN}</span> </td> <td class="row2"><input type="radio" name="startkit_config2" value="1" {S_STARTKIT_CONFIG2_YES} /> {L_YES} <input type="radio" name="startkit_config2" value="0" {S_STARTKIT_CONFIG2_NO} /> {L_NO}</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" /> |