Update of /cvsroot/mxbb/mx_profilecp/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29972/_core/admin Added Files: board_config_extend_body.tpl index.htm lang_extend_body.tpl lang_extend_def.tpl lang_extend_key_body.tpl lang_extend_pack_body.tpl lang_extend_search_body.tpl pcp_classesfields_body.tpl pcp_classesfields_edit_body.tpl pcp_confirm_body.tpl pcp_tableslinked_body.tpl pcp_tableslinked_edit_body.tpl pcp_userfields_body.tpl pcp_userfields_def.tpl pcp_userfields_edit_body.tpl pcp_userfields_edit_sqldef_body.tpl pcp_userfields_sql_body.tpl pcp_usermaps_body.tpl pcp_usermaps_def.tpl pcp_usermaps_edit_body.tpl pcp_valueslist_body.tpl pcp_valueslist_edit_body.tpl Log Message: for 2.9.x --- NEW FILE: pcp_classesfields_edit_body.tpl --- <script language="JavaScript" type="text/javascript"> function storeCaret(text) { } function insertText(text) { if (document.post.sql_def.createTextRange) { document.post.sql_def.focus(document.post.sql_def.caretPos); document.post.sql_def.caretPos = document.selection.createRange().duplicate(); document.post.sql_def.caretPos.text = text; } else document.post.sql_def.value += text; } </script> <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1"><span class="gen">{L_NAME}</span><span class="gensmall"><br />{L_NAME_EXPLAIN}</span></td> <td class="row2"><input type="text" name="name" value="{NAME}" size="60" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_CONFIG}</span><span class="gensmall"><br />{L_CONFIG_EXPLAIN}</span></td> <td class="row2"><input type="text" name="config_field" value="{CONFIG_FIELD}" size="40" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_ADMIN}</span><span class="gensmall"><br />{L_ADMIN_EXPLAIN}</span></td> <td class="row2"><input type="text" name="admin_field" value="{ADMIN_FIELD}" size="40" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_USER}</span><span class="gensmall"><br />{L_USER_EXPLAIN}</span></td> <td class="row2"><input type="text" name="user_field" value="{USER_FIELD}" size="40" /></td> </tr> <tr> <td class="row1" valign="top"><span class="gen">{L_SQL_DEF}</span><span class="gensmall"><br />{L_SQL_DEF_EXPLAIN}</span></td> <td class="row2"> <input type="submit" name="suggest" value="{L_SUGGEST}" class="liteoption" /><br /> <textarea rows="8" cols="70" wrap="virtual" name="sql_def" class="post" onKeyUp="javascript:storeCaret(this);" onClick="javascript:storeCaret(this);" onChange="javascript:storeCaret(this);">{SQL_DEF}</textarea> <table cellpadding="2" cellspacing="0" border="0" class="bodyline" width="100%"> <tr> <td class="row1"><span class="genmed" valign="top" align="center"> {L_SYSTEM_VALUES} </span></td> </tr> <tr> <td class="row3"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_TABLES_LINKED}: </span></td> <td><select name="tables" onChange="javascript:insertText(this.form.tables.options[this.form.tables.selectedIndex].value); this.form.tables.selectedIndex=0; this.form.sql_def.focus();">{S_TABLES_OPT}</select></td> </tr> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_CFG_VALUES}: </span></td> <td><select name="cfg_values" onChange="javascript:insertText(this.form.cfg_values.options[this.form.cfg_values.selectedIndex].value); this.form.cfg_values.selectedIndex=0; this.form.sql_def.focus();">{S_CFG_VALUES}</select></td> </tr> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_VIEWED_USER}: </span></td> <td><select name="viewed_user" onChange="javascript:insertText(this.form.viewed_user.options[this.form.viewed_user.selectedIndex].value); this.form.viewed_user.selectedIndex=0; this.form.sql_def.focus();">{S_VIEWED_USER}</select></td> </tr> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_ACTING_USER}: </span></td> <td><select name="acting_user" onChange="javascript:insertText(this.form.acting_user.options[this.form.acting_user.selectedIndex].value); this.form.acting_user.selectedIndex=0; this.form.sql_def.focus();">{S_ACTING_USER}</select></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="submit" name="refresh" value="{L_REFRESH}" class="liteoption" /> <input type="submit" name="delete" value="{L_DELETE}" class="liteoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: lang_extend_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="3">{L_PACK}</th> </tr> <!-- BEGIN row --> <tr> <td class="{row.COLOR}"><span class="gen">{row.PACK}</span></td> <td class="{row.COLOR}" nowrap="nowrap"><a href="{row.U_PACK_NORMAL}" class="gen">{L_NORMAL}</a></td> <td class="{row.COLOR}" nowrap="nowrap"><a href="{row.U_PACK_ADMIN}" class="gen">{L_ADMIN}</a></td> </tr> <!-- END row --> <!-- BEGIN none --> <tr> <td class="row1" align="center" colspan="3"><span class="gen">{L_NONE}</span></td> </tr> <!-- END none --> </table> <br class="gen" /> <table cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th colspan="2">{L_SEARCH}</th> </tr> <tr> <td class="row1" valign="top"><span class="row1">{L_SEARCH_WORDS}</span><span class="gensmall"><br />{L_SEARCH_WORDS_EXPLAIN}<br /></span></td> <td class="row2"> <span class="gen"> <input type="post" name="search_words" value="{SEARCH_WORDS}" size="64" class="post" /><br /> <input type="radio" name="search_logic" value="0" {SEARCH_ALL} />{L_SEARCH_ALL} <input type="radio" name="search_logic" value="1" {SEARCH_ONE} />{L_SEARCH_ONE} </span> </td> </tr> <tr> <td class="row1" valign="top"><span class="row1">{L_SEARCH_IN}</span><span class="gensmall"><br />{L_SEARCH_IN_EXPLAIN}<br /></span></td> <td class="row2"> <span class="gen"> <input type="radio" name="search_in" value="0" {SEARCH_IN_KEY} />{L_SEARCH_IN_KEY}<br /> <input type="radio" name="search_in" value="1" {SEARCH_IN_VALUE} />{L_SEARCH_IN_VALUE}<br /> <input type="radio" name="search_in" value="2" {SEARCH_IN_BOTH} />{L_SEARCH_IN_BOTH}<hr /> {S_LANGUAGES} <input type="radio" name="search_admin" value="0" {SEARCH_LEVEL_ADMIN} />{L_SEARCH_LEVEL_ADMIN} <input type="radio" name="search_admin" value="1" {SEARCH_LEVEL_NORMAL} />{L_SEARCH_LEVEL_NORMAL} <input type="radio" name="search_admin" value="2" checked="checked" {SEARCH_LEVEL_BOTH} />{L_SEARCH_LEVEL_BOTH} </span> </td> </tr> <tr> <td class="cat" align="center" colspan="2"> <input type="submit" name="submit" class="mainoption" value="{L_SUBMIT}" /> </td> </tr> </table> {S_HIDDEN_FIELDS}</form> --- 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: lang_extend_search_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="4">{L_SEARCH_RESULTS}</th> </tr> <tr> <td class="cat" nowrap="nowrap" align="center"><span class="cattitle">{L_PACK}</span></td> <td class="cat" nowrap="nowrap"><span class="cattitle">{L_KEY}</span></td> <td class="cat" nowrap="nowrap"><span class="cattitle">{L_VALUE}</span></td> <td class="cat" nowrap="nowrap" align="center"><span class="cattitle">{L_LEVEL}</span></td> </tr> <!-- BEGIN row --> <tr> <td class="{row.CLASS}"><a href="{row.U_PACK}" class="gen">{row.PACK}</a></td> <td class="{row.CLASS}" nowrap="nowrap"><a href="{row.U_KEY}" class="gen">{row.KEY_MAIN}{row.KEY_SUB}</a><span class="gen">{row.STATUS}</span></td> <td class="{row.CLASS}"><span class="gen">{row.VALUE}</span></td> <td class="{row.CLASS}" align="center"><span class="gen">{row.LEVEL}</span></td> </tr> <!-- END row --> <!-- BEGIN none --> <tr> <td class="row1" align="center" colspan="4"><span class="gen">{L_NONE}</span></td> </tr> <!-- END none --> <tr> <td class="cat" align="center" colspan="4"> <input type="submit" name="cancel" class="liteoption" value="{L_CANCEL}" /> </td> </tr> </table> {S_HIDDEN_FIELDS}</form> --- NEW FILE: pcp_userfields_edit_sqldef_body.tpl --- <script language="JavaScript" type="text/javascript"> function insertText_{NAME}(fieldname, text) { var field; if (document.getElementById) { field = document.getElementById(fieldname); } else if (document.all) { field = eval('document.all.' + fieldname); } if (field.createTextRange) { field.focus(field.caretPos); field.caretPos = document.selection.createRange().duplicate(); field.caretPos.text = text; } else field.value += text; } </script> <textarea rows="5" cols="60" wrap="virtual" name="{NAME}" class="post" onKeyUp="javascript:storeCaret(this);" onClick="javascript:storeCaret(this);" onChange="javascript:storeCaret(this);">{VALUE}</textarea> <table cellpadding="2" cellspacing="0" border="0" class="bodyline" width="100%"> <tr> <td class="row1"><span class="genmed" valign="top" align="center"> {L_SYSTEM_VALUES} </span></td> </tr> <tr> <td class="row3"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_TABLES_LINKED}: </span></td> <td><select name="tables_{NAME}" onChange="javascript:insertText_{NAME}('{NAME}', this.form.tables_{NAME}.options[this.form.tables_{NAME}.selectedIndex].value); this.form.tables_{NAME}.selectedIndex=0; this.form.{NAME}.focus();">{S_TABLES_OPT}</select></td> </tr> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_CFG_VALUES}: </span></td> <td><select name="cfg_values_{NAME}" onChange="javascript:insertText_{NAME}('{NAME}', this.form.cfg_values_{NAME}.options[this.form.cfg_values_{NAME}.selectedIndex].value); this.form.cfg_values_{NAME}.selectedIndex=0; this.form.{NAME}.focus();">{S_CFG_VALUES}</select></td> </tr> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_VIEWED_USER}: </span></td> <td><select name="viewed_user_{NAME}" onChange="javascript:insertText_{NAME}('{NAME}', this.form.viewed_user_{NAME}.options[this.form.viewed_user_{NAME}.selectedIndex].value); this.form.viewed_user_{NAME}.selectedIndex=0; this.form.{NAME}.focus();">{S_VIEWED_USER}</select></td> </tr> <tr> <td nowrap="nowrap" align="right"><span class="genmed"> {L_ACTING_USER}: </span></td> <td><select name="acting_user_{NAME}" onChange="javascript:insertText_{NAME}('{NAME}', this.form.acting_user_{NAME}.options[this.form.acting_user_{NAME}.selectedIndex].value); this.form.acting_user_{NAME}.selectedIndex=0; this.form.{NAME}.focus();">{S_ACTING_USER}</select></td> </tr> </table> </td> </tr> </table> --- NEW FILE: pcp_usermaps_def.tpl --- /*************************************************************************** * def_usermaps.php * ---------------- * begin : 04/10/2003 * copyright : Ptirhiik * email : ad...@rp... * * version : 1.0.2 - 23/10/2003 * * last update : {TIME} by {USERNAME} * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * ***************************************************************************/ if ( !defined('IN_PHPBB') ) { die('Hacking attempt'); exit; } //-------------------------------------------------------------------------------------------------- // // $user_maps array // // key = name of the map, // order : order, // split : split the display in a new column // custom : use a dedicated program or a standard program : 0: dedicated, 1: standard input, 2: standard output // title : title or set of fields // fields : set of fields // // title and fields : <!-- BEGIN def_title --> // {def_title.KEY}{def_title.PAD}: {def_title.L_KEY} <!-- END def_title --> // //-------------------------------------------------------------------------------------------------- $user_maps = array( <!-- BEGIN map --> '{map.NAME}' => array( <!-- BEGIN order --> 'order' => {map.ORDER}, <!-- END order --> <!-- BEGIN split --> 'split' => {map.SPLIT}, <!-- END split --> <!-- BEGIN custom --> 'custom' => {map.CUSTOM}, <!-- END custom --> <!-- BEGIN title_single --> 'title' => '{map.TITLE_SINGLE}', <!-- END title_single --> <!-- BEGIN block --> '{map.block.NAME}' => array( <!-- BEGIN field --> '{map.block.field.NAME}' => array( <!-- BEGIN def --> '{map.block.field.def.DEF_KEY}'{map.block.field.def.PAD} => {map.block.field.def.VALUE}, <!-- END def --> ), <!-- END field --> ), <!-- END block --> ), <!-- END map --> ); --- NEW FILE: pcp_usermaps_edit_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center"><tr><td>{MAP_NAV_DESC}</td></tr></table> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1"><span class="gen">{L_NAME}</span><span class="gensmall"><br />{L_NAME_EXPLAIN}</span></td> <td class="row2"><input type="text" name="name" value="{NAME}" size="60" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_PARENT}</span><span class="gensmall"><br />{L_PARENT_EXPLAIN}</span></td> <td class="row2"><select name="parent">{S_PARENT}</select></td> </tr> <tr> <td class="row1"><span class="gen">{L_SPLIT}</span><span class="gensmall"><br />{L_SPLIT_EXPLAIN}</span></td> <td class="row2">{S_SPLIT}</td> </tr> <tr> <td class="row1"><span class="gen">{L_CUSTOM}</span><span class="gensmall"><br />{L_CUSTOM_EXPLAIN}</span></td> <td class="row2">{S_CUSTOM}</td> </tr> <!-- BEGIN block --> <!-- BEGIN single --> <tr> <td class="row1"><span class="gen">{block.L_TITLE}</span><span class="gensmall"><br />{block.L_TITLE_EXPLAIN}</span></td> <td class="row2"> <span class="gen"> <input type="text" name="title_single" value="{block.TITLE}" size="60" /> <!-- BEGIN button --> <div align="center"><input type="submit" name="add_{block.BUTTON}" value="{block.L_BUTTON}" class="liteoption" /></div> <!-- END button --> </span> </td> </tr> <!-- END single --> <!-- BEGIN multi --> <tr> <td class="cat" colspan="2" align="center"><span class="cattitle">{block.L_TITLE}</span></td> </tr> <tr> <td class="row3" colspan="2"> <table cellpadding="4" cellspacing="1" border="0" class="bodyline" width="100%"> <tr> <!-- BEGIN col --> <th>{block.multi.col.TITLE}</th> <!-- END col --> <th width="5%" nowrap="nowrap">{L_ACTION}</th> </tr> <!-- BEGIN row --> <tr> <!-- BEGIN col --> <td class="{block.multi.row.COLOR}" align="{block.multi.row.col.ALIGN}"><span class="genmed">{block.multi.row.col.VALUE}</span></td> <!-- END col --> <td class="{block.multi.row.COLOR}" align="center" nowrap="nowrap"> <input type="submit" name="moveup_{block.BUTTON}_{block.multi.row.ROW_ID}" value="{L_UP}" class="liteoption" style="width:18;" /> <input type="submit" name="edit_{block.BUTTON}_{block.multi.row.ROW_ID}" value="{L_EDIT}" class="liteoption" /> <input type="submit" name="movedw_{block.BUTTON}_{block.multi.row.ROW_ID}" value="{L_DW}" class="liteoption" style="width:18;" /> </td> </tr> <!-- END row --> <!-- BEGIN none --> <tr> <td class="row1" align="center" colspan="{block.SPAN}"><span class="gen">{L_NONE}</span></td> </tr> <!-- END none --> <tr> <td class="cat" align="center" colspan="{block.SPAN}"><input type="submit" name="add_{block.BUTTON}" value="{block.L_BUTTON}" class="liteoption" /></td> </tr> </table> </td> </tr> <!-- END multi --> <!-- END block --> <tr> <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="submit" name="refresh" value="{L_REFRESH}" class="liteoption" /> <input type="submit" name="delete" value="{L_DELETE}" class="liteoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: pcp_valueslist_edit_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1"><span class="gen">{L_NAME}</span><span class="gensmall"><br />{L_NAME_EXPLAIN}</span></td> <td class="row2"><input type="text" name="name" value="{NAME}" size="60" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_FUNC}</span><span class="gensmall"><br />{L_FUNC_EXPLAIN}</span></td> <td class="row2"><input type="text" name="func" value="{FUNC}" size="60" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_TABLE}</span><span class="gensmall"><br />{L_TABLE_EXPLAIN}</span></td> <td class="row2"><select name="main" onChange="javascript:if (this.form.main.selectedIndex != 0) {if (document.post.keyfield.value.length==0) {document.post.keyfield.value='['+this.form.main.options[this.form.main.selectedIndex].value+'].'}; if (document.post.txtfield.value.length==0) {document.post.txtfield.value='['+this.form.main.options[this.form.main.selectedIndex].value+'].'}; if (document.post.imgfield.value.length==0) {document.post.imgfield.value='['+this.form.main.options[this.form.main.selectedIndex].value+'].'};}">{S_TABLES_OPT}</select></td> </tr> <tr> <td class="row1" align="right"><span class="gen">{L_KEYFIELD}</span><span class="gensmall"><br />{L_KEYFIELD_EXPLAIN}</span></td> <td class="row2"><input type="text" name="keyfield" value="{KEYFIELD}" size="60" /></td> </tr> <tr> <td class="row1" align="right"><span class="gen">{L_TXTFIELD}</span><span class="gensmall"><br />{L_TXTFIELD_EXPLAIN}</span></td> <td class="row2"><input type="text" name="txtfield" value="{TXTFIELD}" size="60" /></td> </tr> <tr> <td class="row1" align="right"><span class="gen">{L_IMGFIELD}</span><span class="gensmall"><br />{L_IMGFIELD_EXPLAIN}</span></td> <td class="row2"><input type="text" name="imgfield" value="{IMGFIELD}" size="60" /></td> </tr> <tr> <td class="cat" align="center" colspan="2"><span class="cattitle">{L_VALUES}</span></td> </tr> <tr> <td class="row3" colspan="2"> <table cellpadding="2" cellspacing="1" border="0" class="bodyline" width="100%"> <tr> <th colspan="3">{L_ITEM}</td> <th>{L_TXT}</td> <th>{L_IMG}</td> <th width="5%" nowrap="nowrap"> {L_DELETE} </th> </tr> <!-- BEGIN row --> <tr> <td class="{row.COLOR}" align="center"><input type="submit" name="moveup_{row.ITEM_ROW}" value="{L_UP}" class="liteoption" style="width:18;" /></td> <td class="{row.COLOR}" align="center"><input type="text" name="item_key_{row.ITEM_ROW}" value="{row.ITEM_KEY}" size="10" /></td> <td class="{row.COLOR}" align="center"><input type="submit" name="movedw_{row.ITEM_ROW}" value="{L_DOWN}" class="liteoption" style="width:18;" /></td> <td class="{row.COLOR}" align="center"><input type="text" name="item_txt_{row.ITEM_ROW}" value="{row.ITEM_TXT}" size="30" /></td> <td class="{row.COLOR}" align="center"><input type="text" name="item_img_{row.ITEM_ROW}" value="{row.ITEM_IMG}" size="30" /></td> <td class="{row.COLOR}" align="center"> <input type="hidden" name="item_rows[]" value="{row.ITEM_ROW}" /> <input type="checkbox" name="item_chk_{row.ITEM_ROW}" value="{row.ITEM_ROW}" {row.ITEM_CHK} /> </td> </tr> <!-- END row --> <!-- BEGIN empty --> <tr> <td class="row1" align="center" colspan="6"><span class="gen">{L_EMPTY}</span></td> </tr> <!-- END empty --> <tr> <td class="cat" align="center" colspan="6"> <input type="submit" name="add_selection" value="{L_ADD_ITEM}" class="liteoption" /> <input type="submit" name="delete_selection" value="{L_DELETE_SELECTION}" class="liteoption" /> </td> </tr> </table> </td> </tr> <tr> <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="submit" name="refresh" value="{L_REFRESH}" class="liteoption" /> <input type="submit" name="delete" value="{L_DELETE}" class="liteoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: pcp_tableslinked_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap">{L_TABLE_NAME}</th> <th nowrap="nowrap"> {L_TABLE_ID} </th> <th nowrap="nowrap">{L_TABLE_SQL_DESC}</th> </tr> <!-- BEGIN row --> <tr> <td class="{row.COLOR}"><a href="{row.U_TABLE}" class="gen">{row.TABLE_NAME}</a></td> <td class="{row.COLOR}" align="center"><span class="gen">{row.TABLE_ID}</span></td> <td class="{row.COLOR}"> <span class="gensmall"> <b>{L_TABLE_JOIN}:</b><br />{row.TABLE_JOIN}<hr /> <b>{L_TABLE_WHERE}:</b><br />{row.TABLE_WHERE}<hr /> <b>{L_TABLE_ORDER}:</b><br />{row.TABLE_ORDER} </span> </td> </tr> <!-- END row --> <tr> <td class="cat" align="center" colspan="3">{S_HIDDEN_FIELDS} <input type="submit" name="create" value="{L_ADD_TABLE}" class="mainoption" /> </td> </tr> </table> </form> --- NEW FILE: board_config_extend_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table width="100%" cellpadding="0" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th colspan="2">{L_MOD_NAME}</th> </tr> <tr> <td valign="top" class="row3" width="250"> <!-- BEGIN menu --> <table cellpadding="0" cellspacing="1" border="0" class="bodyline" width="100%"> <tr> <td class="row3" align="center"> <!-- BEGIN title_open --> <table cellspacing="0" cellpadding="2" border="0" width="100%"> <tr> <td class="cat" align="center"><a href="{menu.U_MENU}" class="cattitle">{menu.L_MENU}</a></td> </tr> </table> <!-- END title_open --> <table cellpadding="10" cellspacing="1" border="0" class="bodyline" width="100%"> <!-- BEGIN title_close --> <tr> <td class="{menu.CLASS}" align="center"><a href="{menu.U_MENU}" class="gen">{menu.L_MENU}</a></td> </tr> <!-- END title_close --> <!-- BEGIN mod --> <tr> <td class="{menu.mod.CLASS}" align="{menu.mod.ALIGN}" nowrap="nowrap" width="100%"> <a href="{menu.mod.U_MOD}" class="gen">{menu.mod.L_MOD}</a> <!-- BEGIN sub --> <hr /> <table cellpadding="2" cellspacing="1" border="0" align="left" width="100%"> <!-- BEGIN row --> <tr> <td align="left" class="{menu.mod.sub.row.CLASS}" nowrap="nowrap"><span class="genmed"> » <a href="{menu.mod.sub.row.U_MOD}" class="genmed">{menu.mod.sub.row.L_MOD}</a> </span></td> </tr> <!-- END row --> </table> <!-- END sub --> </td> </tr> <!-- END mod --> </table> </td> </tr> </table> <!-- END menu --> </td> <td valign="top" class="row3"> <table cellpadding="5" cellspacing="1" border="0" width="100%" class="bodyline"> <!-- BEGIN field --> <tr> <td class="row1" width="50%"><span class="gen">{field.L_NAME}</span><span class="gensmall">{field.L_EXPLAIN}</span></td> <td class="row2" width="50%" nowrap="nowrap"><span class="gen">{field.INPUT}</span><span class="gensmall">{field.OVERRIDE}</span></td> </tr> <!-- END field --> </table> </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> --- NEW FILE: pcp_userfields_edit_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <!-- BEGIN catmenu --> <!-- BEGIN flat --> <td nowrap="nowrap" width="150"> <table border="0" cellpadding="1" cellspacing="1" width="100%" style="border-left : 1px solid {BORDER_COLOR}; border-top : 1px solid {BORDER_COLOR}; border-right : 1px solid {BORDER_COLOR}; "> <tr> <td class="row2" align="center"><span class="genmed"><b>{catmenu.L_CAT_NAME}</b></span></td> </tr> </table> </td> <!-- END flat --> <!-- BEGIN input --> <td align="center" nowrap="nowrap"><input type="submit" name="select_field_cat_{catmenu.CAT_NAME}" value="{catmenu.L_CAT_NAME}" class="liteoption" style="width:150;" /></td> <!-- END input --> <!-- END catmenu --> <td width="100%"><span class="genmed"> </span></td> </tr> <tr> <td colspan="{SPAN}"> <table width="100%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th colspan="2">{L_TITLE}</th> </tr> <!-- BEGIN row --> <!-- BEGIN cat --> <tr> <td class="cat" colspan="2"><span class="cattitle">{row.cat.L_CAT}</span></td> </tr> <!-- END cat --> <tr> <td class="row1" width="40%"><span class="gen">{row.L_FIELD}</span><span class="gensmall"><br />{row.L_FIELD_EXPLAIN}</span></td> <td class="row2" width="60%"><span class="gen">{row.FIELD}</span></td> </tr> <!-- END row --> <tr> <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="submit" name="refresh" value="{L_REFRESH}" class="liteoption" /> <input type="submit" name="delete" value="{L_DELETE}" class="liteoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /> </td> </tr> </table> </td> </tr> </table> </form> --- NEW FILE: pcp_tableslinked_edit_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="2">{L_TITLE}</th> </tr> <tr> <td class="row1"><span class="gen"><b>{L_NAME}</b></span><span class="gensmall"><br />{L_NAME_EXPLAIN}</span></td> <td class="row2"><input type="text" name="name" value="{NAME}" size="60" /></td> </tr> <tr> <td class="row1"><span class="gen"><b>{L_SQL_ID}</b></span><span class="gensmall"><br />{L_SQL_ID_EXPLAIN}</span></td> <td class="row2"><input type="text" name="sql_id" value="{SQL_ID}" size="5" /></td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b>{L_SQL_JOIN}</b></span><span class="gensmall"><br />{L_SQL_JOIN_EXPLAIN}</span></td> <td class="row2"><textarea rows="8" cols="70" wrap="virtual" name="sql_join" class="post">{SQL_JOIN}</textarea></td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b>{L_SQL_WHERE}</b></span><span class="gensmall"><br />{L_SQL_WHERE_EXPLAIN}</span></td> <td class="row2"><textarea rows="8" cols="70" wrap="virtual" name="sql_where" class="post">{SQL_WHERE}</textarea></td> </tr> <tr> <td class="row1" valign="top"><span class="gen"><b>{L_SQL_ORDER}</b></span><span class="gensmall"><br />{L_SQL_ORDER_EXPLAIN}</span></td> <td class="row2"><textarea rows="8" cols="70" wrap="virtual" name="sql_order" class="post">{SQL_ORDER}</textarea></td> </tr> <tr> <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="submit" name="refresh" value="{L_REFRESH}" class="liteoption" /> <input type="submit" name="delete" value="{L_DELETE}" class="liteoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: pcp_userfields_sql_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th colspan="2">{L_SQL_TITLE}</th> </tr> <tr> <td class="row1" width="40%"><span class="gen">{L_NAME}</span><span class="gensmall"><br />{L_NAME_EXPLAIN}</span></td> <td class="row2" width="60%"><span class="genmed">{NAME}</span></td> </tr> <tr> <td class="row1"><span class="gen">{L_TYPE}</span><span class="gensmall"><br />{L_TYPE_EXPLAIN}</span></td> <td class="row2">{S_TYPES}</td> </tr> <tr> <td class="row1"><span class="gen">{L_LENGTH}</span><span class="gensmall"><br />{L_LENGTH_EXPLAIN}</span></td> <td class="row2"><input type="text" name="length" value="{LENGTH}" size="5" /> , <input type="text" name="decimal" value="{DECIMAL}" size="2" /></td> </tr> <tr> <td class="row1"><span class="gen">{L_UNSIGNED}</span><span class="gensmall"><br />{L_UNSIGNED_EXPLAIN}</span></td> <td class="row2"><span class="genmed"><input type="radio" name="unsigned" value="0" {UNSIGNED_NO} />{L_NO} <input type="radio" name="unsigned" value="1" {UNSIGNED_YES} />{L_YES}</span></td> </tr> <tr> <td class="row1"><span class="gen">{L_NULL}</span></td> <td class="row2"><span class="genmed"><input type="radio" name="not_null" value="1" {NULL_NO} />{L_NO}</span> <input type="radio" name="not_null" value="0" {NULL_YES} />{L_YES}</td> </tr> <tr> <td class="row1"><span class="gen">{L_DEFAULT}</span></td> <td class="row2"><span class="genmed"><input type="text" name="default" value="{DEFAULT}" size="40" /> <input type="checkbox" name="default_null" {DEFAULT_NULL} />{L_DEFAULT_NULL}</span></td> </tr> <tr> <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="submit" name="refresh" value="{L_REFRESH}" class="liteoption" /> <input type="submit" name="cancel" value="{L_CANCEL}" class="liteoption" /> </td> </tr> </table> </form> --- NEW FILE: pcp_valueslist_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap">{L_NAME}</th> <th nowrap="nowrap">{L_FUNC}</th> <th nowrap="nowrap">{L_TABLE}</th> <th nowrap="nowrap">{L_VALUES}</th> </tr> <!-- BEGIN row --> <tr> <td class="{row.COLOR}"><a href="{row.U_VLIST}" class="gen">{row.NAME}</a></td> <td class="{row.COLOR}" align="center"><span class="gen">{row.FUNC}</span></td> <td class="{row.COLOR}" align="center"><a href="{row.U_MAIN}" class="gen">{row.MAIN}</a></span></td> <td class="{row.COLOR}"> <!-- BEGIN items --> <table cellpadding="2" cellspacing="1" border="0" class="bodyline" width="100%"> <tr> <td class="row3" width="10%"><span class="gensmall">{L_ITEM}</span></td> <td class="row3" width="45%"><span class="gensmall">{L_TXT}</span></td> <td class="row3" width="45%"><span class="gensmall">{L_IMG}</span></td> </tr> <!-- BEGIN list --> <tr> <td class="{row.items.list.COLOR}" align="center"><span class="gensmall">{row.items.list.VAL}</span></td> <td class="{row.items.list.COLOR}"><span class="gensmall">{row.items.list.TXT}</span></td> <td class="{row.items.list.COLOR}"><span class="gensmall">{row.items.list.IMG}</span></td> </tr> <!-- END list --> <!-- BEGIN more --> <tr> <td class="row3" align="center" colspan="3"><span class="gensmall">{L_MORE}</span></td> </tr> <!-- END more --> </table> <!-- END items --> </td> </tr> <!-- END row --> <tr> <td class="cat" align="center" colspan="4">{S_HIDDEN_FIELDS} <input type="submit" name="create" value="{L_ADD_TABLE}" class="mainoption" /> </td> </tr> </table> </form> --- NEW FILE: pcp_userfields_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="2" cellspacing="1" border="0" align="center"> <tr> <td align="right"><span class="gen">{L_SORT}: {S_SORT}{S_ORDER} <input type="submit" name="sort_by" value="{L_GO}" class="liteoption" /></span></td> </tr> </table> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap">{L_NAME}</th> <th nowrap="nowrap">{L_DESC}</th> <th nowrap="nowrap">{L_CLASS} & {L_TYPE}</th> <th nowrap="nowrap">{L_MAP_USAGE}</th> <th nowrap="nowrap">{L_SQL_ACTIONS}</th> </tr> <!-- BEGIN fields --> <tr> <td class="{fields.COLOR}"><a href="{fields.U_NAME}" class="genmed">{fields.NAME}</a></td> <td class="{fields.COLOR}"><span class="genmed">{fields.LANG_KEY}</span><span class="gensmall">{fields.EXPLAIN}<br />{fields.IMAGE}</span></td> <td class="{fields.COLOR}" align="center"><span class="genmed"><a href="{fields.U_CLASS}" class="genmed">{fields.CLASS}</a><br />{fields.TYPE}<br />{fields.GET_MODE}</span></td> <td class="{fields.COLOR}"> <span class="genmed"> <!-- BEGIN maps --> <a href="{fields.maps.U_NAME}" class="genmed">{fields.maps.NAME}</a><br /> <!-- END maps --> </span> </td> <td class="{fields.COLOR}" align="center"> <!-- BEGIN sql_actions --> <span class="genmed">{fields.SQL_ACTIONS}</span> <!-- END sql_actions --> </td> </tr> <!-- END fields --> <tr> <td class="cat" align="center" colspan="5">{S_HIDDEN_FIELDS} <input type="submit" name="create" value="{L_ADD_FIELD}" class="mainoption" /> </td> </tr> </table> </form> --- NEW FILE: lang_extend_key_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="2">{L_KEY}</th> </tr> <tr> <td class="row1" width="40%"><span class="gen">{L_KEY_MAIN}</span><span class="gensmall"><br />{L_KEY_MAIN_EXPLAIN}</span></td> <td class="row2" width="60%"><input type="text" class="post" name="new_main" size="64" value="{KEY_MAIN}" /></td> </tr> <tr> <td class="row1" width="40%"><span class="gen">{L_KEY_SUB}</span><span class="gensmall"><br />{L_KEY_SUB_EXPLAIN}</span></td> <td class="row2" width="60%"><input type="text" class="post" name="new_sub" size="64" value="{KEY_SUB}" /></td> </tr> <tr> <td class="row1" width="40%"><span class="gen">{L_PACK}</span><span class="gensmall"><br />{L_PACK_EXPLAIN}</span></td> <td class="row2" width="60%"><span class="gen">{S_PACKS}</span></td> </tr> <tr> <td class="row1" width="40%"><span class="gen">{L_LEVEL}</span><span class="gensmall"><br />{L_LEVEL_EXPLAIN}</span></td> <td class="row2" width="60%"><span class="gen"><input type="radio" class="radio" name="new_level" value="{LEVEL_NORMAL}" {S_LEVEL_NORMAL}/>{L_LEVEL_NORMAL} <input type="radio" class="radio" name="new_level" value="{LEVEL_ADMIN}" {S_LEVEL_ADMIN}/>{L_LEVEL_ADMIN}</span></td> </tr> <tr> <td class="cat" align="center" colspan="2"><span class="cattitle">{L_LANGUAGES}</span></td> </tr> <!-- BEGIN row --> <tr> <td class="row1" align="center"><span class="gen">{row.L_COUNTRY}</span><span class="gensmall"><br />{row.L_STATUS}</span></td> <td class="row2"><textarea rows="8" cols="64" wrap="virtual" name="new_values[{row.COUNTRY}]" class="post">{row.VALUE}</textarea></td> </tr> <!-- END row --> <tr> <td class="cat" align="center" colspan="2"> <input type="submit" accesskey="s" name="submit" class="mainoption" value="{L_SUBMIT}" /> <input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> <input type="submit" name="cancel" class="liteoption" value="{L_CANCEL}" /> </td> </tr> </table>{S_HIDDEN_FIELDS}</form> --- NEW FILE: pcp_usermaps_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center"><tr><td>{MAP_NAV_DESC}</td></tr></table> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th>{L_NAME}</th> <th>{L_MAP_TITLE}</th> <th width="5%" nowrap="nowrap">{L_ACTION}</th> </tr> <!-- BEGIN sub --> <tr> <td class="cat" colspan="3"><span class="cattitle">{L_SUB_MAPS}</span></td> </tr> <!-- BEGIN row --> <tr> <td class="{sub.row.COLOR}"><a href="{sub.row.U_NAME}" class="gen">{sub.row.NAME}</a></td> <td class="{sub.row.COLOR}"><span class="gen">{sub.row.MAP_TITLE}</span></td> <td class="{sub.row.COLOR}" nowrap="nowrap"> <input type="submit" name="moveup_map_{sub.row.MAP_ID}" value="{L_UP}" class="liteoption" style="width:18px;" /> <input type="submit" name="edit_map_{sub.row.MAP_ID}" value="{L_EDIT}" class="liteoption" /> <input type="submit" name="movedw_map_{sub.row.MAP_ID}" value="{L_DW}" class="liteoption" style="width:18px;" /> </td> </tr> <!-- END row --> <!-- BEGIN none --> <tr> <td class="row1" colspan="3" align="center"><span class="gen">{L_NONE}</span></td> </tr> <!-- END none --> <!-- END sub --> <tr> <td class="cat" align="center" colspan="3">{S_HIDDEN_FIELDS} <input type="submit" name="create" value="{L_ADD_MAP}" class="liteoption" /> </td> </tr> </table> <br class="gensmall" /> <!-- BEGIN details --> <table width="99%" cellpadding="0" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th colspan="4">{MAP_NAME}</th> </tr> <tr> <td class="row3"> <!-- BEGIN block --> <table cellpadding="4" cellspacing="1" border="0" width="100%" class="bodyline"> <!-- BEGIN text --> <tr> <td class="cat" align="center" colspan="{details.block.SPAN}"><span class="cattitle">{details.block.L_TITLE}</span></td> </tr> <tr> <td class="row1" align="center" colspan="{details.block.SPAN}"><span class="gen">{details.block.TITLE}</span></td> </tr> <!-- END text --> <!-- BEGIN multi --> <tr> <!-- BEGIN col --> <td class="cat" align="center" width="{details.block.multi.col.WIDTH}"><span class="cattitle">{details.block.multi.col.TITLE}</span></td> <!-- END col --> </tr> <!-- BEGIN row --> <tr> <!-- BEGIN col --> <td class="{details.block.multi.row.COLOR}" align="{details.block.multi.row.col.ALIGN}"><span class="genmed">{details.block.multi.row.col.VALUE}</span></td> <!-- END col --> </tr> <!-- END row --> <!-- END multi --> </table> <br style="font-size:2" /> <!-- END block --> </td> </tr> <tr> <td class="cat" align="center" colspan="4">{S_HIDDEN_FIELDS} <input type="submit" name="edit" value="{L_EDIT}" class="liteoption" /> </td> </tr> </table> <!-- END details --> </form> --- NEW FILE: lang_extend_def.tpl --- /*************************************************************************** * lang_extend.php [{COUNTRY_NAME}] * --------------- * begin : 28/09/2003 * copyright : Ptirhiik * email : pti...@cl... * * version : 1.0.1 - 16/10/2003 * * redefinition of existing keys * * last edit : {EDITTIME} by {USERNAME} ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ if ( !defined('IN_PHPBB') ) { die("Hacking attempt"); } // admin part if ( $lang_extend_admin ) { <!-- BEGIN admin --> <!-- BEGIN pack --> <!-- BEGIN linefeed --> <!-- END linefeed --> // pack : {admin.pack.TITLE} <!-- BEGIN entry --> <!-- BEGIN switch_simple --> $lang['{admin.pack.entry.KEY_MAIN}'] = '{admin.pack.entry.VALUE}'; <!-- END switch_simple --> <!-- BEGIN switch_double --> $lang['{admin.pack.entry.KEY_MAIN}']['{admin.pack.entry.KEY_SUB}'] = '{admin.pack.entry.VALUE}'; <!-- END switch_double --> <!-- END entry --> <!-- END pack --> <!-- END admin --> } <!-- BEGIN normal --> <!-- BEGIN pack --> // pack : {normal.pack.TITLE} <!-- BEGIN entry --> <!-- BEGIN switch_simple --> $lang['{normal.pack.entry.KEY_MAIN}'] = '{normal.pack.entry.VALUE}'; <!-- END switch_simple --> <!-- BEGIN switch_double --> $lang['{normal.pack.entry.KEY_MAIN}']['{normal.pack.entry.KEY_SUB}'] = '{normal.pack.entry.VALUE}'; <!-- END switch_double --> <!-- END entry --> <!-- END pack --> <!-- END normal --> --- NEW FILE: pcp_classesfields_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap">{L_NAME}</th> <th nowrap="nowrap">{L_CONFIG}</th> <th nowrap="nowrap">{L_ADMIN}</th> <th nowrap="nowrap">{L_USER}</th> </tr> <!-- BEGIN row --> <tr> <td class="{row.COLOR}" rowspan="2"><a href="{row.U_NAME}" class="gen">{row.NAME}</a></td> <td class="{row.COLOR}"><span class="gen">{row.CONFIG}<br /></span></td> <td class="{row.COLOR}"><span class="gen">{row.ADMIN}</span></td> <td class="{row.COLOR}"><span class="gen">{row.USER}</span></td> </tr> <tr> <td class="{row.COLOR}" colspan="3"><span class="genmed">{row.SQL_DEF}<br /></span></td> </tr> <!-- END row --> <tr> <td class="cat" align="center" colspan="5">{S_HIDDEN_FIELDS} <input type="submit" name="create" value="{L_ADD_CLASS}" class="mainoption" /> </td> </tr> </table> </form> --- NEW FILE: pcp_userfields_def.tpl --- /*************************************************************************** * def_userfields.php * ------------------ * begin : 03/10/2003 * copyright : Ptirhiik * email : ad...@rp... * * version : 1.0.2 - 17/10/2003 * * last update : {TIME} by {USERNAME} * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * ***************************************************************************/ if ( !defined('IN_PHPBB') ) { die('Hacking attempt'); exit; } //-------------------------------------------------------------------------------------------------- // // tables_linked array // // key = identifier (used in [*]) // // sql_id : id used in sql request, // sql_join : sql FROM statement // sql_where : WHERE statement // sql_order : ORDER BY statement // //-------------------------------------------------------------------------------------------------- $tables_linked = array( <!-- BEGIN tables --> '{tables.NAME}' => array( <!-- BEGIN row --> '{tables.row.KEY}' => '{tables.row.VALUE}', <!-- END row --> ), <!-- END tables --> ); //-------------------------------------------------------------------------------------------------- // // $values_list array // // key = values list name // func = special function // table = use tables to build the list // main : main table the list is based on, // key : key field, // txt : text field, // img : image field // values = field values // txt : text or $lang key entry to display // img : img url or $images key entry to display //-------------------------------------------------------------------------------------------------- $values_list = array( <!-- BEGIN values --> '{values.NAME}' => array( <!-- BEGIN func --> 'func' => '{values.FUNC}', <!-- END func --> <!-- BEGIN table --> 'table' => array( 'main' => '{values.MAIN}', 'key' => '{values.KEY}', 'txt' => '{values.TXT}', 'img' => '{values.IMG}', ), <!-- END tables --> <!-- BEGIN set --> 'values' => array( <!-- BEGIN val --> {values.set.val.VALUE} => array('txt' => '{values.set.val.TXT}', 'img' => '{values.set.val.IMG}'), <!-- END val --> ), <!-- END set --> ), <!-- END values --> ); //-------------------------------------------------------------------------------------------------- // // $classes_fields array // // key = name of the class, // // config_field : the config table field set by the admin to restrict the class display to everybody // admin_field : the users table field set by the admin to restrict the class display to a particular user, // user_field : the users table field set by the user (preferences) to restrict the class display, // sql_def : sql definition of the condition field // //-------------------------------------------------------------------------------------------------- $classes_fields = array( <!-- BEGIN classes --> '{classes.NAME}' => array( 'config_field' => '{classes.CONFIG_FIELD}', 'admin_field' => '{classes.ADMIN_FIELD}', 'user_field' => '{classes.USER_FIELD}', 'sql_def' => '{classes.SQL_DEF}', ), <!-- END classes --> ); //-------------------------------------------------------------------------------------------------- // // $user_fields array // // key = name of the field, // <!-- BEGIN def_title --> // {def_title.KEY}{def_title.PAD}: {def_title.L_KEY} <!-- END def_title --> // //-------------------------------------------------------------------------------------------------- $user_fields = array( <!-- BEGIN field --> <!-- BEGIN comment --> // {field.COMMENT} informations <!-- END comment --> '{field.NAME}' => array( <!-- BEGIN row --> '{field.row.KEY}'{field.row.PAD} => {field.row.VALUE}, <!-- END row --> ), <!-- END field --> ); --- NEW FILE: pcp_confirm_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" method="post"> <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> <tr> <th>{MESSAGE_TITLE}</th> </tr> <tr> <td class="row1" align="center"><span class="gen"><br />{MESSAGE}<br /><br /></span></td> </tr> <tr> <td class="cat" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /> </td> </tr> </table> </form> <br clear="all" /> --- NEW FILE: lang_extend_pack_body.tpl --- <h1>{L_TITLE}</h1> <p>{L_TITLE_EXPLAIN}</p> <form action="{S_ACTION}" name="post" method="post"> <table width="99%" cellpadding="4" cellspacing="0" border="0"> <tr> <td width="100%"><span class="gen"><a href="{U_PACK}" class="gen"><b>{L_PACK}:</b></a> {LEVEL} - {PACK}</span></td> <td nowrap="nowrap" align="right"><a href="{U_LEVEL_NEXT}" class="gen">{L_LEVEL_NEXT}</a></td> </tr> </table> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th nowrap="nowrap" colspan="2">{L_KEYS}</th> </tr> <!-- BEGIN row --> <tr> <td class="{row.CLASS}" nowrap="nowrap"><a href="{row.U_KEY}" class="gen">{row.KEY_MAIN}{row.KEY_SUB}</a><span class="gen">{row.STATUS}</span></td> <td class="{row.CLASS}" width="100%"><span class="gen">{row.VALUE}</span></td> </tr> <!-- END row --> <!-- BEGIN none --> <tr> <td class="row1" align="center"><span class="gen">{L_NONE}</span></td> </tr> <!-- END none --> <tr> <td class="cat" align="center" colspan="2"> <input type="submit" name="add" class="mainoption" value="{L_ADD}" /> <input type="submit" name="cancel" class="liteoption" value="{L_CANCEL}" /> </td> </tr> </table>{S_HIDDEN_FIELDS}</form> |