Update of /cvsroot/mxbb/core27x/templates/subSilver/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/templates/subSilver/admin Added Files: admin_mx_meta.tpl admin_mx_phpinfo.tpl admin_mx_poll.tpl admin_mx_portal.tpl auth_mx_portal_body.tpl index.htm index_body.tpl index_frameset.tpl index_navigate.tpl mx_announcement_admin.tpl mx_auth_portal_body.tpl mx_block_admin_body.tpl mx_block_admin_column.tpl mx_block_delete_body.tpl mx_block_edit_body.tpl mx_block_setting_body.tpl mx_category_edit_body.tpl mx_function_edit_body.tpl mx_language_body.tpl mx_menu_admin_body.tpl mx_menu_delete_body.tpl mx_menu_edit_body.tpl mx_module_admin_body.tpl mx_module_edit_body.tpl mx_page_admin_body.tpl mx_page_admin_column.tpl mx_page_admin_edit.tpl mx_page_delete_body.tpl mx_page_edit_body.tpl mx_parameter_edit_body.tpl page_footer.tpl page_header.tpl Log Message: Initital core 2.7.x commit :-) --- NEW FILE: mx_block_setting_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="3">{BLOCK_TITLE}</th> </tr> <!-- BEGIN param_row --> <tr> <td class="row1">{param_row.PARAMETER_LABEL}<br />{param_row.PARAMETER_INFO}</td> <td class="row2">{param_row.PARAMETER_FIELD}</td> </tr> <!-- END param_row --> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> <br clear="all" /> --- NEW FILE: mx_menu_delete_body.tpl --- <h1>{L_MENU_DELETE}</h1> <p>{L_MENU_DELETE_EXPLAIN}</p> <form action="{S_MENU_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th colspan="2" class="thHead">{L_MENU_DELETE}</th> </tr> <tr> <td class="row1">{L_MENU_NAME}</td> <td class="row1"><span class="row1">{NAME}</span></td> </tr> <tr> <td class="row1">{L_MOVE_CONTENTS}</td> <td class="row1">{S_SELECT_TO}</td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> --- NEW FILE: admin_mx_meta.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">META TAGS</th> </tr> <tr> <td class="row1">{L_TITLE}</td> <td class="row2"><input type="text" name="title" value="{TITLE}" size="32" /></td> </tr> <tr> <td class="row1">{L_AUTHOR}</td> <td class="row2"><input type="text" name="author" value="{AUTHOR}" size="32" /></td> </tr> <tr> <td class="row1">{L_COPYRIGHT}</td> <td class="row2"><input type="text" name="copyright" value="{COPYRIGHT}" size="32" /></td> </tr> <tr> <td class="row1">{L_KEYWORDS}<br />{L_KEYWORDS_EXPLAIN}</td> <td class="row2"><input type="text" name="keywords" value="{KEYWORDS}" size="65" /></td> </tr> <tr> <td class="row1">{L_DESCRIPTION}</td> <td class="row2"><input type="text" name="description" value="{DESCRIPTION}" size="65" /></td> </tr> <tr> <td class="row1">{L_LANGUAGE}</td> <td class="row2">{LANGUAGE}</td> </tr> <tr> <td class="row1">{L_RATING}</td> <td class="row2">{RATING}</td> </tr> <tr> <td class="row1">{L_ROBOTS}</td> <td class="row2">{ROBOTS_INDEX} {ROBOTS_FOLLOW}</td> </tr> <tr> <td class="row1">{L_PRAGMA}</td> <td class="row2"> <input type="checkbox" name="pragma" value="1" {PRAGMA}/> </td> </tr> <tr> <td class="row1">{L_BOOKMARK}<br />{L_BOOKMARK_EXPLAIN}</td> <td class="row2"> <input type="text" name="icon" value="{ICON}" size="34" /> </td> </tr> </table> <br /> <br /> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_HTITLE}</th> </tr> <tr align="center"> <TD class="row2"> <textarea name="header" rows="6" cols="80">{HEADER}</textarea> </td> </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" /> </table></FORM> <br clear="all" /> --- NEW FILE: mx_category_edit_body.tpl --- <script language="JavaScript" type="text/javascript"> <!-- // bbCode control by // subBlue design // www.subBlue.com // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); // Helpline messages b_help = "{L_BBCODE_B_HELP}"; i_help = "{L_BBCODE_I_HELP}"; u_help = "{L_BBCODE_U_HELP}"; q_help = "{L_BBCODE_Q_HELP}"; c_help = "{L_BBCODE_C_HELP}"; l_help = "{L_BBCODE_L_HELP}"; o_help = "{L_BBCODE_O_HELP}"; p_help = "{L_BBCODE_P_HELP}"; w_help = "{L_BBCODE_W_HELP}"; a_help = "{L_BBCODE_A_HELP}"; s_help = "{L_BBCODE_S_HELP}"; f_help = "{L_BBCODE_F_HELP}"; // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); imageTag = false; // Shows the help messages in the helpline window function helpline(help) { document.post.helpbox.value = eval(help + "_help"); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i < thearray.length; i++) { if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) return i; } return thearray.length; } // Replacement for arrayname.push(value) not implemented in IE until version 5.5 // Appends element to the array function arraypush(thearray,value) { thearray[ getarraysize(thearray) ] = value; } // Replacement for arrayname.pop() not implemented in IE until version 5.5 // Removes and returns the last element of an array function arraypop(thearray) { thearraysize = getarraysize(thearray); retval = thearray[thearraysize - 1]; delete thearray[thearraysize - 1]; return retval; } function checkForm() { formErrors = false; if (document.post.message.value.length < 2) { formErrors = "{L_EMPTY_MESSAGE}"; } if (document.post.subject.value.length < 2) { formErrors = "{L_EMPTY_SUBJECT}"; } if (formErrors) { alert(formErrors); return false; } else { bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; return true; } } function emoticon(text) { text = ' ' + text + ' '; if (document.post.message.createTextRange && document.post.message.caretPos) { var caretPos = document.post.message.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; document.post.message.focus(); } else { document.post.message.value += text; document.post.message.focus(); } } function bbfontstyle(bbopen, bbclose) { if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; if (!theSelection) { document.post.message.value += bbopen + bbclose; document.post.message.focus(); return; } document.selection.createRange().text = bbopen + theSelection + bbclose; document.post.message.focus(); return; } else { document.post.message.value += bbopen + bbclose; document.post.message.focus(); return; } storeCaret(document.post.message); } function bbstyle(bbnumber) { donotinsert = false; theSelection = false; bblast = 0; if (bbnumber == -1) { // Close all open tags & default button names while (bbcode[0]) { butnumber = arraypop(bbcode) - 1; document.post.message.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); } imageTag = false; // All tags are closed including image tags :D document.post.message.focus(); return; } if ((clientVer >= 4) && is_ie && is_win) theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; document.post.message.focus(); theSelection = ''; return; } // Find last occurance of an open tag the same as the one just clicked for (i = 0; i < bbcode.length; i++) { if (bbcode[i] == bbnumber+1) { bblast = i; donotinsert = true; } } if (donotinsert) { // Close all open tags up to the one just clicked & default button names while (bbcode[bblast]) { butnumber = arraypop(bbcode) - 1; document.post.message.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); imageTag = false; } document.post.message.focus(); return; } else { // Open tags if (imageTag && (bbnumber != 14)) { // Close image tag before adding another document.post.message.value += bbtags[15]; lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list document.post.addbbcode14.value = "Img"; // Return button back to normal state imageTag = false; } // Open tag document.post.message.value += bbtags[bbnumber]; if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag arraypush(bbcode,bbnumber+1); eval('document.post.addbbcode'+bbnumber+'.value += "*"'); document.post.message.focus(); return; } storeCaret(document.post.message); } // Insert at Claret position. Code from // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } //--> </script> <h1>{L_EDIT_CATEGORY}</h1> <p>{L_EDIT_CATEGORY_EXPLAIN}</p> <form action="{S_FORUM_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="3">{L_EDIT_CATEGORY}</th> </tr> <tr> <td class="row1"><b>{L_CATEGORY}</b></td> <td class="row2" colspan="2"><input type="text" size="25" name="cat_title" value="{CAT_TITLE}" /></td> </tr> <tr> <td class="row1" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td><span class="gen"><b>{L_DESCRIPTION}</b></span> </td> </tr> <tr> <td valign="middle" align="center"> <br /> <table width="100" border="0" cellspacing="0" cellpadding="5"> <tr align="center"> <td colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></td> </tr> <!-- BEGIN smilies_row --> <tr align="center" valign="middle"> <!-- BEGIN smilies_col --> <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{U_PHPBB_ROOT_PATH}{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> <!-- END smilies_col --> </tr> <!-- END smilies_row --> <!-- BEGIN switch_smilies_extra --> <tr align="center"> <td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td> </tr> <!-- END switch_smilies_extra --> </table> </td> </tr> </table> </td> <td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span> <table width="450" border="0" cellspacing="0" cellpadding="2"> <tr align="center" valign="middle"> <td><span class="genmed"> <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> </span></td> </tr> <tr> <td colspan="9"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed"> {L_FONT_COLOR}: <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')"> <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option> <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option> <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option> <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option> <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option> <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option> <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option> <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option> <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option> <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> <option value="7" class="genmed">{L_FONT_TINY}</option> <option value="9" class="genmed">{L_FONT_SMALL}</option> <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> <option value="18" class="genmed">{L_FONT_LARGE}</option> <option value="24" class="genmed">{L_FONT_HUGE}</option> </select> </span></td> <td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> </tr> </table> </td> </tr> <tr> <td colspan="9"> <span class="gensmall"> <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> </span></td> </tr> <tr> <td colspan="9"><span class="gen"> <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{CAT_DESC}</textarea> </span></td> </tr> </table> </span></td> </tr> <tr> <td class="row1" colspan="2" align="center"><span class="gen">{S_SHOW_CAT} </span></td> </tr> <tr> <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: mx_language_body.tpl --- <h1>{L_TITLE}</h1> <P>{L_TEXT}</p> <form method="post" action="{S_ACTION}"> {SOURCE_SELECT} {LANGUAGE_SELECT_ORI} {LANGUAGE_SELECT_DEST} <input type="submit" class="mainoption" name="cangenow" value="{L_CHANGE_NOW}" /> </form> <br /> <form method="post" action="{S_ACTION}"><table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_CODE}</th> <th class="thTop">{L_TEXT_ORI}</th> <th class="thTop">{L_TEXT_DEST}</th> </tr> <!-- BEGIN language --> <tr> <td class="{language.ROW_CLASS}">{language.CODE}</td> <td class="{language.ROW_CLASS}"><TEXTAREA NAME="{language.CODE_ORI}" ROWS=2 COLS=60>{language.TEXT_ORI}</TEXTAREA></td> <td class="{language.ROW_CLASS}"><TEXTAREA NAME="{language.CODE_DEST}" ROWS=2 COLS=60>{language.TEXT_DEST}</TEXTAREA></td> </tr> <!-- END language --> <tr> <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </tr> </table></form> --- NEW FILE: mx_page_admin_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form method="post" action="{S_PAGE_ACTION}"> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="6">{L_PAGE} {PAGELIST} <input type="submit" class="mainoption" name="cangenow" value="{L_CHANGE_NOW}" /> </th> </tr> </table> </form> <form method="post" action="{S_ACTION}"> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="6">{L_TITLE}</th> </tr> <!-- BEGIN columnrow --> <tr> <td class="catLeft" ><span class="cattitle"><b><a href="{columnrow.U_VIEWCOLUMN}">{columnrow.COLUMN_DESC}</a></b></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><a href="{columnrow.U_COLUMN_EDIT}">{L_EDIT}</a></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><a href="{columnrow.U_COLUMN_EDIT}">{L_SETTING}</a></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><a href="{columnrow.U_COLUMN_DELETE}">{L_DELETE}</a></span></td> <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{columnrow.U_COLUMN_MOVE_UP}">{L_MOVE_UP}</a> <a href="{columnrow.U_COLUMN_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> <td class="catRight" align="center" valign="middle"><span class="gen"> </span></td> </tr> <!-- BEGIN blockrow --> <tr> <td class="row2"><span class="gen">{columnrow.blockrow.BLOCK_NAME}</span><br /><span class="gensmall">{columnrow.blockrow.BLOCK_DESC}</span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{columnrow.blockrow.U_BLOCK_EDIT}">{L_EDIT}</a></span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{columnrow.blockrow.U_BLOCK_SETTING}">{columnrow.blockrow.L_SETTING}</a> </span></td> <td class="row2" align="center" valign="middle"><span class="gen"><a href="{columnrow.blockrow.U_BLOCK_DELETE}">{L_DELETE}</a></span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{columnrow.blockrow.U_BLOCK_MOVE_UP}">{L_MOVE_UP}</a> <a href="{columnrow.blockrow.U_BLOCK_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> <td class="row2" align="center" valign="middle"><span class="gen"><a href="{columnrow.blockrow.U_BLOCK_RESYNC}">{L_RESYNC}</a></span></td> </tr> <!-- END blockrow --> <tr> <td colspan="7" class="row2">{columnrow.LIST_BLOCK} {columnrow.S_HIDDEN_FIELDS}<input type="submit" class="liteoption" name="{columnrow.S_ADD_BLOCK_SUBMIT}" value="{L_CREATE_BLOCK}" /></td> </tr> <tr> <td colspan="7" height="1" class="spaceRow"><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}spacer.gif" alt="" width="1" height="1" /></td> </tr> <!-- END columnrow --> <tr> <td colspan="7" class="catBottom"><input type="text" name="columnname" /> <input type="submit" class="liteoption" name="addcolumn" value="{L_CREATE_COLUMN}" /></td> </tr> <tr> <td colspan="7" class="catBottom"><input type="text" name="pagename" /> <input type="submit" class="liteoption" name="addpage" value="{L_CREATE_PAGE}" /></td> </tr> </table></form> --- NEW FILE: mx_function_edit_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1">{L_MODULE}</td> <td class="row2">{MODULE_SELECT}</td> </tr> <tr> <td class="row1">{L_FUNCTION_NAME}</td> <td class="row2"><input type="text" size="45" name="function_name" value="{FUNCTION_NAME}" class="post" /></td> </tr> <tr> <tr> <td class="row1">{L_FUNCTION_DESC}</td> <td class="row2"><input type="text" size="45" name="function_desc" value="{FUNCTION_DESC}" class="post" /></td> </tr> <tr> <td class="row1">{L_FUNCTION_FILE}</td> <td class="row2"><input type="text" size="45" name="function_file" value="{FUNCTION_FILE}" class="post" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> <br /> <h1>{L_PARAMETER_TITLE}</h1> <P>{L_PARAMETER_TEXT}</p> <br /> <form method="post" action="{S_ACTION}"><table width="100%" cellspacing="1" cellpadding="5" border="0" align="center" class="forumline"> <tr> <th class="thTop">{L_PARAMETER_ID}</th> <th class="thTop">{L_PARAMETER_DESC}</th> <th class="thTop">{L_PARAMETER_TYPE}</th> <th class="thTop">{L_PARAMETER_DEFAULT}</th> <th colspan="2" class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN parameter --> <tr> <td class="{parameter.ROW_CLASS}">{parameter.PARAMETER_ID}</td> <td class="{parameter.ROW_CLASS}">{parameter.PARAMETER_DESC}</td> <td class="{parameter.ROW_CLASS}">{parameter.PARAMETER_TYPE}</td> <td class="{parameter.ROW_CLASS}">{parameter.PARAMETER_DEFAULT}</td> <td class="{parameter.ROW_CLASS}"><a href="{parameter.U_EDIT}">{L_EDIT}</a></td> <td class="{parameter.ROW_CLASS}"><a href="{parameter.U_DELETE}">{L_DELETE}</a></td> </tr> <!-- END parameter --> <tr> <td class="catBottom" colspan="7" align="center">{S_HIDDEN_FIELDS_PARAM}<input type="submit" name="add_param" value="{L_ADD}" class="mainoption" /></td> </tr> </table></form> <br clear="all" /> --- NEW FILE: admin_mx_portal.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="3">{L_GENERAL_SETTINGS}</th> </tr> <tr> <td class="row1">{L_PORTAL_NAME}</td> <td class="row2"><input type="text" maxlength="150" size="30" name="portal_name" value="{PORTAL_NAME}" /></td> </tr> <tr> <td class="row1">{L_PORTAL_URL}</td> <td class="row2"><input type="text" maxlength="150" size="30" name="portal_url" value="{PORTAL_URL}" /></td> </tr> <tr> <td class="row1">{L_PORTAL_PHPBB_URL}</td> <td class="row2"><input type="text" maxlength="150" size="30" name="portal_phpbb_url" value="{PORTAL_PHPBB_URL}" /></td> </tr> <tr> <td class="row1">{L_TOP_PHPBB_LINKS}</td> <td class="row2"><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}</td> </tr> <tr> <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </tr> <tr> <th class="thHead" colspan="3">{L_GENERAL_CONFIG_INFO}</th> </tr> <tr> <td class="row1">{L_PHPBB_RELATIVE_PATH}<br />{L_PHPBB_RELATIVE_PATH_EXPLAIN}</td> <td class="row2">{PHPBB_RELATIVE_PATH}</td> </tr> <tr> <td class="row1">{L_PORTAL_VERSION}</td> <td class="row2">{PORTAL_VERSION}</td> </tr> <tr> <th class="thHead" colspan="3">{L_PHPBB_INFO}</th> </tr> <tr> <td class="row1">{L_PHPBB_VERSION}</td> <td class="row2">{PHPBB_VERSION}</td> </tr> <tr> <td class="row1">{L_PHPBB_SERVER_NAME}</td> <td class="row2">{PHPBB_SERVER_NAME}</td> </tr> <tr> <td class="row1">{L_PHPBB_SCRIPT_PATH}</td> <td class="row2">{PHPBB_SCRIPT_PATH}</td> </tr> </table></form> <br clear="all" /> --- NEW FILE: mx_page_admin_column.tpl --- <h1>{L_EDIT_COLUMN}</h1> <p>{L_EDIT_COLUMN_EXPLAIN}</p> <form action="{S_FORUM_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_EDIT_COLUMN}</th> </tr> <tr> <td class="row1">{L_COLUMN}</td> <td class="row2"><input type="text" size="25" name="column_title" value="{COLUMN_TITLE}" /></td> </tr> <tr> <td class="row1">{L_COLUMN_SIZE}</td> <td class="row2"><input type="text" maxlength="5" size="5" name="column_size" value="{COLUMN_SIZE}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: mx_module_admin_body.tpl --- <h1>{L_MODULE_TITLE}</h1> <P>{L_MODULE_TEXT}</p> <form method="post" action="{S_ACTION}"><table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_CODE}</th> <th class="thTop">{L_MODULE_NAME}</th> <th class="thTop">{L_MODULE_DESC}</th> <th colspan="2" class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN module --> <tr> <td class="{module.ROW_CLASS}">{module.CODE}</td> <td class="{module.ROW_CLASS}">{module.NAME}</td> <td class="{module.ROW_CLASS}">{module.DESC}</td> <td class="{module.ROW_CLASS}"><a href="{module.U_EDIT}">{L_EDIT}</a></td> <td class="{module.ROW_CLASS}"><a href="{module.U_DELETE}">{L_DELETE}</a></td> </tr> <!-- END module --> <tr> <td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS_MODULE}<input class="mainoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"> <input class="mainoption" type="submit" name="upgrade_module" value="{L_UPGRADE_PACK}"> <input type="submit" name="add" value="{L_ADD}" class="liteoption" /> <input class="liteoption" type="submit" name="export_pack" value="{L_EXPORT_PACK}"></td> </tr> </table></form> <br /> <h1>{L_FUNCTION_TITLE}</h1> <P>{L_FUNCTION_TEXT}</p> <br /> <form method="post" action="{S_ACTION}"><table width="100%" cellspacing="1" cellpadding="5" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_MODULE_NAME}</th> <th class="thTop">{L_CODE}</th> <th class="thTop">{L_FUNCTION_NAME}</th> <th class="thTop">{L_FUNCTION_DESC}</th> <th colspan="2" class="thCornerR">{L_ACTION}</th> </tr> <!-- BEGIN function --> <tr> <td class="{function.ROW_CLASS}">{function.MODULE}</td> <td class="{function.ROW_CLASS}">{function.CODE}</td> <td class="{function.ROW_CLASS}">{function.NAME}</td> <td class="{function.ROW_CLASS}">{function.DESC}</td> <td class="{function.ROW_CLASS}"><a href="{function.U_EDIT}">{L_EDIT}</a></td> <td class="{function.ROW_CLASS}"><a href="{function.U_DELETE}">{L_DELETE}</a></td> </tr> <!-- END function --> <tr> <td class="catBottom" colspan="6" align="center">{S_HIDDEN_FIELDS_FUNCTION}<input type="submit" name="add" value="{L_ADD_FUNCTION}" class="mainoption" /></td> </tr> </table></form> --- NEW FILE: mx_block_admin_column.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1">{L_COLUMN}</td> <td class="row2"><input type="text" size="25" name="column_title" value="{COLUMN_TITLE}" /></td> </tr> <tr> <td class="row1">{L_COLUMN_SIZE}</td> <td class="row2"><input type="text" maxlength="5" size="5" name="column_size" value="{COLUMN_SIZE}" /></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: admin_mx_poll.tpl --- <h1>{L_ADMIN_POLL_TITLE}</h1> <p>{L_ADMIN_POLL_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="6">{L_POLL_SETTINGS}</th> </tr> <tr> <td class="row1" colspan="2">{L_POLL_DISPLAY}</td> <td class="row2" colspan="4">{POLL_SELECT}</td> </tr> <tr> <td class="catBottom" colspan="6" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </tr> </table></form> <br/> <br/> <br/> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <th class="thCornerL" height="25" nowrap="nowrap"> {L_POLL_NO} </th> <th width="120" class="thTop" nowrap="nowrap"> {L_TOPIC} </th> <th class="thTop" nowrap="nowrap"> {L_POLL_QUESTION} </th> <th width="100" class="thTop" nowrap="nowrap"> {L_DATE} </th> <th class="thCornerR" nowrap="nowrap" colspan="2"> {L_ADMIN_POLL_ACTION} </th> </tr> <!-- BEGIN empty --> <tr> <td class="row1" align="center" valign="middle" height="25" colspan="6">{L_MSG_NO_POLL}</td> </tr> <!-- END empty --> <!-- BEGIN pollrow --> <tr> <td class="row1" align="center" valign="middle" height="25"><span class="gensmall">{pollrow.ID}</span></td> <td class="row2" align="center" valign="middle" height="25"><a href="{pollrow.U_VIEW_TOPIC}" target="_blank">{pollrow.TITLE_TOPIC}</a></td> <td class="row1" align="center" valign="middle" height="25"><span class="gensmall">{pollrow.TITLE_POLL}</span></td> <td class="row2" align="center" valign="middle" height="25"><span class="gensmall">{pollrow.POLL_DATE}</span></td> <td class="row1" align="center" valign="middle" width="60" height="25" nowrap="nowrap"><a href="admin_mx_poll.php?mode=view&id={pollrow.ID}" class="mainmenu">voir</a></td> <td class="row2" align="center" valign="middle" width="60" height="25" nowrap="nowrap"><a href="admin_mx_poll.php?mode=delete&id={pollrow.ID}&t_id={pollrow.T_ID}" class="mainmenu">Suppr</a></td> </tr> <!-- END pollrow --> </table> <!-- BEGIN details --> <br> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thCornerL" height="25" nowrap="nowrap"> {L_POLL_OPT} </th> <th class="thCornerR" nowrap="nowrap" colspan="2"> {L_NBR_ANSWERS} </th> </tr> <!-- BEGIN answerrow --> <tr> <td class="row1" width="40%" align="center" valign="middle" height="25"><span class="gensmall">{details.answerrow.ID_OPTION} - {details.answerrow.OPTION}</span></td> <td class="row2" align="center" valign="middle" height="25"><span class="gensmall">{details.answerrow.NB_ANSWER}</span></td> </tr> <!-- END answerrow --> </table> <br> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thTop" height="25" nowrap="nowrap"> {L_POLL_USERS} </th> </tr> <tr> <td class="row1" align="left" valign="middle" height="25"><span class="gensmall"> {details.USERS_LIST}</span></td> </tr> </table> <!-- END details --> <br> <br clear="all" /> --- NEW FILE: mx_block_delete_body.tpl --- <h1>{L_BLOCK_DELETE}</h1> <p>{L_BLOCK_DELETE_EXPLAIN}</p> <form action="{S_MENU_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th colspan="2" class="thHead">{L_BLOCK_DELETE}</th> </tr> <tr> <td class="row1">{L_NAME}</td> <td class="row1"><span class="row1">{NAME}</span></td> </tr> <tr> <td class="row1">{L_MOVE_CONTENTS}</td> <td class="row1">{S_SELECT_TO}</td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> --- NEW FILE: auth_mx_portal_body.tpl --- <h1>{L_AUTH_TITLE}</h1> <p>{L_AUTH_EXPLAIN}</p> <h2>{PORTAL_NAME}</h2> <form method="post" action="{S_PORTALAUTH_ACTION}"> <table cellspacing="1" cellpadding="4" border="0" align="center" class="portalline"> <tr> <!-- BEGIN portal_auth_titles --> <th class="thTop">{portal_auth_titles.CELL_TITLE}</th> <!-- END portal_auth_titles --> </tr> <tr> <!-- BEGIN portal_auth_data --> <td class="row1" align="center">{portal_auth_data.S_AUTH_LEVELS_SELECT}</td> <!-- END portal_auth_data --> </tr> <tr> <td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td> </tr> <tr> <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: mx_menu_edit_body.tpl --- <script language="JavaScript" type="text/javascript"> <!-- // bbCode control by // subBlue design // www.subBlue.com // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); // Helpline messages b_help = "{L_BBCODE_B_HELP}"; i_help = "{L_BBCODE_I_HELP}"; u_help = "{L_BBCODE_U_HELP}"; q_help = "{L_BBCODE_Q_HELP}"; c_help = "{L_BBCODE_C_HELP}"; l_help = "{L_BBCODE_L_HELP}"; o_help = "{L_BBCODE_O_HELP}"; p_help = "{L_BBCODE_P_HELP}"; w_help = "{L_BBCODE_W_HELP}"; a_help = "{L_BBCODE_A_HELP}"; s_help = "{L_BBCODE_S_HELP}"; f_help = "{L_BBCODE_F_HELP}"; // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); imageTag = false; // Shows the help messages in the helpline window function helpline(help) { document.post.helpbox.value = eval(help + "_help"); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i < thearray.length; i++) { if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) return i; } return thearray.length; } // Replacement for arrayname.push(value) not implemented in IE until version 5.5 // Appends element to the array function arraypush(thearray,value) { thearray[ getarraysize(thearray) ] = value; } // Replacement for arrayname.pop() not implemented in IE until version 5.5 // Removes and returns the last element of an array function arraypop(thearray) { thearraysize = getarraysize(thearray); retval = thearray[thearraysize - 1]; delete thearray[thearraysize - 1]; return retval; } function checkForm() { formErrors = false; if (document.post.message.value.length < 2) { formErrors = "{L_EMPTY_MESSAGE}"; } if (formErrors) { alert(formErrors); return false; } else { bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; return true; } } function emoticon(text) { text = ' ' + text + ' '; if (document.post.message.createTextRange && document.post.message.caretPos) { var caretPos = document.post.message.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; document.post.message.focus(); } else { document.post.message.value += text; document.post.message.focus(); } } function bbfontstyle(bbopen, bbclose) { if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; if (!theSelection) { document.post.message.value += bbopen + bbclose; document.post.message.focus(); return; } document.selection.createRange().text = bbopen + theSelection + bbclose; document.post.message.focus(); return; } else { document.post.message.value += bbopen + bbclose; document.post.message.focus(); return; } storeCaret(document.post.message); } function bbstyle(bbnumber) { donotinsert = false; theSelection = false; bblast = 0; if (bbnumber == -1) { // Close all open tags & default button names while (bbcode[0]) { butnumber = arraypop(bbcode) - 1; document.post.message.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); } imageTag = false; // All tags are closed including image tags :D document.post.message.focus(); return; } if ((clientVer >= 4) && is_ie && is_win) theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; document.post.message.focus(); theSelection = ''; return; } // Find last occurance of an open tag the same as the one just clicked for (i = 0; i < bbcode.length; i++) { if (bbcode[i] == bbnumber+1) { bblast = i; donotinsert = true; } } if (donotinsert) { // Close all open tags up to the one just clicked & default button names while (bbcode[bblast]) { butnumber = arraypop(bbcode) - 1; document.post.message.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); imageTag = false; } document.post.message.focus(); return; } else { // Open tags if (imageTag && (bbnumber != 14)) { // Close image tag before adding another document.post.message.value += bbtags[15]; lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list document.post.addbbcode14.value = "Img"; // Return button back to normal state imageTag = false; } // Open tag document.post.message.value += bbtags[bbnumber]; if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag arraypush(bbcode,bbnumber+1); eval('document.post.addbbcode'+bbnumber+'.value += "*"'); document.post.message.focus(); return; } storeCaret(document.post.message); } // Insert at Claret position. Code from // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } //--> </script> <h1>{L_MENU_TITLE}</h1> <p>{L_MENU_EXPLAIN}</p> <form action="{S_MENU_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_MENU_SETTINGS}</th> </tr> <tr> <td class="row1"></td> <td class="row2"> <table > <tr align="center" valign="middle"> <td><span class="genmed"> <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> </span></td> <td><span class="genmed"> <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> </span></td> </tr> <tr> <td colspan="9"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed"> {L_FONT_COLOR}: <select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]')" onMouseOver="helpline('s')"> <option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> <option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> <option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option> <option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option> <option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option> <option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> <option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option> <option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option> <option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option> <option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option> <option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> <option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> <option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option> <option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option> <option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option> </select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> <option value="7" class="genmed">{L_FONT_TINY}</option> <option value="9" class="genmed">{L_FONT_SMALL}</option> <option value="12" selected class="genmed">{L_FONT_NORMAL}</option> <option value="18" class="genmed">{L_FONT_LARGE}</option> <option value="24" class="genmed">{L_FONT_HUGE}</option> </select> </span></td> <td nowrap align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> </tr> <tr> <td colspan="9"> <span class="gensmall"> <input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> </span></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td class="row1">{L_MENU_NAME}</td> <td class="row2"><input type="text" size="45" name="menuname" value="{MENU_NAME}" class="post" /></td> </tr> <tr> <td class="row1">{L_MENU_ICON}</td> <td class="row2"><input type="text" size="45" name="menuicon" value="{MENU_ICON}" class="post" /></td> </tr> <tr> <td class="row1">{L_MENU_DESCRIPTION}</td> <td class="row2"><textarea rows="5" cols="45" wrap="virtual" name="message" class="post">{DESCRIPTION}</textarea></td> </tr> <tr> <td class="row1">{L_CATEGORY}</td> <td class="row2">{S_CAT_LIST}</td> </tr> <tr> <td class="row1">{L_LINK_TARGET}</td> <td class="row2">{S_LINK_TARGET_LIST}</td> </tr> <tr> <td class="row1" colspan="2">{L_MENU_ACTION_TITLE}</td> </tr> <tr> <td class="row1">{L_MENU_PAGE}</td> <td class="row2">{S_PAGE_LIST}</td> </tr> <tr> <td class="row1">{L_MENU_LINKS}</td> <td class="row2"><input type="text" size="45" name="menulinks" value="{LINKS}" class="post" /></td> </tr> <tr> <td class="row1" colspan="2">{L_MENU_ACTION_ADV}</td> </tr> <tr> <td class="row1">{L_MENU_BLOCK}</td> <td class="row2">{S_BLOCK_LIST}</td> </tr> <tr> <td class="row1">{L_MENU_FUNCTION}</td> <td class="row2">{S_FUNCTION_LIST}</td> </tr> <tr> <td class="row1" colspan="2">{L_MENU_PERMISSIONS_TITLE}</td> </tr> <tr> <td class="row1">{L_AUTH_TITLE}</td> <td class="row2"> <table cellspacing="1" cellpadding="4" border="0" class="portalline"> <tr> <!-- BEGIN module_auth_titles --> <th class="thTop">{module_auth_titles.CELL_TITLE}</th> <!-- END module_auth_titles --> </tr> <!-- BEGIN module_auth_data --> <tr> <td class="row1" align="center">{module_auth_data.S_AUTH_LEVELS_SELECT}</td> </tr> <tr> <th class="thTop">{module_auth_data.L_AUTH_GROUP_LEVELS_SELECT}</th> </tr> <tr> <td class="row1" align="center">{module_auth_data.S_AUTH_GROUP_LEVELS_SELECT}</td> </tr> <!-- END module_auth_data --> </table> </td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: mx_page_delete_body.tpl --- <h1>{L_PAGE_DELETE}</h1> <p>{L_PAGE_DELETE_EXPLAIN}</p> <form action="{S_PAGE_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th colspan="2" class="thHead">{L_PAGE_DELETE}</th> </tr> <tr> <td class="row1">{L_PAGE_NAME}</td> <td class="row1"><span class="row1">{NAME}</span></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> --- NEW FILE: mx_menu_admin_body.tpl --- <h1>{L_MENU_TITLE}</h1> <p>{L_MENU_EXPLAIN}</p> <form method="post" action="{S_MENU_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="7">{L_MENU_TITLE}</th> </tr> <!-- BEGIN catrow --> <tr> <td class="catLeft" ><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_EDIT}">{L_EDIT}</a></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_DELETE}">{L_DELETE}</a></span></td> <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{catrow.U_CAT_MOVE_UP}">{L_MOVE_UP}</a> <a href="{catrow.U_CAT_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> <td class="catRight" align="center" valign="middle"><span class="gen"> </span></td> </tr> <!-- BEGIN menurow --> <tr> <td class="row2"><span class="gen"><a href="{catrow.menurow.U_VIEWMENU}" target="_new">{catrow.menurow.MENU_NAME}</a></span><br /><span class="gensmall">{catrow.menurow.MENU_DESC}</span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{catrow.menurow.U_MENU_EDIT}">{L_EDIT}</a></span></td> <td class="row2" align="center" valign="middle"><span class="gen"><a href="{catrow.menurow.U_MENU_DELETE}">{L_DELETE}</a></span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{catrow.menurow.U_MENU_MOVE_UP}">{L_MOVE_UP}</a> <a href="{catrow.menurow.U_MENU_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> <td class="row2" align="center" valign="middle"><span class="gen"><a href="{catrow.menurow.U_MENU_RESYNC}">{L_RESYNC}</a></span></td> </tr> <!-- END menurow --> <tr> <td colspan="7" class="row2"><input type="text" name="{catrow.S_ADD_MENU_NAME}" /> <input type="submit" class="liteoption" name="{catrow.S_ADD_MENU_SUBMIT}" value="{L_CREATE_MENU}" /></td> </tr> <tr> <td colspan="7" height="1" class="spaceRow"><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}spacer.gif" alt="" width="1" height="1" /></td> </tr> <!-- END catrow --> <tr> <td colspan="7" class="catBottom"><input type="text" name="categoryname" /> {S_SHOW_CAT} <input type="submit" class="liteoption" name="addcategory" value="{L_CREATE_CATEGORY}" /></td> </tr> <tr> <td colspan="7" class="cat" align="center" valign="middle"><span class="gen"><a href="{U_RETURN}">{L_RETURN}</a></span></td> </tr> </table></form> --- NEW FILE: admin_mx_phpinfo.tpl --- <div style="text-align:center;">{PHPINFO}</div> --- NEW FILE: mx_auth_portal_body.tpl --- <h1>{L_AUTH_TITLE}</h1> <p>{L_AUTH_EXPLAIN}</p> <h2>{PORTAL_NAME}</h2> <form method="post" action="{S_PORTALAUTH_ACTION}"> <table cellspacing="1" cellpadding="4" border="0" align="center" class="portalline"> <tr> <!-- BEGIN portal_auth_titles --> <th class="thTop">{portal_auth_titles.CELL_TITLE}</th> <!-- END portal_auth_titles --> </tr> <tr> <!-- BEGIN portal_auth_data --> <td class="row1" align="center">{portal_auth_data.S_AUTH_LEVELS_SELECT}</td> <!-- END portal_auth_data --> </tr> <tr> <td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td> </tr> <tr> <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: mx_announcement_admin.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="3">{L_ANNOUNCE_SETTINGS}</th> </tr> <tr> <td class="row1">{L_ANNOUNCE_NBR_DISPLAY}</td> <td class="row2"><input type="text" maxlength="10" size="5" name="announce_nbr_display" value="{ANNOUNCE_NBR_DISPLAY}" /></td> </tr> <tr> <td class="row1">{L_ANNOUNCE_NBR_DAYS}</td> <td class="row2"><input type="text" maxlength="10" size="5" name="announce_nbr_days" value="{ANNOUNCE_NBR_DAYS}" /></td> </tr> <tr> <td class="row1">{L_ANNOUNCE_DISPLAY}</td> <td class="row1"> <input type="checkbox" name="announce_display" VALUE="1" {ANNOUNCE_DISPLAY}/> Announcement <input type="checkbox" name="announce_display_sticky" VALUE="1" {ANNOUNCE_DISPLAY_STICKY}/> Sticky <input type="checkbox" name="announce_display_normal" VALUE="1" {ANNOUNCE_DISPLAY_NORMAL}/> Normal </td> </tr> <tr> <td class="row1">{L_ANNOUNCE_IMG}</td> <td class="row2"><input type="text" maxlength="255" size="50" name="announce_img" value="{ANNOUNCE_IMG}" /></td> </tr> <tr> <td class="row1">{L_ANNOUNCE_IMG_STICKY}</td> <td class="row2"><input type="text" maxlength="255" size="50" name="announce_img_sticky" value="{ANNOUNCE_IMG_STICKY}" /></td> </tr> <tr> <td class="row1">{L_ANNOUNCE_IMG_NORMAL}</td> <td class="row2"><input type="text" maxlength="255" size="50" name="announce_img_normal" value="{ANNOUNCE_IMG_NORMAL}" /></td> </tr> <tr> <td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </tr> </table></form> <br clear="all" /> --- NEW FILE: mx_block_admin_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form method="post" action="{S_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="6">{L_MENU_TITLE}</th> </tr> <!-- BEGIN blockrow --> <tr> <td class="row2"><span class="gen">{blockrow.BLOCK_TITLE}</span><br /><span class="gensmall">{blockrow.BLOCK_DESC}</span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{blockrow.U_BLOCK_EDIT}">{L_EDIT}</a></span></td> <td class="row1" align="center" valign="middle"><span class="gen"><a href="{blockrow.U_BLOCK_SETTING}">{blockrow.L_SETTING}</a></span></td> <td class="row2" align="center" valign="middle"><span class="gen"><a href="{blockrow.U_BLOCK_DELETE}">{L_DELETE}</a></span></td> </tr> <!-- END blockrow --> <tr> <td colspan="7" class="row2"><input type="text" name="block_name" /> <input type="submit" class="liteoption" name="{S_ADD_BLOCK_SUBMIT}" value="{L_CREATE_BLOCK}" /></td> </tr> </table></form> --- NEW FILE: mx_module_edit_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th class="thHead" colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1">{L_MODULE_NAME}</td> <td class="row2"><input type="text" size="45" name="module_name" value="{MODULE_NAME}" class="post" /></td> </tr> <tr> <td class="row1">{L_MODULE_DESC}</td> <td class="row2"><input type="text" size="45" name="module_desc" value="{MODULE_DESC}" class="post" /></td> </tr> <tr> <td class="row1">{L_MODULE_PATH}</td> <td class="row2"><input type="text" size="45" name="module_path" value="{MODULE_PATH}" class="post" /></td> </tr> <tr> <td class="row1">{L_MODULE_INCLUDE_ADMIN}</td> <td class="row2"><input type="checkbox" size="45" name="module_include_admin" value="1" {CHECK_OPT}/></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> </tr> </table> </form> <br clear="all" /> --- 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: page_header.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> {META} <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <!-- link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_HEAD_STYLESHEET}" type="text/css" --> <style type="text/css"> <!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: {T_BODY_BGCOLOR}; scrollbar-face-color: {T_TR_COLOR2}; scrollbar-highlight-color: {T_TD_COLOR2}; scrollbar-shadow-color: {T_TR_COLOR2}; scrollbar-3dlight-color: {T_TR_COLOR3}; scrollbar-arrow-color: {T_BODY_LINK}; scrollbar-track-color: {T_TR_COLOR1}; scrollbar-darkshadow-color: {T_TH_COLOR1}; } /* General font families for common tags */ font,th,td,p { font-family: {T_FONTFACE1} } p, td { font-size : {T_FONTSIZE2}; color : {T_BODY_TEXT}; } a:link,a:active,a:visited { color : {T_BODY_LINK}; } a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, s... [truncated message content] |