|
From: Jon O. <jon...@us...> - 2007-09-09 20:13:01
|
Update of /cvsroot/mxbb/mx_newssuite/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21668/_core/admin Added Files: index.htm mx_module_parameters.tpl Log Message: for 2.9.x --- NEW FILE: mx_module_parameters.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/lib/rollout_toggle.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" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_ANNOUNCE}" border="0" alt="{L_ANNOUNCEMENT}" /> {L_ANNOUNCEMENT}</th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_STICKY}" border="0" alt="{L_STICKY}" /> {L_STICKY}</th> <th align="center" class="thTop" nowrap="nowrap"> <img src="{I_NORMAL}" border="0" alt="{L_NORMAL}" /> </th> </tr> <!-- END switch_forums_phpbb --> <!-- BEGIN switch_forums_kb --> <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> <th align="center" class="thTop" nowrap="nowrap" colspan="2"> {L_NEWS_FORUMS} </th> <!-- BEGIN types_name --> <th align="center" class="thTop" nowrap="nowrap"> {switch_forums_kb.types_name.TYPES_NAME} </th> <!-- END types_name --> </tr> <!-- END switch_forums_kb --> <!-- BEGIN catrow --> <tr> <td class="cat" align="center"><a href="#" onClick="toggle('cat_{catrow.CAT_ID}', '{MX_IMAGES_ROOT}'); return false;"><img src="{MX_IMAGES_ROOT}contract.gif" border="0" id="cat_{catrow.CAT_ID}_img" /></a> <td class="cat" colspan="{catrow.COLSPAN}"><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="forum_news[{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> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_announce[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.ANNOUNCE_CHECKED} /></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_sticky[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.STICKY_CHECKED} /></td> <td class="row2" align="center" valign="top"><input type="checkbox" name="forum_news_post[{catrow.forumrow_phpbb.FORUM_ID}]" value="1" {catrow.forumrow_phpbb.NORMAL_CHECKED} /></td> </tr> <!-- END forumrow_phpbb --> <!-- BEGIN forumrow_kb --> <tr> <td class="row1" align="center" valign="top"><input type="checkbox" name="forum_news[{catrow.forumrow_kb.FORUM_ID}]" value="1" {catrow.forumrow_kb.CHECKED} /></td> <td class="row1" align="left" valign="top"><span class="forumlink">{catrow.forumrow_kb.FORUM_NAME}</span><br /><span class="gensmall">{catrow.forumrow_kb.FORUM_DESC}</span></td> <!-- BEGIN types --> <td class="row2" align="center" valign="top"><input type="checkbox" name="{catrow.forumrow_kb.types.TYPE}[{catrow.forumrow_kb.FORUM_ID}]" value="{catrow.forumrow_kb.types.VALUE}" {catrow.forumrow_kb.types.CHECKED} /></td> <!-- END types --> </tr> <!-- END forumrow_kb --> </tbody> <!-- END catrow --> </table> </td> </tr> --- 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> |