Thread: [phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [205] phpBB Reloaded 2/templates/subC1/admin
Status: Planning
Brought to you by:
tehphpmaster
From: <mar...@us...> - 2006-06-11 22:16:04
|
Revision: 205 Author: markthedaemon Date: 2006-06-11 15:15:22 -0700 (Sun, 11 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=205&view=rev Log Message: ----------- committinggggggggggggggggggggggg Added Paths: ----------- phpBB Reloaded 2/templates/subC1/admin/blocks_layout_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/blocks_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/blocks_position_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/blocks_position_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/blocks_variables_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/blocks_variables_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/board_config_body.tpl phpBB Reloaded 2/templates/subC1/admin/cash_config.tpl phpBB Reloaded 2/templates/subC1/admin/cash_currencies.tpl phpBB Reloaded 2/templates/subC1/admin/cash_event.tpl phpBB Reloaded 2/templates/subC1/admin/cash_events.tpl phpBB Reloaded 2/templates/subC1/admin/cash_exchange.tpl phpBB Reloaded 2/templates/subC1/admin/cash_forum.tpl phpBB Reloaded 2/templates/subC1/admin/cash_forum_header.tpl phpBB Reloaded 2/templates/subC1/admin/cash_forum_row.tpl phpBB Reloaded 2/templates/subC1/admin/cash_group.tpl phpBB Reloaded 2/templates/subC1/admin/cash_groups.tpl phpBB Reloaded 2/templates/subC1/admin/cash_help.tpl phpBB Reloaded 2/templates/subC1/admin/cash_log.tpl phpBB Reloaded 2/templates/subC1/admin/cash_menu.tpl phpBB Reloaded 2/templates/subC1/admin/cash_navbar.tpl phpBB Reloaded 2/templates/subC1/admin/cash_reset.tpl phpBB Reloaded 2/templates/subC1/admin/cash_resetting.tpl phpBB Reloaded 2/templates/subC1/admin/cash_settings.tpl phpBB Reloaded 2/templates/subC1/admin/color_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/color_style_select.tpl phpBB Reloaded 2/templates/subC1/admin/confirm_body.tpl phpBB Reloaded 2/templates/subC1/admin/db_utils_backup_body.tpl phpBB Reloaded 2/templates/subC1/admin/db_utils_restore_body.tpl phpBB Reloaded 2/templates/subC1/admin/disallow_body.tpl phpBB Reloaded 2/templates/subC1/admin/extension_groups_permissions.tpl phpBB Reloaded 2/templates/subC1/admin/faq_block_body.tpl Added: phpBB Reloaded 2/templates/subC1/admin/blocks_layout_list_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/blocks_layout_list_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/blocks_layout_list_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,17 @@ +<div class="maintitle">{L_BLOCKS_TITLE}</div> +<br /> +<div class="genmed">{L_BLOCKS_TEXT}</div> +<br /> +<form method="post" action="{S_LAYOUT_ACTION}"> +<table cellspacing="1" cellpadding="3" border="0" align="center" class="forumline"> +<tr> +<th> {L_CHOOSE_LAYOUT} </th> +</tr> +<!-- BEGIN layout --> +<tr> +<td class="{layout.ROW_CLASS}" align="center"> <a href="{layout.U_LAYOUT}">{layout.NAME}</a> </td> +</tr> +<!-- END layout --> +</table> +</form> +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/blocks_list_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/blocks_list_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/blocks_list_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,56 @@ +<div class="maintitle">{L_BLOCKS_TITLE}</div> +<br /> +<div class="genmed">{L_BLOCKS_TEXT}</div> +<br /> +{L_B_LAYOUT}: [ <b>{LAYOUT_NAME}</b> ] + +{L_B_PAGE}: [ <b>{PAGE}</b> ] +<br /> +<br /> +<form method="post" action="{S_BLOCKS_ACTION}"> +<table cellspacing="1" cellpadding="3" border="0" align="center" class="forumline"> +<tr> +<th colspan="4">{L_ACTION}</th> +<th>{L_B_TITLE}</th> +<th>{L_B_POSITION}</th> +<th>{L_B_ACTIVE}</th> +<th>{L_B_DISPLAY}</th> +<th>{L_B_TYPE}</th> +<th>{L_B_CACHE}</th> +<th>{L_B_CACHETIME}</th> +<th>{L_B_VIEW_BY}</th> +<th>{L_B_BORDER}</th> +<th>{L_B_TITLEBAR}</th> +<th>{L_B_LOCAL}</th> +<th>{L_B_BACKGROUND}</th> +<th>{L_B_GROUPS}</th> +</tr> +<!-- BEGIN blocks --> +<tr> +<td class="{blocks.ROW_CLASS}" align="center"><a href="{blocks.U_MOVE_UP}">{L_MOVE_UP}</a></td> +<td class="{blocks.ROW_CLASS}" align="center"><a href="{blocks.U_MOVE_DOWN}">{L_MOVE_DOWN}</a></td> +<td class="{blocks.ROW_CLASS}" align="center"><a href="{blocks.U_EDIT}">{L_EDIT}</a></td> +<td class="{blocks.ROW_CLASS}" align="center"><a href="{blocks.U_DELETE}">{L_DELETE}</a></td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.TITLE}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.POSITION}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.ACTIVE}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.CONTENT}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.TYPE}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.CACHE}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.CACHETIME}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.VIEW}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.BORDER}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.TITLEBAR}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.LOCAL}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.BACKGROUND}</td> +<td class="{blocks.ROW_CLASS}" align="center">{blocks.GROUPS}</td> +</tr> +<!-- END blocks --> +<tr> +<td colspan="17" align="center" class="cat">{S_HIDDEN_FIELDS} +<input type="submit" name="add" value="{L_BLOCKS_ADD}" class="mainoption" /> +</td> +</tr> +</table> +</form> +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/blocks_position_edit_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/blocks_position_edit_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/blocks_position_edit_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,40 @@ +<div class="maintitle">{L_BP_TITLE}</div> +<br /> +<div class="genmed">{L_BP_TEXT}</div> +<br /> +<form method="post" action="{S_BLOCKS_POS_ACTION}"> +<table cellspacing="1" cellpadding="3" border="0" align="center" class="forumline"> +<tr> +<th colspan="2">{L_EDIT_BP}</th> +</tr> + +<tr> +<td align="right" class="row1">{L_BP_KEY}:</td> +<td class="row2"> +<input type="text" maxlength="30" size="30" name="pkey" value="{PKEY}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BP_POSITION}:</td> +<td class="row2"> +<input type="text" maxlength="1" size="1" name="bposition" value="{BPOSITION}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BP_LAYOUT}:</td> +<td class="row2"> +<select name="layout" class="post">{LAYOUT}</select> +</td> +</tr> + + +<tr> +<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS} +<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /> +</td> +</tr> +</table> +</form> +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/blocks_position_list_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/blocks_position_list_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/blocks_position_list_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,29 @@ +<div class="maintitle">{L_BP_TITLE}</div> +<br /> +<div class="genmed">{L_BP_TEXT}</div> +<br /> +<form method="post" action="{S_BLOCKS_POS_ACTION}"> +<table cellspacing="1" cellpadding="3" border="0" align="center" class="forumline"> +<tr> +<th> {L_BP_KEY} </th> +<th> {L_BP_POSITION} </th> +<th> {L_BP_LAYOUT} </th> +<th colspan="2">{L_ACTION}</th> +</tr> +<!-- BEGIN bp --> +<tr> +<td class="{bp.ROW_CLASS}" align="center">{bp.BP_KEY}</td> +<td class="{bp.ROW_CLASS}" align="center">{bp.BP_POSITION}</td> +<td class="{bp.ROW_CLASS}" align="center">{bp.BP_LAYOUT}</td> +<td class="{bp.ROW_CLASS}"> {bp.U_BP_EDIT} </td> +<td class="{bp.ROW_CLASS}"> {bp.U_BP_DELETE} </td> +</tr> +<!-- END bp --> +<tr> +<td colspan="6" align="center" class="cat">{S_HIDDEN_FIELDS} +<input type="submit" name="add" value="{L_BP_ADD_POSITION}" class="mainoption" /> +</td> +</tr> +</table> +</form> +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/blocks_variables_edit_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/blocks_variables_edit_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/blocks_variables_edit_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,67 @@ +<div class="maintitle">{L_BV_TITLE}</div> +<br /> +<div class="genmed">{L_BV_TEXT}</div> +<br /> +<form method="post" action="{S_BLOCKS_VAR_ACTION}"> +<table cellspacing="1" cellpadding="3" border="0" align="center" class="forumline"> +<tr> +<th colspan="2">{L_EDIT_BV}</th> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_LABEL}:</td> +<td class="row2"> +<input type="text" maxlength="30" size="30" name="label" value="{LABEL}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_SUB_LABEL}:</td> +<td class="row2"> +<input type="text" maxlength="255" size="50" name="sub_label" value="{SUB_LABEL}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_NAME}:<br /><br /><span class="gensmall">{L_CONFIG_NAME_EXPLAIN}</span></td> +<td class="row2"> +<input type="text" maxlength="30" size="30" name="config_name" value="{NAME}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_OPTIONS}:<br /><br /><span class="gensmall">{L_FIELD_OPTIONS_EXPLAIN}</span></td> +<td class="row2"> +<input type="text" maxlength="255" size="50" name="options" value="{OPTIONS}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_VALUES}:<br /><br /><span class="gensmall">{L_FIELD_VALUES_EXPLAIN}</span></td> +<td class="row2"> +<input type="text" maxlength="255" size="50" name="values" value="{VALUES}" class="post" /> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_TYPE}:</td> +<td class="row2"> +<select name="type" class="post">{TYPE}</select> +</td> +</tr> + +<tr> +<td align="right" class="row1">{L_BV_BLOCK}:</td> +<td class="row2"> +<select name="block" class="post">{BLOCK}</select> +</td> +</tr> + +<tr> +<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS} +<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /> +</td> +</tr> +</table> +</form> +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/blocks_variables_list_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/blocks_variables_list_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/blocks_variables_list_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,37 @@ +<div class="maintitle">{L_BV_TITLE}</div> +<br /> +<div class="genmed">{L_BV_TEXT}</div> +<br /> +<form method="post" action="{S_BLOCKS_VAR_ACTION}"> +<table cellspacing="1" cellpadding="3" border="0" align="center" class="forumline"> +<tr> +<th> {L_BV_LABEL} </th> +<th> {L_BV_SUB_LABEL} </th> +<th> {L_BV_NAME} </th> +<th> {L_BV_OPTIONS} </th> +<th> {L_BV_VALUES} </th> +<th> {L_BV_TYPE} </th> +<th> {L_BV_BLOCK} </th> +<th colspan="2">{L_ACTION}</th> +</tr> +<!-- BEGIN bv --> +<tr> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_LABEL}</td> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_SUB_LABEL}</td> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_NAME}</td> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_OPTIONS}</td> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_VALUES}</td> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_TYPE}</td> +<td class="{bv.ROW_CLASS}" align="center">{bv.BV_BLOCK}</td> +<td class="{bv.ROW_CLASS}"> <a href="{bv.U_BV_EDIT}">{L_EDIT}</a> </td> +<td class="{bv.ROW_CLASS}"> <a href="{bv.U_BV_DELETE}">{L_DELETE}</a> </td> +</tr> +<!-- END bv --> +<tr> +<td colspan="9" align="center" class="cat">{S_HIDDEN_FIELDS} +<input type="submit" name="add" value="{L_BV_ADD_VARIABLE}" class="mainoption" /> +</td> +</tr> +</table> +</form> +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/board_config_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/board_config_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/board_config_body.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,268 @@ + +<h1>{L_CONFIGURATION_TITLE}</h1> + +<p>{L_CONFIGURATION_EXPLAIN}</p> + +<form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> + </tr> + <tr> + <td class="row1">{L_SERVER_NAME}</td> + <td class="row2"><input class="post" type="text" maxlength="255" size="40" name="server_name" value="{SERVER_NAME}" /></td> + </tr> + <tr> + <td class="row1">{L_SERVER_PORT}<br /><span class="gensmall">{L_SERVER_PORT_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" maxlength="5" size="5" name="server_port" value="{SERVER_PORT}" /></td> + </tr> + <tr> + <td class="row1">{L_SCRIPT_PATH}<br /><span class="gensmall">{L_SCRIPT_PATH_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" maxlength="255" name="script_path" value="{SCRIPT_PATH}" /></td> + </tr> + <tr> + <td class="row1">{L_SITE_NAME}<br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}" /></td> + </tr> + <tr> + <td class="row1">{L_SITE_DESCRIPTION}</td> + <td class="row2"><input class="post" type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}" /></td> + </tr> + <tr> + <td class="row1">{L_DISABLE_BOARD}<br /><span class="gensmall">{L_DISABLE_BOARD_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="board_disable" value="1" {S_DISABLE_BOARD_YES} /> {L_YES} <input type="radio" name="board_disable" value="0" {S_DISABLE_BOARD_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ACCT_ACTIVATION}</td> + <td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED} />{L_NONE} <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED} />{L_USER} <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED} />{L_ADMIN}</td> + </tr> + <tr> + <td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES} <input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES} <input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td> + </tr> + <tr> + <td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td> + </tr> + <tr> + <td class="row1">{L_BOARD_EMAIL_FORM}<br /><span class="gensmall">{L_BOARD_EMAIL_FORM_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="board_email_form" value="1" {BOARD_EMAIL_FORM_ENABLE} /> {L_ENABLED} <input type="radio" name="board_email_form" value="0" {BOARD_EMAIL_FORM_DISABLE} /> {L_DISABLED}</td> + </tr> + <tr> + <td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td> + </tr> + <tr> + <td class="row1">{L_MAX_LOGIN_ATTEMPTS}<br /><span class="gensmall">{L_MAX_LOGIN_ATTEMPTS_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_login_attempts" value="{MAX_LOGIN_ATTEMPTS}" /></td> + </tr> + <tr> + <td class="row1">{L_LOGIN_RESET_TIME}<br /><span class="gensmall">{L_LOGIN_RESET_TIME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="login_reset_time" value="{LOGIN_RESET_TIME}" /></td> + </tr> + <tr> + <td class="row1">{L_TOPICS_PER_PAGE}</td> + <td class="row2"><input class="post" type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}" /></td> + </tr> + <tr> + <td class="row1">{L_POSTS_PER_PAGE}</td> + <td class="row2"><input class="post" type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}" /></td> + </tr> + <tr> + <td class="row1">{L_HOT_THRESHOLD}</td> + <td class="row2"><input class="post" type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}" /></td> + </tr> + <tr> + <td class="row1">{L_DEFAULT_STYLE}</td> + <td class="row2">{STYLE_SELECT}</td> + </tr> + <tr> + <td class="row1">{L_OVERRIDE_STYLE}<br /><span class="gensmall">{L_OVERRIDE_STYLE_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES} /> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_DEFAULT_LANGUAGE}</td> + <td class="row2">{LANG_SELECT}</td> + </tr> + <tr> + <td class="row1">{L_DATE_FORMAT}<br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" name="default_dateformat" value="{DEFAULT_DATEFORMAT}" /></td> + </tr> + <tr> + <td class="row1">{L_SYSTEM_TIMEZONE}</td> + <td class="row2">{TIMEZONE_SELECT}</td> + </tr> + <tr> + <td class="row1">{L_ENABLE_GZIP}</td> + <td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES} /> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ENABLE_PRUNE}</td> + <td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES} /> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO} /> {L_NO}</td> + </tr> + <tr> + <th class="thHead" colspan="2">{L_COOKIE_SETTINGS}</th> + </tr> + <tr> + <td class="row2" colspan="2"><span class="gensmall">{L_COOKIE_SETTINGS_EXPLAIN}</span></td> + </tr> + <tr> + <td class="row1">{L_COOKIE_DOMAIN}</td> + <td class="row2"><input class="post" type="text" maxlength="255" name="cookie_domain" value="{COOKIE_DOMAIN}" /></td> + </tr> + <tr> + <td class="row1">{L_COOKIE_NAME}</td> + <td class="row2"><input class="post" type="text" maxlength="16" name="cookie_name" value="{COOKIE_NAME}" /></td> + </tr> + <tr> + <td class="row1">{L_COOKIE_PATH}</td> + <td class="row2"><input class="post" type="text" maxlength="255" name="cookie_path" value="{COOKIE_PATH}" /></td> + </tr> + <tr> + <td class="row1">{L_COOKIE_SECURE}<br /><span class="gensmall">{L_COOKIE_SECURE_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="cookie_secure" value="0" {S_COOKIE_SECURE_DISABLED} />{L_DISABLED} <input type="radio" name="cookie_secure" value="1" {S_COOKIE_SECURE_ENABLED} />{L_ENABLED}</td> + </tr> + <tr> + <td class="row1">{L_SESSION_LENGTH}</td> + <td class="row2"><input class="post" type="text" maxlength="5" size="5" name="session_length" value="{SESSION_LENGTH}" /></td> + </tr> + <tr> + <th class="thHead" colspan="2">{L_PRIVATE_MESSAGING}</th> + </tr> + <tr> + <td class="row1">{L_DISABLE_PRIVATE_MESSAGING}</td> + <td class="row2"><input type="radio" name="privmsg_disable" value="0" {S_PRIVMSG_ENABLED} />{L_ENABLED} <input type="radio" name="privmsg_disable" value="1" {S_PRIVMSG_DISABLED} />{L_DISABLED}</td> + </tr> + <tr> + <td class="row1">{L_INBOX_LIMIT}</td> + <td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_inbox_privmsgs" value="{INBOX_LIMIT}" /></td> + </tr> + <tr> + <td class="row1">{L_SENTBOX_LIMIT}</td> + <td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_sentbox_privmsgs" value="{SENTBOX_LIMIT}" /></td> + </tr> + <tr> + <td class="row1">{L_SAVEBOX_LIMIT}</td> + <td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_savebox_privmsgs" value="{SAVEBOX_LIMIT}" /></td> + </tr> + <tr> + <th class="thHead" colspan="2">{L_ABILITIES_SETTINGS}</th> + </tr> + <tr> + <td class="row1">{L_MAX_POLL_OPTIONS}</td> + <td class="row2"><input class="post" type="text" name="max_poll_options" size="4" maxlength="4" value="{MAX_POLL_OPTIONS}" /></td> + </tr> + <tr> + <td class="row1">{L_ALLOW_HTML}</td> + <td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES} /> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ALLOWED_TAGS}<br /><span class="gensmall">{L_ALLOWED_TAGS_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}" /></td> + </tr> + <tr> + <td class="row1">{L_ALLOW_BBCODE}</td> + <td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES} /> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ALLOW_SMILIES}</td> + <td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES} /> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_SMILIES_PATH} <br /><span class="gensmall">{L_SMILIES_PATH_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}" /></td> + </tr> + <tr> + <td class="row1">{L_ALLOW_SIG}</td> + <td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES} /> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_MAX_SIG_LENGTH}<br /><span class="gensmall">{L_MAX_SIG_LENGTH_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}" /></td> + </tr> + <tr> + <td class="row1">{L_ALLOW_NAME_CHANGE}</td> + <td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES} /> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO} /> {L_NO}</td> + </tr> + <tr> + <th class="thHead" colspan="2">{L_AVATAR_SETTINGS}</th> + </tr> + <tr> + <td class="row1">{L_ALLOW_LOCAL}</td> + <td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES} /> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ALLOW_REMOTE} <br /><span class="gensmall">{L_ALLOW_REMOTE_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES} /> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_ALLOW_UPLOAD}</td> + <td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES} /> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_MAX_FILESIZE}<br /><span class="gensmall">{L_MAX_FILESIZE_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}" /> Bytes</td> + </tr> + <tr> + <td class="row1">{L_MAX_AVATAR_SIZE} <br /> + <span class="gensmall">{L_MAX_AVATAR_SIZE_EXPLAIN}</span> + </td> + <td class="row2"><input class="post" type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}" /> x <input class="post" type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td> + </tr> + <tr> + <td class="row1">{L_AVATAR_STORAGE_PATH} <br /><span class="gensmall">{L_AVATAR_STORAGE_PATH_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}" /></td> + </tr> + <tr> + <td class="row1">{L_AVATAR_GALLERY_PATH} <br /><span class="gensmall">{L_AVATAR_GALLERY_PATH_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" size="20" maxlength="255" name="avatar_gallery_path" value="{AVATAR_GALLERY_PATH}" /></td> + </tr> + <tr> + <th class="thHead" colspan="2">{L_COPPA_SETTINGS}</th> + </tr> + <tr> + <td class="row1">{L_COPPA_FAX}</td> + <td class="row2"><input class="post" type="text" size="25" maxlength="100" name="coppa_fax" value="{COPPA_FAX}" /></td> + </tr> + <tr> + <td class="row1">{L_COPPA_MAIL}<br /><span class="gensmall">{L_COPPA_MAIL_EXPLAIN}</span></td> + <td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td> + </tr> + + <tr> + <th class="thHead" colspan="2">{L_EMAIL_SETTINGS}</th> + </tr> + <tr> + <td class="row1">{L_ADMIN_EMAIL}</td> + <td class="row2"><input class="post" type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td> + </tr> + <tr> + <td class="row1">{L_EMAIL_SIG}<br /><span class="gensmall">{L_EMAIL_SIG_EXPLAIN}</span></td> + <td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td> + </tr> + <tr> + <td class="row1">{L_USE_SMTP}<br /><span class="gensmall">{L_USE_SMTP_EXPLAIN}</span></td> + <td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES} /> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_SMTP_SERVER}</td> + <td class="row2"><input class="post" type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td> + </tr> + <tr> + <td class="row1">{L_SMTP_USERNAME}<br /><span class="gensmall">{L_SMTP_USERNAME_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" name="smtp_username" value="{SMTP_USERNAME}" size="25" maxlength="255" /></td> + </tr> + <tr> + <td class="row1">{L_SMTP_PASSWORD}<br /><span class="gensmall">{L_SMTP_PASSWORD_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="password" name="smtp_password" value="{SMTP_PASSWORD}" size="25" maxlength="255" /></td> + </tr> + <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" /> + </td> + </tr> +</table></form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_config.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_config.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_config.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,56 @@ +{NAVBAR} +<h1>{L_CASH_CONFIGURATION_TITLE}</h1> + +<p>{L_CASH_CONFIGURATION_EXPLAIN}</p> + +<form action="{S_CASH_CONFIG_ACTION}" method="post"><input type="hidden" name="set" value="general"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="2">{L_CASH_SETTINGS}</th> + </tr> + + <tr> + <td class="row1">{L_CASH_DISABLED}</td> + <td class="row2"><input type="radio" name="cash_disable" value="1" {DISABLE_CASH_YES} /> {L_YES} <input type="radio" name="cash_disable" value="0" {DISABLE_CASH_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_CASH_ADMINCP}</td> + <td class="row2"><input type="radio" name="cash_adminbig" value="1" {ADMIN_BIG} /> {L_SIDEBAR} <input type="radio" name="cash_adminbig" value="0" {ADMIN_SMALL} /> {L_MENU}</td> + </tr> + <tr> + <td class="row1">{L_CASH_ADMINNAVBAR}</td> + <td class="row2"><input type="radio" name="cash_adminnavbar" value="1" {ADMINNAVBAR_YES} /> {L_YES} <input type="radio" name="cash_adminnavbar" value="0" {ADMINNAVBAR_NO} /> {L_NO}</td> + </tr> + + <tr> + <th class="thHead" colspan="2">{L_MESSAGES}</th> + </tr> + <tr> + <td class="row1">{L_CASH_MESSAGE}</td> + <td class="row2"><input type="radio" name="cash_display_after_posts" value="1" {DISPLAY_AFTER_POSTS_YES} /> {L_YES} <input type="radio" name="cash_display_after_posts" value="0" {DISPLAY_AFTER_POSTS_NO} /> {L_NO}</td> + </tr> + <tr> + <td class="row1">{L_CASH_DISPLAY_MESSAGE}<br /><span class="gensmall">{L_CASH_DISPLAY_MESSAGE_EXPLAIN}</span></td> + <td class="row2"><input class="post" type="text" maxlength="255" size="40" name="cash_post_message" value="{POST_MESSAGE}" /></td> + </tr> + <tr> + <th class="thHead" colspan="2">{L_SPAM}</th> + </tr> + <tr> + <td class="row1">{L_CASH_SPAM_DISABLE_NUM}</td> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_disable_spam_num" value="{DISABLE_SPAM_NUM}" /></td> + </tr> + <tr> + <td class="row1">{L_CASH_SPAM_DISABLE_TIME}</td> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_disable_spam_time" value="{DISABLE_SPAM_TIME}" /></td> + </tr> + <tr> + <td class="row1">{L_CASH_SPAM_DISABLE_MESSAGE}</td> + <td class="row2"><input class="post" type="text" maxlength="255" size="40" name="cash_disable_spam_message" value="{DISABLE_SPAM_MESSAGE}" /></td> + </tr> + <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" /> + </td> + </tr> +</table></form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_currencies.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_currencies.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_currencies.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,89 @@ +{NAVBAR} +<h1>{L_CASH_CURRENCIES_TITLE}</h1> + +<p>{L_CASH_CURRENCIES_EXPLAIN}</p> + +<table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="1">{L_FIELD}</th><th class="thHead" colspan="1">{L_CURRENCY}</th><th class="thHead" colspan="1">{L_DEFAULT}</th><th class="thHead" colspan="1">{L_DECIMALS}</th><th class="thHead" colspan="1">{L_UPDATE}</th><th class="thHead" colspan="2">{L_ORDER}</th><th class="thHead" colspan="1">{L_DELETE_CURRENCY}</th> + </tr> + <!-- BEGIN cashrow --> + <form action="{S_CASH_CURRENCIES_ACTION}" method="post"><input type="hidden" name="cid" value="{cashrow.CASH_INDEX}" /> + <tr> + <td class="row1" align="center"><span class="gen">{cashrow.DBFIELD}</span></td> + <td class="row2" align="center"><input class="post" type="text" maxlength="64" size="10" name="rename_value" value="{cashrow.CURRENCY}" /></td> + <td class="row1" align="center"><input class="post" type="text" maxlength="64" size="10" name="default_value" value="{cashrow.DEFAULT}" /></td> + <td class="row2" align="center"><input class="post" type="text" maxlength="64" size="10" name="decimal_value" value="{cashrow.DECIMALS}" /></td> + <td class="row1" align="center"><input type="submit" name="submit" value="{L_UPDATE}" class="mainoption" /></td> + <td class="row2" align="center"><span class="gen"><a href="{cashrow.U_MOVE_UP}">{L_MOVE_UP}</a></span></td> + <td class="row1" align="center"><span class="gen"><a href="{cashrow.U_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> + <td class="row2" align="center"><input type="submit" name="submit" value="{L_DELETE}" class="liteoption" /></td> + </tr> + </form> + <!-- END cashrow --> + <tr> + <td class="catBottom" colspan="8" align="center"></td> + </tr> +</table> + +<br /> +<br /> + +<form action="{S_CASH_CURRENCIES_ACTION}" method="post"><input type="hidden" name="set" value="copycurrency" /><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="2">{L_COPY_CURRENCY}</th> + </tr> + <tr> + <td class="row1" width="50%" align="center">{L_FROM}</td> + <td class="row2" width="50%" align="center"><select name="cid1" style="width:100"> + <option value="0">{L_SELECT_ONE}</option> + <!-- BEGIN cashrow --> + <option value="{cashrow.CASH_INDEX}">{cashrow.NAME}</option> + <!-- END cashrow --> + </select></td> + </tr> + <tr> + <td class="row1" width="50%" align="center">{L_TO}</td> + <td class="row2" width="50%" align="center"><select name="cid2" style="width:100"> + <option value="0">{L_SELECT_ONE}</option> + <!-- BEGIN cashrow --> + <option value="{cashrow.CASH_INDEX}">{cashrow.NAME}</option> + <!-- END cashrow --> + </select></td> + </tr> + <tr> + <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> + </td> + </tr> +</table></form> + +<br /> +<br /> + +<form action="{S_CASH_CURRENCIES_ACTION}" method="post"><input type="hidden" name="set" value="newcurrency" /><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="2">{L_NEW_CURRENCY}</th> + </tr> + <tr> + <td class="row1">{L_CURRENCY}</td> + <td class="row2"><input class="post" type="text" maxlength="64" size="15" name="currency_name" /></td> + </tr> + <tr> + <td class="row1">{L_CURRENCY_DBFIELD}</td> + <td class="row2"><input class="post" type="text" maxlength="64" size="15" name="currency_dbfield" value="user_" /></td> + </tr> + <tr> + <td class="row1">{L_CURRENCY_DECIMALS}</td> + <td class="row2"><input class="post" type="text" maxlength="64" size="15" name="currency_decimals" value="0" /></td> + </tr> + <tr> + <td class="row1">{L_CURRENCY_DEFAULT}</td> + <td class="row2"><input class="post" type="text" maxlength="64" size="15" name="currency_default" value="0" /></td> + </tr> + <tr> + <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> + </td> + </tr> +</table></form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_event.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_event.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_event.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,23 @@ +{NAVBAR} +<h1>{L_CASH_EVENTS_TITLE}</h1> + +<p>{L_CASH_EVENTS_EXPLAIN}</p> + +<form action="{S_CASH_EVENTS_ACTION}" method="post"> +<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> + <tr> + <th class="thHead" colspan="2">{EVENT_NAME}</th> + </tr> +<!-- BEGIN cashrow --> + <tr> + <td class="{cashrow.CLASS}" width="200">{cashrow.CASH_NAME}</td><td class="{cashrow.CLASS}" width="200"><input class="post" type="text" maxlength="32" size="15" name="{cashrow.S_CASH_FIELD}" value="{cashrow.AMOUNT}" /></td> + </tr> +<!-- END cashrow --> + <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" /> + </td> + </tr> +</table> +</form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_events.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_events.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_events.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,39 @@ +{NAVBAR} +<h1>{L_CASH_EVENTS_TITLE}</h1> + +<p>{L_CASH_EVENTS_EXPLAIN}</p> + +<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> + <tr> + <th class="thHead" colspan="3">{L_EXISTING_EVENTS}</th> + </tr> +<!-- BEGIN eventrow --> + <form action="{S_CASH_EVENTS_ACTION}" method="post"><input type="hidden" name="mode" value="edit" /><input type="hidden" name="event_name" value="{eventrow.NAME}" /> + <tr> + <td class="row1" width="200">{eventrow.NAME}</td><td class="row1" width="100"><input type="submit" name="edit" value="{L_EDIT}" class="mainoption" /></td><td class="row1" width="100"><input type="submit" name="delete" value="{L_DELETE}" class="liteoption" /></td> + </tr> + </form> +<!-- END eventrow --> +<!-- BEGIN switch_noevents --> + <tr> + <td class="row1" colspan="2">{L_NO_EVENTS}</td> + </tr> +<!-- END switch_noevents --> + <tr> + <td class="catBottom" colspan="3" align="center"> </td> + </tr> +</table> +<br /> +<br /> +<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> + <tr> + <th class="thHead" colspan="2">{L_ADD_AN_EVENT}</th> + </tr> + <form action="{S_CASH_EVENTS_ACTION}" method="post"><input type="hidden" name="mode" value="add" /> + <tr> + <td class="row1"><input class="post" type="text" maxlength="32" size="15" name="new_event_name" value="" /></td><td><input type="submit" name="add" value="{L_ADD}" class="mainoption" /></td> + </tr> + </form> +</table> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_exchange.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_exchange.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_exchange.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,48 @@ +{NAVBAR} +<h1>{L_EXCHANGE_TITLE}</h1> + +<p>{L_EXCHANGE_EXPLAIN}</p> + +<form action="{S_EXCHANGE_ACTION}" method="post"><table cellspacing="1" cellpadding="4" border="0" width="99%" align="center" class="forumline"> + <tr> + <!-- BEGIN cashrow --> + <th class="thHead">{cashrow.CURRENCY_NAME}</th> + <!-- END cashrow --> + </tr> + <tr> + <!-- BEGIN cashrow --> + <td class="{cashrow.ROW_CLASS}" align="center"><input name="currency_val[{cashrow.CURRENCY_ID}]" value="{cashrow.CURRENCY_EXCHANGE}" class="post" /></td> + <!-- END cashrow --> + </tr> + <tr> + <td class="catBottom" colspan="{NUM_COLUMNS}" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> + </td> + </tr> +</table></form> + +<br /> +<br /> + +<form action="{S_EXCHANGE_ACTION}" method="post"><table cellspacing="1" cellpadding="4" border="0" width="99%" align="center" class="forumline"> + <tr> + <td class="{CORNER_CLASS}" colspan="2" rowspan="2" valign="middle" align="center">{L_EXCHANGE}</th> + <td class="{SIDE_CLASS}" colspan="{NUM_COLUMNS}" valign="middle" align="center">{L_TO}</th> + </tr> + <tr> + <!-- BEGIN cashrow --> + <td class="{cashrow.ROW_CLASS}" align="center">{cashrow.CURRENCY_NAME}</td> + <!-- END cashrow --> + </tr> + <!-- BEGIN siderow --> + <tr> + <!-- BEGIN switch_first --> + <td class="{SIDE_CLASS}" rowspan="{NUM_COLUMNS}" valign="middle" align="center">{L_FROM}</th> + <!-- END switch_first --> + <td class="{siderow.ROW_CLASS}" align="center">{siderow.CURRENCY_NAME}</td> + <!-- BEGIN entry --> + <td class="{siderow.entry.ROW_CLASS}" align="center">{siderow.entry.CURRENCY_EX}</td> + <!-- END entry --> + </tr> + <!-- END siderow --> +</table></form> + Added: phpBB Reloaded 2/templates/subC1/admin/cash_forum.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_forum.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_forum.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,105 @@ +{NAVBAR} +<h1>{L_FORUM_SETTINGS_TITLE}</h1> + +<p>{L_FORUM_SETTINGS_EXPLAIN}</p> + +{NAVIGATION_BOX} + +<form method="post" action="{S_FORUM_ACTION}"> +<!-- BEGIN indexrow --> +<!-- BEGIN header --> +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> +<tr> + <th class="thHead" colspan="2" height="25" nowrap="nowrap"> {L_FORUM} </th> + {CASH_HEAD} +</tr> +<!-- END header --> + +<!-- BEGIN cat --> +<!-- BEGIN row --> +<tr> + <td class="row2" colspan="{NUM_ROWS}" height="28"> + <!-- BEGIN forum_icon --> + <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> + <td><a href="{indexrow.cat.U_VIEWCAT}" class="cattitle"><img src="{indexrow.cat.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%"> + <!-- END forum_icon --> + <span class="cattitle"><a href="{indexrow.cat.U_VIEWCAT}" class="cattitle">{indexrow.cat.CAT_DESC}</a><br /></span> + <span class="genmed">{indexrow.cat.DESC}<br /></span> + <!-- BEGIN forum_icon --> + </td></tr></table> + <!-- END forum_icon --> + </td> +</tr> +<!-- END row --> +<!-- END cat --> + +<!-- BEGIN forum --> +<!-- BEGIN row --> +<tr> + <td class="row1" align="center" valign="middle" width="50" height="50"> + <img src="{indexrow.forum.I_FORUM_FOLDER}" border="0" alt="{indexrow.forum.L_FORUM_FOLDER}" title="{indexrow.forum.L_FORUM_FOLDER}" /> + </td> + <td class="row1" height="50"> + <!-- BEGIN forum_icon --> + <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> + <td><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.forum.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%"> + <!-- END forum_icon --> + <span class="forumlink"><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink">{indexrow.forum.FORUM_NAME}</a><br /></span> + <span class="genmed">{indexrow.forum.FORUM_DESC}<br /></span> + <!-- BEGIN moderators --><span class="gensmall"><b>{L_MODERATORS}: </b><!-- BEGIN mod --><a href="{indexrow.forum.row.moderators.mod.U_MOD}" title="{indexrow.forum.row.moderators.mod.L_MOD_TITLE}" class="gensmall">{indexrow.forum.row.moderators.mod.L_MOD}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END mod --><br /></span><!-- END moderators --> + <!-- BEGIN subforums --><span class="gensmall"><b>{L_SUBFORUMS}: </b><!-- BEGIN sub --><img src="{indexrow.forum.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" title="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" /><a href="{indexrow.forum.row.subforums.sub.U_SUB}" title="{indexrow.forum.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.forum.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub --><br /></span><!-- END subforums --> + <!-- BEGIN forum_icon --> + </td></tr></table> + <!-- END forum_icon --> + </td> + {indexrow.forum.row.CASH_ROW} +</tr> +<!-- END row --> +<!-- END forum --> + +<!-- BEGIN link --> +<!-- BEGIN row --> +<tr> + <td class="row1" height="50" colspan="{NUM_ROWS}"> + <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> + <td class="row1" align="center" valign="middle" height="50" width="50"> + <img src="{indexrow.link.I_FORUM_FOLDER}" border="0" alt="{indexrow.link.L_FORUM_FOLDER}" title="{indexrow.link.L_FORUM_FOLDER}" /> + </td> + <!-- BEGIN forum_icon --> + <td><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.link.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td> + <!-- END forum_icon --> + <td width="100%"> + <span class="forumlink"><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink">{indexrow.link.FORUM_NAME}</a><br /></span> + <span class="genmed">{indexrow.link.FORUM_DESC}<br /></span> + <!-- BEGIN subforums --><span class="gensmall"><b>{L_SUBFORUMS}: </b><!-- BEGIN sub --><img src="{indexrow.link.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.link.row.subforums.sub.L_SUB_ALT}" title="{indexrow.link.row.subforums.sub.L_SUB_ALT}" /><a href="{indexrow.link.row.subforums.sub.U_SUB}" title="{indexrow.link.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.link.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub --><br /></span><!-- END subforums --> + </td></tr></table> + </td> +</tr> +<!-- END row --> +<!-- END link --> + +<!-- BEGIN empty --> +<tr> + <td class="row1" colspan="5" height="30" align="center" valign="middle"><span class="gen"> + {L_EMPTY} + </span></td> +</tr> +<!-- END empty --> + +<!-- BEGIN footer --> +<!-- BEGIN command --> +<tr> + <td class="catBottom" colspan="{NUM_ROWS}" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> + </td> +</tr> +<!-- END command --> +</table> +<!-- END footer --> +<!-- BEGIN spacing --> +<br class="nav" /> +<!-- END spacing --> +<!-- END indexrow --> +</form> +{NAVIGATION_BOX} + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_forum_header.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_forum_header.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_forum_header.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,5 @@ +<!-- BEGIN cash_header --> +<!-- BEGIN cashrow --> + <th class="thHead" colspan="2">{cash_header.cashrow.CASH_NAME}</th> +<!-- END cashrow --> +<!-- END cash_header --> Added: phpBB Reloaded 2/templates/subC1/admin/cash_forum_row.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_forum_row.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_forum_row.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,6 @@ +<!-- BEGIN forumrow --> +<!-- BEGIN cashrow --> + <td class="row1" align="center" valign="middle"><span class="gen"><input type="radio" name="{forumrow.cashrow.S_NAME}" value="1"{forumrow.cashrow.S_ON} />{L_ON}</span></td> + <td class="row2" align="center" valign="middle"><span class="gen"><input type="radio" name="{forumrow.cashrow.S_NAME}" value="0"{forumrow.cashrow.S_OFF} />{L_OFF}</span></td> +<!-- END cashrow --> +<!-- END forumrow --> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/cash_group.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_group.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_group.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,101 @@ +{NAVBAR} +<h1>{L_CASH_GROUP_TITLE}</h1> + +<p>{L_CASH_GROUP_EXPLAIN}</p> + +<form action="{S_CASH_GROUP_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="{NUM_COLUMNS}">{L_DISPLAY}</th> + </tr> + <tr> + <td class="row1">{L_CASH_CURRENCY}</td> +<!-- BEGIN cashrow --> + <td class="row2">{cashrow.CURRENCY}</td> +<!-- END cashrow --> + </tr> + + <tr> + <th class="thHead" colspan="{NUM_COLUMNS}">{L_IMPLEMENTATION}</th> + </tr> + + <tr> + <td class="row1">{L_CASH_AMOUNT_PER_POST}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_perpost]" value="{cashrow.AMOUNT_PER_POST}" /></td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_AMOUNT_POST_BONUS}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_postbonus]" value="{cashrow.AMOUNT_POST_BONUS}" /></td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_AMOUNT_PER_REPLY}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_perreply]" value="{cashrow.AMOUNT_PER_REPLY}" /></td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_AMOUNT_PER_CHARACTER}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_perchar]" value="{cashrow.AMOUNT_PER_CHAR}" /></td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_MAXEARN}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_maxearn]" value="{cashrow.MAXEARN}" /></td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_AMOUNT_PER_PM}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_perpm]" value="{cashrow.AMOUNT_PER_PM}" /></td> +<!-- END cashrow --> + </tr> + + <tr> + <th class="thHead" colspan="{NUM_COLUMNS}">{L_ALLOWANCES}</th> + </tr> + <tr> + <th class="thHead" colspan="{NUM_COLUMNS}"><span class="gensmall">{L_ALLOWANCES_EXPLAIN}</span></th> + </tr> + + <tr> + <td class="row1">{L_CASH_ALLOWANCE_ENABLED}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input type="radio" name="cash_{cashrow.CASH_INDEX}[cash_allowance]" value="1" {cashrow.ALLOWANCES_ENABLED_YES} /> {L_YES} <input type="radio" name="cash_{cashrow.CASH_INDEX}[cash_allowance]" value="0" {cashrow.ALLOWANCES_ENABLED_NO} /> {L_NO}</td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_ALLOWANCE_AMOUNT}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input class="post" type="text" maxlength="10" size="10" name="cash_{cashrow.CASH_INDEX}[cash_allowanceamount]" value="{cashrow.ALLOWANCE_AMOUNT}" /></td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_ALLOWANCE_FREQUNECY}</td> +<!-- BEGIN cashrow --> + <td class="row2"><input type="radio" name="cash_{cashrow.CASH_INDEX}[cash_allowancetime]" value="1" {cashrow.ALLOWANCES_FREQ_DAY} /> {L_CASH_ALLOWANCE_FREQUNECIES_DAY}<br /> + <input type="radio" name="cash_{cashrow.CASH_INDEX}[cash_allowancetime]" value="2" {cashrow.ALLOWANCES_FREQ_WEEK} /> {L_CASH_ALLOWANCE_FREQUNECIES_WEEK}<br /> + <input type="radio" name="cash_{cashrow.CASH_INDEX}[cash_allowancetime]" value="3" {cashrow.ALLOWANCES_FREQ_MONTH} /> {L_CASH_ALLOWANCE_FREQUNECIES_MONTH}<br /> + <input type="radio" name="cash_{cashrow.CASH_INDEX}[cash_allowancetime]" value="4" {cashrow.ALLOWANCES_FREQ_YEAR} /> {L_CASH_ALLOWANCE_FREQUNECIES_YEAR}<br /> + </td> +<!-- END cashrow --> + </tr> + <tr> + <td class="row1">{L_CASH_ALLOWANCE_NEXT}</td> +<!-- BEGIN cashrow --> + <td class="row2">{cashrow.ALLOWANCE_NEXT}</td> +<!-- END cashrow --> + </tr> + + <tr> + <td class="catBottom" colspan="{NUM_COLUMNS}" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> + </td> + </tr> + +</table></form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_groups.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_groups.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_groups.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,58 @@ +{NAVBAR} +<h1>{L_CASH_GROUPS_TITLE}</h1> + +<p>{L_CASH_GROUPS_EXPLAIN}</p> + +<table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <th class="thHead" colspan="{NUM_COLUMNS}" align="left"></th> + </tr> +<!-- BEGIN entryrow --> + <form action="{S_CASH_GROUPS_ACTION}" method="post">{entryrow.S_HIDDEN_FIELDS1} + <tr> + <td class="row1" colspan="{NUM_COLUMNS}">{entryrow.NAME}<br /><span class="gensmall">{entryrow.DESCRIPTION}</span></td> + </tr> + <tr> +<!-- BEGIN cashrow --> + <td class="row2" align="center" width="{entryrow.CELLWIDTH}%">{entryrow.cashrow.NAME}</td> +<!-- END cashrow --> + <td class="row2" align="center" width="{entryrow.REMAINDERWIDTH}%"> </td> + <td class="row1" align="center" width="0"> </td> + </tr> + <tr> +<!-- BEGIN switch_displayon --> +<!-- BEGIN cashrow --> + <td class="row2" align="center" width="{entryrow.CELLWIDTH}%" rowspan="2">{entryrow.switch_displayon.cashrow.ENTRY}</td> +<!-- END cashrow --> +<!-- END switch_displayon --> +<!-- BEGIN switch_displayoff --> + <td class="row2" align="center" colspan="{NUM_CURRENCIES}" width="{entryrow.MERGEWIDTH}%" rowspan="2"><hr width="95%" style="border: #000000;" /></td> +<!-- END switch_displayoff --> + <td class="row3" align="center" width="{entryrow.REMAINDERWIDTH}%" rowspan="2"><input name="submit" type="submit" value="{L_EDIT}" class="mainoption" /></td> + <td class="row1" align="center" width="0"> </td> + </tr> + <tr> + <td class="row1" align="center" width="0"> </td> + </tr> + </form> + <form action="{S_CASH_GROUPS_ACTION}" method="post">{entryrow.S_HIDDEN_FIELDS2} + <tr> +<!-- BEGIN cashrow --> + <td class="row2" align="center" width="{entryrow.CELLWIDTH}%"><select name="{entryrow.cashrow.S_TYPE_FIELD}" style="width: 100;"><option value="0" selected="selected">{L_OMIT}</option><option value="1">{L_ADD}</option><option value="2">{L_REMOVE}</option><option value="3">{L_SET}</option></select></td> +<!-- END cashrow --> + <td class="row3" align="center" width="{entryrow.REMAINDERWIDTH}%" rowspan="2"><input name="submit" type="submit" value="{L_UPDATE}" class="liteoption" /></td> + <td class="row1" align="center" width="0"> </td> + </tr> + <tr> +<!-- BEGIN cashrow --> + <td class="row2" align="center" width="{entryrow.CELLWIDTH}%"><input name="{entryrow.cashrow.S_AMOUNT_FIELD}" style="width: 100;" class="post" /></td> +<!-- END cashrow --> + <td class="row1" align="center" width="0"> </td> + </tr></form> + <tr> + <td class="row3" colspan="{NUM_COLUMNS}" height="20"></td> + </tr> +<!-- END entryrow --> +</table> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_help.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_help.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_help.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,15 @@ +{NAVBAR} +<table width="99%" height="99%" border="0" cellpadding="0"> + <tr> + <td width="100%" height="100%" valign="middle" align="center"> + <table cellpadding="4" cellspacing="1" class="forumline"> + <tr> + <td class="row1"> + {S_PAGE_LINK} + </td> + </td> + </table> + </td> + </tr> +</table> +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_log.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_log.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_log.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,79 @@ +{NAVBAR} +<h1>{L_LOG_TITLE}</h1> + +<p>{L_LOG_EXPLAIN}</p> + +<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <th colspan="{NUMTIMEFILTERS}" class="thCornerL">{L_TIME}</th> + <th colspan="{NUMACTIONFILTERS}" class="thCornerR">{L_TYPE}</th> + </tr> + <tr> + <!-- BEGIN timefilter --> + <td class="{timefilter.ROW_CLASS}"> + <!-- BEGIN switch_linkpage_on --> + <a href="{timefilter.LINK}">{timefilter.NAME}</a> + <!-- END switch_linkpage_on --> + <!-- BEGIN switch_linkpage_off --> + <b>{timefilter.NAME}</b> + <!-- END switch_linkpage_off --> + </td> + <!-- END timefilter --> + <!-- BEGIN actionfilter --> + <td class="{actionfilter.ROW_CLASS}"> + <!-- BEGIN switch_linkpage_on --> + <a href="{actionfilter.LINK}">{actionfilter.NAME}</a> + <!-- END switch_linkpage_on --> + <!-- BEGIN switch_linkpage_off --> + <b>{actionfilter.NAME}</b> + <!-- END switch_linkpage_off --> + </td> + <!-- END actionfilter --> + </tr> +</table> + +<table border="0"> + <tr> + <!-- BEGIN countfilter --> + <td> + <!-- BEGIN switch_linkpage_on --> + <a href="{countfilter.LINK}">{countfilter.NAME}</a> + <!-- END switch_linkpage_on --> + <!-- BEGIN switch_linkpage_off --> + <b>{countfilter.NAME}</b> + <!-- END switch_linkpage_off --> + </td> + <!-- END countfilter --> + <td>{L_PER_PAGE}</td> + </tr> +</table> + +<table border="0"><tr><td>{PAGINATION}</td></tr></table> + +<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <th class="thCornerL">{L_TIME}</th> + <th class="thTop">{L_TYPE}</th> + <th class="thTop">{L_ACTION}</th> + <th class="thCornerR">{L_LOG}</th> + </tr> + <!-- BEGIN logrow --> + <tr> + <td class="{logrow.ROW_CLASS}">{logrow.TIME}</td> + <td class="{logrow.ROW_CLASS}">{logrow.TYPE}</td> + <td class="{logrow.ROW_CLASS}">{logrow.ACTION}</td> + <td class="{logrow.ROW_CLASS}">{logrow.TEXT}</td> + </tr> + <!-- END logrow --> +</table> + +<table border="0"><tr><td>{PAGINATION}</td></tr></table> +<br /> +<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <!-- BEGIN actionfilter --> + <td class="{actionfilter.ROW_CLASS}"><a href="{actionfilter.DELETECOMMAND}"><b>{actionfilter.DELETE}</b></a></td> + <!-- END actionfilter --> + </tr> +</table> +<br /> Added: phpBB Reloaded 2/templates/subC1/admin/cash_menu.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_menu.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_menu.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,34 @@ +{NAVBAR} +<br /> +<table width="99%" cellpadding="5" cellspacing="1" border="0" align="center" class="forumline"> + <!-- BEGIN menucat --> + <tr> + <th class="thHead" colspan="2">{menucat.L_CATEGORY}</th> + </tr> + <!-- BEGIN menuitem --> + <tr> + <td class="row1"><a href="{menucat.menuitem.U_ADMIN}" class="gen"{menucat.menuitem.S_TARGET}>{menucat.menuitem.L_TITLE}</a></td> + <td class="row2"><span class="gen">{menucat.menuitem.L_DESCRIPTION}</span></td> + </tr> + <!-- END menuitem --> + <tr> + <td class="catBottom" colspan="2" align="center"></td> + </tr> + <!-- END menucat --> +</table> + +<br /> + +<div align="center"> +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display: inline;"> +<input type="hidden" name="cmd" value="_xclick" /> +<input type="hidden" name="business" value="mo...@xo..." /> +<input type="hidden" name="item_name" value="Cash Mod" /> +<input type="hidden" name="no_note" value="1" /> +<input type="hidden" name="currency_code" value="USD" /> +<input type="hidden" name="tax" value="0" /> +<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" /> +</form> +</div> + +<br /> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/cash_navbar.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/cash_navbar.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/cash_navbar.tpl 2006-06-11 22:15:22 UTC (rev 205) @@ -0,0 +1,12 @@ +<table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> + <tr> + <!-- BEGIN navcat --> + <th class="thHead" colspan="{navcat.WIDTH}">{navcat.L_CATEGORY}</th> + <!-- END navcat --> + </tr> + <tr> + <!-- BEGIN navitem --> + <td class="{navitem.CLASS}" width="100" align="center"><a href="{navitem.U_ADMIN}" class="gen">{navitem.L_TITLE}</a></td> + <!-- END navitem --> + </tr> +</table> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/cash_reset.tpl ... [truncated message content] |
From: <mar...@us...> - 2006-06-11 22:18:22
|
Revision: 206 Author: markthedaemon Date: 2006-06-11 15:17:19 -0700 (Sun, 11 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=206&view=rev Log Message: ----------- ummmm yeah Added Paths: ----------- phpBB Reloaded 2/templates/subC1/admin/faq_editor_body.tpl phpBB Reloaded 2/templates/subC1/admin/faq_quest_body.tpl phpBB Reloaded 2/templates/subC1/admin/faq_select_lang_body.tpl phpBB Reloaded 2/templates/subC1/admin/forum_flat_body.tpl phpBB Reloaded 2/templates/subC1/admin/forum_fprune_body.tpl phpBB Reloaded 2/templates/subC1/admin/forum_index_body.tpl phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_result_body.tpl phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_select_body.tpl phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_edit.tpl phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_list.tpl phpBB Reloaded 2/templates/subC1/admin/group_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/group_select_body.tpl phpBB Reloaded 2/templates/subC1/admin/icons_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/index.htm phpBB Reloaded 2/templates/subC1/admin/index_body.tpl phpBB Reloaded 2/templates/subC1/admin/index_frameset.tpl phpBB Reloaded 2/templates/subC1/admin/index_navigate.tpl phpBB Reloaded 2/templates/subC1/admin/lang_extend_body.tpl phpBB Reloaded 2/templates/subC1/admin/lang_extend_def.tpl phpBB Reloaded 2/templates/subC1/admin/lang_extend_key_body.tpl phpBB Reloaded 2/templates/subC1/admin/lang_extend_pack_body.tpl phpBB Reloaded 2/templates/subC1/admin/lang_extend_search_body.tpl phpBB Reloaded 2/templates/subC1/admin/layout_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/layout_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/lottery_config_body.tpl phpBB Reloaded 2/templates/subC1/admin/meta_tags_body.tpl phpBB Reloaded 2/templates/subC1/admin/page_footer.tpl phpBB Reloaded 2/templates/subC1/admin/page_header.tpl phpBB Reloaded 2/templates/subC1/admin/portal_config_body.tpl phpBB Reloaded 2/templates/subC1/admin/qpes_body.tpl phpBB Reloaded 2/templates/subC1/admin/ranks_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/ranks_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/smile_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/smile_import_body.tpl phpBB Reloaded 2/templates/subC1/admin/smile_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/styles_addnew_body.tpl phpBB Reloaded 2/templates/subC1/admin/styles_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/styles_exporter.tpl phpBB Reloaded 2/templates/subC1/admin/styles_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/topics_attr_list_body.tpl phpBB Reloaded 2/templates/subC1/admin/user_avatar_gallery.tpl phpBB Reloaded 2/templates/subC1/admin/user_ban_body.tpl phpBB Reloaded 2/templates/subC1/admin/user_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/user_email_body.tpl phpBB Reloaded 2/templates/subC1/admin/user_select_body.tpl phpBB Reloaded 2/templates/subC1/admin/userlist_body.tpl phpBB Reloaded 2/templates/subC1/admin/userlist_group.tpl phpBB Reloaded 2/templates/subC1/admin/words_edit_body.tpl phpBB Reloaded 2/templates/subC1/admin/words_list_body.tpl Added: phpBB Reloaded 2/templates/subC1/admin/faq_editor_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/faq_editor_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/faq_editor_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,66 @@ + +<h1>{L_TITLE}</h1> + +<p>{L_EXPLAIN}</p> + +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> + <tr> + <th class="thHead" colspan="5">{L_TITLE}</th> + </tr> + <!-- BEGIN blockrow --> + <tr> + <td class="catLeft" width="100%"><span class="cattitle"><a name="{blockrow.BLOCK_ANCHOR}">{blockrow.BLOCK_TITLE}</a></span></td> + <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.U_BLOCK_EDIT}">{L_EDIT}</a></span></td> + <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.U_BLOCK_DELETE}">{L_DELETE}</a></span></td> + <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.U_BLOCK_MOVE_UP}">{L_MOVE_UP}</a></span></td> + <td class="catRight" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.U_BLOCK_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> + </tr> + <!-- BEGIN questrow --> + <tr> + <td class="row1" valign="top" width="100%"><span class="gen"><a href="{blockrow.questrow.U_QUEST}" target="_new">{blockrow.questrow.QUEST_TITLE}</a></span></td> + <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.questrow.U_QUEST_EDIT}">{L_EDIT}</a></span></td> + <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.questrow.U_QUEST_DELETE}">{L_DELETE}</a></span></td> + <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.questrow.U_QUEST_MOVE_UP}">{L_MOVE_UP}</a></span></td> + <td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{blockrow.questrow.U_QUEST_MOVE_DOWN}">{L_MOVE_DOWN}</span></td> + </tr> + <!-- END questrow --> + <!-- BEGIN no_questions --> + <tr> + <td class="row1" align="center" colspan="5"><span class="gen">{L_NO_QUESTIONS}</span></td> + </tr> + <!-- END no_questions --> + <tr> + <td class="row2" valign="top" colspan="5"> + <form method="post" action="{S_ACTION}" style="margin:0px;"> + <span class="gen"> + <input class="post" name="quest_title" type="text" value="" size="40"> + <input name="mode" type="hidden" value="quest_new"> + <input name="block" type="hidden" value="{blockrow.BLOCK_NUMBER}"> + <input class="liteoption" type="submit" value="{L_ADD_QUESTION}" name="submit"> + </span> + </form> + </td> + </tr> + <tr> + <td colspan="5" height="1" class="spaceRow"><img src="../templates/subC1/images/spacer.gif" alt="" width="1" height="1" /></td> + </tr> + <!-- END blockrow --> + <!-- BEGIN no_blocks --> + <tr> + <td class="catLeft" colspan="5"><span class="cattitle">{L_NO_BLOCKS}</span></td> + </tr> + <!-- END no_blocks --> + <tr> + <td class="catLeft" colspan="5"> + <form method="post" action="{S_ACTION}" style="margin:0px;"> + <span class="gen"> + <input class="post" name="block_title" type="text" value="" size="60"> + <input name="mode" type="hidden" value="block_new"> + <input class="liteoption" type="submit" value="{L_ADD_BLOCK}" name="submit"> + </span> + </form> + </td> + </tr> +</table> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/faq_quest_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/faq_quest_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/faq_quest_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,32 @@ + +<h1>{L_TITLE}</h1> + +<p>{L_EXPLAIN}</p> + +<form action="{S_ACTION}" method="post"> + <table width="100%" 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_BLOCK}</td> + <td class="row2"><select name="block" style="width:350px; ">{S_BLOCK_LIST}</select></td> + </tr> + <tr> + <td class="row1">{L_QUESTION}</td> + <td class="row2"><input type="text" size="50" style="width:350px; " name="quest_title" value="{QUESTION}" class="post" /></td> + </tr> + <tr> + <td class="row1">{L_ANSWER}</td> + <td class="row2"><textarea wrap="virtual" name="answer" class="post" style="width:350px; " rows="8">{ANSWER}</textarea></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" /> Added: phpBB Reloaded 2/templates/subC1/admin/faq_select_lang_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/faq_select_lang_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/faq_select_lang_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,21 @@ + +<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_LANGUAGE}</td> + <td class="row2">{LANGUAGE_SELECT}</td> + </tr> + <tr> + <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> + </tr> + </table> +</form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/forum_flat_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_flat_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_flat_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,120 @@ +<script language="JavaScript" type="text/javascript"> +<!-- + function branch_set(varname, from_id, to_id) + { + from_found = false; + index = -1; + for ( i = 0; i < document.post.elements.length; i++ ) + { + if ( !from_found ) + { + if ( document.post.elements[i].name == varname + '[' + from_id + ']' ) + { + from_found = true; + index = document.post.elements[i].options.selectedIndex; + if ( (index == 0) && (varname == 'presets')) + { + break; + } + } + } + if ( from_found ) + { + if ( (document.post.elements[i].name).substring(0, varname.length+1) == varname + '[' ) + { + document.post.elements[i].options.selectedIndex = index; + if ( document.post.elements[i].name == varname + '[' + to_id + ']' ) + { + break; + } + } + } + } + } +//--> +</script> + +<!-- BEGIN in_admin --> +<h1>{L_TITLE}</h1> + +<p>{L_TITLE_EXPLAIN}</p> +<!-- END in_admin --> + +<form action="{S_ACTION}" method="post" name="post"> +<table cellspacing="0" cellpadding="2" border="0" align="center" width="100%"> +<tr> + <td align="left" valign="bottom" width="100%"><span class="nav"> + </span></td> + <td valign="bottom" align="right" nowrap="nowrap"><span class="gensmall"> + <a href="{U_CHANGE_VIEW}" title="{L_CHANGE_VIEW}" class="gensmall">{L_CHANGE_VIEW}</a> + </span></td> +</tr> +</table> + +<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline"> +<tr> + <th class="thCornerL" height="25" nowrap="nowrap" width="100%"> {L_FORUM} </th> + <th class="thTop" nowrap="nowrap"> {L_PROPAG_VAR} </th> + <th class="thCornerR" nowrap="nowrap" width="140"> {L_ACTION} </th> +</tr> +<tr> + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->" height="25"> + <table cellpadding="0" cellspacing="0" width="100%"><tr> + <td><img src="{I_SPACER}" border="0" width="4" alt="" /></td> + <!-- BEGIN inc --><td><img src="{row.inc.I_INC}" border="0" alt="" /></td><!-- END inc --> + <td width="100%" nowrap="nowrap"><span class="forumlink"><!-- BEGIN root_ELSE --> <!-- END root_ELSE --> + <!-- BEGIN nav_icon --><img src="{row.I_NAV_ICON}" border="0" alt="" /> <!-- END nav_icon --> + <!-- BEGIN edit --><a href="{row.U_EDIT}" class="forumlink" title="{row.FORUM_DESC}"><!-- END edit -->{row.FORUM_NAME}<!-- BEGIN edit --></a><!-- END edit --> + <!-- BEGIN root_ELSE -->[<img src="{row.I_FORUM_FOLDER}" title="{row.L_FORUM_FOLDER}" alt="" border="0" />]<!-- END root_ELSE --> + </span></td> + </tr></table> + </td> + </tr> + <!-- END row --> + </table></td> + + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->" align="center" height="25" nowrap="nowrap"><span class="gensmall"> + <!-- BEGIN show_propag --> + <a href="javascript:branch_set('{PROPAG_VAR}', {row.FORUM_ID}, {row.LAST_CHILD_ID});"><img src="{I_COPY}" border="0" align="top" alt="{L_COPY}" title="{L_COPY}" /></a> + <select name="{PROPAG_VAR}[{row.FORUM_ID}]">{row.S_PROPAG_VAR}</select> + <!-- END show_propag --> + </span></td> + </tr> + <!-- END row --> + </table></td> + + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td align="center" class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->" height="25" nowrap="nowrap"><span class="gensmall"> <!-- BEGIN command --> + <!-- BEGIN root_ELSE --><a href="{row.U_MOVE_UP}" title="{L_MOVE_UP}"><img src="{I_MOVE_UP}" border="0" alt="{L_MOVE_UP}" /></a> <!-- END root_ELSE --><a href="{row.U_EDIT}" title="{L_EDIT}"><img src="{I_EDIT}" border="0" alt="{L_EDIT}" /></a> <a href="{row.U_CREATE}" title="{L_CREATE}"><img src="{I_CREATE}" border="0" alt="{L_CREATE}" /></a> <!-- BEGIN root_ELSE --><a href="{row.U_DELETE}" title="{L_DELETE}"><img src="{I_DELETE}" border="0" alt="{L_DELETE}" /></a> <!-- END root_ELSE --><a href="{row.U_SYNCHRO}" title="{L_SYNCHRO}"><img src="{I_SYNCHRO}" border="0" alt="{L_SYNCHRO}" /></a> <!-- BEGIN root_ELSE --><a href="{row.U_MOVE_DOWN}" title="{L_MOVE_DOWN}"><img src="{I_MOVE_DOWN}" border="0" alt="{L_MOVE_DOWN}" /></a> <!-- END root_ELSE --> + <!-- END command --></span></td> + </tr> + <!-- END row --> + </table></td> +</tr> +<tr> + <td class="catBottom" colspan="3" align="center" valign="middle">{S_HIDDEN_FIELDS}<span class="gensmall"> + <!-- BEGIN buttons --><input type="image" name="{buttons.BUTTON}" src="{buttons.I_BUTTON}" alt="{buttons.L_BUTTON}" title="{buttons.L_BUTTON}" <!-- BEGIN accesskey -->accesskey="{buttons.S_BUTTON}"<!-- END accesskey --> /> <!-- END buttons --> + </span></td> +</tr> +</table> + +<table cellspacing="0" cellpadding="2" border="0" align="center" width="100%"> +<tr> + <td align="left" valign="bottom" width="100%"><span class="nav"> + </span></td> + <td valign="bottom" align="right" nowrap="nowrap"><span class="gensmall"> + <a href="{U_CHANGE_VIEW}" title="{L_CHANGE_VIEW}" class="gensmall">{L_CHANGE_VIEW}</a> + </span></td> +</tr> +</table> +</form> + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/forum_fprune_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_fprune_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_fprune_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,123 @@ +<script language="JavaScript" type="text/javascript"> +<!-- + function branch_set(root_id) + { + checked = false; + id = -1; + last_id = -1; + for ( i = 0; i < document.post.elements.length; i++ ) + { + if ( id < 0 ) + { + if ( (document.post.elements[i].name == 'forum_ids[]') && (document.post.elements[i].value == root_id) ) + { + id = document.post.elements[i].value; + checked = document.post.elements[i].checked; + } + } + if ( id >= 0 ) + { + if ( last_id < 0 ) + { + if ( document.post.elements[i].name == 'last_child_ids[' + id + ']' ) + { + last_id = document.post.elements[i].value; + } + } + if ( id == last_id ) + { + break; + } + if ( document.post.elements[i].name == 'forum_ids[]' ) + { + document.post.elements[i].checked = checked; + if ( document.post.elements[i].value == last_id ) + { + break; + } + } + } + } + } +//--> +</script> + +<!-- BEGIN in_admin --> +<h1>{L_TITLE}</h1> + +<p>{L_EXPLAIN}</p> +<!-- END in_admin --> + +<form action="{S_ACTION}" method="post" name="post"> +<table width="100%" cellpadding="2" cellspacing="1" border="0"> +<tr> + <td width="100%"><span class="gen"> + <b>{L_PRUNE_DAYS}:</b> <input type="text" name="prune_days" value="{PRUNE_DAYS}" class="post" size="4" /> {L_DAYS} + </span></td> +</tr> +</table> + +<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline"> +<tr> + <th class="thCornerL" nowrap="nowrap"> {L_SELECT} </th> + <th class="thTop" height="25" nowrap="nowrap" width="100%"> {L_FORUM} </th> + <th width="70" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> + <th width="70" class="thCornerR" nowrap="nowrap"> {L_POSTS} </th> +</tr> +<tr> + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td height="25" align="center" class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->"><span class="gensmall"> + <!-- BEGIN forum --><input type="checkbox" name="forum_ids[]" value="{row.FORUM_ID}" onClick="javascript:branch_set({row.FORUM_ID})" /><input type="hidden" name="last_child_ids[{row.FORUM_ID}]" value="{row.LAST_CHILD_ID}" /><!-- END forum --> + </span></td> + </tr> + <!-- END row --> + </table></td> + + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->" height="25"> + <table cellpadding="0" cellspacing="0" width="100%"><tr> + <td><img src="{I_SPACER}" border="0" width="4" alt="" /></td> + <!-- BEGIN inc --><td><img src="{row.inc.I_INC}" border="0" alt="" /></td><!-- END inc --> + <td width="100%" nowrap="nowrap"><span class="forumlink"><!-- BEGIN root_ELSE --> <!-- END root_ELSE --> + <!-- BEGIN nav_icon --><img src="{row.I_NAV_ICON}" border="0" alt="" /> <!-- END nav_icon --> + <!-- BEGIN edit --><a href="{row.U_EDIT}" class="forumlink" title="{row.FORUM_DESC}"><!-- END edit -->{row.FORUM_NAME}<!-- BEGIN edit --></a><!-- END edit --> + <!-- BEGIN root_ELSE --> [<img src="{row.I_FORUM_FOLDER}" title="{row.L_FORUM_FOLDER}" alt="" border="0" />]<!-- END root_ELSE --> + </span></td> + </tr></table> + </td> + </tr> + <!-- END row --> + </table></td> + + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td height="25" align="center" class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->"><span class="gen"> + <!-- BEGIN prune -->{row.PRUNED_TOPICS}<!-- END prune --> + </span></td> + </tr> + <!-- END row --> + </table></td> + + <td><table cellpadding="0" cellspacing="0" border="0" width="100%"> + <!-- BEGIN row --> + <tr> + <td height="25" align="center" class="<!-- BEGIN light -->row1<!-- BEGINELSE light -->row2<!-- END light -->"><span class="gen"> + <!-- BEGIN prune -->{row.PRUNED_POSTS}<!-- END prune --> + </td> + </tr> + <!-- END row --> + </table></td> +</tr> +<tr> + <td class="catBottom" colspan="4" align="center" valign="middle">{S_HIDDEN_FIELDS}<span class="gensmall"> + <!-- BEGIN buttons --><input type="image" name="{buttons.BUTTON}" src="{buttons.I_BUTTON}" alt="{buttons.L_BUTTON}" title="{buttons.L_BUTTON}" <!-- BEGIN accesskey -->accesskey="{buttons.S_BUTTON}"<!-- END accesskey --> /> <!-- END buttons --> + </span></td> +</tr> +</table> +</form> +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/forum_index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_index_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_index_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,139 @@ + +<!-- BEGIN in_admin --> +<h1>{L_TITLE}</h1> + +<p>{L_TITLE_EXPLAIN}</p> +<!-- END in_admin --> + +{NAVIGATION_BOX} + +<!-- BEGIN indexrow --> +<!-- BEGIN header --> +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> +<tr> + <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th> + <th width="70" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> + <th width="70" class="thTop" nowrap="nowrap"> {L_POSTS} </th> + <th width="160" class="thCornerR" nowrap="nowrap"> {L_ACTION} </th> +</tr> +<!-- END header --> + +<!-- BEGIN cat --> +<!-- BEGIN row --> +<tr> + <td class="row2" colspan="4" height="28"> + <!-- BEGIN forum_icon --> + <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> + <td><a href="{indexrow.cat.U_VIEWCAT}" class="cattitle"><img src="{indexrow.cat.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%"> + <!-- END forum_icon --> + <span class="cattitle"><a href="{indexrow.cat.U_VIEWCAT}" class="cattitle">{indexrow.cat.CAT_DESC}</a><br /></span> + <span class="genmed">{indexrow.cat.DESC}<br /></span> + <!-- BEGIN forum_icon --> + </td></tr></table> + <!-- END forum_icon --> + </td> + <td class="row2" align="center" valign="middle" nowrap="nowrap"><table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap"><span class="gensmall"> + <a href="{indexrow.cat.U_MOVE_UP}" title="{L_MOVE_UP}"><img src="{I_MOVE_UP}" border="0" alt="{L_MOVE_UP}" /></a> + <a href="{indexrow.cat.U_EDIT}" title="{L_EDIT}"><img src="{I_EDIT}" border="0" alt="{L_EDIT}" /></a> + <a href="{indexrow.cat.U_SYNCHRO}" title="{L_SYNCHRO}"><img src="{I_SYNCHRO}" border="0" alt="{L_SYNCHRO}" /></a> + <br class="gen" /> + <a href="{indexrow.cat.U_MOVE_DOWN}" title="{L_MOVE_DOWN}"><img src="{I_MOVE_DOWN}" border="0" alt="{L_MOVE_DOWN}" /></a> + <a href="{indexrow.cat.U_CREATE}" title="{L_CREATE}"><img src="{I_CREATE}" border="0" alt="{L_CREATE}" /></a> + <a href="{indexrow.cat.U_DELETE}" title="{L_DELETE}"><img src="{I_DELETE}" border="0" alt="{L_DELETE}" /></a> + </span></td></tr></table></td> +</tr> +<!-- END row --> +<!-- END cat --> + +<!-- BEGIN forum --> +<!-- BEGIN row --> +<tr> + <td class="row1" align="center" valign="middle" width="50" height="50"> + <img src="{indexrow.forum.I_FORUM_FOLDER}" border="0" alt="{indexrow.forum.L_FORUM_FOLDER}" title="{indexrow.forum.L_FORUM_FOLDER}" /> + </td> + <td class="row1" height="50"> + <!-- BEGIN forum_icon --> + <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> + <td><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.forum.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%"> + <!-- END forum_icon --> + <span class="forumlink"><a href="{indexrow.forum.U_VIEWFORUM}" class="forumlink">{indexrow.forum.FORUM_NAME}</a><br /></span> + <span class="genmed">{indexrow.forum.FORUM_DESC}<br /></span> + <!-- BEGIN moderators --><span class="gensmall"><b>{L_MODERATORS}: </b><!-- BEGIN mod --><a href="{indexrow.forum.row.moderators.mod.U_MOD}" title="{indexrow.forum.row.moderators.mod.L_MOD_TITLE}" class="gensmall">{indexrow.forum.row.moderators.mod.L_MOD}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END mod --><br /></span><!-- END moderators --> + <!-- BEGIN subforums --><span class="gensmall"><b>{L_SUBFORUMS}: </b><!-- BEGIN sub --><img src="{indexrow.forum.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" title="{indexrow.forum.row.subforums.sub.L_SUB_ALT}" /><a href="{indexrow.forum.row.subforums.sub.U_SUB}" title="{indexrow.forum.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.forum.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub --><br /></span><!-- END subforums --> + <!-- BEGIN forum_icon --> + </td></tr></table> + <!-- END forum_icon --> + </td> + <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{indexrow.forum.TOPICS}</span></td> + <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{indexrow.forum.POSTS}</span></td> + <td class="row1" align="center" valign="middle" nowrap="nowrap"><table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap"><span class="gensmall"> + <a href="{indexrow.forum.U_MOVE_UP}" title="{L_MOVE_UP}"><img src="{I_MOVE_UP}" border="0" alt="{L_MOVE_UP}" /></a> + <a href="{indexrow.forum.U_EDIT}" title="{L_EDIT}"><img src="{I_EDIT}" border="0" alt="{L_EDIT}" /></a> + <a href="{indexrow.forum.U_SYNCHRO}" title="{L_SYNCHRO}"><img src="{I_SYNCHRO}" border="0" alt="{L_SYNCHRO}" /></a> + <br class="gen" /> + <a href="{indexrow.forum.U_MOVE_DOWN}" title="{L_MOVE_DOWN}"><img src="{I_MOVE_DOWN}" border="0" alt="{L_MOVE_DOWN}" /></a> + <a href="{indexrow.forum.U_CREATE}" title="{L_CREATE}"><img src="{I_CREATE}" border="0" alt="{L_CREATE}" /></a> + <a href="{indexrow.forum.U_DELETE}" title="{L_DELETE}"><img src="{I_DELETE}" border="0" alt="{L_DELETE}" /></a> + </span></td></tr></table></td> +</tr> +<!-- END row --> +<!-- END forum --> + +<!-- BEGIN link --> +<!-- BEGIN row --> +<tr> + <td class="row1" align="center" valign="middle" height="50" width="50"> + <img src="{indexrow.link.I_FORUM_FOLDER}" border="0" alt="{indexrow.link.L_FORUM_FOLDER}" title="{indexrow.link.L_FORUM_FOLDER}" /> + </td> + <td class="row1" height="50"> + <!-- BEGIN forum_icon --> + <table cellpadding="0" cellspacing="0" width="100%" border="0"><tr> + <td><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink"><img src="{indexrow.link.FORUM_ICON}" border="0" alt="" title="" /></a></td><td><span class="gen"> </span></td><td width="100%"> + <!-- END forum_icon --> + <span class="forumlink"><a href="{indexrow.link.U_VIEWFORUM}" class="forumlink">{indexrow.link.FORUM_NAME}</a><br /></span> + <span class="genmed">{indexrow.link.FORUM_DESC}<br /></span> + <!-- BEGIN subforums --><span class="gensmall"><b>{L_SUBFORUMS}: </b><!-- BEGIN sub --><img src="{indexrow.link.row.subforums.sub.I_SUB}" border="0" align="middle" alt="{indexrow.link.row.subforums.sub.L_SUB_ALT}" title="{indexrow.link.row.subforums.sub.L_SUB_ALT}" /><a href="{indexrow.link.row.subforums.sub.U_SUB}" title="{indexrow.link.row.subforums.sub.L_SUB_DESC}" class="gensmall">{indexrow.link.row.subforums.sub.L_SUB}</a><!-- BEGIN sep -->, <!-- END sep --><!-- END sub --><br /></span><!-- END subforums --> + <!-- BEGIN forum_icon --> + </td></tr></table> + <!-- END forum_icon --> + </td> + <td class="row2" align="center" valign="middle" height="50" colspan="2" width="140"><span class="gensmall">{indexrow.link.HITS}</span></td> + <td class="row1" align="center" valign="middle" nowrap="nowrap"><table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap"><span class="gensmall"> + <a href="{indexrow.link.U_MOVE_UP}" title="{L_MOVE_UP}"><img src="{I_MOVE_UP}" border="0" alt="{L_MOVE_UP}" /></a> + <a href="{indexrow.link.U_EDIT}" title="{L_EDIT}"><img src="{I_EDIT}" border="0" alt="{L_EDIT}" /></a> + <a href="{indexrow.link.U_SYNCHRO}" title="{L_SYNCHRO}"><img src="{I_SYNCHRO}" border="0" alt="{L_SYNCHRO}" /></a> + <br class="gen" /> + <a href="{indexrow.link.U_MOVE_DOWN}" title="{L_MOVE_DOWN}"><img src="{I_MOVE_DOWN}" border="0" alt="{L_MOVE_DOWN}" /></a> + <a href="{indexrow.link.U_CREATE}" title="{L_CREATE}"><img src="{I_CREATE}" border="0" alt="{L_CREATE}" /></a> + <a href="{indexrow.link.U_DELETE}" title="{L_DELETE}"><img src="{I_DELETE}" border="0" alt="{L_DELETE}" /></a> + </span></td></tr></table></td> +</tr> +<!-- END row --> +<!-- END link --> + +<!-- BEGIN empty --> +<tr> + <td class="row1" colspan="5" height="30" align="center" valign="middle"><span class="gen"> + {L_EMPTY} + </span></td> +</tr> +<!-- END empty --> + +<!-- BEGIN footer --> +<!-- BEGIN command --> +<tr> + <td class="catBottom" colspan="5" align="center" valign="middle"> + <!-- BEGIN buttons --><a href="{indexrow.footer.command.buttons.U_BUTTON}" title="{indexrow.footer.command.buttons.L_BUTTON}" accesskey="{indexrow.footer.command.buttons.S_BUTTON}"><img src="{indexrow.footer.command.buttons.I_BUTTON}" border="0" alt="{indexrow.footer.command.buttons.L_BUTTON}" /></a> <!-- END buttons --> + </td> +</tr> +<!-- END command --> +</table> +<!-- END footer --> +<!-- BEGIN spacing --> +<br class="nav" /> +<!-- END spacing --> +<!-- END indexrow --> + +{NAVIGATION_BOX} + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_result_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_result_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_result_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,21 @@ + +<h1>{L_FORUM_PRUNE}</h1> + +<p>{L_PRUNE_RESULT}</p> + +<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <th class="thCornerL">{L_FORUM}</th> + <th class="thTop">{L_TOPICS_PRUNED}</th> + <th class="thCornerR">{L_POSTS_PRUNED}</th> + </tr> + <!-- BEGIN prune_results --> + <tr> + <td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_NAME}</td> + <td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_TOPICS}</td> + <td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_POSTS}</td> + </tr> + <!-- END prune_results --> +</table> + +<br /> Added: phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_select_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_select_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_prune_draft_select_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,49 @@ +<!-- save posts as drafts ... added the following block to give the user draft pruning and draft auto pruning tables to fill out --> +<br /> <br /> <br /> <br /> +<h1>{L_DRAFT_PRUNE}</h1> + +<form method="post" action="{S_DRAFTPRUNE_ACTION}"> + <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <th class="thHead">{L_DRAFT_PRUNE}</th> + </tr> + <tr> + <td class="row1">{S_PRUNE_DATA}</td> + </tr> + <tr> + <td class="catBottom" align="center"> + <input type="submit" name="do_draft_prune" value="{L_DO_PRUNE}" class="mainoption" /> + </td> + </tr> + </table> +</form> + +<br /> <br /> +<form method="post" action="{S_DRAFTPRUNE_ACTION}"> + <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <th class="thHead">{L_DRAFT_AUTO_PRUNE}</th> + </tr> + <tr> + <td class="row1" align="center">{L_ENABLED} + <input type="checkbox" name="prune_enable" {S_PRUNE_ENABLED} /></td> + </tr> + <tr> + <td class="row2" align="center">{L_PRUNE_DAYS} + <input type="text" name="prune_days" value="{S_PRUNE_DAYS}" size="5" class="post" /> {L_DAYS} + </td> + </tr> + <tr> + <td class="row1" align="center">{L_PRUNE_FREQ} + <input type="text" name="prune_freq" value="{S_PRUNE_FREQ}" size="5" class="post" /> {L_DAYS} + </td> + </tr> + <tr> + <td class="catBottom" align="center"> + <input type="submit" name="draft_auto_prune" value="{L_SUBMIT}" class="mainoption" /> + </td> + </tr> + </table> +</form> +<!-- end mod save posts as drafts --> + Added: phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_edit.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_edit.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_edit.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,26 @@ +<h1>{L_ADD_BAN}</h1> + +<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + <th colspan="2" class="thHead">{L_ADD_BAN}</th> + </tr> + <tr> + <td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_USERNAME_DESCRIPTION}</span></td> + <td class="row2"><input type="text" name="user_id" value="{USER_ID}" /></td> + </tr> + <tr> + <td class="row1" width="50%">{L_GROUP}<br /><span class="gensmall">{L_GROUP_DESCRIPTION2}</span></td> + <td class="row2" width="50%">{GROUPS}</td> + </tr> +<tr> + <td class="row1" width="50%">{L_FORUM}<br /><span class="gensmall">{L_FORUM_DESCRIPTION}</span></td> + <td class="row2" width="50%">{FORUMS}</td> + </tr> + <tr> + <td class="row1">{L_TOPIC_ID}<br /><span class="gensmall">{L_TOPIC_ID_DESCRIPTION}</span></td> + <td class="row2"><input type="text" size="10" name="topic_id" value="{TOPIC_ID}" /></td> + </tr> + <tr> + <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="Add a Ban" class="mainoption" /></td> + </tr> +</table></form> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_list.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_list.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/forum_topic_ban_list.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,25 @@ +<h1>{L_BANNED_PEOPLE}</h1> + + +<form method="post" action="{S_WORDS_ACTION}"><table width="99%" cellspacing="1" cellpadding="6" border="0" align="center" class="forumline"> + <tr> + <th class="thTop">{L_USERNAME}</th> + <th class="thTop">{L_GROUP}</th> + <th class="thTop">{L_FORUM}</th> + <th class="thTop">{L_TOPIC}</th> + <th colspan="2" class="thCornerR">{L_ACTION}</th> + </tr> + <!-- BEGIN bans --> + <tr> + <td class="{bans.ROW_CLASS}" align="center">{bans.USERNAME}</td> + <td class="{bans.ROW_CLASS}" align="center">{bans.GROUP_ID}</td> + <td class="{bans.ROW_CLASS}" align="center">{bans.FORUM_ID}</td> + <td class="{bans.ROW_CLASS}" align="center">{bans.TOPIC_ID}</td> + <td width="5%" class="{bans.ROW_CLASS}"><a href="{bans.U_BAN_EDIT}">{L_EDIT}</a></td> + <td width="7%" class="{bans.ROW_CLASS}"><a href="{bans.U_BAN_DELETE}">{L_DELETE}</a></td> + </tr> + <!-- END bans --> + <tr> + <td colspan="7" align="center" class="catBottom">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="Add new ban" class="mainoption" /></td> + </tr> +</table></form> Added: phpBB Reloaded 2/templates/subC1/admin/group_edit_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/group_edit_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/group_edit_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,70 @@ + +<h1>{L_GROUP_TITLE}</h1> + +<form action="{S_GROUP_ACTION}" method="post" name="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center"> + <tr> + <th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th> + </tr> + <tr> + <td class="row1" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> + </tr> + <tr> + <td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td> + <td class="row2" width="62%"> + <input class="post" type="text" name="group_name" size="35" maxlength="40" value="{GROUP_NAME}" /> + </td> + </tr> + <tr> + <td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td> + <td class="row2" width="62%"> + <textarea class="post" name="group_description" rows="5" cols="51">{GROUP_DESCRIPTION}</textarea> + </td> + </tr> + <tr> + <td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td> + <td class="row2" width="62%"><input class="post" type="text" class="post" name="username" maxlength="50" size="20" value="{GROUP_MODERATOR}" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td> + </tr> + + <tr> + <td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td> + <td class="row2" width="62%"> + <input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN}</td> + </tr> + <tr> + <td class="row1"><span class="gen">{L_GROUP_SYSSTATUS}:</span></td> + <td class="row2"> + <input type="radio" name="group_status" value="{GROUP_SYSSTATUS_STD}"{S_GROUP_SYSSTATUS_STD} /> {L_NO} <input type="radio" name="group_status" value="{GROUP_SYSSTATUS_SYS}"{S_GROUP_SYSSTATUS_SYS} /> {L_YES} + </span></td> + </tr> + <!-- BEGIN group_edit --> + <tr> + <td class="row1" width="38%"><span class="gen">{L_DELETE_MODERATOR}</span> + <br /> + <span class="gensmall">{L_DELETE_MODERATOR_EXPLAIN}</span></td> + <td class="row2" width="62%"> + <input type="checkbox" name="delete_old_moderator" value="1"> + {L_YES}</td> + </tr> + <tr> + <td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td> + <td class="row2" width="62%"> + <input type="checkbox" name="group_delete" value="1"> + {L_GROUP_DELETE_CHECK}</td> + </tr> + <tr> + <td class="row1"><span class="gen">{L_UPLOAD_QUOTA}</span></td> + <td class="row2">{S_SELECT_UPLOAD_QUOTA}</td> + </tr> + <tr> + <td class="row1"><span class="gen">{L_PM_QUOTA}</span></td> + <td class="row2">{S_SELECT_PM_QUOTA}</td> + </tr> + <!-- END group_edit --> + <tr> + <td class="catBottom" colspan="2" align="center"><span class="cattitle"> + <input type="submit" name="group_update" value="{L_SUBMIT}" class="mainoption" /> + + <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> + </span></td> + </tr> +</table>{S_HIDDEN_FIELDS}</form> Added: phpBB Reloaded 2/templates/subC1/admin/group_select_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/group_select_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/group_select_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,19 @@ + +<h1>{L_GROUP_TITLE}</h1> + +<p>{L_GROUP_EXPLAIN}</p> + +<form method="post" action="{S_GROUP_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> + <tr> + + <th class="thHead" align="center">{L_GROUP_SELECT}</th> + </tr> + <!-- BEGIN select_box --> + <tr> + <td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" /> </td> + </tr> + <!-- END select_box --> + <tr> + <td class="catBottom" align="center">{S_HIDDEN_FIELDS}<input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td> + </tr> +</table></form> Added: phpBB Reloaded 2/templates/subC1/admin/icons_list_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/icons_list_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/icons_list_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,76 @@ + +<!-- BEGIN in_admin --> +<h1>{L_TITLE}</h1> + +<p>{L_TITLE_EXPLAIN}</p> +<!-- END in_admin --> + +<!-- BEGIN empty_ELSE --> +<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center" width="75%"> +<tr> + <th class="thHead" colspan="2">{L_SAMPLE}</th> +</tr> +<!-- END empty_ELSE --> +{ICON_BOX} +<!-- BEGIN empty_ELSE --> +</table> +<br class="nav" /> +<!-- END empty_ELSE --> + +<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center" width="75%"> +<tr> + <th class="thCornerL" colspan="2" nowrap="nowrap"> {L_ICONS} </th> + <th class="thTop" nowrap="nowrap"> {L_AUTHS} </th> + <th class="thTop" nowrap="nowrap"> {L_TYPES} </th> + <th class="thTop" nowrap="nowrap"> {L_STATS} </th> + <th class="thCornerR" width="100"> {L_ACTION} </th> +</tr> +<!-- BEGIN empty --> +<tr> + <td colspan="6" align="center" class="row1" height="30"><span class="gen"> + {L_EMPTY} + </span></td> +</tr> +<!-- END empty --> +<!-- BEGIN row --> +<tr> + <td width="20" align="center" class="row1"><img src="{row.I_ICON}" title="{row.L_ICON}" border="0" /> + </td> + <td class="row1"><span class="gen">{row.L_ICON} + <!-- BEGIN lang_key --> + </span><span class="gensmall"> + <br />({row.LANG_KEY}) + <!-- END lang_key --> + </span></td> + <td align="center" class="row2"><span class="gen"> + {row.L_AUTH} + </span></td> + <td align="center" class="row1"><span class="gen"> + <!-- BEGIN type --> + {row.type.L_TYPE}<br /> + <!-- END type --> + </span></td> + <td align="center" class="row2"><span class="gen"> + {row.COUNT} ({row.PER_CENT}%) + </span></td> + <td class="row3Right" align="center" nowrap="nowrap"><table cellpadding="0" cellspacing="1" border="0"> + <tr> + <td><a href="{row.U_MOVE_UP}" title="{L_MOVE_UP}"><img src="{I_MOVE_UP}" alt="{L_MOVE_UP}" border="0" /></a></td> + <td><a href="{row.U_EDIT}" title="{L_EDIT}"><img src="{I_EDIT}" alt="{L_EDIT}" border="0" /></a></td> + </tr> + <tr> + <td><a href="{row.U_MOVE_DOWN}" title="{L_MOVE_DOWN}"><img src="{I_MOVE_DOWN}" alt="{L_MOVE_DOWN}" border="0" /></a></td> + <td><a href="{row.U_DELETE}" title="{L_DELETE}"><img src="{I_DELETE}" alt="{L_DELETE}" border="0" /></a></td> + </tr> + </table></td> +</tr> +<!-- END row --> +<tr> + <td class="catbottom" colspan="6" align="center"><span class="gensmall"> + <!-- BEGIN buttons --><a href="{buttons.U_BUTTON}" title="{buttons.L_BUTTON}" accesskey="{buttons.S_BUTTON}"><img src="{buttons.I_BUTTON}" border="0" alt="{buttons.L_BUTTON}" /></a> <!-- END buttons --> + </span></td> +</tr> +</table> + + +<br clear="all" /> Added: phpBB Reloaded 2/templates/subC1/admin/index.htm =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/index.htm (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/index.htm 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,10 @@ +<html> +<head> +<title></title> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> + +<body bgcolor="#FFFFFF" text="#000000"> + +</body> +</html> Added: phpBB Reloaded 2/templates/subC1/admin/index_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/index_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/index_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,91 @@ +<h1>{L_WELCOME}</h1> + +<p>{L_ADMIN_INTRO}</p> + +<h1>{L_FORUM_STATS}</h1> + +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + <tr> + <th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th> + <th width="25%" height="25" class="thTop">{L_VALUE}</th> + <th width="25%" nowrap="nowrap" height="25" class="thTop">{L_STATISTIC}</th> + <th width="25%" height="25" class="thCornerR">{L_VALUE}</th> + </tr> + <tr> + <td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td> + <td class="row2"><b>{NUMBER_OF_POSTS}</b></td> + <td class="row1" nowrap="nowrap">{L_POSTS_PER_DAY}:</td> + <td class="row2"><b>{POSTS_PER_DAY}</b></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap">{L_NUMBER_TOPICS}:</td> + <td class="row2"><b>{NUMBER_OF_TOPICS}</b></td> + <td class="row1" nowrap="nowrap">{L_TOPICS_PER_DAY}:</td> + <td class="row2"><b>{TOPICS_PER_DAY}</b></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap">{L_NUMBER_USERS}:</td> + <td class="row2"><b>{NUMBER_OF_USERS}</b></td> + <td class="row1" nowrap="nowrap">{L_USERS_PER_DAY}:</td> + <td class="row2"><b>{USERS_PER_DAY}</b></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap">{L_NUMBER_DRAFTS}:</td> + <td class="row2"><b>{NUMBER_OF_DRAFTS}</b></td> + <td class="row1" nowrap="nowrap">{L_DRAFTS_PER_USER}:</td> + <td class="row2"><b>{DRAFTS_PER_USER}</b></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap">{L_BOARD_STARTED}:</td> + <td class="row2"><b>{START_DATE}</b></td> + <td class="row1" nowrap="nowrap">{L_AVATAR_DIR_SIZE}:</td> + <td class="row2"><b>{AVATAR_DIR_SIZE}</b></td> + </tr> + <tr> + <td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td> + <td class="row2"><b>{DB_SIZE}</b></td> + <td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td> + <td class="row2"><b>{GZIP_COMPRESSION}</b></td> + </tr> +</table> + +<h1>{L_VERSION_INFORMATION}</h1> + +{VERSION_INFO} + +<br /> + +<h1>{L_WHO_IS_ONLINE}</h1> + +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + <tr> + <th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th> + <th width="20%" height="25" class="thTop"> {L_STARTED} </th> + <th width="20%" class="thTop"> {L_LAST_UPDATE} </th> + <th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th> + <th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th> + </tr> + <!-- BEGIN reg_user_row --> + <tr> + <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td> + <td width="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td> + <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> + <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td> + <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td> + </tr> + <!-- END reg_user_row --> + <tr> + <td colspan="5" height="1" class="row3"><img src="{I_SPACER}" width="1" height="1" alt="."></td> + </tr> + <!-- BEGIN guest_user_row --> + <tr> + <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td> + <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td> + <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> + <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td> + <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td> + </tr> + <!-- END guest_user_row --> +</table> + +<br /> Added: phpBB Reloaded 2/templates/subC1/admin/index_frameset.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/index_frameset.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/index_frameset.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,17 @@ +<html dir="{S_CONTENT_DIRECTION}"> +<head> +<title>phpBB Administration</title> +<meta http-equiv="Content-Type" content="text/html;"> +</head> + +<frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes"> + <frame src="{S_FRAME_NAV}" name="nav" marginwidth="3" marginheight="3" scrolling="auto"> + <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="auto"> +</frameset> + +<noframes> + <body bgcolor="#FFFFFF" text="#000000"> + <p>Sorry, your browser doesn't seem to support frames</p> + </body> +</noframes> +</html> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/index_navigate.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/index_navigate.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/index_navigate.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,220 @@ +<script language="javascript" type="text/javascript"> +<!-- + +var menuVersion = "Slide Menu v1.0.0"; + +/************************************************************* + * DHTML Slide Menu for ACP MOD + * + * Copyright (C) 2004, Markus (phpMiX) + * This script is released under GPL License. + * Feel free to use this script (or part of it) wherever you need + * it ...but please, give credit to original author. Thank you. :-) + * We will also appreciate any links you could give us. + * + * Enjoy! ;-) + *************************************************************/ + +menuVersion += ' © 2004<br />by <a href="http://www.phpmix.com/" target="_blank" class="copyright">phpMiX</a>'; + +function getCookie(name) +{ + var cookies = document.cookie; + var start = cookies.indexOf(name + '='); + if( start < 0 ) return null; + var len = start + name.length + 1; + var end = cookies.indexOf(';', len); + if( end < 0 ) end = cookies.length; + return unescape(cookies.substring(len, end)); +} +function setCookie(name, value, expires, path, domain, secure) +{ + document.cookie = name + '=' + escape (value) + + ((expires) ? '; expires=' + ( (expires == 'never') ? 'Thu, 31-Dec-2099 23:59:59 GMT' : expires.toGMTString() ) : '') + + ((path) ? '; path=' + path : '') + + ((domain) ? '; domain=' + domain : '') + + ((secure) ? '; secure' : ''); +} +function delCookie(name, path, domain) +{ + if( getCookie(name) ) + { + document.cookie = name + '=;expires=Thu, 01-Jan-1970 00:00:01 GMT' + + ((path) ? '; path=' + path : '') + + ((domain) ? '; domain=' + domain : ''); + } +} + +function menuCat(id, rows) +{ + this.cat_id = id; + this.cat_rows = rows; + this.status = 'block'; +} +var menuCats = new Array(); +<!-- BEGIN catrow --> +menuCats['menuCat_{catrow.MENU_CAT_ID}'] = new menuCat('{catrow.MENU_CAT_ID}', {catrow.MENU_CAT_ROWS}); +<!-- END catrow --> + +function getObj(obj) +{ + return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) ); +} +function displayObj(obj, status) +{ + var x = getObj(obj); + if( x && x.style ) x.style.display = status; +} + +var queueInterval = 20; // milliseconds between queued steps. +var execInterval = 0; +var queuedSteps; +var currentStep; + +function queueStep(o, s) +{ + this.obj = o; + this.status = s; +} +function execQueue() +{ + if( currentStep < queuedSteps.length ) + { + var obj = queuedSteps[currentStep].obj; + var status = queuedSteps[currentStep].status; + displayObj(obj, status); + if( menuCats[obj] ) menuCats[obj].status = status; + currentStep++; + setTimeout("execQueue();", execInterval); + } + else + { + execInterval = queueInterval; + } +} +function onMenuCatClick(cat_id) +{ + var currentCat, currentStatus; + + currentCat = 'menuCat_'+cat_id; + currentStatus = menuCats[currentCat].status; + + queuedSteps = new Array(); + currentStep = 0; + + for( var catName in menuCats ) + { + if( menuCats[catName].status == 'none' ) continue; + + for( var i=(menuCats[catName].cat_rows-1); i >= 0; i-- ) + { + queuedSteps[currentStep++] = new queueStep(catName+'_'+i, 'none'); + } + queuedSteps[currentStep++] = new queueStep(catName, 'none'); + } + + if( currentStatus == 'none' ) + { + queuedSteps[currentStep++] = new queueStep(currentCat, 'block'); + for( var i=0; i < menuCats[currentCat].cat_rows; i++ ) + { + queuedSteps[currentStep++] = new queueStep(currentCat+'_'+i, 'block'); + } + var expdate = new Date(); // 72 Hours from now + expdate.setTime(expdate.getTime() + (72 * 60 * 60 * 1000)); + setCookie('{COOKIE_NAME}_menu_cat_id', cat_id, expdate, + ('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}', + ('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}', + ('{COOKIE_SECURE}' == '0') ? false : true); + } + else + { + delCookie('{COOKIE_NAME}_menu_cat_id', + ('{COOKIE_PATH}' == '') ? null : '{COOKIE_PATH}', + ('{COOKIE_DOMAIN}' == '') ? null : '{COOKIE_DOMAIN}'); + } + + currentStep = 0; + setTimeout("execQueue();", execInterval); +} + +function doOnLoadMenuACP() +{ + var cat_id; + + if( getObj('menuCat_0') ) + { + cat_id = getCookie('{COOKIE_NAME}_menu_cat_id'); + if( !menuCats['menuCat_'+cat_id] ) + { + cat_id = 0; + } + else + { + menuCats['menuCat_'+cat_id].status = 'none'; + } + onMenuCatClick(cat_id); + } + if( oldOnLoadMenuACP ) + { + oldOnLoadMenuACP(); + } +} +var oldOnLoadMenuACP = window.onload; +window.onload = doOnLoadMenuACP; + +// --> +</script> + +<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center"> + <tr> + <td align="center" ><a href="{U_FORUM_INDEX}" target="_parent"><img src="{I_LOGO_SMALL}" border="0" /></a></td> + </tr> + <tr> + <td align="center" > + <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + <tr> + <th height="25" class="thHead"><b>{L_ADMIN}</b></th> + </tr> + <tr> + <td class="row1"><span class="genmed"><a href="{U_ADMIN_INDEX}" target="main" class="genmed">{L_ADMIN_INDEX}</a></span></td> + </tr> + <tr> + <td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="_parent" class="genmed">{L_FORUM_INDEX}</a></span></td> + </tr> + <tr> + <td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="main" class="genmed">{L_PREVIEW_FORUM}</a></span></td> + </tr> + <!-- BEGIN catrow --> + <tr> + <td height="28" class="catSides" style="cursor:pointer;cursor:hand;" onclick="onMenuCatClick('{catrow.MENU_CAT_ID}');"><span class="cattitle">{catrow.ADMIN_CATEGORY}</span></td> + </tr> + <tr> + <td class="row1"> + <div id="menuCat_{catrow.MENU_CAT_ID}" style="display:block;"> + <table width="100%" cellpadding="4" cellspacing="1" border="0" class="bodyline"> + <!-- BEGIN modulerow --> + <tr> + <td class="row1"><div id="menuCat_{catrow.MENU_CAT_ID}_{catrow.modulerow.ROW_COUNT}" style="display:block;" class="genmed"><a href="{catrow.modulerow.U_ADMIN_MODULE}" target="main" class="genmed">{catrow.modulerow.ADMIN_MODULE}</a></div> + </td> + </tr> + <!-- END modulerow --> + </table> + </div> + </td> + </tr> + <!-- END catrow --> + </table> + </td> + </tr> +</table> + +<div align="center"><span class="copyright"> +<script language="javascript" type="text/javascript"> +<!-- + document.write(menuVersion); +// --> +</script> +</span></div> + +<br /> Added: phpBB Reloaded 2/templates/subC1/admin/lang_extend_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/lang_extend_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/lang_extend_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,55 @@ +<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="catBottom" align="center" colspan="2"> + <input type="submit" name="submit" class="mainoption" value="{L_SUBMIT}" /> + </td> +</tr> +</table> +{S_HIDDEN_FIELDS}</form> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/lang_extend_def.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/lang_extend_def.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/lang_extend_def.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,62 @@ +/*************************************************************************** + * 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 --> \ No newline at end of file Added: phpBB Reloaded 2/templates/subC1/admin/lang_extend_key_body.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/lang_extend_key_body.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/lang_extend_key_body.tpl 2006-06-11 22:17:19 UTC (rev 206) @@ -0,0 +1,43 @@ +<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=... [truncated message content] |