|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:39
|
Update of /cvsroot/mxbb/mx_dev_startkit/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19032/_core/admin Added Files: index.htm mx_module_parameters.tpl startkit_config_body.tpl Log Message: and more --- NEW FILE: mx_module_parameters.tpl --- <!-- 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 --> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- 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="cat" 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" /> |