|
From: OryNider <ory...@us...> - 2007-12-17 06:57:09
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7058 Modified Files: mx_blockcp_admin_body.html Added Files: admin_mx_portal.html Log Message: Index: mx_blockcp_admin_body.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/admin/mx_blockcp_admin_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_blockcp_admin_body.html 16 Dec 2007 01:56:48 -0000 1.1 --- mx_blockcp_admin_body.html 17 Dec 2007 06:57:03 -0000 1.2 *************** *** 260,270 **** {RESULT_MESSAGE} - <!-- BEGIN mx_blockcp --> <p></p> <span class="corners-bottom"><span></span></span></div> </div> <!-- END mx_blockcp --> ! ! <div id="adminBlockCP_require_refresh" style="display:block;" class="genmed"> <div id="tabs"> <ul> --- 260,270 ---- {RESULT_MESSAGE} <p></p> + <!-- BEGIN mx_blockcp --> <span class="corners-bottom"><span></span></span></div> </div> <!-- END mx_blockcp --> ! <br clear="all" /> ! <div id="adminBlockCP_require_refresh" style="display:block;"> <div id="tabs"> <ul> --- NEW FILE: admin_mx_portal.html --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"> <fieldset> <legend>{L_GENERAL_SETTINGS}</legend> </dl> <dl> <dt>{L_PORTAL_NAME}</dt> <dd><input type="text" maxlength="150" size="50" name="portal_name" value="{PORTAL_NAME}" /></dd> </dl> <dl> <dt>{L_PORTAL_URL}</dt> <dd><input type="text" maxlength="150" size="50" name="portal_url" value="{PORTAL_URL}" /></dd> </dl> <dl> <dt>{L_PORTAL_PHPBB_URL}</dt> <dd><input type="text" maxlength="150" size="50" name="portal_phpbb_url" value="{PORTAL_PHPBB_URL}" /></dd> </dl> <dl> <dt>{L_MX_USE_CACHE}<br /><span class="gensmall">{L_MX_USE_CACHE_EXPLAIN}</span></dd> <dd><input type="radio" name="mx_use_cache" value="1" {S_MX_USE_CACHE_YES} /> {L_YES} <input type="radio" name="mx_use_cache" value="0" {S_MX_USE_CACHE_NO} /> {L_NO}</dd> </dl> <dl> <dt>{L_MX_MOD_REWRITE}<br /><span class="gensmall">{L_MX_MOD_REWRITE_EXPLAIN}</span></dd> <dd><input type="radio" name="mod_rewrite" value="1" {S_MX_MOD_REWRITE_YES} /> {L_YES} <input type="radio" name="mod_rewrite" value="0" {S_MX_MOD_REWRITE_NO} /> {L_NO}</dd> </dl> </fieldset> <fieldset> <legend>{L_STYLE_SETTINGS}?</legend> <dl> <dt>{L_DEFAULT_ADMIN_STYLE}</dt> <dd>{ADMIN_STYLE_SELECT}</dd> </dl> <dl> <dt>{L_DEFAULT_STYLE}</dt> <dd>{STYLE_SELECT}</dd> </dl> <dl> <dt>{L_OVERRIDE_STYLE}<br /><span class="gensmall">{L_OVERRIDE_STYLE_EXPLAIN}</span></dd> <dd><input type="radio" name="mx_override_user_style" value="1" {OVERRIDE_STYLE_YES} /> {L_YES} <input type="radio" name="mx_override_user_style" value="0" {OVERRIDE_STYLE_NO} /> {L_NO}</dd> </dl> <dl> <dt>{L_OVERALL_HEADER}</dt> <dd><input type="text" maxlength="150" size="50" name="overall_header" value="{OVERALL_HEADER}" /></dd> </dl> <dl> <dt>{L_OVERALL_FOOTER}</dt> <dd><input type="text" maxlength="150" size="50" name="overall_footer" value="{OVERALL_FOOTER}" /></dd> </dl> <dl> <dt>{L_MAIN_LAYOUT}</dt> <dd><input type="text" maxlength="150" size="50" name="main_layout" value="{MAIN_LAYOUT}" /></dd> </dl> <dl> <dt>{L_NAVIGATION_BLOCK}</dt> <dd>{NAVIGATION_BLOCK}</dt> </dl> <dl> <dt>{L_TOP_PHPBB_LINKS}</dt> <dd><input type="radio" name="top_phpbb_links" value="1" {S_TOP_PHPBB_LINKS_YES} /> {L_YES} <input type="radio" name="top_phpbb_links" value="0" {S_TOP_PHPBB_LINKS_NO} /> {L_NO}</dd> </dl> <dl> <dd>{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" /> <input type="reset" value="{L_RESET}" class="button2" /></dd> </dl> </fieldset> <fieldset> <legend>{L_GENERAL_CONFIG_INFO}</legend> <dl> <dt>{L_PHPBB_RELATIVE_PATH}</dt> <dd>{PHPBB_RELATIVE_PATH}</dd> </dl> <dl> <dt>{L_PORTAL_VERSION}</dt> <dd>{PORTAL_VERSION}</dd> </dl> </fieldset> <fieldset> <legend>{L_PHPBB_INFO}</legend> <dl> <dt>{L_PHPBB_VERSION}</dt> <dd>{PHPBB_VERSION}</dd> </dl> <dl> <dt>{L_PHPBB_SERVER_NAME}</dt> <dd>{PHPBB_SERVER_NAME}</dt> </dl> <dl> <dt>{L_PHPBB_SCRIPT_PATH}</dt> <dd>{PHPBB_SCRIPT_PATH}</dt> </dl> </fieldset> </form> <br clear="all" /> |