You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
Update of /cvsroot/mxbb/mx_act/templates/_core/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32744/images Added Files: Thumbs.db blank.gif game_info.gif icon_mini_activity.gif index.htm new_game.gif popular_game.jpg trophy.gif Log Message: for 2.9.x --- NEW FILE: popular_game.jpg --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Thumbs.db --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_mini_activity.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: new_game.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: game_info.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: blank.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: trophy.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:31:24
|
Update of /cvsroot/mxbb/mx_act/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32744/admin Added Files: activity_config_body.tpl activity_games_body.tpl game_add_body.tpl game_edit_body.tpl index.htm Log Message: for 2.9.x --- NEW FILE: game_edit_body.tpl --- <form method="post" action="{S_GAME_ACTION}"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="bodyline"> <tr> <th class="thHead" colspan="2">{L_MENU_HEADER} {VERSION}</th> </tr> <tr> <td class="catTop" colspan="2"> <span class="gensmall"> {L_MENU_INFO} </span> </td> </tr> <tr> <td class="cat" colspan="2" align="center"> </td> </tr> <tr> <td class="row1">{L_NAME} <span class="gensmall"> {L_NAME_INFO} </span> </td> <td class="row2" width="20%"> <input class="field" type="text" size="40" name="game_name" value="{NAME}" /> </td> </tr> <tr> <td class="row1">{L_GAME_PATH} <span class="gensmall"> {L_GAME_PATH_INFO} </td> <td class="row2" width="20%"> <input class="field" type="text" size="40" name="game_path" value="{PATH}" /> </td> </tr> <tr> <td class="row1">{L_GAME_DESC} <span class="gensmall"> {L_GAME_DESC_INFO} </span> </td> <td class="row2" width="20%"> <input class="field" type="text" size="40" name="game_desc" value="{DESC}" /> </td> </tr> <tr> <td class="row1">{L_GAME_CHARGE} <span class="gensmall"> {L_GAME_CHARGE_INFO} </span> </td> <td class="row2" width="20%" align="right"> {L_MONEY} {L_CHARGE} {DASH} <input class="field" type="text" size="20" name="game_charge" value="{CHARGE}" /> </td> </tr> <tr> <td class="row1">{L_GAME_PER} <span class="gensmall"> {L_GAME_PER_INFO} </span> </td> <td class="row2" width="20%" align="right"> {L_MONEY} {L_REWARD} {DASH} <input class="field" type="text" size="20" name="game_reward" value="{REWARD}" /> </td> </tr> <tr> <td class="row1">{L_GAME_BONUS} <span class="gensmall"> {L_GAME_BONUS_INFO} </span> </td> <td class="row2" width="20%" align="right"> {L_BONUS} {DASH} <input class="field" type="text" size="20" name="game_bonus" value="{BONUS}" /> </td> </tr> <tr> <td class="row1">{L_GAME_GAMELIB} <span class="gensmall"> {L_GAME_GAMELIB_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_use_gl" value="1" {S_USE_GL_YES} /> {L_YES} <input type="radio" name="game_use_gl" value="0" {S_USE_GL_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_FLASH} <span class="gensmall"> {L_GAME_FLASH_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_flash" value="1" {S_USE_FLASH_YES} /> {L_YES} <input type="radio" name="game_flash" value="0" {S_USE_FLASH_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_SHOW_SCORE} <span class="gensmall"> {L_GAME_SHOW_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_show_score" value="1" {S_SHOW_SCORE_YES} /> {L_YES} <input type="radio" name="game_show_score" value="0" {S_SHOW_SCORE_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_REVERSE} <span class="gensmall"> {L_GAME_REVERSE_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_reverse_list" value="1" {S_REVERSE_LIST_YES} /> {L_YES} <input type="radio" name="game_reverse_list" value="0" {S_REVERSE_LIST_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_HIGHSCORE_LIMIT} <span class="gensmall"> {L_HIGHSCORE_INFO} </span> </td> <td class="row2" width="20%" align="center"> {L_LIMIT} {DASH} <input class="field" type="text" size="5" name="highscore_limit" value="{HIGHSCORE_LIMIT}" /> </td> </tr> <tr> <td class="row1">{L_GAME_RESET_SCORE} <span class="gensmall"> {L_GAME_RESET_SCORE_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="reset_scores" value="1" /> {L_YES} <input type="radio" name="reset_scores" value="0" checked/> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_SIZE} <span class="gensmall"> {L_GAME_SIZE_INFO} </span> </td> <td class="row2" width="20%" align="center"> {L_WIDTH} {DASH} <input class="field" type="text" size="5" name="win_width" value="{WIDTH}" /> {L_HEIGHT} {DASH} <input class="field" type="text" size="5" name="win_height" value="{HEIGHT}" /> </td> </tr> <tr> <th class="thHead" colspan="2">{L_INSTRUCTIONS}</th> </tr> <tr> <td class="row2" colspan="2" align="center"> <span class="gentblsmall"> {L_INSTRUCTIONS_INFO} </span> <textarea rows="10" cols="100%" wrap="virtual" name="game_instructions" class="post">{GAME_INSTRUCTIONS}</textarea></td> </td> </tr> <tr> <td class="cat" colspan="2" align="center"> <input class="mainoption" type="submit" value="{L_SUBMIT}" /> <input class="liteoption" type="reset" value="{L_RESET}" /> </td> </tr> </table> {S_HIDDEN_FIELDS} </form> --- NEW FILE: activity_config_body.tpl --- <form action="{S_CONFIG_ACTION}" method="post"> <table width="99%" cellpadding="4" cellspacing="0" border="0" align="center" class="bodyline"> <tr> <th class="thHead" colspan="2">{L_CONFIG_MENU} {VERSION}</th> </tr> <tr> <td class="catTop" colspan="2"> <span class="gensmall"> {L_INA_HEADER} </span> </td> </tr> <tr> <td class="cat" colspan="2"></td> </tr> <tr> <th class="thHead" colspan="2" align="center">{L_TOGGLES}</td> </tr> <tr> <td class="row1">{L_USE_ADAR_SHOP} <span class="gensmall"> {L_USE_ADAR_INFO} </span> </td> <td class="row1" align="center"> <input type="radio" name="use_gk_shop" value="1" {S_USE_GKS_YES} /> {L_YES} <input type="radio" name="use_gk_shop" value="0" {S_USE_GKS_NO} /> {L_NO} </td> </tr> <tr> <td class="row2">{L_USE_GAMELIB} <span class="gensmall"> {L_USE_GL_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="use_gamelib" value="1" {S_USE_GL_YES} /> {L_YES} <input type="radio" name="use_gamelib" value="0" {S_USE_GL_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_USE_REWARDS} <span class="gensmall"> {L_USE_REWARDS_INFO} </span> </td> <td class="row1" align="center"> <input type="radio" name="use_rewards_mod" value="1" {S_USE_REWARDS_YES} /> {L_YES} <input type="radio" name="use_rewards_mod" value="0" {S_USE_REWARDS_NO} /> {L_NO} </td> </tr> <!-- BEGIN rewards_menu_on --> <tr> <th class="thHead" colspan="2" align="center">{L_REWARDS}</td> </tr> <tr> <td class="row1">{L_USE_POINTS} <span class="gensmall"> {L_USE_POINTS_INFO} </span> </td> <td class="row1" align="center"> <input type="radio" name="use_point_system" value="1" {S_USE_PSM_YES} /> {L_YES} <input type="radio" name="use_point_system" value="0" {S_USE_PSM_NO} /> {L_NO} </td> </tr> <tr> <td class="row2">{L_USE_ALLOWANCE} <span class="gensmall"> {L_USE_ALLOWANCE_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="use_allowance_system" value="1" {S_USE_ASM_YES} /> {L_YES} <input type="radio" name="use_allowance_system" value="0" {S_USE_ASM_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_USE_CASH} <span class="gensmall"> {L_USE_CASH_INFO} </span> </td> <td class="row1" align="center"> <input type="radio" name="use_cash_system" value="1" {S_USE_CASH_YES} /> {L_YES} <input type="radio" name="use_cash_system" value="0" {S_USE_CASH_NO} /> {L_NO} </td> </tr> <!-- END rewards_menu_on --> <!-- BEGIN cash_default_menu --> <tr> <td class="row1"> <span class="gensmall"> {L_CASH_DEFAULT_INFO} </span> </td> <td class="row1" align="right"> {L_CASH} {DASH} <input class="field" type="text" size="15" name="default_cash" value="{DEFAULT_CASH}" /> </td> </tr> <!-- END cash_default_menu --> <tr> <th class="thHead" colspan="2" align="center">{L_ACTIVITY_CONFIG}</td> </tr> <!-- BEGIN display_gamelib_menu --> <tr> <td class="row1">{L_GL_GAME_PATH} <span class="gensmall"> {L_GL_PATH_INFO} </span> </td> <td class="row1" align="right"> {L_PATH} {DASH} <input class="field" type="text" size="15" name="games_path" value="{S_GAMES_PATH}" /> </td> </tr> <tr> <td class="row2">{L_GL_LIB_PATH} <span class="gensmall"> {L_GL_LIB_INFO} </span> </td> <td class="row2" align="right"> {L_PATH} {DASH} <input class="field" type="text" size="15" name="gamelib_path" value="{S_GAMELIB_PATH}" /> </td> </tr> <!-- END display_gamelib_menu --> <tr> <td class="row1">{L_GAMES_PER_PAGE} <span class="gensmall"> {L_GAMES_PER_INFO} </span> </td> <td class="row1" align="right"> {L_PAGE} {DASH} <input class="field" type="text" size="15" name="games_per_page" value="{S_GAMES_PER_PAGE}" /> </td> </tr> <!-- BEGIN display_shop_menu --> <tr> <th class="thHead" colspan="2" align="center">{L_ADAR_SHOP_CONFIG}</td> </tr> <tr> <td class="row1" colspan="2"> {L_ADAR_SHOP} <span class="gensmall"> {L_ADAR_INFO} </span> </td> </tr> <!-- END display_shop_menu --> <tr> <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="mainoption" /> <input type="submit" name="edit_games" value="Edit Games" class="mainoption" /> </td> </tr> </table> </form> --- NEW FILE: game_add_body.tpl --- <form method="post" action="{S_GAME_ACTION}"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="bodyline"> <tr> <th class="thHead" colspan="2">{L_MENU_HEADER} {VERSION}</th> </tr> <tr> <td class="catTop" colspan="2"> <span class="gensmall"> {L_MENU_INFO} </span> </td> </tr> <tr> <td class="cat" colspan="2" align="center"> </td> </tr> <tr> <td class="row1">{L_NAME} <span class="gensmall"> {L_NAME_INFO} </span> </td> <td class="row2" width="20%"> <select name="game_name"> <option selected value="">{V_DEFAULT}</option> <!-- BEGIN drop --> <option value="{drop.D_SELECT}">{drop.D_SELECT}</option> <!-- END drop --> </select> </td> </tr> <tr> <td class="row1"><b>{C_SHORT}</b><br /> <span class="gensmall"> -:- {C_EXPLAIN} </span> </td> <td class="row2" width="20%"> <select name="game_cat"> <option selected value="">{C_DEFAULT}</option> <!-- BEGIN cat --> <option value="{cat.C_SELECT_1}">{cat.C_SELECT_2}</option> <!-- END cat --> </select> </td> </tr> <tr> <td class="row1">{L_GAME_PATH} <span class="gensmall"> {L_GAME_PATH_INFO} </td> <td class="row2" width="20%"> <input type="hidden" size="40" name="game_path" value="{V_GAME_PATH}" />{V_GAME_PATH} </td> </tr> <tr> <td class="row1">{L_GAME_DESC} <span class="gensmall"> {L_GAME_DESC_INFO} </span> </td> <td class="row2" width="20%"> <input class="field" type="text" size="40" name="game_desc" value="{DESC}" /> </td> </tr> <tr> <td class="row1">{L_GAME_CHARGE} <span class="gensmall"> {L_GAME_CHARGE_INFO} </span> </td> <td class="row2" width="20%" align="left"> <select name="game_charge"> <option selected value="">{V_DEFAULT_2}</option> <option value="{V_INC_1}">{V_INC_1}</option> <!-- BEGIN charge --> <option value="{charge.D_SELECT}">{charge.D_SELECT}</option> <!-- END charge --> </select> </td> </tr> <tr> <td class="row1">{L_GAME_PER} <span class="gensmall"> {L_GAME_PER_INFO} </span> </td> <td class="row2" width="20%" align="left"> <input class="field" type="text" size="20" name="game_reward" value="{REWARD}" /> </td> </tr> <tr> <td class="row1">{L_GAME_BONUS} <span class="gensmall"> {L_GAME_BONUS_INFO} </span> </td> <td class="row2" width="20%" align="left"> <select name="game_bonus"> <option selected value="">{V_DEFAULT_3}</option> <option value="{V_INC_2}">{V_INC_2}</option> <!-- BEGIN bonus --> <option value="{bonus.D_SELECT}">{bonus.D_SELECT}</option> <!-- END bonus --> </select> </td> </tr> <tr> <td class="row1">{L_DISABLE_DES} <span class="gensmall"> <br />-:- {L_DISABLE_DS} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_disable" value="2" /> {L_YES} <input type="radio" name="game_disable" checked="checked" value="1" /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_GAMELIB} <span class="gensmall"> {L_GAME_GAMELIB_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_use_gl" value="1" {S_USE_GL_YES} /> {L_YES} <input type="radio" name="game_use_gl" checked="checked" value="0" {S_USE_GL_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_FLASH} <span class="gensmall"> {L_GAME_FLASH_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_flash" checked="checked" value="1" {S_USE_FLASH_YES} /> {L_YES} <input type="radio" name="game_flash" value="0" {S_USE_FLASH_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_SHOW_SCORE} <span class="gensmall"> {L_GAME_SHOW_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_show_score" checked="checked" value="1" {S_SHOW_SCORE_YES} /> {L_YES} <input type="radio" name="game_show_score" value="0" {S_SHOW_SCORE_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_GAME_REVERSE} <span class="gensmall"> {L_GAME_REVERSE_INFO} </span> </td> <td class="row2" align="center"> <input type="radio" name="game_reverse_list" value="1" {S_REVERSE_LIST_YES} /> {L_YES} <input type="radio" name="game_reverse_list" checked="checked" value="0" {S_REVERSE_LIST_NO} /> {L_NO} </td> </tr> <tr> <td class="row1">{L_HIGHSCORE_LIMIT} <span class="gensmall"> {L_HIGHSCORE_INFO} </span> </td> <td class="row2" width="20%" align="center"> {L_LIMIT} {DASH} <input class="field" type="text" size="5" name="highscore_limit" value="{HIGHSCORE_LIMIT}" /> </td> </tr> <tr> <td class="row1">{L_GAME_SIZE} <span class="gensmall"> {L_GAME_SIZE_INFO} </span> </td> <td class="row2" width="20%" align="center"> {L_WIDTH} {DASH} <input class="field" type="text" size="5" name="win_width" value="{V_GAME_WIDTH}" /> {L_HEIGHT} {DASH} <input class="field" type="text" size="5" name="win_height" value="{V_GAME_HEIGHT}" /> </td> </tr> <tr> <th class="thHead" colspan="2">{L_INSTRUCTIONS}</th> </tr> <tr> <td class="row2" colspan="2" align="center"> <span class="gentblsmall"> {L_INSTRUCTIONS_INFO} </span> <textarea rows="10" cols="100%" wrap="virtual" name="game_instructions" class="post">{GAME_INSTRUCTIONS}</textarea></td> </td> </tr> <tr> <td class="cat" colspan="2" align="center"> <input class="mainoption" type="submit" value="{L_SUBMIT}" /> <input class="liteoption" type="reset" value="{L_RESET}" /> </td> </tr> </table> {S_HIDDEN_FIELDS} </form> --- NEW FILE: activity_games_body.tpl --- <form action="{S_CONFIG_ACTION}" method="post"> <table width="99%" cellpadding="4" cellspacing="0" border="0" align="center" class="bodyline"> <tr> <th class="thHead" colspan="2">{L_GAME_MENU} {VERSION}</th> </tr> <tr> <td class="catTop" colspan="2"> <span class="gensmall"> {L_HEADER} </span> </td> </tr> <tr> <td class="cat" colspan="2"></td> </tr> </table> <br><center><span class="gen"><b>.: {L_GAMES} :.</b></span></center> <table width="99%" cellspacing="0" cellpadding="4" border="0" align="center" class="bodyline"> <tr> <th class="thCornerL" width="5%">{L_MONEY}</th> <th class="thTop" width="15%">{L_BUTTON}</th> <th class="thTop" width="55%">{L_DESC}</th> <th class="thTop" width="5%">{L_REWARD}</th> <th class="thTop" width="10%">{L_BONUS}</th> <th class="thTop" width="5%">{L_FLASH}</th> <th class="thTop" width="5%">{L_SCORE}</th> <th class="thTop" width="5%">{L_GAMELIB}</th> <th class="thTop" width="5%" colspan="2">{L_ACTION}</th> </tr> <!-- BEGIN game --> <tr> <td class="{game.ROW_CLASS}" align="center">{game.CHARGE}</td> <td class="{game.ROW_CLASS}"><img src ="./../{game.PATH}{game.NAME}.gif" border="0" align="middle"></td> <td class="{game.ROW_CLASS}">{game.DESC}</td> <td class="{game.ROW_CLASS}" align="center">{game.REWARD}</td> <td class="{game.ROW_CLASS}" align="center">{game.BONUS}</td> <td class="{game.ROW_CLASS}" align="center">{game.FLASH}</td> <td class="{game.ROW_CLASS}" align="center">{game.SHOW_SCORE}</td> <td class="{game.ROW_CLASS}" align="center">{game.GAMELIB}</td> <td class="{game.ROW_CLASS}"><a href="{game.U_GAME_EDIT}">{L_EDIT}</a></td> <td class="{game.ROW_CLASS}">[<a href="{game.U_GAME_DELETE}">{L_DEL}</a>]</td> </tr> <!-- END game --> <tr> <td colspan="11" class="cat" align="center"> <input type="submit" name="add_game" value="{L_ADD}" class="mainoption" /> <input type="submit" name="clear_scores" value="{L_RESET_SCORE}" class="mainoption" /> </td> </tr> </table> </form> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
Update of /cvsroot/mxbb/mx_act/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32744 Added Files: _core.cfg act_footer.tpl act_header.tpl activity2_body.tpl activity_scores.tpl activity_stats.tpl activity_top_scores_body.tpl activity_top_scores_search_body.tpl activity_trophy_holders_body.tpl challenges_body.tpl flash_body.tpl flash_body2.tpl index.htm saved_body.tpl trophy_comments_body.tpl Log Message: for 2.9.x --- NEW FILE: _core.cfg --- <?php // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // $Id: _core.cfg,v 1.1 2007/09/09 19:31:14 jonohlsson Exp $ // // Please note that to enable support of different languages // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- $mx_images['activity_icon_trophy'] = "$current_template_images/trophy.gif"; $mx_images['activity_new_game'] = "$current_template_images/new_game.gif"; $mx_images['activity_popular_game'] = "$current_template_images/popular_game.jpg"; // ------------------------------------------------------------------------- // Redefine phpBB images // ------------------------------------------------------------------------- $mx_images['activity_icon_pm'] = $images['icon_pm']; $mx_images['activity_icon_profile'] = $images['icon_profile']; $mx_images['activity_icon_email'] = $images['icon_email']; $mx_images['activity_icon_msnm'] = $images['icon_msnm']; $mx_images['activity_icon_www'] = $images['icon_www']; $mx_images['activity_icon_icq'] = $images['icon_icq']; $mx_images['activity_icon_aim'] = $images['icon_aim']; $mx_images['activity_icon_yim'] = $images['icon_yim']; ?> --- NEW FILE: flash_body.tpl --- <HTML> <HEAD> <TITLE>{TITLE}</TITLE> </HEAD> <BODY BGCOLOR="#000000" oncontextmenu="javascript:return false"> <BASE HREF="{BASE_PATH}"> <table cellpadding="0" cellspacing="0"> <tr><td> <object align="center" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" id="inetangel" name="activitygame" width="{WIDTH}" height="{HEIGHT}"> <param name="movie" value="{PATH}{SWFNAME}"> <param name="quality" value="high"> <param name="menu" value="false"> <embed name="activitygame" src="{PATH}{SWFNAME}" width="{WIDTH}" height="{HEIGHT}" quality="high" menu="false" swliveconnect="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object> <td><tr> </table> </BODY> </HTML> --- NEW FILE: activity_top_scores_search_body.tpl --- <!-- BEGIN search_player --> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href='{U_ACTIVITY}'>{L_ACTIVITY}</a> » <a href="{search_player.U_LINK}" class="nav">{search_player.L_LINK}</a>{search_player.L_LINK_DESC} </span> </td> <td align="right"> <span class="nav"> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table width="100%" border="0" align="center" valign="middle" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th align="center" valign="middle" width="20%" class="thTop"> {search_player.BUTTONS} </th> <th align="center" valign="middle" width="20%" class="thTop"> <span class="genmed"> {search_player.TOP_ONE} </span> </th> <th align="center" valign="middle" width="20%" class="thTop"> <span class="genmed"> {search_player.TOP_TWO} </span> </th> <th align="center" valign="middle" width="20%" class="thTop"> <span class="genmed"> {search_player.TOP_THREE} </span> </th> <th align="center" valign="middle" width="20%" class="thTop"> <span class="genmed"> {search_player.TOP_FOUR} </span> </th> </tr> <tr> <td align="center" valign="middle" width="20%" class="row2"> <span class="genmed"> {search_player.USERNAME}<br />{search_player.RANK_IMAGE} </span> </td> <td align="center" valign="middle" width="20%" class="row2"> <span class="genmed"> {search_player.BOTTOM_ONE} </span> </td> <td align="center" valign="middle" width="20%" class="row2"> <span class="genmed"> {search_player.BOTTOM_TWO} </span> </td> <td align="center" valign="middle" width="20%" class="row2"> <span class="genmed"> {search_player.BOTTOM_THREE} </span> </td> <td align="center" valign="middle" width="20%" class="row2"> <span class="genmed"> {search_player.BOTTOM_FOUR} </span> </td> </tr> </table> <br /> <table border="0" class="forumline" align="center" width="100%" cellpadding="4" cellspacing="0" valign="top"> <tr> <th class="thTop" width="25%" spanclass="gensmall"> {search_player.HEADER_ONE} </th> <th class="thTop" width="25%" spanclass="gensmall"> {search_player.HEADER_TWO} </th> </tr> <!-- END search_player --> <!-- BEGIN search_player_games --> <tr> <td align="center" valign="top" width="25%" class="{search_player_games.ROW_CLASS}"> <span class="genmed"> {search_player_games.GAMES} </span> </td> <td align="center" valign="top" width="25%" class="{search_player_games.ROW_CLASS}"> <span class="genmed"> {search_player_games.SCORE_DATE} </span> </td> </tr> <!-- END search_player_games --> </table> --- NEW FILE: activity_top_scores_body.tpl --- <!-- BEGIN admin --> <form method="post" name="del_top" action="{admin.S_ACTION}"> <table width="100%" border="0" align="center" valign="middle"> <tr> <td align="left" width="33%" class="row2"> <span class="genmed"> {admin.L_DELETE_SPECIFIC} </span> </td> <td align="center" width="33%" class="row2"> <select name="delete_score"> <option selected value="">{admin.L_DEFAULT_ONE}</option> <!-- END admin --> <!-- BEGIN admin_drop_one --> <option value="{admin_drop_one.GAME_NAME}">{admin_drop_one.GAME_NAME}</option> <!-- END admin_drop_one --> </select> </td> <!-- BEGIN admin --> <td align="center" valign="middle" width="33%" class="row2"> <input class="mainoption" type="hidden" name="action" value="delete_specific_score"> <input class="mainoption" type="submit" value="{admin.L_DELETE_SINGLE}" onchange="document.del_top.submit()"> </td> </tr> </table> </form> <form method="post" name="del_all" action="{admin.S_ACTION}"> <table width="100%" border="0" align="center" valign="middle"> <tr> <td align="left" width="50%" class="row2"> <span class="genmed"> {admin.L_DELETE_ALL} </span> </td> <td align="center" valign="middle" width="50%" class="row2"> <input class="mainoption" type="hidden" name="action" value="delete_all_scores"> <input class="mainoption" type="submit" value="{admin.L_DELETE_ALL_MSG}" onchange="document.del_all.submit()"> </td> </tr> </table> </form> <!-- END admin --> <br /> <!-- BEGIN top_scores --> <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href='{U_ACTIVITY}'>{L_ACTIVITY}</a> » {L_TOP_SCORES} </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table border="0" class="forumline" align="center" width="100%" cellpadding="4" cellspacing="1" valign="top" style="border-top:none;"> <tr> <th class="thTop" width="20%" spanclass="gensmall"> {top_scores.HEADER_ONE} </th> <th class="thTop" width="20%" spanclass="gensmall"> {top_scores.HEADER_TWO} </th> <th class="thTop" width="20%" spanclass="gensmall"> {top_scores.HEADER_THREE} </th> <th class="thTop" width="20%" spanclass="gensmall"> {top_scores.HEADER_FOUR} </th> </tr> <!-- END top_scores --> <!-- BEGIN top_scores_rows --> <tr> <td align="center" valign="top" width="20%" class="{top_scores_rows.ROW_CLASS}"> <span class="genmed"> {top_scores_rows.GAME_IMAGE} </span> </td> <td align="center" valign="top" width="20%" class="{top_scores_rows.ROW_CLASS}"> <span class="genmed"> {top_scores_rows.USER_SEARCH} </span> </td> <td align="center" valign="top" width="20%" class="{top_scores_rows.ROW_CLASS}"> <span class="genmed"> {top_scores_rows.SCORE_DATE} </span> </td> <td align="center" valign="top" width="20%" class="{top_scores_rows.ROW_CLASS}"> <span class="genmed"> {top_scores_rows.PM_PROFILE} </span> </td> </tr> <!-- END top_scores_rows --> </table> --- NEW FILE: activity_stats.tpl --- <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_ACTIVITY}" class="nav">{L_ACTIVITY}</a> » {L_STATS} :: {NAME}</span></td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0" align="center" style="border-top:none;"> <tr> <th class="thTop" colspan="2" align="center">.: {GAME_STATISTICS} :.</th> </tr> <tr> <td class="row2" width="25%" align="center"><img src ="{PATH}/{NAME}.gif" border="0" align="middle"></td> <td class="row1"><span class="gen">{DESC}</span></td> </tr> <tr> <td class="row2" align="right"><span class="gen">{GAMES_PLAYED} </span></td> <td class="row1"><span class="gen">{PLAYED}</span></td> </tr> <tr> <td class="row2" align="right"><span class="gen">{GAME_COST} </span></td> <td class="row1"><span class="gen">{COST}</span></td> </tr> <tr> <td class="row2" align="right"><span class="gen">{GAME_BONUS} </span></td> <td class="row1"><span class="gen">{BONUS}</span></td> </tr> <tr> <td class="row2" align="right"><span class="gen">{BEST_PLAYER} </span></td> <td class="row1"><span class="gen">{BEST_PLAYER}</span></td> </tr> <tr> <td class="row2" align="right"><span class="gen">{BEST_SCORE} </span></td> <td class="row1"><span class="gen">{BEST_SCORE}</span></td> </tr> <tr> <th class="thTop" colspan="2" align="center">.: {L_INSTRUCTIONS} :.</th> </tr> <tr> <td class="row2" colspan="2"><span class="gen">{INSTRUCTIONS}</span></td> </tr> <tr> <td class="cat" colspan="2" align="center"> </th> </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td class="genmed" align="right" > <a href="{PLAY_AGAIN}" class="nav">{L_PLAY_AGAIN}</a> </td </tr> </table> --- NEW FILE: challenges_body.tpl --- <!-- BEGIN challenge --> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="center"> <span class="nav"> {challenge.TOTAL_SENT} </span> </td> </tr> </table> <br /> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href="{U_ACTIVITY}" class="nav">{L_ACTIVITY}</a> :: <a href="challenges.php" class="nav">Challenges</a> </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table width="100%" class="forumline" align="center" width="100%" cellpadding="4" cellspacing="1" valign="middle" style="border-top:none;"> <tr> <th class="thTop" width="10%" spanclass="gensmall"> {challenge.CHALLENGE_SPOT} </th> <th class="thTop" width="40%" spanclass="gensmall"> {challenge.CHALLENGE_NAME} </th> <th class="thTop" width="40%" spanclass="gensmall"> {challenge.CHALLENGE_COUNT} </th> </tr> <!-- END challenge --> <!-- BEGIN challenge_results --> <tr> <td align="center" class="{challenge_results.ROW_CLASS}"> <span class="nav"> {challenge_results.PLACE} </span> </td> <td align="left" class="{challenge_results.ROW_CLASS}"> <span class="genmed"> {challenge_results.LINK} </span> </td> <td align="center" class="{challenge_results.ROW_CLASS}"> <span class="genmed"> {challenge_results.COUNT} </span> </td> </tr> <!-- END challenge_results --> <!-- BEGIN challenge --> </table> <!-- END challenge --> <!-- BEGIN user --> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> :: <a href="{U_ACTIVITY}" class="nav">{L_ACTIVITY}</a> :: <a href="challenges.php" class="nav">Challenges</a> :: {user.USER} </span> </td> </tr> </table> <table width="100%" class="forumline" align="center" width="100%" valign="middle"> <tr> <th class="thTop" width="10%" spanclass="gensmall"> {user.RANKING} </th> <th class="thTop" width="40%" spanclass="gensmall"> {user.USER_TO} </th> <th class="thTop" width="40%" spanclass="gensmall"> {user.USER_TO_COUNT} </th> </tr> <!-- END user --> <!-- BEGIN user_array --> <tr> <td align="center" class="{user_array.ROW_CLASS}"> <span class="nav"> {user_array.RANKING} </span> </td> <td align="left" class="{user_array.ROW_CLASS}"> <span class="genmed"> {user_array.USER_TO} </span> </td> <td align="center" class="{user_array.ROW_CLASS}"> <span class="genmed"> {user_array.USER_TO_COUNT} </span> </td> </tr> <!-- END user_array --> <!-- BEGIN user --> </table> <!-- END user --> --- NEW FILE: act_header.tpl --- <SCRIPT LANGUAGE="Javascript"> var win = null; function Gk_PopTart(mypage,myname,w,h,scroll) { LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'; win = window.open(mypage,myname,settings); } </SCRIPT> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr valign="top"> <td> --- NEW FILE: act_footer.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: activity_scores.tpl --- <table width="100%" cellpadding="4" cellspacing="0" border="0" > <tr> <td align="left"><span class="nav"><a href="{U_ACTIVITY}" class="nav">{L_ACTIVITY}</a> » {L_HIGHSCORES_TITLE}</span></td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <th class="thCornerR" width="40">#</th> <th class="thTop" align="center" width="{WIDTH1}">{L_HIGHSCORE} {DASH} {TITLE}</th> <th class="thTop" align="center" width="{WIDTH2}">{L_SCORE}</th> <th class="thCornerL" align="center" width="{WIDTH3}">{L_PLAYED}</th> </tr> <!-- BEGIN scores --> <tr> <td class="{scores.ROW_CLASS}" align="center"><span class="gen">{scores.POS}</span></td> <td class="{scores.ROW_CLASS}" align="left"> <span class="gen">{scores.NAME}</span></td> <td class="{scores.ROW_CLASS}" align="{scores.ALIGN}"><span class="gen">{scores.SCORE}</span></td> <td class="{scores.ROW_CLASS}" align="center"><span class="gen">{scores.DATE}</span></td> </tr> <!-- END scores --> <tr> <td class="cat" colspan="4" height="28"></td> </tr> </table> --- NEW FILE: saved_body.tpl --- <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0" style="border-top:none;"> <tr> <th class="thHead" height="25"><b> {GAME_NAME}</b></th> </tr> <tr> <td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0"> <tr> <td> </td> </tr> <tr> <td align="center"> <span class="genmed"> {MSG} <!-- BEGIN trophy_won --> <br /> {T_WON} <!-- END trophy_won --> <!-- BEGIN comment --> <br /> {comment.COMMENT_LINK} <!-- END comment --> <br /> <a href="{U_RETURN}">{L_RETURN}</a> </span> </td> </tr> <tr> <td> </td> </tr> </table></td> </tr> </table> <br clear="all" /> --- NEW FILE: activity_trophy_holders_body.tpl --- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href="{U_ACTIVITY}" class="nav">{L_ACTIVITY}</a> :: {L_LINK} </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table border="0" class="forumline" align="center" width="100%" cellpadding="4" cellspacing="1" valign="top" style="border-top:none;"> <tr> <th class="thTop" width="20%" spanclass="gensmall"> {L_POSITION} </th> <th class="thTop" width="20%" spanclass="gensmall"> {L_USER_SEARCH} </th> <th class="thTop" width="20%" spanclass="gensmall"> {L_TROPHIES} </th> <th class="thTop" width="20%" spanclass="gensmall"> {L_PM_PROFILE} </th> </tr> <!-- BEGIN top_trophies --> <tr> <td align="center" valign="top" width="20%" class="{top_trophies.ROW_CLASS}"> <span class="genmed"> {top_trophies.POSITION} </span> </td> <td align="center" valign="top" width="20%" class="{top_trophies.ROW_CLASS}"> <span class="genmed"> {top_trophies.USER_SEARCH} </span> </td> <td align="center" valign="top" width="20%" class="{top_trophies.ROW_CLASS}"> <span class="genmed"> {top_trophies.TROPHIES} </span> </td> <td align="center" valign="top" width="20%" class="{top_trophies.ROW_CLASS}"> <span class="genmed"> {top_trophies.PM_PROFILE} </span> </td> </tr> <!-- END top_trophies --> </table> --- NEW FILE: activity2_body.tpl --- <table width="100%" cellspacing="1" cellpadding="3" border="0" border="0" align="center" class="forumline" style="border-top:none;"> <form method="post" action="{S_MODE_ACTION}"> <tr> <td class="row2" align="right" nowrap="nowrap"> <span class="genmed"> {L_SELECT_SORT_METHOD}: {S_MODE_SELECT} </span> </td> <td class="row2" align="left" nowrap="nowrap" colspan="2"> <span class="genmed"> {L_ORDER}: {S_ORDER_SELECT} <input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption"> </span> </td> </tr> </form> <form> <tr> <td class="row2" align="center" nowrap="nowrap"> <span class="genmed"> {D_DESCRIPTION}: <select onchange="if(options[selectedIndex].value)window.location.href=(options[selectedIndex].value)"> <option selected value="">{D_DEFAULT}</option> <!-- BEGIN drop --> <option value="{drop.D_SELECT_1}">{drop.D_SELECT_2}</option> <!-- END drop --> </select> <noscript><input type="submit" value="Go"></noscript> </span> </td> </form> <td class="row2" align="center" nowrap="nowrap"> <span class="genmed"> <img src="{RANDOM_IMAGE}" border="0"><a href="{RANDOM_GAME}" class="nav"> {L_RANDOM_GAME} </a><img src="{RANDOM_IMAGE}" border="0"> </span> </td> <form> <td class="row2" align="center" nowrap="nowrap"> <span class="genmed"> {C_DESCRIPTION}: <select onchange="if(options[selectedIndex].value)window.location.href=(options[selectedIndex].value)"> <option selected value="">{C_DEFAULT}</option> <option value="{C_DEFAULT_ALL}">{C_DEFAULT_ALL_L}</option> <!-- BEGIN cat --> <option value="{cat.C_SELECT_2}">{cat.C_SELECT_1}</option> <!-- END cat --> </select> <noscript><input type="submit" value="Go"></noscript> </span> </td> </tr> </form> </table> <table width="100%" border="0" align="center" class="forumline"> <tr> <!-- BEGIN main_one --> <td align="center" class="row2" width="20%"> <span class="gen"> {main_one.MAIN_ROW_ONE} </span> </td> <!-- END main_one --> </tr> </table> <br /> <!-- BEGIN newest_only --> <table width="100%" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href='{U_ACTIVITY}'>{L_ACTIVITY}</a> » {newest_only.NEWEST_TITLE} </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0" align="center"> <tr> <th class="thTop" width="20%"> {newest_only.L_GAMES} <br /> <span class="gensmall"> {newest_only.L_COST} </span> </th> <th class="thTop" width="25%" > {newest_only.L_T_HOLDER} <br /> <span class="gensmall"> {newest_only.L_SCORE} </span> </th> <th class="thTop" width="20%"> {newest_only.L_R_UP} <br /> <span class="gensmall"> {newest_only.L_SCORE} </span> </th> <th class="thTop" width="20%">{newest_only.L_INFO}</th> <th class="thTop" width="15%">{newest_only.L_STATS}</th> </tr> <!-- END newest_only --> <!-- BEGIN newest --> <tr> <td class="{newest.ROW_CLASS}" width="20%" valign="top"><span class="gen"><b>{newest.NAME}</b></span><br /><span class="genmed">{newest.NEW_I_LINK}{newest.IMAGE_LINK}</a><br /><a href="{newest.LINK_PARENT}">{newest.L_PLAY_GAME_NOW}</a></td> <td class="{newest.ROW_CLASS}" width="25%" valign="top"><span class="genmed"><img src="{newest.TROPHY_LINK}"> {newest.TOP_PLAYER}<br />{newest.TOP_SCORE}<br /></span><span class="gensmall">{newest.TOP_DATE}</span></td> <td class="{newest.ROW_CLASS}" width="20%" valign="top"><span class="genmed">{newest.BEST_PLAYER}<br />{newest.BEST_SCORE}</span></td> <td class="{newest.ROW_CLASS}" width="20%" valign="top"><span class="genmed">{newest.DESC}</span></td> <td class="{newest.ROW_CLASS}" width="15%" valign="top"><span class="genmed">{newest.SEPERATOR}<a href="{newest.COMMENTS}">{newest.L_COMMENTS}</a><br />{newest.SEPERATOR}{newest.CHALLENGE}<br />{newest.SEPERATOR}{newest.LIST}<br />{newest.SEPERATOR}<a href="{newest.STATS}">{newest.INFO}</a><center>{newest.POP_PIC}</center></span></td> </tr> <!-- END newest --> <!-- BEGIN newest_only --> <tr> <td class="cat" colspan="7"> </td> </tr> </table> <br /><br /> <!-- END newest_only --> <table width="100%" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href='{U_ACTIVITY}'>{L_ACTIVITY}</a> </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0" align="center"> <tr> <th class="thTop" width="20%"> {L_GAMES} <br /> <span class="gensmall"> {L_COST} </span> </th> <th class="thTop" width="25%"> {L_T_HOLDER} <br /> <span class="gensmall"> {L_SCORE} </span> </th> <th class="thTop" width="20%"> {L_R_UP} <br /> <span class="gensmall"> {L_SCORE} </span> </th> <th class="thTop" width="20%">{L_INFO}</th> <th class="thTop" width="15%">{L_STATS}</th> </tr> <!-- BEGIN game --> <tr> <td class="{game.ROW_CLASS}" width="20%" valign="top"><span class="gen"><b>{game.NAME}</b></span><br /><span class="genmed">{game.NEW_I_LINK}{game.IMAGE_LINK}</a>{game.NEW_PIC}<br /><a href="{game.LINK_PARENT}">{game.L_PLAY_GAME_NOW}</a></td> <td class="{game.ROW_CLASS}" width="25%" valign="top"><span class="genmed"><img src="{game.TROPHY_LINK}"> {game.TOP_PLAYER}<br />{game.TOP_SCORE}<br /></span><span class="gensmall">{game.TOP_DATE}</span></td> <td class="{game.ROW_CLASS}" width="20%" valign="top"><span class="genmed">{game.BEST_PLAYER}<br />{game.BEST_SCORE}</span></td> <td class="{game.ROW_CLASS}" width="20%" valign="top"><span class="genmed">{game.DESC}</span></td> <td class="{game.ROW_CLASS}" width="15%" valign="top" ><span class="genmed">{game.SEPERATOR}<a href="{game.COMMENTS}">{game.L_COMMENTS}</a><br />{game.SEPERATOR}{game.CHALLENGE}<br />{game.SEPERATOR}{game.LIST}<br />{game.SEPERATOR}<a href="{game.STATS}">{game.INFO}</a><center>{game.POP_PIC}</center></span></td> </tr> <!-- END game --> <tr> <td class="cat" colspan="7"> </td> </tr> </table> <!-- BEGIN playing_games --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><span class="nav">{PAGE_NUMBER}</span></td> <td align="right"><span class="nav">{PAGINATION}</span></td> </tr> </table> <br /> <table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> <th class="thTop" width="100%" span class="gensmall"> {playing_games.ONLINE_TITLE} </th> </tr> <td class="row2" width="100%" align="left"> <span class="genmed"> {playing_games.CURRENTLY_PLAYING1}{playing_games.TOTAL_M_PLAYING}{playing_games.CURRENTLY_PLAYING2} <br /> {playing_games.CURRENTLY_PLAYING3}{playing_games.TOTAL_G_PLAYING}{playing_games.CURRENTLY_PLAYING4} <br /><br /> {playing_games.MAIN_COLOR1}{playing_games.MAIN_SEPERATOR}{playing_games.MAIN_COLOR2} </span> </td> <!-- END playing_games --> <tr> <td class="row2" width="100%" align="left"> <span class="genmed"> <!-- BEGIN playing --> {playing.USER_NUMBER}{playing.USERNAME}{playing.MAIN_SEPERATOR} <!-- END playing --> </span> </td> </tr> <!-- BEGIN playing_games --> <tr> <td class="cat" colspan="7"> </td> </tr> </table> <!-- END playing_games --> {GAMELIB_LINK} --- NEW FILE: trophy_comments_body.tpl --- <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href='{U_ACTIVITY}'>{L_ACTIVITY}</a> » {L_COMMENTS_TITLE} </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <!-- BEGIN main --> <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0" align="center" style="border-top:none;"> <tr> <th class="thTop" width="25%" spanclass="gensmall"> {main.MAIN_LEFT} </th> <th class="thTop" width="25%" spanclass="gensmall"> {main.MAIN_CENTER1} </th> <th class="thTop" width="25%" spanclass="gensmall"> {main.MAIN_CENTER2} </th> <th class="thTop" width="25%" spanclass="gensmall"> {main.MAIN_RIGHT} </th> </tr> <!-- END main --> <!-- BEGIN comments --> <tr> <td class="{comments.ROW_CLASS}" align="center"><span class="gen">{comments.NAME}</span></td> <td class="{comments.ROW_CLASS}" align="left"><span class="gen">{comments.COMMENT}</span></td> <td class="{comments.ROW_CLASS}" align="left"><span class="gen">{comments.SCORE}</span></td> <td class="{comments.ROW_CLASS}" align="{scores.ALIGN}"><span class="gen">{comments.DATE}</span></td> </tr> <!-- END comments --> <!-- BEGIN main --> <tr> <td align="center" class="cat" colspan="4" height="28">{main.MAIN_IMAGE}</td> </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td class="genmed" align="right" > <a href="{main.PLAY_AGAIN}" class="nav">{main.L_PLAY_AGAIN}</a> <a href="{main.RETURN_ACT}" class="nav">{main.L_RETURN_ACT}</a> </td </tr> </table> <!-- END main --> <!-- BEGIN post_comment --> <form method="post" action="{post_comment.POST_LINK}"> <table class="forumline" width="100%" cellspacing="1" cellpadding="2" border="0" align="center"> <tr> <th class="thTop" width="100%" spanclass="gensmall"> {post_comment.POST_TITLE} </th> </tr> </table> <br /> <table width="100%" border="0" align="center"> <tr> <td align="center"> {post_comment.POST_IMAGE} </td> </tr> </table> <br /> <table class="forumline" width="100%" cellspacing="1" cellpadding="2" border="0" align="center"> <tr> <td class="row2" align="center"> <span class="genmed"> {post_comment.POST_LENGTH} <br /> <input type="text" name="comment" value=""> <input type="hidden" value="posting_comment" name="comments_mode"> <input type="hidden" value="{post_comment.POST_GAME}" name="comment_game_name"> </span> </td> </tr> <tr> <td class="row2" align="center"> <input type="submit" value="{post_comment.POST_SUBMIT}" class="liteoption"> </td> </tr> <tr> <td class="cat" colspan="4" height="28"></td> </tr> </table> </form> <!-- END post_comment --> --- NEW FILE: flash_body2.tpl --- <body oncontextmenu="javascript:return false"> <BASE HREF="{BASE_PATH}"> <table width="100%" border="0" align="center"> <tr> <td align="left"> <span class="nav"> <a href='{U_ACTIVITY}'>{L_ACTIVITY}</a> </span> </td> <td align="right"> <span class="nav"> <a href="{U_TOP_SCORES}" class="nav">[{L_TOP_SCORES}]</a> <a href="{U_TROPHY}" class="nav">[{L_TROPHY}]</a> </span> </td> </tr> </table> <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0" align="center" style="border-top:none;"> <tr> <th class="thHead" align="center" valign="middle"> <img src="{T_IMAGE}" border="0"> {NAME} <img src="{T_IMAGE}" border="0"> </th> </tr> <tr> <td class="row1"> <table border="0" valign="top" align="center" class="forumline"> <object align="center" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" id="inetangel" name="activitygame" width="565" height="440"> <param name="movie" value="{PATH}{SWFNAME}"> <param name="quality" value="high"> <param name="menu" value="false"> <embed name="activitygame" src="{PATH}{SWFNAME}" width="565" height="440" quality="high" menu="false" swliveconnect="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object> </table> </td> </tr> <tr> <td valign="top" align="center" class="row1"> <table border="0" valign="top" align="center" width="570" border="0"> <tr> <td align="center"> <table border="0" valign="top" align="center" class="forumline" width="95%" cellpadding="4" cellspacing="0"> <tr> <th class="thHead" colspan="2" align="center" valign="middle"> <img src="{T_IMAGE}" border="0"> {T_HOLDER} <img src="{T_IMAGE}" border="0"> </th> </tr> <tr height="3"> </tr> <tr> <td align="center" class="row2"> <span class="genmed"> {T_HOLDER_1} </span> </td> </tr> <tr height="3"> </tr> <tr> <td align="center" class="row1"> <span class="genmed"> {T_LINK}<br />{T_LINK_1} </span> </td> </tr> <tr height="3"> </tr> <tr> <td align="center" class="row1"> <span class="genmed"> {T_DATE_1} </span> </td> </tr> <tr> <td align="center" class="row1"> <span class="genmed"> {T_DATE} </span> </td> </tr> <tr height="3"> </tr> <tr> <td align="center" class="row1"> <span class="genmed"> {T_SCORE_1} </span> </td> </tr> <tr> <td align="center" class="row1"> <span class="genmed"> <b>{T_SCORE}</b> </span> </td> </tr> <tr> <td class="cat" colspan="2" align="center" valign="middle"> <img src="{T_IMAGE}" border="0"> <span class="gen"> <b>{NAME}</b></span> <img src="{T_IMAGE}" border="0"> </td> </tr> </table> </td> <td valign="top"> <table border="0" valign="bottom" align="center" class="forumline" width="95%" cellpadding="4" cellspacing="0"> <tr> <th class="thHead" colspan="2" align="center" valign="middle"> {R_TITLE} </th> </tr> <tr height="3"> </tr> <!-- BEGIN runner --> <tr> <td align="left" width="90" class="row1"> <span class="genmed"> <b>·</b> {runner.R_U_NAME} </span> </td> <td align="center" width="90" class="row1"> <span class="genmed"> {runner.R_U_SCORE} </span> </td> </tr> <!-- END runner --> <tr height="3"> </tr> <tr> <td class="cat" colspan="2" align="center" valign="middle"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:31:05
|
Update of /cvsroot/mxbb/mx_act/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32245/includes Modified Files: act_cat_play.php act_functions.php act_main.php act_scores.php Log Message: for 2.9.x Index: act_cat_play.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/includes/act_cat_play.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** act_cat_play.php 17 Jun 2006 20:10:12 -0000 1.6 --- act_cat_play.php 9 Sep 2007 19:30:57 -0000 1.7 *************** *** 462,466 **** { $total_games = $total['total']; ! $pagination = generate_pagination( "activity.$phpEx?mode=$mode&cat=$cat&order=$sort_order", $total_games, $act_config['games_per_page'], $start ) . ' '; } --- 462,466 ---- { $total_games = $total['total']; ! $pagination = phpBB2::generate_pagination( "activity.$phpEx?mode=$mode&cat=$cat&order=$sort_order", $total_games, $act_config['games_per_page'], $start ) . ' '; } Index: act_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/includes/act_main.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** act_main.php 17 Jun 2006 20:10:12 -0000 1.8 --- act_main.php 9 Sep 2007 19:30:57 -0000 1.9 *************** *** 773,777 **** { $total_games = $total['total']; ! $pagination = generate_pagination( this_act_mxurl( "mode=$mode&order=$sort_order" ), $total_games, $act_config['games_per_page'], $start ) . ' '; } --- 773,777 ---- { $total_games = $total['total']; ! $pagination = phpBB2::generate_pagination( this_act_mxurl( "mode=$mode&order=$sort_order" ), $total_games, $act_config['games_per_page'], $start ) . ' '; } Index: act_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/includes/act_functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** act_functions.php 17 Jun 2006 20:10:12 -0000 1.7 --- act_functions.php 9 Sep 2007 19:30:57 -0000 1.8 *************** *** 79,83 **** function send_challenge_pm( $dest_user, $subject, $message ) { ! global $db , $phpbb_root_path , $phpEx , $lang, $user_ip, $board_config , $userdata; $dest_user = intval( $dest_user ); --- 79,83 ---- function send_challenge_pm( $dest_user, $subject, $message ) { ! global $db , $phpbb_root_path , $phpEx , $lang, $user_ip, $board_config , $userdata, $mx_page; $dest_user = intval( $dest_user ); *************** *** 89,94 **** $smilies_on = 1; ! include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); ! include_once( $phpbb_root_path . 'includes/bbcode.' . $phpEx ); $privmsg_subject = trim( strip_tags( $subject ) ); --- 89,101 ---- $smilies_on = 1; ! if( !function_exists('prepare_message') ) ! { ! mx_page::load_file('functions_post', 'phpbb2'); ! } ! ! if( !function_exists('make_bbcode_uid') ) ! { ! mx_page::load_file('bbcode', 'phpbb2'); ! } $privmsg_subject = trim( strip_tags( $subject ) ); Index: act_scores.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/includes/act_scores.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** act_scores.php 17 Jun 2006 20:10:12 -0000 1.5 --- act_scores.php 9 Sep 2007 19:30:57 -0000 1.6 *************** *** 76,80 **** "NAME" => $row['player'], "SCORE" => $row['hscore'], ! "DATE" => create_date( $board_config['default_dateformat'], $row['date'], $board_config['board_timezone'] ) ) ); $i++; --- 76,80 ---- "NAME" => $row['player'], "SCORE" => $row['hscore'], ! "DATE" => phpBB2::create_date( $board_config['default_dateformat'], $row['date'], $board_config['board_timezone'] ) ) ); $i++; |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:31:04
|
Update of /cvsroot/mxbb/mx_act In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32245 Removed Files: mx_install_readme.htm Log Message: for 2.9.x --- mx_install_readme.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:28:54
|
Update of /cvsroot/mxbb/mx_act/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31030 Modified Files: subSilver.cfg Log Message: update-check-before-removal Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_act/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 5 Apr 2006 21:10:46 -0000 1.1 --- subSilver.cfg 9 Sep 2007 19:28:51 -0000 1.2 *************** *** 14,19 **** // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // --- 14,19 ---- // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // *************** *** 26,29 **** --- 26,34 ---- // ------------------------------------------------------------------------- + // Do some checks + // ------------------------------------------------------------------------- + $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); + + // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:28:05
|
Update of /cvsroot/mxbb/mx_act/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30538/admin Log Message: Directory /cvsroot/mxbb/mx_act/templates/_core/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:28:05
|
Update of /cvsroot/mxbb/mx_act/templates/_core/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30538/images Log Message: Directory /cvsroot/mxbb/mx_act/templates/_core/images added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:27:52
|
Update of /cvsroot/mxbb/mx_act/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30505/_core Log Message: Directory /cvsroot/mxbb/mx_act/templates/_core added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 19:24:52
|
Update of /cvsroot/mxbb/mx_kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29002 Modified Files: kb_last_article.php Log Message: test Index: kb_last_article.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb_last_article.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** kb_last_article.php 30 May 2007 21:32:24 -0000 1.4 --- kb_last_article.php 9 Sep 2007 19:24:48 -0000 1.5 *************** *** 65,69 **** // Authorization SQL // ! $auth_data_sql_msg = get_auth_forum('kb'); if ( empty($forum_lst_msg) ) --- 65,69 ---- // Authorization SQL // ! $auth_data_sql_msg = $phpbb_auth->get_auth_forum('kb'); if ( empty($forum_lst_msg) ) *************** *** 180,184 **** 'U_ALIGN' => $align, 'BLOCK_SIZE' => ( !empty($block_size) ? $block_size : '100%' ), ! 'U_URL' => append_sid(PORTAL_URL . 'index.php' . '?block_id=' . $block_id), 'U_URL_NEXT' => $url_next, 'U_URL_PREV' => $url_prev, --- 180,184 ---- 'U_ALIGN' => $align, 'BLOCK_SIZE' => ( !empty($block_size) ? $block_size : '100%' ), ! 'U_URL' => mx_append_sid(PORTAL_URL . 'index.php' . '?block_id=' . $block_id), 'U_URL_NEXT' => $url_next, 'U_URL_PREV' => $url_prev, *************** *** 205,209 **** $message = $postrow[$row_count]['article_title']; ! $url = append_sid($mx_root_path . $module_root_path . $kb_block_target . $phpEx . "?mode=article&k=" . $postrow[$row_count]['article_id']); $folder = $images['kb_last_article_folder']; --- 205,209 ---- $message = $postrow[$row_count]['article_title']; ! $url = mx_append_sid($mx_root_path . $module_root_path . $kb_block_target . $phpEx . "?mode=article&k=" . $postrow[$row_count]['article_id']); $folder = $images['kb_last_article_folder']; *************** *** 212,216 **** if ( $display_author == "TRUE" ) { ! $topic_author = ( $postrow[$row_count]['user_id'] != ANONYMOUS ) ? '<a href="' . append_sid(PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $postrow[$row_count]['user_id']) . '" class="gensmall">' : ''; $topic_author .= ( $postrow[$row_count]['user_id'] != ANONYMOUS ) ? $postrow[$row_count]['username'] : ( ( $postrow[$row_count]['post_username'] != '' ) ? $postrow[$row_count]['post_username'] : $lang['Guest'] ); $topic_author .= ( $postrow[$row_count]['user_id'] != ANONYMOUS ) ? '</a>' : ''; --- 212,216 ---- if ( $display_author == "TRUE" ) { ! $topic_author = ( $postrow[$row_count]['user_id'] != ANONYMOUS ) ? '<a href="' . mx_append_sid(PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $postrow[$row_count]['user_id']) . '" class="gensmall">' : ''; $topic_author .= ( $postrow[$row_count]['user_id'] != ANONYMOUS ) ? $postrow[$row_count]['username'] : ( ( $postrow[$row_count]['post_username'] != '' ) ? $postrow[$row_count]['post_username'] : $lang['Guest'] ); $topic_author .= ( $postrow[$row_count]['user_id'] != ANONYMOUS ) ? '</a>' : ''; *************** *** 223,227 **** if ( $display_last_author == "TRUE" ) { ! $last_post_author = ( $postrow[$row_count]['id2'] == ANONYMOUS ) ? ( ( $postrow[$row_count]['post_username'] != '' ) ? $postrow[$row_count]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $postrow[$row_count]['id2']) . '" class="gensmall">' . $postrow[$row_count]['user2'] . '</a>'; } else --- 223,227 ---- if ( $display_last_author == "TRUE" ) { ! $last_post_author = ( $postrow[$row_count]['id2'] == ANONYMOUS ) ? ( ( $postrow[$row_count]['post_username'] != '' ) ? $postrow[$row_count]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . mx_append_sid(PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $postrow[$row_count]['id2']) . '" class="gensmall">' . $postrow[$row_count]['user2'] . '</a>'; } else *************** *** 243,247 **** if ( $display_date == "TRUE" ) { ! $message_date = create_date($board_config['default_dateformat'], $postrow[$row_count]['article_date'], $board_config['board_timezone']); } else --- 243,247 ---- if ( $display_date == "TRUE" ) { ! $message_date = phpBB2::create_date($board_config['default_dateformat'], $postrow[$row_count]['article_date'], $board_config['board_timezone']); } else *************** *** 265,269 **** } ! $forum_name = $kb_article_mode != 'KB_Reader' ? '<a href="' . append_sid($mx_root_path . $module_root_path . $kb_block_target . $phpEx . "?mode=cat&cat=" . $postrow[$row_count]['article_category_id']) . '" target="'.$target.'" class="gensmall">'.$forum_name.'</a>' : $forum_name; } --- 265,269 ---- } ! $forum_name = $kb_article_mode != 'KB_Reader' ? '<a href="' . mx_append_sid($mx_root_path . $module_root_path . $kb_block_target . $phpEx . "?mode=cat&cat=" . $postrow[$row_count]['article_category_id']) . '" target="'.$target.'" class="gensmall">'.$forum_name.'</a>' : $forum_name; } *************** *** 275,279 **** if ( $display_icon_view == "TRUE" ) { ! $last_post_url = '<a href="' . append_sid($mx_root_path . $module_root_path . $kb_block_target . $phpEx . "?mode=article&k=" . $postrow[$row_count]['article_id']) . '"><img src="' . $images['kb_icon_latest_reply'] . '" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" border="0" /></a>'; } else --- 275,279 ---- if ( $display_icon_view == "TRUE" ) { ! $last_post_url = '<a href="' . mx_append_sid($mx_root_path . $module_root_path . $kb_block_target . $phpEx . "?mode=article&k=" . $postrow[$row_count]['article_id']) . '"><img src="' . $images['kb_icon_latest_reply'] . '" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" border="0" /></a>'; } else |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:11:41
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22659 Removed Files: mx_forum.html mx_viewforum.html subSilver.cfg Log Message: and more --- subSilver.cfg DELETED --- --- mx_viewforum.html DELETED --- --- mx_forum.html DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:50
|
Update of /cvsroot/mxbb/mx_dev_startkit/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19268 Removed Files: index.htm mx_module_parameters.tpl startkit_config_body.tpl Log Message: and more --- mx_module_parameters.tpl DELETED --- --- index.htm DELETED --- --- startkit_config_body.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:39
|
Update of /cvsroot/mxbb/mx_dev_startkit/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19032/_core Added Files: _core.cfg index.htm startkit_body.tpl Log Message: and more --- NEW FILE: startkit_body.tpl --- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="cat" colspan="2" align="left" valign="middle"> <span class="cattitle">{L_STARTKIT}</span> </td> </tr> <tr> <td class="row3" colspan="2" align="left" valign="middle"> <span class="topictitle">{L_STARTKIT_PARAMETER}</span><br /><span class="genmed">{L_STARTKIT_PARAMETER_EXPLAIN}</span> </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_STRING} </td> <td class="row1" align="left" valign="middle"> {TEST_STRING} </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_NUMBER} </td> <td class="row1" align="left" valign="middle"> {TEST_NUMBER} </td> </tr> <tr> <td class="row3" colspan="2" align="left" valign="middle"> <span class="topictitle">{L_STARTKIT_PARAMETER_MODIFIED}</span><br /><span class="genmed">{L_STARTKIT_PARAMETER_MODIFIED_EXPLAIN}</span> </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_MODIFIED} </td> <td class="row1" align="left" valign="middle"> {TEST_MODIFIED} </td> </tr> <tr> <td class="row3" colspan="2" align="left" valign="middle"> <span class="topictitle">{L_STARTKIT_PARAMETER_CUSTOM}</span><br /><span class="genmed">{L_STARTKIT_PARAMETER_CUSTOM_EXPLAIN}</span> </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_CUSTOM} </td> <td class="row1" align="left" valign="middle"> {TEST_CUSTOM} </td> </tr> <tr> <td class="row3" colspan="2" align="left" valign="middle"> <span class="topictitle">{L_STARTKIT_CONFIG}</span><br /><span class="genmed">{L_STARTKIT_CONFIG_EXPLAIN}</span> </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_CONFIG1} </td> <td class="row1" align="left" valign="middle"> {TEST_CONFIG1} </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_CONFIG2} </td> <td class="row1" align="left" valign="middle"> {TEST_CONFIG2} </td> </tr> <tr> <td class="row3" colspan="2" align="left" valign="middle"> <span class="topictitle">{L_STARTKIT_GET}</span><br /><span class="genmed">{L_STARTKIT_GET_EXPLAIN}</span> </td> </tr> <tr> <td class="row2" width="50%" align="right" valign="middle"> {L_TEST_GET} </td> <td class="row1" align="left" valign="middle"> {TEST_GET} </td> </tr> </table> --- NEW FILE: _core.cfg --- <?php /** * * @package mxBB Portal Module - mx_dev_startkit * @version $Id: _core.cfg,v 1.1 2007/09/09 17:07:25 jonohlsson Exp $ * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // ** Configuration file for subSilver template ** // // ** copyright (C) 2001 The phpBB Group ** // ** Created by subBlue design ** // ** www.subBlue.com ** // // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** // // Please note that to enable support of different languages // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path ); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- $mx_images['startkit_image'] = $current_template_images . "/dev_startkit.gif"; // ------------------------------------------------------------------------- // Redefine phpBB images // ------------------------------------------------------------------------- ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:39
|
Update of /cvsroot/mxbb/mx_dev_startkit/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19032/subSilver Removed Files: index.htm startkit_body.tpl subSilver.cfg Log Message: and more --- subSilver.cfg DELETED --- --- startkit_body.tpl DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:39
|
Update of /cvsroot/mxbb/mx_dev_startkit/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19032/_core/admin Added Files: index.htm mx_module_parameters.tpl startkit_config_body.tpl Log Message: and more --- NEW FILE: mx_module_parameters.tpl --- <!-- BEGIN select --> <tr> <td width="100%" colspan="2"> <table cellpadding="2" cellspacing="0" width="100%"> <tr title="{select.FIELD_DESCRIPTION}"> <td class="row1" width="50%" align="right"> <span class="topictitle">{select.PARAMETER_TITLE}:</span> <span class="gensmall">{select.PARAMETER_TITLE_EXPLAIN}</span> </td> <td class="row1"> {select.SELECT_LIST} </td> </tr> </table> </td> </tr> <!-- END select --> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: startkit_config_body.tpl --- <h1>{L_CONFIGURATION_TITLE}</h1> <p>{L_CONFIGURATION_EXPLAIN}</p> <form action="{S_CONFIG_ACTION}" method="post"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> </tr> <tr> <td class="row1"><p>{L_STARTKIT_CONFIG1}<br> <span class="gensmall">{L_STARTKIT_CONFIG1_EXPLAIN}</span> </p></td> <td class="row2"><input type="text" maxlength="5" size="5" name="startkit_config1" value="{STARTKIT_CONFIG1}" /></td> </tr> <tr> <td class="row1">{L_STARTKIT_CONFIG2}<br> <span class="gensmall">{L_STARTKIT_CONFIG2_EXPLAIN}</span> </td> <td class="row2"><input type="radio" name="startkit_config2" value="1" {S_STARTKIT_CONFIG2_YES} /> {L_YES} <input type="radio" name="startkit_config2" value="0" {S_STARTKIT_CONFIG2_NO} /> {L_NO}</td> </tr> <tr> <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </td> </tr> </table> </form> <br clear="all" /> |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:20
|
Update of /cvsroot/mxbb/mx_dev_startkit In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18887 Modified Files: mx_dev_startkit.php Log Message: and more Index: mx_dev_startkit.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/mx_dev_startkit.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_dev_startkit.php 5 May 2007 20:20:24 -0000 1.6 --- mx_dev_startkit.php 9 Sep 2007 17:07:14 -0000 1.7 *************** *** 36,40 **** | Examples: | ! | $mx_module->append_sid() | $mx_module->redirect() | $mx_module->make_jumpbox() --- 36,40 ---- | Examples: | ! | $mx_module->mx_append_sid() | $mx_module->redirect() | $mx_module->make_jumpbox() |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:07:18
|
Update of /cvsroot/mxbb/mx_dev_startkit/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18887/admin Modified Files: admin_dev_startkit.php Log Message: and more Index: admin_dev_startkit.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/admin/admin_dev_startkit.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_dev_startkit.php 5 May 2007 20:20:23 -0000 1.5 --- admin_dev_startkit.php 9 Sep 2007 17:07:13 -0000 1.6 *************** *** 62,66 **** if ( isset( $HTTP_POST_VARS['submit'] ) ) { ! $message = $lang['Startkit_config_updated'] . "<br /><br />" . sprintf( $lang['Startkit_return_config'], "<a href=\"" . append_sid( "admin_dev_startkit.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); } --- 62,66 ---- if ( isset( $HTTP_POST_VARS['submit'] ) ) { ! $message = $lang['Startkit_config_updated'] . "<br /><br />" . sprintf( $lang['Startkit_return_config'], "<a href=\"" . mx_append_sid( "admin_dev_startkit.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" ); mx_message_die( GENERAL_MESSAGE, $message ); } *************** *** 77,81 **** $template->assign_vars( array( ! "S_CONFIG_ACTION" => append_sid( "admin_dev_startkit.$phpEx" ), "L_YES" => $lang['Yes'], --- 77,81 ---- $template->assign_vars( array( ! "S_CONFIG_ACTION" => mx_append_sid( "admin_dev_startkit.$phpEx" ), "L_YES" => $lang['Yes'], |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:04:17
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17347 Added Files: index.htm page_footer.tpl page_header.tpl Log Message: and more --- NEW FILE: page_header.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="{S_CONTENT_DIRECTION}"> <head> {META} <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <title>{SITENAME} - {L_MX_ADMIN}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- BEGIN switch_gecko --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- END switch_gecko --> {MX_ADDITIONAL_CSS} {MX_ICON_CSS} <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <a name="top"></a> --- NEW FILE: page_footer.tpl --- <!-- Please note that the following copyright notice MUST be displayed on each and every page output by phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD your own notice to it should you have altered the code but you may not replace it. The hyperlink must also remain intact. These conditions are part of the licence this software is released under. See the LICENCE and README files for more information. The phpBB Group : 2001 & mxBB Team : 2002 //--> <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB-Portal</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> {EXECUTION_STATS} </body> </html> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:04:09
|
Update of /cvsroot/mxbb/core/templates/mxSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17046 Added Files: index.htm page_footer.tpl page_header.tpl Log Message: and more --- NEW FILE: page_header.tpl --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="{S_CONTENT_DIRECTION}"> <head> {META} <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <title>{SITENAME} - {L_MX_ADMIN}</title> <!-- First load standard template *.css definition, located in the the phpbb template folder --> <link rel="stylesheet" href="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_PHPBB_STYLESHEET}" type="text/css" > <!-- Then load mxBB template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > <!-- Optionally, redefine some defintions for gecko browsers --> <!-- BEGIN switch_gecko --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- END switch_gecko --> {MX_ADDITIONAL_CSS} {MX_ICON_CSS} <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Common.js"></script> <script language="javascript" type="text/javascript" src="{U_PORTAL_ROOT_PATH}modules/mx_shared/lib/Toggle.js"></script> </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <a name="top"></a> --- NEW FILE: page_footer.tpl --- <!-- Please note that the following copyright notice MUST be displayed on each and every page output by phpBB. You may alter the font, colour etc. but you CANNOT remove it, nor change it so that it be, to all intents and purposes, invisible. You may ADD your own notice to it should you have altered the code but you may not replace it. The hyperlink must also remain intact. These conditions are part of the licence this software is released under. See the LICENCE and README files for more information. The phpBB Group : 2001 & mxBB Team : 2002 //--> <div align="center"><span class="copyright">{POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB-Portal</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group</span></div> <!-- This displays generation info at the bottom of the page --> {EXECUTION_STATS} </body> </html> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Jon O. <jon...@us...> - 2007-09-09 17:00:43
|
Update of /cvsroot/mxbb/core/templates/mxSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15233/admin Log Message: Directory /cvsroot/mxbb/core/templates/mxSilver/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 16:57:48
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13507 Removed Files: index.htm mx_textblock_bbcode.tpl mx_textblock_blog.tpl mx_textblock_edit.tpl mx_textblock_editblog.tpl mx_textblock_html.tpl mx_textblock_multi.tpl mx_textblock_preview.tpl Log Message: Ok, massive update for 2.9.x. --- mx_textblock_html.tpl DELETED --- --- mx_textblock_editblog.tpl DELETED --- --- mx_textblock_bbcode.tpl DELETED --- --- mx_textblock_multi.tpl DELETED --- --- mx_textblock_preview.tpl DELETED --- --- mx_textblock_blog.tpl DELETED --- --- mx_textblock_edit.tpl DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 16:57:44
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13507/admin Removed Files: index.htm mx_module_parameters.tpl Log Message: Ok, massive update for 2.9.x. --- mx_module_parameters.tpl DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 16:57:32
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13439 Removed Files: index.htm Log Message: Ok, massive update for 2.9.x. --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 16:57:31
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13439/admin Removed Files: index.htm rebuild_search.tpl rebuild_search_progress.tpl Log Message: Ok, massive update for 2.9.x. --- rebuild_search.tpl DELETED --- --- index.htm DELETED --- --- rebuild_search_progress.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 16:57:15
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/templates/subSilver/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13274 Removed Files: index.htm thumb_globe.gif thumb_news.gif Log Message: Ok, massive update for 2.9.x. --- thumb_globe.gif DELETED --- --- thumb_news.gif DELETED --- --- index.htm DELETED --- |