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
|
|
From: Jon O. <jon...@us...> - 2007-09-09 20:58:17
|
Update of /cvsroot/mxbb/mx_slides/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8354 Added Files: mx_textblock_bbcode.tpl mx_textblock_html.tpl mx_textblock_multi.tpl slides_index.tpl subSilver.cfg Log Message: for 2.9.x --- NEW FILE: subSilver.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: subSilver.cfg,v 1.1 2007/09/09 20:58:08 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['kb_icon_approve'] = "$current_template_images/icon_approve.gif"; $mx_images['kb_icon_unapprove'] = "$current_template_images/icon_unapprove.gif"; $mx_images['kb_title'] = "$current_template_images/{LANG}/kb.gif"; $mx_images['kb_search'] = "$current_template_images/{LANG}/icon_kb_search.gif"; $mx_images['kb_stats'] = "$current_template_images/{LANG}/icon_kb_stats.gif"; $mx_images['kb_toplist'] = "$current_template_images/{LANG}/icon_kb_toplist.gif"; $mx_images['kb_upload'] = "$current_template_images/{LANG}/icon_kb_post.gif"; $mx_images['kb_rate'] = "$current_template_images/{LANG}/icon_kb_rate.gif"; $mx_images['kb_comment_post'] = "$current_template_images/{LANG}/icon_kb_post_comment.gif"; // // Article and Category lists // //$mx_images['kb_article'] = $images['icon_minipost']; // Article Row $mx_images['kb_article'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message.gif"; // Article Row //$mx_images['kb_article_new'] = $images['icon_minipost_new']; // Article Row $mx_images['kb_article_new'] = $mx_root_path . $images['mx_graphics']['menu_icons'] . '/' ."icon_message_hot.gif"; // Article Row $mx_images['kb_category'] = $images['folder']; // Category Row $mx_images['kb_category_new'] = $images['folder_new']; // Category Row // ------------------------------------------------------------------------- // Redefine phpBB images (Commenting) // ------------------------------------------------------------------------- $mx_images['kb_icon_minipost'] = $images['icon_minipost']; $mx_images['kb_icon_edit'] = $images['icon_edit']; $mx_images['kb_icon_delpost'] = $images['icon_delpost']; $mx_images['kb_icon_reply'] = $images['icon_reply']; $mx_images['kb_folder'] = $images['folder']; $mx_images['kb_folder_sticky'] = $images['folder_sticky']; $mx_images['kb_folder_announce'] = $images['folder_announce']; $mx_images['kb_icon_newest_reply'] = $images['icon_newest_reply']; // // Last Article block // $mx_images['kb_last_article_folder'] = $images['folder']; $mx_images['kb_icon_latest_reply'] = $images['icon_latest_reply']; ?> --- NEW FILE: slides_index.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}slides/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}slides/shared/XulMenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}slides/includes/js/management.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}slides/includes/js/debug.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/AjaxRequest_comp.js"></script> <script type="text/javascript"> function _mxBlock(id, page) { this.block_id = id; this.page_id = page; } mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); slideBlocks = new Array(); <!-- BEGIN slides --> slideBlocks['{slides.ID}'] = {slides.BLOCK_ID}; <!-- END slides --> </script> <style type="text/css"> <!-- #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { padding: 5px 5px 5px 5px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 5px 5px 5px 5px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { margin-left: 1.2em; margin-right: 0.75em; margin-bottom: 0; padding: 0; } /* SimpleDoc [www.gosu.pl], style for DynamicTree */ .DynamicTree { font-family: {T_FONTFACE1}; font-size: 11px; white-space: nowrap; cursor: default; } .DynamicTree .wrap1, .DynamicTree .actions { -moz-user-select: none; } .DynamicTree a, .DynamicTree a:hover { color: {T_BODY_VLINK}; text-decoration: none; cursor: default; } .DynamicTree .text { padding: 1px; cursor: pointer; } .DynamicTree .text-active { background: {T_TR_COLOR1}; padding: 1px; cursor: pointer; } .DynamicTree div.folder img, .DynamicTree div.doc img { border: 0; vertical-align: -30%; } .DynamicTree .counter { float:right; margin-top: -15px; } * html .DynamicTree .folder img, * html .DynamicTree .doc img { vertical-align: -40%; } .DynamicTree .section { background: url({MX_ROOT_PATH}{MODULE_ROOT_PATH}bugsbt/shared/DynamicTree/images/tree-branch.gif) repeat-y; display: none; } .DynamicTree .last { background: none; } .DynamicTree div.folder div.folder { margin-left: 18px; } .DynamicTree div.doc div.doc, .DynamicTree div.folder div.doc { margin-left: 18px; } .DynamicTree ul {} .DynamicTree li.folder {} .DynamicTree li.doc {} .DynamicTree .actions { margin-top: 7px; margin-left: 0px; height: 20px; float:left; } .DynamicTree .tooltip { margin-top: 28px; margin-left: 0px; height: 5px; } .DynamicTree .moveUp, .DynamicTree .moveDown, .DynamicTree .moveLeft, .DynamicTree .moveRight, .DynamicTree .insert, .DynamicTree .remove { margin-top: 4px; width: 20px; height: 20px; display: block; border: 1px solid {T_TH_COLOR1}; cursor: default; float:left; } .DynamicTree .moveUp:hover, .DynamicTree .moveDown:hover, .DynamicTree .moveLeft:hover, .DynamicTree .moveRight:hover, .DynamicTree .insert:hover, .DynamicTree .remove:hover { background-color: {T_TR_COLOR1}; border: 1px solid {T_TH_COLOR3}; } .DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;} .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px; height:300px; overflow-x:hidden; overflow-y:auto;} .DynamicTree .wrap2 { margin-left: 2px; } .DynamicTree .wrap3 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px;} .DynamicTree #tree-insert-form { display: none; margin-top: 5em; } .DynamicTree #tree-insert-form .label { text-align: right; width: 50px; padding-right: 8px; } .DynamicTree #tree-insert-form .input { margin-bottom: 2px; padding-left: 3px; } .DynamicTree #tree-insert-form select { margin-bottom: 2px; } .DynamicTree #tree-insert-form .button { margin-top: 4px; } --> </style> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td> <!-- MAIN --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="main"> <tr> <td id="left" class="row1"> <div class="DynamicTree"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"> <div class="wrap1"> <div class="top">{L_TOC}</div> <div class="row2"> <div id="tree"> {TREE_HTML} </div> </div> <div id="countdown"></div> </div> </td> </tr> </table> </div> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}slides/includes/js/init_main.js"></script> </td> <td id="right" class="row1"> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="tabs" class="XulTabs"> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" class="content"> <tr> <td class="wrap2"> <div id="tabs-loading">{L_LOADING}</div> <div id="tabs-saving">{L_SAVING}</div> <div id="tabs-data"></div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <script type="text/javascript"> if (getCookie("openEditBug")) el('openEditBug').checked = "checked"; </script> --- NEW FILE: mx_textblock_bbcode.tpl --- <span class="cattitle">{L_TITLE}</span> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <td class="row1" align="left" >{U_TEXT}</td> </tr> </table> --- NEW FILE: mx_textblock_multi.tpl --- <span class="cattitle">{L_TITLE}</span> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <!-- BEGIN switch_toc --> <tr> <td class="row1" align="left" colspan="2"><br /><span class="topictitle">{L_TOC}</span><br /><hr /><span class="nav"> <!-- BEGIN pages --> {switch_toc.pages.TOC_ITEM} <!-- END pages --> </span></td> </tr> <!-- END switch_toc --> <tr> <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}">{U_TEXT}</span></td> </tr> <!-- BEGIN switch_pages --> <tr> <td class="row1" align="center" colspan="2"><span class="nav"><hr />{L_GOTO_PAGE} <!-- BEGIN pages --> {switch_pages.pages.PAGE_LINK} <!-- END pages --> </span></td> </tr> <!-- END switch_pages --> </table> --- NEW FILE: mx_textblock_html.tpl --- <span class="cattitle">{L_TITLE}</span> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <td class="row1" align="left">{U_TEXT}</td> </tr> </table> |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:57:25
|
Update of /cvsroot/mxbb/mx_slides/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7961 Modified Files: subSilver.cfg Log Message: update-check-before-removal Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_slides/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 5 May 2007 20:33:29 -0000 1.1 --- subSilver.cfg 9 Sep 2007 20:57:22 -0000 1.2 *************** *** 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 20:56:58
|
Update of /cvsroot/mxbb/mx_slides/templates/_core/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7542/images Log Message: Directory /cvsroot/mxbb/mx_slides/templates/_core/images added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:56:51
|
Update of /cvsroot/mxbb/mx_slides/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7524/_core Log Message: Directory /cvsroot/mxbb/mx_slides/templates/_core added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:54:49
|
Update of /cvsroot/mxbb/mx_sitestats/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6635 Removed Files: index.htm sitestats_counter_admin.tpl sitestats_referers_admin.tpl sitestats_settings.tpl Log Message: for 2.9.x --- sitestats_referers_admin.tpl DELETED --- --- sitestats_counter_admin.tpl DELETED --- --- index.htm DELETED --- --- sitestats_settings.tpl DELETED --- |
Update of /cvsroot/mxbb/mx_sitestats/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6208/subSilver Removed Files: index.htm sitestats_adminstats_body.tpl sitestats_counter_body.tpl sitestats_fastestusers_body.tpl sitestats_monthlystats_body.tpl sitestats_mostintopics_body.tpl sitestats_sitestaff_body.tpl sitestats_topavatars_body.tpl sitestats_topposters_body.tpl sitestats_topposters_tiny.tpl sitestats_topreferers_body.tpl sitestats_topsmilies_body.tpl sitestats_topstarters_body.tpl sitestats_toptopics_body.tpl sitestats_topwords_body.tpl sitestats_usersranks_body.tpl subSilver.cfg Log Message: for 2.9.x --- sitestats_sitestaff_body.tpl DELETED --- --- sitestats_topposters_body.tpl DELETED --- --- sitestats_mostintopics_body.tpl DELETED --- --- sitestats_adminstats_body.tpl DELETED --- --- sitestats_usersranks_body.tpl DELETED --- --- sitestats_topsmilies_body.tpl DELETED --- --- sitestats_toptopics_body.tpl DELETED --- --- subSilver.cfg DELETED --- --- sitestats_topreferers_body.tpl DELETED --- --- sitestats_topavatars_body.tpl DELETED --- --- sitestats_topstarters_body.tpl DELETED --- --- sitestats_counter_body.tpl DELETED --- --- sitestats_topposters_tiny.tpl DELETED --- --- sitestats_fastestusers_body.tpl DELETED --- --- sitestats_monthlystats_body.tpl DELETED --- --- index.htm DELETED --- --- sitestats_topwords_body.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:54:43
|
Update of /cvsroot/mxbb/mx_sitestats/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6208/_core/admin Added Files: index.htm sitestats_counter_admin.tpl sitestats_referers_admin.tpl sitestats_settings.tpl Log Message: for 2.9.x --- NEW FILE: sitestats_referers_admin.tpl --- <h1>{L_TITLE}</h1> <p>{L_EXPLAIN}</p> <script language="javascript" type="text/javascript"> <!-- function switchMarks(status) { for( var i=0; i < document.referers_admin.length; i++ ) if( document.referers_admin.elements[i].type == 'checkbox' ) document.referers_admin.elements[i].checked = status; } function IsMarked() { for( var i=0; i < document.referers_admin.length; i++ ) if( document.referers_admin.elements[i].type == 'checkbox' && document.referers_admin.elements[i].checked ) return true; alert("{L_NO_ITEMS_MARKED}"); return false; } function confirmOperation() { return( IsMarked() && confirm("{L_PLEASE_CONFIRM}") ); } function confirmDeleteAll() { return( confirm("{L_PLEASE_CONFIRM}") ); } // --> </script> <form action="{U_FORM_ACTION}" method="post" name="referers_admin"> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <td align="left" valign="middle"> <span class="gensmall"><b>{L_SELECT_FILTER}:</b> <input type="radio" name="filter" value="enabled" id="enabled" {ENABLED_SELECTED}><label for="enabled">{L_ENABLED}</label> <input type="radio" name="filter" value="disabled" id="disabled" {DISABLED_SELECTED}><label for="disabled">{L_DISABLED}</label> <input type="submit" value="{L_GO}" class="liteoption"> </span> </td> <td align="right" valign="middle"> <span class="gensmall"><b>{L_SELECT_SORT_METHOD}:</b> <select name="sort">{S_SORT_METHOD}</select> <b>{L_ORDER}:</b> <select name="order"> <option value="" {ASC_SELECTED} >{L_SORT_ASCENDING}</option> <option value="DESC" {DESC_SELECTED} >{L_SORT_DESCENDING}</option> </select> <input type="submit" value="{L_SORT}" class="liteoption"> </span> </td> </tr> </table> <!-- BEGIN ok_referers_sw --> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</span></td> <td align="right" valign="middle"><span class="nav">{PAGINATION}</span></td> </tr> </table> <!-- END ok_referers_sw --> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> <th class="thHead" colspan="5">{L_TITLE}</th> </tr> <tr> <td class="cat" align="center" valign="middle"><span class="gen"><b>{L_REFERER_HOST}</b></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><b>{L_REFERER_HITS}</b></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><b>{L_FIRST_VISIT}</b></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><b>{L_LAST_VISIT}</b></span></td> <td class="cat" align="center" valign="middle"><span class="gen"><b>{L_MARK}</b></span></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.ROW_CLASS}" align="left" valign="middle"><a href="http://{datarow.HOST}" target="_blank"><span class="genmed">{datarow.HOST}</span></a></td> <td class="{datarow.ROW_CLASS}" align="right" valign="middle"><span class="genmed">{datarow.HITS}</span></td> <td class="{datarow.ROW_CLASS}" align="center" valign="middle"><span class="genmed">{datarow.FIRST_VISIT}</span></td> <td class="{datarow.ROW_CLASS}" align="center" valign="middle"><span class="genmed">{datarow.LAST_VISIT}</span></td> <td class="{datarow.ROW_CLASS}" align="center" valign="middle"><input type="checkbox" name="id_list[]" value="{datarow.ID}"></td> </tr> <!-- END datarow --> <!-- BEGIN no_referers_sw --> <tr> <td class="row1" colspan="5" align="center" valign="middle"><span class="gen">{L_NO_REFERERS}</span></td> </tr> <!-- END no_referers_sw --> <tr> <td class="cat" colspan="5" align="center" valign="middle"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <td align="left" valign="middle"> <input type="button" name="mark_all" value="{L_MARK_ALL}" class="liteoption" onClick="switchMarks(true);" /> <input type="button" name="unmark_all" value="{L_UNMARK_ALL}" class="liteoption" onClick="switchMarks(false);" /> </td> <td align="right" valign="middle"> <input type="submit" name="enable" value="{L_ENABLE_MARKED}" class="liteoption" onClick="return confirmOperation();" /> <input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" onClick="return confirmOperation();" /> <input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="liteoption" onClick="return confirmDeleteAll();" /> </td> </tr> </table> </td> </tr> </table> <!-- BEGIN ok_referers_sw --> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</span></td> <td align="right" valign="middle"><span class="nav">{PAGINATION}</span></td> </tr> </table> <!-- END ok_referers_sw --> </form> --- NEW FILE: sitestats_counter_admin.tpl --- <h1>{L_PAGE_TITLE}</h1> <p>{L_PAGE_EXPLAIN}</p> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <tr> <th class="thCornerL">{L_COUNTER_ID}</th> <th class="thTop">{L_COUNTER_PAGE}</th> <th class="thTop">{L_COUNTER_HITS}</th> <th class="thTop">{L_COUNTER_SESS}</th> <th class="thCornerR" colspan="2">{L_ACTION}</th> </tr> <!-- BEGIN counter_rows --> <tr> <td class="row1" align="center">{counter_rows.COUNTER_ID}</td> <td class="row1" align="left" >{counter_rows.COUNTER_PAGE}</td> <td class="row1" align="right" >{counter_rows.COUNTER_HITS}</td> <td class="row1" align="right" >{counter_rows.COUNTER_SESS}</td> <td class="row2" align="center"><a href="{counter_rows.U_EDIT}">{L_EDIT}</a></td> <td class="row2" align="center"><a href="{counter_rows.U_DELETE}">{L_DELETE}</a></td> </tr> <!-- END counter_rows --> <tr> <td class="cat" colspan="6" align="center"> [<a href="{U_ADD}">{L_ADD}</a>] </td> </tr> </table> <br clear="all" /> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: sitestats_settings.tpl --- <h1>{L_SITESTATS_SETTINGS}</h1> <p>{L_SITESTATS_SETTINGS_EXPLAIN}<br /></p> <script language="javascript" type="text/javascript"> <!-- var aImgExts = new Array(); var iImgExts = 0; aImgExts[iImgExts++] = ""; // First element is RenderAsText! <!-- BEGIN imginfo --> aImgExts[iImgExts++] = "{imginfo.EXTENSION}"; <!-- END imginfo --> function updateImages() { var oSelect, iImage, sImageType, sExtension; if( !document.images ) return; oSelect = document.sitestats_form.elements['counter_type']; iImage = (oSelect.selectedIndex >= 0 && oSelect.selectedIndex < aImgExts.length ? oSelect.selectedIndex : -1); if( iImage >= 0 ) { sImageType = oSelect.options[iImage].value; sExtension = aImgExts[iImage]; } else { sImageType = ''; sExtension = ''; } for( var i=0; i < 10; i++ ) { document.images['img_'+i].src = ( sImageType == '' ) ? "{SPACER}" : "{DIGITS_PATH}"+sImageType+"/"+i+"."+sExtension; } } // --> </script> <form action="{S_ACTION}" method="post" name="sitestats_form"> <table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_COUNTER_SETTINGS}</th> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_COUNTER_TYPE}:</b><br><span class="gensmall">{L_COUNTER_TYPE_EXPLAIN}</span></p></td> <td class="row2"><select name="counter_type" onChange="updateImages();">{SELECT_COUNTER_TYPE}</select><br />{SAMPLE_DIGITS}</td> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_TEXT_CLASS}:</b><br><span class="gensmall">{L_TEXT_CLASS_EXPLAIN}</span></p></td> <td class="row2"><select name="text_class">{SELECT_TEXT_CLASS}</select></td> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_COUNTER_CLASS}:</b><br><span class="gensmall">{L_COUNTER_CLASS_EXPLAIN}</span></p></td> <td class="row2"><select name="counter_class">{SELECT_COUNTER_CLASS}</select></td> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_COUNTER_STYLE}:</b><br><span class="gensmall">{L_COUNTER_STYLE_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="150" size="40" name="counter_style" value="{COUNTER_STYLE}" /></td> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_COUNTER_SIZE}:</b><br><span class="gensmall">{L_COUNTER_SIZE_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="5" size="5" name="counter_size" value="{COUNTER_SIZE}" /></td> </tr> <tr> <td class="row1"><p><b>{L_COUNTER_TOSHOW}:</b><br><span class="gensmall">{L_COUNTER_TOSHOW_EXPLAIN}</span></p></td> <td class="row2"> <input type="radio" name="counters_toshow" value="1" id="counters_toshow_hits" {COUNTER_TOSHOW_HITS} /> <label for="counters_toshow_hits">{L_HITS}</label> <input type="radio" name="counters_toshow" value="2" id="counters_toshow_sess" {COUNTER_TOSHOW_SESS} /> <label for="counters_toshow_sess">{L_SESSIONS}</label> <input type="radio" name="counters_toshow" value="0" id="counters_toshow_both" {COUNTER_TOSHOW_BOTH} /> <label for="counters_toshow_both">{L_BOTH}</label> </td> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_MORE_STATS_PAGE}:</b><br><span class="gensmall">{L_MORE_STATS_PAGE_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="5" size="5" name="more_stats_page" value="{MORE_STATS_PAGE}" /></td> </tr> <tr> <td class="spaceRow" colspan="2" height="1"><img src="{SPACER}" alt="" width="1" height="1" /></td> </tr> <tr> <th class="thHead" colspan="2">{L_REFERERS_SETTINGS}</th> </tr> <tr> <td class="row1"><p><b>{L_REFERERS_LOGGING}:</b><br><span class="gensmall">{L_REFERERS_LOGGING_EXPLAIN}</span></p></td> <td class="row2"> <input type="radio" name="referers_logging" value="1" id="logging_on" {REFERERS_LOGGING_ON} /> <label for="logging_on">{L_ON}</label> <input type="radio" name="referers_logging" value="0" id="logging_off" {REFERERS_LOGGING_OFF} /> <label for="logging_off">{L_OFF}</label> </td> </tr> <tr> <td class="row1" valign="middle"><p><b>{L_REFERERS_COUNT}:</b><br><span class="gensmall">{L_REFERERS_COUNT_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="5" size="5" name="referers_count" value="{REFERERS_COUNT}" /></td> </tr> <tr> <td class="row1"><p><b>{L_REFERERS_SHOWDIS}:</b><br><span class="gensmall">{L_REFERERS_SHOWDIS_EXPLAIN}</span></p></td> <td class="row2"> <input type="radio" name="referers_show_disabled" value="1" id="showdis_on" {REFERERS_SHOWDIS_ON} /> <label for="showdis_on">{L_ON}</label> <input type="radio" name="referers_show_disabled" value="0" id="showdis_off" {REFERERS_SHOWDIS_OFF} /> <label for="showdis_off">{L_OFF}</label> </td> </tr> <tr> <td class="spaceRow" colspan="2" height="1"><img src="{SPACER}" alt="" width="1" height="1" /></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" onClick="setTimeout('updateImages();',500);" /> </td> </tr> </table> </form> <br clear="all" /> |
Update of /cvsroot/mxbb/mx_sitestats/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6208/_core Added Files: _core.cfg index.htm sitestats_adminstats_body.tpl sitestats_counter_body.tpl sitestats_fastestusers_body.tpl sitestats_monthlystats_body.tpl sitestats_mostintopics_body.tpl sitestats_sitestaff_body.tpl sitestats_topavatars_body.tpl sitestats_topposters_body.tpl sitestats_topposters_tiny.tpl sitestats_topreferers_body.tpl sitestats_topsmilies_body.tpl sitestats_topstarters_body.tpl sitestats_toptopics_body.tpl sitestats_topwords_body.tpl sitestats_usersranks_body.tpl Log Message: for 2.9.x --- NEW FILE: sitestats_sitestaff_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center"><b>{L_USERNAME}</b></td> <td class="catHead" align="center"><b>{L_FORUMS}</b></td> <td class="catHead" align="center"><b>{L_POSTS}</b></td> <td class="catHead" align="center"><b>{L_JOINED}</b></td> <td class="catHead" align="center"><b>{L_CONTACT}</b></td> </tr> <!-- BEGIN staff --> <tr> <td class="row1" valign="top" align="left"><a href="{staff.U_NAME}" class="genmed">{staff.NAME}</a><br /> <span class="postdetails">{staff.LEVEL}<br />{staff.RANK}<br />{staff.RANK_IMAGE}<br />{staff.AVATAR}</span></td> <td class="row2" valign="top" align="left"><span class="genmed">{staff.FORUMS}</span> </td> <td class="row1" valign="top" align="right"><span class="gensmall">{staff.POSTS} ø <br /> {staff.POST_PERCENT} ø <br />{staff.POST_DAY} ø <br />[{staff.LAST_POST}]</span> </td> <td class="row2" valign="top" align="right"><span class="gensmall">{staff.JOINED}<br />[{staff.PERIOD}]</span></td> <td class="row1" valign="middle" align="center"> {staff.MAIL}<br /> {staff.PM}<br /> {staff.MSN} {staff.YIM}<br />{staff.AIM} {staff.ICQ}<br /> {staff.WWW} </td> </tr> <!-- END staff --> </table> </td> </tr> </table> --- NEW FILE: sitestats_topposters_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="10%"><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_USERNAME}</b></td> <td class="catHead" align="center" width="10%"><b>{L_POSTS}</b></td> <td class="catHead" align="center" width="10%"><b>{L_PERCENTAGE}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}"><a href="{datarow.URL}">{datarow.USERNAME}</a></span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.POSTS}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.PERCENTAGE}%</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_mostintopics_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border:none;"> <tr> <td width="50%" valign="top" style="padding-right:2px;"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> <th class="thHead" align="center"> {L_TITLE1} </th> </tr> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_RATE}</b></td> <td class="catHead" align="center" width="75%"><b>{L_TOPIC}</b></td> </tr> <!-- BEGIN datarow1 --> <tr> <td class="{datarow1.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow1.RANK}</span></td> <td class="{datarow1.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow1.RATE}</span></td> <td class="{datarow1.CLASS}" align="left" ><span class="{TEXT_CLASS}"><a href="{datarow1.URL}">{datarow1.TITLE}</a></span></td> </tr> <!-- END datarow1 --> </table> </td> </tr> </table> </td> <td width="50%" valign="top" style="padding-left:2px;"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> <th class="thHead" align="center"> {L_TITLE2} </th> </tr> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_RATE}</b></td> <td class="catHead" align="center" width="75%"><b>{L_TOPIC}</b></td> </tr> <!-- BEGIN datarow2 --> <tr> <td class="{datarow2.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow2.RANK}</span></td> <td class="{datarow2.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow2.RATE}</span></td> <td class="{datarow2.CLASS}" align="left" ><span class="{TEXT_CLASS}"><a href="{datarow2.URL}">{datarow2.TITLE}</a></span></td> </tr> <!-- END datarow2 --> </table> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: sitestats_adminstats_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="25%"><b>{L_STATISTIC}</b></td> <td class="catHead" align="center" width="25%"><b>{L_VALUE}</b></td> <td class="catHead" align="center" width="25%"><b>{L_STATISTIC}</b></td> <td class="catHead" align="center" width="25%"><b>{L_VALUE}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="row2" align="center"><span class="{TEXT_CLASS}">{datarow.STATISTIC}</span></td> <td class="row1" align="center"><span class="{TEXT_CLASS}">{datarow.VALUE}</span></td> <td class="row2" align="center"><span class="{TEXT_CLASS}">{datarow.STATISTIC2}</span></td> <td class="row1" align="center"><span class="{TEXT_CLASS}">{datarow.VALUE2}</span></td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: _core.cfg --- <?php /** * * @package mxBB Portal Module - mx_phpbb2blocks * @version $Id: _core.cfg,v 1.1 2007/09/09 20:53:58 jonohlsson Exp $ * @copyright (c) 2002-2006 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/ ** // // $Id: _core.cfg,v 1.1 2007/09/09 20:53:58 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"; // ------------------------------------------------------------------------- // (Re)Define images // ------------------------------------------------------------------------- // // Poll/Statistics Block // $mx_images['mx_voting_graphic'] = $images['voting_graphic']; // Array() $mx_images['mx_vote_bar'] = PHPBB_URL . $images['mx_graphics']['phpbb_icons'] . "/voting_bar.gif"; $mx_images['mx_vote_lcap'] = PHPBB_URL . $images['mx_graphics']['phpbb_icons'] . "/vote_lcap.gif"; $mx_images['mx_vote_rcap'] = PHPBB_URL . $images['mx_graphics']['phpbb_icons'] . "/vote_rcap.gif"; ?> --- NEW FILE: sitestats_usersranks_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="15%"><b>{L_RANK_TITLE_IMAGE}</b></td> <td class="catHead" align="center" width="15%"><b>{L_RANK_RANGE}</b></td> <td class="catHead" align="center" width="10%"><b>{L_USERS}</b></td> <td class="catHead" align="center" width="10%"><b>{L_PERCENTAGE}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK_TITLE_IMAGE}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK_RANGE}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.USERS}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.PERCENTAGE}%</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_topsmilies_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="10%"><b>{L_IMAGE}</b></td> <td class="catHead" align="center" width="15%"><b>{L_CODE}</b></td> <td class="catHead" align="center" width="10%" ><b>{L_USES}</b></td> <td class="catHead" align="center" width="10%"><b>{L_PERCENTAGE}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.URL}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.CODE}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.USES}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.PERCENTAGE}%</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_toptopics_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border:none;"> <tr> <td width="50%" valign="top" style="padding-right:2px;"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center"> {L_TITLE1} </th> </tr> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_VIEWS}</b></td> <td class="catHead" align="center" width="75%"><b>{L_TOPIC}</b></td> </tr> <!-- BEGIN datarow1 --> <tr> <td class="{datarow1.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow1.RANK}</span></td> <td class="{datarow1.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow1.VIEWS}</span></td> <td class="{datarow1.CLASS}" align="left" ><span class="{TEXT_CLASS}"><a href="{datarow1.URL}">{datarow1.TITLE}</a></span></td> </tr> <!-- END datarow1 --> </table> </td> </tr> </table> </td> <td width="50%" valign="top" style="padding-left:2px;"> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center"> {L_TITLE2} </th> </tr> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_REPLIES}</b></td> <td class="catHead" align="center" width="75%"><b>{L_TOPIC}</b></td> </tr> <!-- BEGIN datarow2 --> <tr> <td class="{datarow2.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow2.RANK}</span></td> <td class="{datarow2.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow2.REPLIES}</span></td> <td class="{datarow2.CLASS}" align="left" ><span class="{TEXT_CLASS}"><a href="{datarow2.URL}">{datarow2.TITLE}</a></span></td> </tr> <!-- END datarow2 --> </table> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: sitestats_topreferers_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="left" ><span class="gensmall"><a href="{datarow.U_HTTP_HOST}" target="_blank">{datarow.L_HTTP_HOST}</a></span></td> <td class="{datarow.CLASS}" align="right"><span class="gensmall">{datarow.L_HITS}</span></td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_topavatars_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="25%"><b>{L_AVATAR}</b></td> <td class="catHead" align="center" width="10%" ><b>{L_USES}</b></td> <td class="catHead" align="center" width="10%"><b>{L_PERCENTAGE}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.URL}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.USES}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.PERCENTAGE}%</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_topstarters_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="10%"><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_USERNAME}</b></td> <td class="catHead" align="center" width="10%"><b>{L_TOPICS}</b></td> <td class="catHead" align="center" width="10%"><b>{L_PERCENTAGE}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}"><a href="{datarow.URL}">{datarow.USERNAME}</a></span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.TOPICS}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.PERCENTAGE}%</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_counter_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td class="row1"> <table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td align="center"> <table width="100%" border="0" cellpadding="2" cellspacing="0"> <!-- BEGIN counters_toshow_hits_sw --> <tr> <td align="center"> <div class="{L_TEXT_CLASS}" style="padding-bottom:4px;">{L_PAGE_HITS_TEXT}</div> <!-- BEGIN text_counter_on --> <span class="{L_COUNTER_CLASS}" style="{L_COUNTER_STYLE}">{L_PAGE_HITS_COUNTER}</span> <!-- END text_counter_on --> <!-- BEGIN text_counter_off --> {IMG_PAGE_HITS_COUNTER} <!-- END text_counter_off --> <br /> </td> </tr> <!-- END counters_toshow_hits_sw --> <!-- BEGIN counters_toshow_sess_sw --> <tr> <td align="center"> <div class="{L_TEXT_CLASS}" style="padding:4px;">{L_PAGE_SESS_TEXT}</div> <!-- BEGIN text_counter_on --> <span class="{L_COUNTER_CLASS}" style="{L_COUNTER_STYLE}">{L_PAGE_SESS_COUNTER}</span> <!-- END text_counter_on --> <!-- BEGIN text_counter_off --> {IMG_PAGE_SESS_COUNTER} <!-- END text_counter_off --> </td> </tr> <!-- END counters_toshow_sess_sw --> <!-- BEGIN more_stats_sw --> <tr> <td align="center"> <div class="{L_TEXT_CLASS}" style="padding:4px;">{L_MORE_STATS}:</div> <a href="{U_MORE_STATS}"><img src="{IMG_MORE_STATS}" border="0" alt="{L_MORE_STATS}..." /></a> </td> </tr> <!-- END more_stats_sw --> </table> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: sitestats_topposters_tiny.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="left" ><span class="{TEXT_CLASS}"><a href="{datarow.URL}">{datarow.USERNAME}</a></span></td> <td class="{datarow.CLASS}" align="right"><span class="{TEXT_CLASS}">{datarow.POSTS}</span></td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_fastestusers_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="10%"><b>{L_RANK}</b></td> <td class="catHead" align="center" width="20%"><b>{L_USERNAME}</b></td> <td class="catHead" align="center" width="10%"><b>{L_TIME}</b></td> <td class="catHead" align="center" width="10%"><b>{L_POST_PER_DAY}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}"><a href="{datarow.URL}">{datarow.USERNAME}</a></span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.TIME}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RATE}</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- NEW FILE: sitestats_monthlystats_body.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center"><b>{L_YEAR}</b></td> <td class="catHead" align="center"><b>{L_JAN}</b></td> <td class="catHead" align="center"><b>{L_FEB}</b></td> <td class="catHead" align="center"><b>{L_MAR}</b></td> <td class="catHead" align="center"><b>{L_APR}</b></td> <td class="catHead" align="center"><b>{L_MAY}</b></td> <td class="catHead" align="center"><b>{L_JUN}</b></td> <td class="catHead" align="center"><b>{L_JUL}</b></td> <td class="catHead" align="center"><b>{L_AUG}</b></td> <td class="catHead" align="center"><b>{L_SEP}</b></td> <td class="catHead" align="center"><b>{L_OCT}</b></td> <td class="catHead" align="center"><b>{L_NOV}</b></td> <td class="catHead" align="center"><b>{L_DEC}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.YEAR}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M01}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M02}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M03}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M04}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M05}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M06}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M07}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M08}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M09}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M10}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M11}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.M12}</span></td> </tr> <!-- END datarow --> </table> </td> </tr> </table> --- 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: sitestats_topwords_body.tpl --- <script language="javascript" type="text/javascript"> <!-- if( typeof(mix_preloadImage) == 'undefined' ) function mix_preloadImage(arg) { if( document.images ) { i = new Image(); i.src = arg; return i; } return null; } if( typeof(mix_imgGraph_Left ) == 'undefined' ) mix_imgGraph_Left = mix_preloadImage("{LEFT_GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Center) == 'undefined' ) mix_imgGraph_Center = mix_preloadImage("{GRAPH_IMAGE}"); if( typeof(mix_imgGraph_Right ) == 'undefined' ) mix_imgGraph_Right = mix_preloadImage("{RIGHT_GRAPH_IMAGE}"); // --> </script> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <td> <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border:none;"> <tr> <td class="catHead" align="center" width="5%" ><b>{L_RANK}</b></td> <td class="catHead" align="center" width="25%"><b>{L_WORD}</b></td> <td class="catHead" align="center" width="10%" ><b>{L_USES}</b></td> <td class="catHead" align="center" width="10%"><b>{L_PERCENTAGE}</b></td> <td class="catHead" align="center" width="50%"><b>{L_GRAPH}</b></td> </tr> <!-- BEGIN datarow --> <tr> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.RANK}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.WORD}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.USES}</span></td> <td class="{datarow.CLASS}" align="center"><span class="{TEXT_CLASS}">{datarow.PERCENTAGE}%</span></td> <td class="{datarow.CLASS}" align="left"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{datarow.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" alt="{datarow.PERCENTAGE}%" /></td> </tr> </table> </td> </tr> <!-- END datarow --> </table> </td> </tr> </table> |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:54:40
|
Update of /cvsroot/mxbb/mx_sitestats In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6139 Modified Files: adminstats.php counter.php fastestusers.php mostintopics.php sitestaff.php topposters.php topposters_tiny.php topstarters.php toptopics.php Log Message: for 2.9.x Index: topstarters.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/topstarters.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** topstarters.php 29 Jun 2006 19:08:04 -0000 1.6 --- topstarters.php 9 Sep 2007 20:53:41 -0000 1.7 *************** *** 78,82 **** 'PERCENTAGE' => $percent_array['percentage'], 'BAR' => $percent_array['bar_percent'], ! 'URL' => append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'TOPICS' => $user_data[$i]['num_topics'] ) ); --- 78,82 ---- 'PERCENTAGE' => $percent_array['percentage'], 'BAR' => $percent_array['bar_percent'], ! 'URL' => mx_append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'TOPICS' => $user_data[$i]['num_topics'] ) ); Index: adminstats.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/adminstats.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** adminstats.php 29 Jun 2006 19:08:03 -0000 1.5 --- adminstats.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 73,77 **** $total_topics = $ss_phpbb->get_db_stat( 'topiccount' ); ! $start_date = create_date( $board_config['default_dateformat'], $board_config['board_startdate'], $board_config['board_timezone'] ); $boarddays = max( 1, round( ( time() - $board_config['board_startdate'] ) / 86400 ) ); --- 73,77 ---- $total_topics = $ss_phpbb->get_db_stat( 'topiccount' ); ! $start_date = phpBB2::create_date( $board_config['default_dateformat'], $board_config['board_startdate'], $board_config['board_timezone'] ); $boarddays = max( 1, round( ( time() - $board_config['board_startdate'] ) / 86400 ) ); *************** *** 264,268 **** if ( ( intval( $row[$i]['config_value'] ) > 0 ) && ( $row[$i]['config_name'] == 'record_online_date' ) ) { ! $most_users_date = create_date( $board_config['default_dateformat'], intval( $row[$i]['config_value'] ), $board_config['board_timezone'] ); } else if ( ( intval( $row[$i]['config_value'] ) > 0 ) && ( $row[$i]['config_name'] == 'record_online_users' ) ) --- 264,268 ---- if ( ( intval( $row[$i]['config_value'] ) > 0 ) && ( $row[$i]['config_name'] == 'record_online_date' ) ) { ! $most_users_date = phpBB2::create_date( $board_config['default_dateformat'], intval( $row[$i]['config_value'] ), $board_config['board_timezone'] ); } else if ( ( intval( $row[$i]['config_value'] ) > 0 ) && ( $row[$i]['config_name'] == 'record_online_users' ) ) *************** *** 299,306 **** $dbsize, $avatar_dir_size, ! create_date( $board_config['default_dateformat'], $newest_user_date, $board_config['board_timezone'] ), ! sprintf( '<a href="' . append_sid( PHPBB_URL . 'profile.' . $phpEx . '?mode=viewprofile&' . POST_USERS_URL . '=' . $newest_uid ) . '">' . $newest_user . '</a>' ), $most_users_date, $most_users, --- 299,306 ---- $dbsize, $avatar_dir_size, ! phpBB2::create_date( $board_config['default_dateformat'], $newest_user_date, $board_config['board_timezone'] ), ! sprintf( '<a href="' . mx_append_sid( PHPBB_URL . 'profile.' . $phpEx . '?mode=viewprofile&' . POST_USERS_URL . '=' . $newest_uid ) . '">' . $newest_user . '</a>' ), $most_users_date, $most_users, Index: topposters_tiny.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/topposters_tiny.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** topposters_tiny.php 29 Jun 2006 19:08:04 -0000 1.5 --- topposters_tiny.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 66,70 **** 'CLASS' => ( !( $i + 1 % 2 ) ) ? $theme['td_class2'] : $theme['td_class1'], 'USERNAME' => $user_data[$i]['username'], ! 'URL' => append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'POSTS' => $user_data[$i]['user_posts'] ) ); --- 66,70 ---- 'CLASS' => ( !( $i + 1 % 2 ) ) ? $theme['td_class2'] : $theme['td_class1'], 'USERNAME' => $user_data[$i]['username'], ! 'URL' => mx_append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'POSTS' => $user_data[$i]['user_posts'] ) ); Index: topposters.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/topposters.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** topposters.php 29 Jun 2006 19:08:04 -0000 1.5 --- topposters.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 75,79 **** 'PERCENTAGE' => $percent_array['percentage'], 'BAR' => $percent_array['bar_percent'], ! 'URL' => append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'POSTS' => $user_data[$i]['user_posts'] ) ); --- 75,79 ---- 'PERCENTAGE' => $percent_array['percentage'], 'BAR' => $percent_array['bar_percent'], ! 'URL' => mx_append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'POSTS' => $user_data[$i]['user_posts'] ) ); Index: sitestaff.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/sitestaff.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sitestaff.php 29 Jun 2006 19:08:04 -0000 1.5 --- sitestaff.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 63,67 **** { $forum_id = $row['forum_id']; ! $staff2[$row['user_id']][$row['forum_id']] = 'ø <a href="' . append_sid( PHPBB_URL . "viewforum.$phpEx?f=$forum_id" ) . '" class="genmed">' . $row['forum_name'] . '</a><br />'; } --- 63,67 ---- { $forum_id = $row['forum_id']; ! $staff2[$row['user_id']][$row['forum_id']] = 'ø <a href="' . mx_append_sid( PHPBB_URL . "viewforum.$phpEx?f=$forum_id" ) . '" class="genmed">' . $row['forum_name'] . '</a><br />'; } *************** *** 132,141 **** } $row = $db->sql_fetchrow( $result ); ! $last_post = ( isset( $row['post_time'] ) ) ? '<a href="' . append_sid( PHPBB_URL . "viewtopic.$phpEx?" . POST_POST_URL . "=$row[post_id]#$row[post_id]" ) . '" class="gensmall">' . create_date( $board_config['default_dateformat'], $row['post_time'], $board_config['board_timezone'] ) . '</a>' : $lang['None']; ! $mailto = ( $board_config['board_email_form'] ) ? append_sid( PHPBB_URL . "profile.$phpEx?mode=email&" . POST_USERS_URL . '=' . $staff['user_id'] ) : 'mailto:' . $staff['user_email']; $mail = ( $staff['user_email'] ) ? '<a href="' . $mailto . '"><img src="' . PHPBB_URL . $images['icon_email'] . '" alt="' . $lang['Send_email'] . '" title="' . $lang['Send_email'] . '" border="0" /></a>' : ''; ! $pmto = append_sid( PHPBB_URL . "privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$staff[user_id]" ); $pm = '<a href="' . $pmto . '"><img src="' . PHPBB_URL . $images['icon_pm'] . '" alt="' . $lang['Send_private_message'] . '" title="' . $lang['Send_private_message'] . '" border="0" /></a>'; --- 132,141 ---- } $row = $db->sql_fetchrow( $result ); ! $last_post = ( isset( $row['post_time'] ) ) ? '<a href="' . mx_append_sid( PHPBB_URL . "viewtopic.$phpEx?" . POST_POST_URL . "=$row[post_id]#$row[post_id]" ) . '" class="gensmall">' . phpBB2::create_date( $board_config['default_dateformat'], $row['post_time'], $board_config['board_timezone'] ) . '</a>' : $lang['None']; ! $mailto = ( $board_config['board_email_form'] ) ? mx_append_sid( PHPBB_URL . "profile.$phpEx?mode=email&" . POST_USERS_URL . '=' . $staff['user_id'] ) : 'mailto:' . $staff['user_email']; $mail = ( $staff['user_email'] ) ? '<a href="' . $mailto . '"><img src="' . PHPBB_URL . $images['icon_email'] . '" alt="' . $lang['Send_email'] . '" title="' . $lang['Send_email'] . '" border="0" /></a>' : ''; ! $pmto = mx_append_sid( PHPBB_URL . "privmsg.$phpEx?mode=post&" . POST_USERS_URL . "=$staff[user_id]" ); $pm = '<a href="' . $pmto . '"><img src="' . PHPBB_URL . $images['icon_pm'] . '" alt="' . $lang['Send_private_message'] . '" title="' . $lang['Send_private_message'] . '" border="0" /></a>'; *************** *** 186,194 **** 'RANK' => $rank, 'RANK_IMAGE' => $rank_image, ! 'U_NAME' => append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$staff[user_id]" ), 'NAME' => $staff[username], 'LEVEL' => $level, 'FORUMS' => $forums, ! 'JOINED' => create_date( $board_config['default_dateformat'], $staff['user_regdate'], $board_config['board_timezone'] ), 'PERIOD' => sprintf( $lang['SiteStats_Staff_Period'], $memberdays ), 'POSTS' => $staff['user_posts'], --- 186,194 ---- 'RANK' => $rank, 'RANK_IMAGE' => $rank_image, ! 'U_NAME' => mx_append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$staff[user_id]" ), 'NAME' => $staff[username], 'LEVEL' => $level, 'FORUMS' => $forums, ! 'JOINED' => phpBB2::create_date( $board_config['default_dateformat'], $staff['user_regdate'], $board_config['board_timezone'] ), 'PERIOD' => sprintf( $lang['SiteStats_Staff_Period'], $memberdays ), 'POSTS' => $staff['user_posts'], Index: fastestusers.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/fastestusers.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** fastestusers.php 29 Jun 2006 19:08:04 -0000 1.6 --- fastestusers.php 9 Sep 2007 20:53:41 -0000 1.7 *************** *** 78,82 **** 'PERCENTAGE' => number_format( $user_data[$i]['rate'], 2 ), 'BAR' => round( $user_data[$i]['rate'] * $cst ), ! 'URL' => append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'RATE' => round( $user_data[$i]['rate'], 2 ), 'TIME' => $user_data[$i]['time_on_forum'] ) --- 78,82 ---- 'PERCENTAGE' => number_format( $user_data[$i]['rate'], 2 ), 'BAR' => round( $user_data[$i]['rate'] * $cst ), ! 'URL' => mx_append_sid( PHPBB_URL . 'profile.php?mode=viewprofile&u=' . $user_data[$i]['user_id'] ), 'RATE' => round( $user_data[$i]['rate'], 2 ), 'TIME' => $user_data[$i]['time_on_forum'] ) Index: mostintopics.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/mostintopics.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mostintopics.php 29 Jun 2006 19:08:04 -0000 1.5 --- mostintopics.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 73,77 **** 'TITLE' => $topic_data[$i]['topic_title'], 'RATE' => $topic_data[$i]['k'], ! 'URL' => append_sid( PHPBB_URL . "viewtopic.$phpEx?t=" . $topic_data[$i]['topic_id'] ) ) ); } --- 73,77 ---- 'TITLE' => $topic_data[$i]['topic_title'], 'RATE' => $topic_data[$i]['k'], ! 'URL' => mx_append_sid( PHPBB_URL . "viewtopic.$phpEx?t=" . $topic_data[$i]['topic_id'] ) ) ); } *************** *** 104,108 **** 'TITLE' => $topic_data[$i]['topic_title'], 'RATE' => $topic_data[$i]['k'], ! 'URL' => append_sid( PHPBB_URL . "viewtopic.$phpEx?t=" . $topic_data[$i]['topic_id'] ) ) ); } --- 104,108 ---- 'TITLE' => $topic_data[$i]['topic_title'], 'RATE' => $topic_data[$i]['k'], ! 'URL' => mx_append_sid( PHPBB_URL . "viewtopic.$phpEx?t=" . $topic_data[$i]['topic_id'] ) ) ); } Index: counter.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/counter.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** counter.php 29 Jun 2006 19:08:04 -0000 1.4 --- counter.php 9 Sep 2007 20:53:41 -0000 1.5 *************** *** 76,80 **** else { ! $u_more_stats = append_sid( PORTAL_URL . "index.$phpEx?page=" . $sitestats_config['more_stats_page'] ); $img_more_stats = $module_root_path . 'images/icon_stat.gif'; $template->assign_block_vars( 'more_stats_sw', array() ); --- 76,80 ---- else { ! $u_more_stats = mx_append_sid( PORTAL_URL . "index.$phpEx?page=" . $sitestats_config['more_stats_page'] ); $img_more_stats = $module_root_path . 'images/icon_stat.gif'; $template->assign_block_vars( 'more_stats_sw', array() ); Index: toptopics.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/toptopics.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** toptopics.php 29 Jun 2006 19:08:04 -0000 1.5 --- toptopics.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 77,81 **** 'TITLE' => $topic_data[$i]['topic_title'], 'VIEWS' => $topic_data[$i]['topic_views'], ! 'URL' => append_sid( PHPBB_URL . 'viewtopic.php?t=' . $topic_data[$i]['topic_id'] ) ) ); } --- 77,81 ---- 'TITLE' => $topic_data[$i]['topic_title'], 'VIEWS' => $topic_data[$i]['topic_views'], ! 'URL' => mx_append_sid( PHPBB_URL . 'viewtopic.php?t=' . $topic_data[$i]['topic_id'] ) ) ); } *************** *** 105,109 **** 'TITLE' => $topic_data[$i]['topic_title'], 'REPLIES' => $topic_data[$i]['topic_replies'], ! 'URL' => append_sid( PHPBB_URL . 'viewtopic.php?t=' . $topic_data[$i]['topic_id'] ) ) ); } --- 105,109 ---- 'TITLE' => $topic_data[$i]['topic_title'], 'REPLIES' => $topic_data[$i]['topic_replies'], ! 'URL' => mx_append_sid( PHPBB_URL . 'viewtopic.php?t=' . $topic_data[$i]['topic_id'] ) ) ); } |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:54:24
|
Update of /cvsroot/mxbb/mx_sitestats/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6139/admin Modified Files: admin_counter.php admin_referers.php admin_sitestats.php Log Message: for 2.9.x Index: admin_referers.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/admin/admin_referers.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_referers.php 29 Jun 2006 19:08:03 -0000 1.7 --- admin_referers.php 9 Sep 2007 20:53:41 -0000 1.8 *************** *** 197,202 **** 'HOST' => $rowset[$i]['host'], 'HITS' => $rowset[$i]['hits'], ! 'FIRST_VISIT' => create_date( 'Y-m-d H:i:s', $rowset[$i]['firstvisit'], $board_config['board_timezone'] ), ! 'LAST_VISIT' => create_date( 'Y-m-d H:i:s', $rowset[$i]['lastvisit'], $board_config['board_timezone'] ) ) ); } --- 197,202 ---- 'HOST' => $rowset[$i]['host'], 'HITS' => $rowset[$i]['hits'], ! 'FIRST_VISIT' => phpBB2::create_date( 'Y-m-d H:i:s', $rowset[$i]['firstvisit'], $board_config['board_timezone'] ), ! 'LAST_VISIT' => phpBB2::create_date( 'Y-m-d H:i:s', $rowset[$i]['lastvisit'], $board_config['board_timezone'] ) ) ); } *************** *** 210,214 **** 'L_TITLE' => $lang['Referers_Management'], 'L_EXPLAIN' => $lang['Referers_Management_explain'] . $lang['Enabled'] . '(' . $total_rows[1] . '), ' . $lang['Disabled'] . '(' . $total_rows[0] . ')', ! 'U_FORM_ACTION' => append_sid( @basename( __FILE__ ) ), 'L_SELECT_FILTER' => $lang['Select_filter'], 'L_ENABLED' => $lang['Enabled'], --- 210,214 ---- 'L_TITLE' => $lang['Referers_Management'], 'L_EXPLAIN' => $lang['Referers_Management_explain'] . $lang['Enabled'] . '(' . $total_rows[1] . '), ' . $lang['Disabled'] . '(' . $total_rows[0] . ')', ! 'U_FORM_ACTION' => mx_append_sid( @basename( __FILE__ ) ), 'L_SELECT_FILTER' => $lang['Select_filter'], 'L_ENABLED' => $lang['Enabled'], *************** *** 241,245 **** 'L_PLEASE_CONFIRM' => $lang['Please_confirm'], ! 'PAGINATION' => generate_pagination( append_sid( @basename( __FILE__ ) . "?filter=$filter_flag&sort=$sort_method&order=$sort_order" ), $total_rows[$total_now], $rows_per_page, $start ), 'PAGE_NUMBER' => sprintf( $lang['Page_of'], ( floor( $start / $rows_per_page ) + 1 ), ceil( $total_rows[$total_now] / $rows_per_page ) ) ) ); --- 241,245 ---- 'L_PLEASE_CONFIRM' => $lang['Please_confirm'], ! 'PAGINATION' => phpBB2::generate_pagination( mx_append_sid( @basename( __FILE__ ) . "?filter=$filter_flag&sort=$sort_method&order=$sort_order" ), $total_rows[$total_now], $rows_per_page, $start ), 'PAGE_NUMBER' => sprintf( $lang['Page_of'], ( floor( $start / $rows_per_page ) + 1 ), ceil( $total_rows[$total_now] / $rows_per_page ) ) ) ); Index: admin_sitestats.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/admin/admin_sitestats.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** admin_sitestats.php 29 Jun 2006 19:08:03 -0000 1.6 --- admin_sitestats.php 9 Sep 2007 20:53:41 -0000 1.7 *************** *** 81,86 **** { $message = $lang['SiteStats_Settings_updated'] . '<br /><br />' . ! sprintf( $lang['SiteStats_Settings_return'], '<a href="' . append_sid( @basename( __FILE__ ) ) . '">', '</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 ); } --- 81,86 ---- { $message = $lang['SiteStats_Settings_updated'] . '<br /><br />' . ! sprintf( $lang['SiteStats_Settings_return'], '<a href="' . mx_append_sid( @basename( __FILE__ ) ) . '">', '</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 ); } *************** *** 157,161 **** // $template->assign_vars( array( ! 'S_ACTION' => append_sid( @basename( __FILE__ ) ), 'L_SITESTATS_SETTINGS' => $lang['SiteStats_Settings'], 'L_SITESTATS_SETTINGS_EXPLAIN' => $lang['SiteStats_Settings_explain'], --- 157,161 ---- // $template->assign_vars( array( ! 'S_ACTION' => mx_append_sid( @basename( __FILE__ ) ), 'L_SITESTATS_SETTINGS' => $lang['SiteStats_Settings'], 'L_SITESTATS_SETTINGS_EXPLAIN' => $lang['SiteStats_Settings_explain'], Index: admin_counter.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/admin/admin_counter.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** admin_counter.php 29 Jun 2006 19:08:03 -0000 1.5 --- admin_counter.php 9 Sep 2007 20:53:41 -0000 1.6 *************** *** 136,141 **** 'COUNTER_SESS' => $rs_counter[$i]['sess_counter'], ! 'U_EDIT' => append_sid( $my_script_name . '?mode=edit' . $get_vars ), ! 'U_DELETE' => append_sid( $my_script_name . '?mode=delete' . $get_vars ) ) ); } --- 136,141 ---- 'COUNTER_SESS' => $rs_counter[$i]['sess_counter'], ! 'U_EDIT' => mx_append_sid( $my_script_name . '?mode=edit' . $get_vars ), ! 'U_DELETE' => mx_append_sid( $my_script_name . '?mode=delete' . $get_vars ) ) ); } *************** *** 151,155 **** 'L_ADD' => $lang['Add'], ! 'U_ADD' => append_sid( $my_script_name . '?mode=add' ), 'L_EDIT' => $lang['Edit'], 'L_DELETE' => $lang['Delete'], --- 151,155 ---- 'L_ADD' => $lang['Add'], ! 'U_ADD' => mx_append_sid( $my_script_name . '?mode=add' ), 'L_EDIT' => $lang['Edit'], 'L_DELETE' => $lang['Delete'], *************** *** 233,237 **** } $message = '<table border="0" cellpadding="4" cellspacing="0">' . $s_field_id . '<tr><td><b>' . $lang['SiteStats_Counter_page'] . ':</b> </td><td>[ ' . $mypg . ' ]</td></tr>' . '<tr><td><b>' . $lang['SiteStats_Counter_hits'] . ':</b> </td><td>[ ' . intval( $mych ) . ' ]</td></tr>' . '<tr><td><b>' . $lang['SiteStats_Counter_sess'] . ':</b> </td><td>[ ' . intval( $mycs ) . ' ]</td></tr>' . '</table> <br /> <br />' . '<div style="width:80%; padding:10px; border:solid blue 1px;">' . $lang['Counter_Config_updated'] . '<br /> <br />' . ! sprintf( $lang['Click_return_Counter_admin'], '<a href="' . append_sid( $my_script_name ) . '">', '</a>' ) . '</div><br /> '; mx_message_die( GENERAL_MESSAGE, $message, $my_script_title ); } --- 233,237 ---- } $message = '<table border="0" cellpadding="4" cellspacing="0">' . $s_field_id . '<tr><td><b>' . $lang['SiteStats_Counter_page'] . ':</b> </td><td>[ ' . $mypg . ' ]</td></tr>' . '<tr><td><b>' . $lang['SiteStats_Counter_hits'] . ':</b> </td><td>[ ' . intval( $mych ) . ' ]</td></tr>' . '<tr><td><b>' . $lang['SiteStats_Counter_sess'] . ':</b> </td><td>[ ' . intval( $mycs ) . ' ]</td></tr>' . '</table> <br /> <br />' . '<div style="width:80%; padding:10px; border:solid blue 1px;">' . $lang['Counter_Config_updated'] . '<br /> <br />' . ! sprintf( $lang['Click_return_Counter_admin'], '<a href="' . mx_append_sid( $my_script_name ) . '">', '</a>' ) . '</div><br /> '; mx_message_die( GENERAL_MESSAGE, $message, $my_script_title ); } |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:54:17
|
Update of /cvsroot/mxbb/mx_sitestats/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6139/includes Modified Files: common.php Log Message: for 2.9.x Index: common.php =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/includes/common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** common.php 30 Jun 2006 12:42:41 -0000 1.8 --- common.php 9 Sep 2007 20:53:41 -0000 1.9 *************** *** 370,374 **** if ( $this->$mode < 0 ) { ! $this->$mode = mx_get_db_stat( $mode ); } return $this->$mode; --- 370,374 ---- if ( $this->$mode < 0 ) { ! $this->$mode = phpBB2::get_db_stat( $mode ); } return $this->$mode; |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:52:56
|
Update of /cvsroot/mxbb/mx_sitestats/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5679 Modified Files: subSilver.cfg Log Message: update-check-before-removal Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 30 Jun 2006 12:42:44 -0000 1.1 --- subSilver.cfg 9 Sep 2007 20:52:45 -0000 1.2 *************** *** 35,38 **** --- 35,43 ---- // ------------------------------------------------------------------------- + // 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 20:52:16
|
Update of /cvsroot/mxbb/mx_sitestats/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5386/admin Log Message: Directory /cvsroot/mxbb/mx_sitestats/templates/_core/admin added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:52:07
|
Update of /cvsroot/mxbb/mx_sitestats/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5249/_core Log Message: Directory /cvsroot/mxbb/mx_sitestats/templates/_core added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:51:43
|
Update of /cvsroot/mxbb/mx_simpledoc/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5223/subSilver Removed Files: index.htm simpledoc_import.tpl simpledoc_index.tpl simpledoc_publish.tpl simpledoc_settings.tpl simpledoc_view.tpl simpledoc_view_plain.tpl subSilver.cfg Log Message: for 2.9.x --- simpledoc_index.tpl DELETED --- --- simpledoc_view.tpl DELETED --- --- simpledoc_view_plain.tpl DELETED --- --- subSilver.cfg DELETED --- --- index.htm DELETED --- --- simpledoc_settings.tpl DELETED --- --- simpledoc_publish.tpl DELETED --- --- simpledoc_import.tpl DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:51:43
|
Update of /cvsroot/mxbb/mx_simpledoc/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5223/_core Added Files: _core.cfg index.htm simpledoc_import.tpl simpledoc_index.tpl simpledoc_publish.tpl simpledoc_settings.tpl simpledoc_view.tpl simpledoc_view_plain.tpl Log Message: for 2.9.x --- NEW FILE: simpledoc_index.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulMenu/XulMenu.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulMenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/DynamicTree.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulTabs/XulTabs.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/SimpleTextEditor/SimpleTextEditor.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/management.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/request.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/debug.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/AjaxRequest_comp.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/dhtmlHistory.js"></script> <script type="text/javascript"> /* fix for IE not loading wysiwyg editor images */ var imgs = ["bold.gif", "center.gif", "help.gif", "image.gif", "indent.gif", "italic.gif", "left.gif", "link.gif", "ol.gif", "outdent.gif", "right.gif", "ul.gif", "underline.gif", "viewsource.gif"]; for (var k = 0; k < imgs.length; ++k) { var image = new Image(); image.src = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/SimpleTextEditor/images/"+imgs[k]; imgs[k] = image; } </script> <script type="text/javascript"> function _mxBlock(id, page) { this.block_id = id; this.page_id = page; } mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); </script> <style type="text/css"> <!-- /* SimpleDoc [www.gosu.pl], administration interface */ #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { padding: 15px 15px 15px 15px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 15px 15px 15px 15px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { margin-left: 1.2em; margin-right: 0.75em; margin-bottom: 0; padding: 0; } /* SimpleDoc [www.gosu.pl], style for DynamicTree */ .DynamicTree { font-family: {T_FONTFACE1}; font-size: 11px; white-space: nowrap; cursor: default; } .DynamicTree .wrap1, .DynamicTree .actions { -moz-user-select: none; } .DynamicTree a, .DynamicTree a:hover { color: {T_BODY_VLINK}; text-decoration: none; cursor: default; } .DynamicTree .text { padding: 1px; cursor: pointer; } .DynamicTree .text-active { background: {T_TR_COLOR1}; padding: 1px; cursor: pointer; } .DynamicTree div.folder img, .DynamicTree div.doc img { border: 0; vertical-align: -30%; } * html .DynamicTree .folder img, * html .DynamicTree .doc img { vertical-align: -40%; } .DynamicTree .section { background: url({MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/tree-branch.gif) repeat-y; display: none; } .DynamicTree .last { background: none; } .DynamicTree div.folder div.folder { margin-left: 18px; } .DynamicTree div.doc div.doc, .DynamicTree div.folder div.doc { margin-left: 18px; } .DynamicTree ul {} .DynamicTree li.folder {} .DynamicTree li.doc {} .DynamicTree .actions { margin-top: 7px; margin-left: 0px; height: 20px; float:left; } .DynamicTree .tooltip { margin-top: 28px; margin-left: 0px; height: 5px; } .DynamicTree .moveUp, .DynamicTree .moveDown, .DynamicTree .moveLeft, .DynamicTree .moveRight, .DynamicTree .insert, .DynamicTree .remove { margin-top: 4px; width: 20px; height: 20px; display: block; border: 1px solid {T_TH_COLOR1}; cursor: default; float:left; } .DynamicTree .moveUp:hover, .DynamicTree .moveDown:hover, .DynamicTree .moveLeft:hover, .DynamicTree .moveRight:hover, .DynamicTree .insert:hover, .DynamicTree .remove:hover { background-color: {T_TR_COLOR1}; border: 1px solid {T_TH_COLOR3}; } .DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;} .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px; } .DynamicTree .wrap2 { margin-left: 2px; } .DynamicTree #tree-insert-form { display: none; margin-top: 5em; } .DynamicTree #tree-insert-form .label { text-align: right; width: 50px; padding-right: 8px; } .DynamicTree #tree-insert-form .input { margin-bottom: 2px; padding-left: 3px; } .DynamicTree #tree-insert-form select { margin-bottom: 2px; } .DynamicTree #tree-insert-form .button { margin-top: 4px; } .XulMenu { font-family: georgia, tahoma, verdana; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 4px 8px 3px 8px; border: 1px solid {T_TR_COLOR2}; color: {T_BODY_TEXT}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #ffffff; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #316AC5; color: #ffffff; } .XulMenu .section { background: #ffffff; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; margin-top: 25px; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } .XulMenu .hr { font-size: 0px; border-width: 1px; border-color: #aca899; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; margin-left: 4px; margin-right: 4px; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ /* SimpleDoc [www.gosu.pl], style for tabs */ .XulTabs .wrap1 { height: 23px; } .XulTabs .wrap1 td { vertical-align: bottom; } .XulTabs .tab, .XulTabs .tab:hover, .XulTabs .tab-active, .XulTabs .tab-active:hover { text-decoration: none; padding: 3px 10px 3px 10px; border-top: 1px solid {T_TH_COLOR1}; border-left: 1px solid {T_TH_COLOR1}; color: {T_BODY_LINK}; cursor: default; white-space: nowrap; display: block; } .XulTabs .tab:hover { border-top: 2px solid {T_BODY_VLINK}; padding-top: 2px; } .XulTabs .tab-active, .XulTabs .tab-active:hover { border-top: 3px solid {T_BODY_VLINK}; padding-top: 2px; padding-bottom: 4px; font-weight: bold; } .XulTabs .view { border-right: 1px solid {T_TH_COLOR1}; } .XulTabs .content { border: 1px solid {T_TH_COLOR1}; background: {T_TR_COLOR1}; width: 100%; height: 100%; } .XulTabs .wrap2 { vertical-align: top; padding: 15px; } .XulTabs .data { display: none; } * html .XulTabs .tab, * html .XulTabs .tab:hover, * html .XulTabs .tab-active, * html .XulTabs .tab-active:hover { width: 100%; } /* SimpleDoc [www.gosu.pl], style for texteditor */ .ste { background-color: #ffffff; } .ste .bar { padding: 3px; border: {T_TH_COLOR1} 1px; border-style: solid solid none solid; } .ste .frame { background: #ffffff; border: 1px solid; border-color: {T_TH_COLOR1}; } .ste .frame iframe { background: #ffffff; width: 100%; height: 300px; } .ste img { background: #ffffff; border: 0; } .ste .button { background: #ffffff; padding: 1px; border: {T_TH_COLOR1} 1px solid; } .ste .button-hover { background: #ffffff; padding: 1px; border: 1px solid; border-color: {T_TH_COLOR3} } .ste .button-click { background: #ffffff; padding: 1px; border: 1px solid; border-color: {T_TH_COLOR3} } .ste .separator {background: #ffffff; width: 0px; height: 18px; border-left: {T_TH_COLOR1} 1px solid; border-right: {T_TH_COLOR3} 1px solid; margin: 0 5px; } .ste .source { color: {T_BODY_TEXT}; padding-top: 5px; } --> </style> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="cat"> <div id="menu"> <table cellspacing="0" cellpadding="0" class="XulMenu"> <tr> <td> <a class="button" href="javascript:void(0)">{L_PROJECT}</a> <div class="section"> <a class="item" href="{MODE_MANAGE_URL}">{L_MANAGEMENT}</a> <a class="item" href="{MODE_PUBLISH_URL}">{L_PUBLISH}</a> <div class="hr"></div> <a class="item" href="{MODE_IMPORT_URL}">{L_IMPORT_CONTENT}</a> <a class="item" href="{MODE_EXPORT_URL}">{L_EXPORT_CONTENT}</a> <div class="hr"></div> <a class="item" href="{MODE_VIEW_URL}">{L_DOC_VIEW}</a> </div> </td> <!-- <td> <a class="button" href="javascript:void(0)">{L_OPTIONS}</a> <div class="section"> <a class="item" href="{MODE_SETTINGS_URL}">{L_SETTINGS}</a> </div> </td> --> <td> <a class="button" href="javascript:void(0)">{L_HELP}</a> <div class="section"> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-contents.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_CONTENTS}</a> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-about.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_ABOUT}</a> </div> </td> </tr> </table> </div> <script type="text/javascript">var menu = new XulMenu("menu"); menu.zIndex.visible = 10; menu.init();</script> </td> </tr> <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} - {L_MANAGEMENT} {VIEW_DOC}</span> </td> </tr> <tr> <td> <!-- MAIN --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="main"> <tr> <td id="left" class="row1"> <div class="DynamicTree"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"> <div class="wrap1"> <div class="top">{L_TOC}</div> <div class="row2"> <div id="tree"> {TREE_HTML} </div> </div> </div> <script type="text/javascript">var tree = new DynamicTree("tree"); tree.path = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/"; tree.init();</script> </td> </tr> </table> <div class="actions"> <a id="tree-moveUp" class="moveUp" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/moveUp.gif" width="20" height="20" alt=""></a> <a id="tree-moveDown" class="moveDown" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/moveDown.gif" width="20" height="20" alt=""></a> <a id="tree-moveLeft" class="moveLeft" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/moveLeft.gif" width="20" height="20" alt=""></a> <a id="tree-moveRight" class="moveRight" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/moveRight.gif" width="20" height="20" alt=""></a> <a id="tree-insert" class="insert" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/insert.gif" width="20" height="20" alt=""></a> <a id="tree-remove" class="remove" href="javascript:void(0)"><img src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/delete.gif" width="20" height="20" alt=""></a> </div> <div class="tooltip" id="tree-tooltip"></div> <div id="tree-insert-form"> <form action="javascript:void(0)" method="get"> <table cellspacing="0" cellpadding="0"> <tr id="tree-insert-where-div"> <td class="label">{L_WHERE}</td> <td><select id="tree-insert-where" name="tree-insert-where" class="where"><option value="before">{L_BEFORE}</option><option value="after">{L_AFTER}</option></select></td> </tr> <tr> <td class="label">{L_TYPE}</td> <td><select id="tree-insert-type" name="tree-insert-type"><option value="doc">{L_DOCUMENT}</option><option value="folder">{L_FOLDER}</option></select></td> </tr> <tr> <td class="label">{L_NAME}</td> <td><input class="input" size="18" id="tree-insert-name" name="tree-insert-name" type="text" value="" /></td> </tr> <tr> <td colspan="2" align="center"> <input id="tree-insert-button" class="button" type="button" value="Insert" /> <input id="tree-insert-cancel" type="button" value="Cancel" /> </td> </tr> </table> </form> </div> </div> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/init_main.js"></script> </td> <td id="right" class="row1"> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="tabs" class="XulTabs"> <tr> <td class="wrap1"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"><a id="tab1" class="tab" href="javascript:void(0)" onclick="documentInfo(); this.blur();">{L_DOC_INFO}</a></td> <td class="row2"><a id="tab2" class="tab right" href="javascript:void(0)" onclick="editContent(); this.blur();">{L_EDIT_CONTENT}</a></td> <td class="row2"><a id="tab3" class="tab view" href="javascript:void(0)" onclick="documentPreview(); this.blur();">{L_DOC_PREVIEW}</a></td> </tr> </table> </td> <td align="right"> <input id="openEditContent" type="checkbox" value="1" onclick="this.checked ? setCookie('openEditContent', 1, COOKIE_YEAR) : delCookie('openEditContent'); this.blur();"> {L_DEFAULT_EDIT} </td> </tr> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" class="content"> <tr> <td class="wrap2"> <div id="tabs-loading">{L_LOADING}</div> <div id="tabs-saving">{L_SAVING}</div> <div id="tabs-data"></div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <script type="text/javascript"> if (getCookie("openEditContent")) el('openEditContent').checked = "checked"; </script> --- 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 20:51:28 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"; ?> --- NEW FILE: simpledoc_view.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulMenu/XulMenu.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulMenu/ie5.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/DynamicTree.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulTabs/XulTabs.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/management.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/request.js.php"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/debug.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/AjaxRequest_comp.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/dhtmlHistory.js"></script> <script type="text/javascript"> function _mxBlock(id, page) { this.block_id = id; this.page_id = page; } mxBlock = new _mxBlock('{BLOCK_ID}','{PAGE_ID}'); </script> <style type="text/css"> <!-- /* SimpleDoc [www.gosu.pl], administration interface */ #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { width: 500px; padding: 15px 15px 15px 15px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 15px 15px 15px 15px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { list-style: none; margin-left: 0.5em; margin-right: 0.9em; margin-bottom: 2px; margin-top: 0px; padding: 5px; text-indent: -0.9em; } .sectioncontents { padding: 0em; margin: 0 0 0 0; } .sectioncontents ul { list-style: none; margin-left: 1.5em; margin-right: 0.5em; margin-bottom: 2px; margin-top: 0px; padding: 1px;} .sectioncontents a { color: {T_BODY_LINK}; text-decoration: none; } .sectioncontents a:hover { color: {T_BODY_VLINK}; text-decoration: underline; cursor: hand; } /* SimpleDoc [www.gosu.pl], style for DynamicTree */ .DynamicTree { font-family: {T_FONTFACE1}; font-size: 11px; white-space: nowrap; cursor: default; } .DynamicTree .wrap1, .DynamicTree .actions { -moz-user-select: none; } .DynamicTree a, .DynamicTree a:hover { color: {T_BODY_VLINK}; text-decoration: none; cursor: hand; } .DynamicTree .text { padding: 1px; cursor: pointer; } .DynamicTree .text-active { background: {T_TR_COLOR1}; padding: 1px; cursor: pointer; } .DynamicTree div.folder img, .DynamicTree div.doc img { border: 0; vertical-align: -30%; } * html .DynamicTree .folder img, * html .DynamicTree .doc img { vertical-align: -40%; } .DynamicTree .section { background: url({MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/tree-branch.gif) repeat-y; display: none; } .DynamicTree .last { background: none; } .DynamicTree div.folder div.folder { margin-left: 18px; } .DynamicTree div.doc div.doc, .DynamicTree div.folder div.doc { margin-left: 18px; } .DynamicTree ul {} .DynamicTree li.folder {} .DynamicTree li.doc {} .DynamicTree .actions { margin-top: 7px; margin-left: 0px; height: 20px; float:left; } .DynamicTree .tooltip { margin-top: 28px; margin-left: 0px; height: 5px; } .DynamicTree .moveUp, .DynamicTree .moveDown, .DynamicTree .moveLeft, .DynamicTree .moveRight, .DynamicTree .insert, .DynamicTree .remove { margin-top: 4px; width: 20px; height: 20px; display: block; border: 1px solid {T_TH_COLOR1}; cursor: default; float:left; } .DynamicTree .moveUp:hover, .DynamicTree .moveDown:hover, .DynamicTree .moveLeft:hover, .DynamicTree .moveRight:hover, .DynamicTree .insert:hover, .DynamicTree .remove:hover { background-color: {T_TR_COLOR1}; border: 1px solid {T_TH_COLOR3}; } .DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;} .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 200px; } .DynamicTree .wrap2 { margin-left: 2px; } .DynamicTree #tree-insert-form { display: none; margin-top: 5em; } .DynamicTree #tree-insert-form .label { text-align: right; width: 50px; padding-right: 8px; } .DynamicTree #tree-insert-form .input { margin-bottom: 2px; padding-left: 3px; } .DynamicTree #tree-insert-form select { margin-bottom: 2px; } .DynamicTree #tree-insert-form .button { margin-top: 4px; } .XulMenu { font-family: georgia, tahoma, verdana; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 4px 8px 3px 8px; border: 1px solid {T_TR_COLOR2}; color: {T_BODY_TEXT}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #ffffff; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #316AC5; color: #ffffff; } .XulMenu .section { background: #ffffff; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; margin-top: 25px; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } .XulMenu .hr { font-size: 0px; border-width: 1px; border-color: #aca899; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; margin-left: 4px; margin-right: 4px; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ /* SimpleDoc [www.gosu.pl], style for tabs */ .XulTabs .wrap1 { height: 23px; } .XulTabs .wrap1 td { vertical-align: bottom; } .XulTabs .tab, .XulTabs .tab:hover, .XulTabs .tab-active, .XulTabs .tab-active:hover { text-decoration: none; padding: 3px 10px 3px 10px; border-top: 1px solid {T_TH_COLOR1}; border-left: 1px solid {T_TH_COLOR1}; color: {T_BODY_LINK}; cursor: default; white-space: nowrap; display: block; } .XulTabs .tab:hover { border-top: 2px solid {T_BODY_VLINK}; padding-top: 2px; } .XulTabs .tab-active, .XulTabs .tab-active:hover { border-top: 3px solid {T_BODY_VLINK}; padding-top: 2px; padding-bottom: 4px; font-weight: bold; } .XulTabs .view { border-right: 1px solid {T_TH_COLOR1}; } .XulTabs .content { border: 1px solid {T_TH_COLOR1}; background: {T_TR_COLOR1}; width: 100%; height: 100%; } .XulTabs .wrap2 { vertical-align: top; padding: 15px; } .XulTabs .data { display: none; } * html .XulTabs .tab, * html .XulTabs .tab:hover, * html .XulTabs .tab-active, * html .XulTabs .tab-active:hover { width: 100%; } --> </style> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"><tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} {MANAGE}</span> </td> </tr> <tr> <td> <!-- MAIN --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="main"> <tr> <td id="left" class="row1"> <div class="DynamicTree"> <table cellspacing="0" cellpadding="0"> <tr> <td class="row2"> <div class="wrap1"> <div class="top">{L_TOC}</div> <div class="row2"> <div id="tree"> {TREE_HTML} </div> </div> </div> </td> </tr> </table> </div> <script type="text/javascript">var tree = new DynamicTree("tree"); tree.path = "{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/DynamicTree/images/"; tree.init();</script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/init_view.js"></script> </td> <td id="right" class="row1"> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="tabs" class="XulTabs"> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" class="content"> <tr> <td class="wrap2"> <div id="tabs-loading">{L_LOADING}</div> <div id="tabs-saving">{L_SAVING}</div> <div id="tabs-data"></div> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: simpledoc_view_plain.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulTabs/XulTabs.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/debug.js"></script> <style type="text/css"> <!-- /* SimpleDoc [www.gosu.pl], administration interface */ #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { width: 500px; padding: 15px 15px 15px 15px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 15px 15px 15px 15px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { margin-left: 1.2em; margin-right: 0.75em; margin-bottom: 0; padding: 0; } /* SimpleDoc [www.gosu.pl], style for DynamicTree */ .DynamicTree { font-family: {T_FONTFACE1}; font-size: 11px; white-space: nowrap; cursor: default; } .DynamicTree .wrap1, .DynamicTree .actions { -moz-user-select: none; } .DynamicTree a, .DynamicTree a:hover { color: {T_BODY_VLINK}; text-decoration: none; cursor: default; } .DynamicTree .text { padding: 1px; cursor: pointer; } .DynamicTree .text-active { background: {T_TR_COLOR1}; padding: 1px; cursor: pointer; } .DynamicTree div.folder img, .DynamicTree div.doc img { border: 0; vertical-align: -30%; } * html .DynamicTree .folder img, * html .DynamicTree .doc img { vertical-align: -40%; } .DynamicTree .section { background: url(images/tree-branch.gif) repeat-y; display: none; } .DynamicTree .last { background: none; } .DynamicTree div.folder div.folder { margin-left: 18px; } .DynamicTree div.doc div.doc, .DynamicTree div.folder div.doc { margin-left: 18px; } .DynamicTree ul {} .DynamicTree li.folder {} .DynamicTree li.doc {} .DynamicTree .actions { margin-top: 7px; margin-left: 0px; height: 20px; float:left; } .DynamicTree .tooltip { margin-top: 28px; margin-left: 0px; height: 5px; } .DynamicTree .moveUp, .DynamicTree .moveDown, .DynamicTree .moveLeft, .DynamicTree .moveRight, .DynamicTree .insert, .DynamicTree .remove { margin-top: 4px; width: 20px; height: 20px; display: block; border: 1px solid {T_TH_COLOR1}; cursor: default; float:left; } .DynamicTree .moveUp:hover, .DynamicTree .moveDown:hover, .DynamicTree .moveLeft:hover, .DynamicTree .moveRight:hover, .DynamicTree .insert:hover, .DynamicTree .remove:hover { background-color: {T_TR_COLOR1}; border: 1px solid {T_TH_COLOR3}; } .DynamicTree .top { font-weight: bold; padding-left: 0px; line-height: 20px; color: {T_BODY_TEXT}; border-width: 2px; border-color: {T_TH_COLOR2}; border-style: none none border-width: 1px; border-color: {T_TH_COLOR2}; border-style: none none solid none; margin-bottom: 5px;} .DynamicTree .wrap1 { padding: 10px; border: 1px solid {T_TH_COLOR1}; width: 148px; } .DynamicTree .wrap2 { margin-left: 2px; } .DynamicTree #tree-insert-form { display: none; margin-top: 5em; } .DynamicTree #tree-insert-form .label { text-align: right; width: 50px; padding-right: 8px; } .DynamicTree #tree-insert-form .input { margin-bottom: 2px; padding-left: 3px; } .DynamicTree #tree-insert-form select { margin-bottom: 2px; } .DynamicTree #tree-insert-form .button { margin-top: 4px; } .XulMenu { font-family: georgia, tahoma, verdana; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 4px 8px 3px 8px; border: 1px solid {T_TR_COLOR2}; color: {T_BODY_TEXT}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #ffffff; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #316AC5; color: #ffffff; } .XulMenu .section { background: #ffffff; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; margin-top: 25px; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } .XulMenu .hr { font-size: 0px; border-width: 1px; border-color: #aca899; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; margin-left: 4px; margin-right: 4px; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ /* SimpleDoc [www.gosu.pl], style for tabs */ .XulTabs .wrap1 { height: 23px; } .XulTabs .wrap1 td { vertical-align: bottom; } .XulTabs .tab, .XulTabs .tab:hover, .XulTabs .tab-active, .XulTabs .tab-active:hover { text-decoration: none; padding: 3px 10px 3px 10px; border-top: 1px solid {T_TH_COLOR1}; border-left: 1px solid {T_TH_COLOR1}; color: {T_BODY_LINK}; cursor: default; white-space: nowrap; display: block; } .XulTabs .tab:hover { border-top: 2px solid {T_BODY_VLINK}; padding-top: 2px; } .XulTabs .tab-active, .XulTabs .tab-active:hover { border-top: 3px solid {T_BODY_VLINK}; padding-top: 2px; padding-bottom: 4px; font-weight: bold; } .XulTabs .view { border-right: 1px solid {T_TH_COLOR1}; } .XulTabs .content { border: 1px solid {T_TH_COLOR1}; background: {T_TR_COLOR1}; width: 100%; height: 100%; } .XulTabs .wrap2 { vertical-align: top; padding: 15px; } .XulTabs .data { display: none; } * html .XulTabs .tab, * html .XulTabs .tab:hover, * html .XulTabs .tab-active, * html .XulTabs .tab-active:hover { width: 100%; } --> </style> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"><tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} {MANAGE}</span> </td> </tr> <tr> <td> <!-- MAIN --> <table cellspacing="0" cellpadding="0" width="100%" height="100%" id="main"> <tr> <td class="row1"> <iframe width="100%" height="500" src="{PUBLISH_DIR}" frameborder="0"> If you can see this, your browser doesn't understand IFRAME. However, we'll still <a href="{PUBLISH_DIR}">link</a> you to the file. </iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> --- 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: simpledoc_settings.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulMenu/XulMenu.js"></script> <style type="text/css"> <!-- /* SimpleDoc [www.gosu.pl], administration interface */ #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { width: 500px; padding: 15px 15px 15px 15px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 15px 15px 15px 15px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { margin-left: 1.2em; margin-right: 0.75em; margin-bottom: 0; padding: 0; } .XulMenu { font-family: georgia, tahoma, verdana; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 4px 8px 3px 8px; border: 1px solid {T_TR_COLOR2}; color: {T_BODY_TEXT}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #ffffff; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #316AC5; color: #ffffff; } .XulMenu .section { background: #ffffff; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; margin-top: 25px; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } .XulMenu .hr { font-size: 0px; border-width: 1px; border-color: #aca899; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; margin-left: 4px; margin-right: 4px; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ /* SimpleDoc [www.gosu.pl], style for tabs */ .XulTabs .wrap1 { height: 23px; } .XulTabs .wrap1 td { vertical-align: bottom; } .XulTabs .tab, .XulTabs .tab:hover, .XulTabs .tab-active, .XulTabs .tab-active:hover { text-decoration: none; padding: 3px 10px 3px 10px; border-top: 1px solid {T_TH_COLOR1}; border-left: 1px solid {T_TH_COLOR1}; color: {T_BODY_LINK}; cursor: default; white-space: nowrap; display: block; } .XulTabs .tab:hover { border-top: 2px solid {T_BODY_VLINK}; padding-top: 2px; } .XulTabs .tab-active, .XulTabs .tab-active:hover { border-top: 3px solid {T_BODY_VLINK}; padding-top: 2px; padding-bottom: 4px; font-weight: bold; } .XulTabs .view { border-right: 1px solid {T_TH_COLOR1}; } .XulTabs .content { border: 1px solid {T_TH_COLOR1}; background: {T_TR_COLOR1}; width: 100%; height: 100%; } .XulTabs .wrap2 { vertical-align: top; padding: 15px; } .XulTabs .data { display: none; } * html .XulTabs .tab, * html .XulTabs .tab:hover, * html .XulTabs .tab-active, * html .XulTabs .tab-active:hover { width: 100%; } --> </style> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="cat"> <div id="menu"> <table cellspacing="0" cellpadding="0" class="XulMenu"> <tr> <td> <a class="button" href="javascript:void(0)">{L_PROJECT}</a> <div class="section"> <a class="item" href="{MODE_MANAGE_URL}">{L_MANAGEMENT}</a> <a class="item" href="{MODE_PUBLISH_URL}">{L_PUBLISH}</a> <div class="hr"></div> <a class="item" href="{MODE_IMPORT_URL}">{L_IMPORT_CONTENT}</a> <a class="item" href="{MODE_EXPORT_URL}">{L_EXPORT_CONTENT}</a> <div class="hr"></div> <a class="item" href="{MODE_VIEW_URL}">{L_DOC_VIEW}</a> </div> </td> <!-- <td> <a class="button" href="javascript:void(0)">{L_OPTIONS}</a> <div class="section"> <a class="item" href="{MODE_SETTINGS_URL}">{L_SETTINGS}</a> </div> </td> --> <td> <a class="button" href="javascript:void(0)">{L_HELP}</a> <div class="section"> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-contents.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_CONTENTS}</a> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-about.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_ABOUT}</a> </div> </td> </tr> </table> </div> <script type="text/javascript">var menu = new XulMenu("menu"); menu.zIndex.visible = 10; menu.init();</script> </td> </tr> <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} - {L_SETTINGS}</span> </td> </tr> <tr> <td id="left" class="row1"> <p> <form action="{MODE_SETTINGS_URL}" method="post"> <table> <tr> <td>Encoding:</td> <td><input type="text" name="encoding" value="{ENCODING}" {DISABLED}></td> </tr> <tr> <td>Editor width:</td> <td><input type="text" name="editor-width" value="{EDITOR_WIDTH}" {DISABLED}></td> </tr> <tr> <td>Editor height:</td> <td><input type="text" name="editor-height" value="{EDITOR_HEIGHT}" {DISABLED}></td> </tr> <tr> <td>Publish Dir:</td> <td><input type="text" name="publish_dir" value="{PUBLISH_DIR}" {DISABLED}></td> </tr> <tr> <td colspan="2"> <input type="submit" name="submit" value="{L_CHANGE_SETTINGS}" onclick="return validateForm(this.form)" {DISABLED}> </td> </tr> </table> </form> </p> <!-- BEGIN message --> <p> <table> <tr> <td>{message.MESSAGE}</td> </tr> </table> </p> <!-- END message --> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/form.js"></script> <script type="text/javascript"> function validateForm(form) { var encoding = form.elements['encoding']; var editorWidth = form.elements['editor-width']; var editorHeight = form.elements['editor-height']; var publish_dir = form.elements['publish_dir']; encoding.value = encoding.value.trim(); editorWidth.value = editorWidth.value.trim(); editorHeight.value = editorHeight.value.trim(); publish_dir.value = publish_dir.value.trim(); if (!encoding.value.length) { alert("{L_ERROR_EMPTY}"); return false; } if (!isNumber(editorWidth.value)) { alert("{L_ERROR_WIDTH}"); return false; } if (!isNumber(editorHeight.value)) { alert("{L_ERROR_HEIGHT}"); return false; } if (!publish_dir.value.length) { alert("{L_ERROR_DIR}"); return false; } return true; } </script> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: simpledoc_publish.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/includes/js/common.js"></script> <script type="text/javascript" src="{MX_ROOT_PATH}{MODULE_ROOT_PATH}simpledoc/shared/XulMenu/XulMenu.js"></script> <style type="text/css"> <!-- /* SimpleDoc [www.gosu.pl], administration interface */ #menu { position: relative z-index: 10; } #menu_top { height: 30px; padding: 15px 15px 0 15px; } td.simpledoc_title { font-size: 13px; font-weight: bold; margin: 0; padding: 10px; margin-bottom: 0.6em; border: {T_TH_COLOR1} 1px solid; border-style: none none solid none; } .nomargin { margin-bottom: 0; } .hr { font-size: 0px; border-width: 1px; border-color: {T_TH_COLOR1}; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; } #main { } #left { width: 500px; padding: 15px 15px 15px 15px; border-right: 1px solid {T_TH_COLOR1}; vertical-align: top; } #right { padding: 15px 15px 15px 15px; vertical-align: top; height: 100%; width: 100%;} #tabs-loading, #tabs-saving { position: absolute; z-index: 10; display: none; opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); } img { border: 0; } ul { margin: 1em 0 1em 3em; padding: 0; } #tabs-data, #tabs-data table { font-family: {T_FONTFACE1}; font-size: 11px; color: {T_BODY_TEXT}; background: {T_TR_COLOR1}; width: 100%; } .t0 { border: {T_TH_COLOR1} 1px solid; } .t1 { background: {T_TR_COLOR2}; padding: 3px 8px; } .t2 { background: {T_TR_COLOR2}: 3px 8px; } #saved { color: {T_BODY_TEXT}; } .error { color: red; } .message { color: green; } .note { font-weight: bold; } .message-box { padding: 1em; background: {T_TD_COLOR2}; border: {T_TH_COLOR3} 1px solid; } pre { background-color: {T_TR_COLOR2}; padding: 0.75em 1.5em; border: 1px solid {T_TH_COLOR1}; } .contents { float: right; background-color: {T_TR_COLOR2}; padding: 0.75em; margin: 0 0 0.75em 0.75em; border: 1px solid {T_TH_COLOR1}; } .contents ul { margin-left: 1.2em; margin-right: 0.75em; margin-bottom: 0; padding: 0; } .XulMenu { font-family: georgia, tahoma, verdana; font-size: 11px; -moz-user-select: none; } .XulMenu .button, .XulMenu .button:hover, .XulMenu .button-active, .XulMenu .button-active:hover { line-height: normal; padding: 4px 8px 3px 8px; border: 1px solid {T_TR_COLOR2}; color: {T_BODY_TEXT}; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .button:hover { border-color: #ffffff #ACA899 #ACA899 #ffffff; } .XulMenu .button-active, .XulMenu .button-active:hover { border-color: #ACA899 #ffffff #ffffff #ACA899; } .XulMenu .item, .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #ffffff; line-height: normal; padding: 3px 30px 3px 20px; color: #000000; text-decoration: none; cursor: default; white-space: nowrap; display: block; position: relative; } .XulMenu .item:hover, .XulMenu .item-active, .XulMenu .item-active:hover { background: #316AC5; color: #ffffff; } .XulMenu .section { background: #ffffff; border: 1px solid; border-color: #F1EFE2 #716F64 #716F64 #F1EFE2; padding: 2px 1px 1px 2px; position: absolute; visibility: hidden; z-index: -1; margin-top: 25px; } .XulMenu .arrow { position: absolute; top: 7px; right: 8px; border: 0; } .XulMenu .hr { font-size: 0px; border-width: 1px; border-color: #aca899; border-style: solid none none none; margin-top: 2px; margin-bottom: 2px; margin-left: 4px; margin-right: 4px; } * html .XulMenu td { position: relative; } /* ie 5.0 fix */ /* SimpleDoc [www.gosu.pl], style for tabs */ .XulTabs .wrap1 { height: 23px; } .XulTabs .wrap1 td { vertical-align: bottom; } .XulTabs .tab, .XulTabs .tab:hover, .XulTabs .tab-active, .XulTabs .tab-active:hover { text-decoration: none; padding: 3px 10px 3px 10px; border-top: 1px solid {T_TH_COLOR1}; border-left: 1px solid {T_TH_COLOR1}; color: {T_BODY_LINK}; cursor: default; white-space: nowrap; display: block; } .XulTabs .tab:hover { border-top: 2px solid {T_BODY_VLINK}; padding-top: 2px; } .XulTabs .tab-active, .XulTabs .tab-active:hover { border-top: 3px solid {T_BODY_VLINK}; padding-top: 2px; padding-bottom: 4px; font-weight: bold; } .XulTabs .view { border-right: 1px solid {T_TH_COLOR1}; } .XulTabs .content { border: 1px solid {T_TH_COLOR1}; background: {T_TR_COLOR1}; width: 100%; height: 100%; } .XulTabs .wrap2 { vertical-align: top; padding: 15px; } .XulTabs .data { display: none; } * html .XulTabs .tab, * html .XulTabs .tab:hover, * html .XulTabs .tab-active, * html .XulTabs .tab-active:hover { width: 100%; } --> </style> <table cellspacing="1" cellpadding="0" width="100%" height="100%" class="forumline" style="border-top:none;"> <tr> <td class="row2"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="cat"> <div id="menu"> <table cellspacing="0" cellpadding="0" class="XulMenu"> <tr> <td> <a class="button" href="javascript:void(0)">{L_PROJECT}</a> <div class="section"> <a class="item" href="{MODE_MANAGE_URL}">{L_MANAGEMENT}</a> <a class="item" href="{MODE_PUBLISH_URL}">{L_PUBLISH}</a> <div class="hr"></div> <a class="item" href="{MODE_IMPORT_URL}">{L_IMPORT_CONTENT}</a> <a class="item" href="{MODE_EXPORT_URL}">{L_EXPORT_CONTENT}</a> <div class="hr"></div> <a class="item" href="{MODE_VIEW_URL}">{L_DOC_VIEW}</a> </div> </td> <!-- <td> <a class="button" href="javascript:void(0)">{L_OPTIONS}</a> <div class="section"> <a class="item" href="{MODE_SETTINGS_URL}">{L_SETTINGS}</a> </div> </td> --> <td> <a class="button" href="javascript:void(0)">{L_HELP}</a> <div class="section"> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-contents.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_CONTENTS}</a> <a class="item" href="javascript:void(window.open('{MX_ROOT_PATH}{MODULE_ROOT_PATH}docs/help-about.html', 'Contents', 'width=400,height=400,scrollbars=yes'))">{L_ABOUT}</a> </div> </td> </tr> </table> </div> <script type="text/javascript">var menu = new XulMenu("menu"); menu.zIndex.visible = 10; menu.init();</script> </td> </tr> <tr> <td id="top" class="simpledoc_title"> <span class="nomargin">{L_PROJECT_NAME} - {L_PUBLISH}</span> </td> </tr> <tr> <td id="left" class="row1"> <p> <table> <tr> <td>{L_DOCUMENTS}</td> <td> <b>{DOCUMENT}</b></td> </tr> <tr> <td>{L_FOLDERS}</td> <td> <b>{FOLDERS}</b></td> </tr> <tr> <td>{L_SIZE}</td> <td> <b>{SIZE}</b></td> </tr> </table> </p> <p> <form name="zip" action="{MODE_PUBLISH_EXPORT_URL}" method="get"> <input type="hidden" name="page" value="{PAGE_ID}"> <input type="hidden" name="mode" value="publish_export"> <table> <tr> <td>{L_SENDTEMPLATES}</td> <td> <select name="template"> <option value="tree">{L_OPTIONMENU}</option> <!--<option value="drop">Drop Down Menu</option>--> <option value="raw">{L_OPTIONRAW}</option> </select> </td> </tr> <tr> <td colspan="2"> <input type="submit" name="submit" value="{L_SENDZIP}" onclick="this.blur(); setCookie('publish-zip-template', this.form.template.selectedIndex, COOKIE_YEAR);"> </td> </tr> </form> <tr><td colspan="2"> </td></tr> <form name="dir" action="{MODE_PUBLISH_EXPORT_URL}" method="get" onsubmit="this.submit.disabled=true;"> <input type="hidden" name="publish_dir" value="1"> <input type="hidden" name="page" value="{PAGE_ID}"> <input type="hidden" name="mode" value="publish_export"> <tr> <td>{L_PUBLISHTEMPLATES}</td> <td> <select name="template"> <option value="tree">{L_OPTIONMENU}</option> <!--<option value="drop">Drop Down Menu</option>--> <option value="raw">{L_OPTIONRAW}</option> </select> </td> </tr> <tr> <td>{L_OPTIONSECTION}</td> <td> <select name="section"><option value="">(optional)</option>{TEMPLATE_OPTIONS}</select> </td> </tr> <tr> <td>{L_PUBLISHDIR}</td> <td>{PUBLISH_DIR}</td> <tr> <td colspan="2"> <input type="submit" name="submit" value="{L_PUBLISH}" onclick="this.blur(); setCookie('publish-dir-template', this.form.template.selectedIndex, COOKIE_YEAR);" <?php if (!$CONFIG['publish_dir'] || !$publish_dir_ok) echo 'disabled="disabled"'; ?> {PUBLISH_DIR_ERROR} </td> </tr> </table> </form> </p> <script type="text/javascript"> if (getCookie("publish-zip-template")) document.forms["zip"].template.selectedIndex = getCookie("publish-zip-template"); if (getCookie("publish-dir-template")) document.forms["dir"].template.selectedIndex = getCookie("publish-dir-template"); </script> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: simpledoc_import.tpl --- <script type="text/javascript" src="{MX_ROOT_PATH}{M... [truncated message content] |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:51:43
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5205 Modified Files: simpledoc_import.php Log Message: for 2.9.x Index: simpledoc_import.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/modules/simpledoc_import.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** simpledoc_import.php 17 Jun 2006 20:50:47 -0000 1.2 --- simpledoc_import.php 9 Sep 2007 20:51:17 -0000 1.3 *************** *** 50,54 **** IoDir::copy($tmp.'/'.$name, $CONTENT, $CHMOD_FILE, $CHMOD_DIR); IoDir::delete($tmp); ! redirect($module_root_path . 'redirect.php?url=index.php&msg=Content+imported+successfully'); } } --- 50,54 ---- IoDir::copy($tmp.'/'.$name, $CONTENT, $CHMOD_FILE, $CHMOD_DIR); IoDir::delete($tmp); ! mx_redirect($module_root_path . 'redirect.php?url=index.php&msg=Content+imported+successfully'); } } |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:50:57
|
Update of /cvsroot/mxbb/mx_simpledoc/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4785 Modified Files: subSilver.cfg Log Message: update-check-before-removal Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/templates/subSilver/subSilver.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** subSilver.cfg 23 Apr 2006 19:21:29 -0000 1.1 --- subSilver.cfg 9 Sep 2007 20:50:41 -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 20:50:30
|
Update of /cvsroot/mxbb/mx_simpledoc/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4618/_core Log Message: Directory /cvsroot/mxbb/mx_simpledoc/templates/_core added to the repository |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:49:23
|
Update of /cvsroot/mxbb/mx_quotations/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4291/_core Added Files: index.htm mx_last_quotations.tpl mx_quotations.tpl mx_quotations_add.tpl mx_quotations_del.tpl mx_quotations_edit.tpl mx_random_quotation.tpl Log Message: for 2.9.x --- NEW FILE: mx_quotations_edit.tpl --- <form action="{U_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center" colspan="2"> {L_EDIT_QUOTE} </th> </tr> <tr> <td class="row1" align="right" width="30%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row1" align="left" width="70%"> <input type="text" class="post" name="new_author" size="60" maxlength="200" value="{AUTHOR}"></input> </td> </tr> <tr> <td class="row2" align="right" width="30%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> <td class="row2" align="left" width="70%"> <input type="text" class="post" name="new_quote" size="60" value="{QUOTE}"></input> </td> </tr> <tr> <td class="row3" align="center" colspan="2"> <input type="hidden" name="sent" value="yes"></input> <input type="submit" class="mainoption" value="{L_SUBMIT}"></input> </td> </tr> </table> </form> --- NEW FILE: mx_quotations_add.tpl --- <form action="{U_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center" colspan="2"> {L_ADD_QUOTE} </th> </tr> <tr> <td class="row1" align="right" width="30%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row1" align="left" width="70%"> <input type="text" class="post" name="author" size="60" maxlength="200"></input> </td> </tr> <tr> <td class="row2" align="right" width="30%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> <td class="row2" align="left" width="70%"> <input type="text" class="post" name="quote" size="60"></input> </td> </tr> <tr> <td class="row3" align="center" colspan="2"> <input type="hidden" name="sent" value="yes"></input> <input type="submit" class="mainoption" value="{L_SUBMIT}"></input> </td> </tr> </table> </form> --- NEW FILE: mx_quotations.tpl --- <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <td class="row1" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> </td> </tr> </table> </td> </tr> <tr> <td class="row1" colspan="2" align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td align="left" class="row1" valign="bottom"> <form action="{U_FORM_ACTION}" method="post" name="search"><span class="gen">{L_KEYWORD_SEARCH} </span> <input type="text" size="20" name="search_string" class="post" /> <select name="search_where_select"><option value="0">{L_AUTHOR}</option><option value="1" selected="selected">{L_QUOTE}</option></select> <input type="submit" name="submit" value="{L_SEARCH}" class="mainoption" /> </form> </td> <td align="right" class="row1" valign="bottom"> <span class="genmed"><a href="{U_ADD_QUOTE}">{L_ADD_QUOTE}</a></span> </td> </tr> </table> </td> </tr> <tr> <td class="row3" align="left" width="20%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row3" align="left" width="80%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> </tr> <!-- BEGIN quote_row --> <tr> <td class="{quote_row.ROW_CLASS}" align="left" width="20%" rowspan="2"> <span class="gensmall"><b>{quote_row.AUTHOR} </b></span> </td> <td class="{quote_row.ROW_CLASS}" align="left" width="80%"> <span class="genmed">{quote_row.QUOTE} </span> </td> </tr> <tr> <td class="{quote_row.ROW_CLASS}" align="right"> <i><span class="gensmall"><a href="{quote_row.U_EDIT_QUOTE}">{quote_row.L_EDIT_QUOTE}</a> <a href="{quote_row.U_DELETE_QUOTE}">{quote_row.L_DELETE_QUOTE}</a> </span><span class="gensmall">{L_POSTED_BY} {quote_row.POSTER} {quote_row.POST_TIME}</span></i> </td> </tr> <!-- END quote_row --> <!-- BEGIN switch_no_quotes --> <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> <!-- END switch_no_quotes --> <tr> <td class="row2" colspan="2" align="right"> <span class="genmed"><a href="{U_ADD_QUOTE}">{L_ADD_QUOTE}</a></span> </td> </tr> <tr> <td class="row1" colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center"> <span class="gen">{L_SELECT_INITIAL}</span> </td> </tr> <tr> <td align="center"> <span class="gen">{INITIALS}</span><br /> </td> </tr> </table> </td> </tr> </table> --- NEW FILE: mx_last_quotations.tpl --- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN quote_row --> <tr> <td class="{quote_row.ROW_CLASS}" align="left" width="80%" colspan="2"> <span class="genmed">{quote_row.QUOTE} </span> </td> </tr> <tr> <td class="{quote_row.ROW_CLASS}" align="left" width="60%"> <span class="gensmall"><b>{quote_row.AUTHOR} </b></span> </td> <td class="{quote_row.ROW_CLASS}" align="right" width="40%"> <i><span class="gensmall">{L_POSTED_BY} {quote_row.POSTER} {quote_row.POST_TIME}</span></i> </td> </tr> <!-- END quote_row --> <!-- BEGIN switch_no_quotations --> <tr> <td class="row1" colspan="2" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> <!-- END switch_no_quotations --> </table> --- NEW FILE: mx_random_quotation.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN switch_no_quotes --> <tr> <td class="row1" height="30" align="center" valign="middle"><span class="gen"><b>{L_NO_QUOTES}</b></span></td> </tr> <!-- END switch_no_quotes --> <!-- BEGIN switch_quotes_found --> <tr> <td class="row1" align="center"> <span class="genmed">{QUOTE}</span> </td> </tr> <tr> <td class="row2" align="center"> <b><span class="gen">{AUTHOR}</span></b><br /> <span class="gensmall">{L_POSTED_BY} {POSTER} {POST_TIME}</span> </td> </tr> <!-- END switch_quotes_found --> </table> --- NEW FILE: mx_quotations_del.tpl --- <form action="{U_ACTION}" method="post"> <table width="100%" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center" colspan="2"> {L_DELETE_QUOTE} </th> </tr> <tr> <td class="row1" align="right" width="30%"> <span class="genmed"><b> {L_AUTHOR} </b></span> </td> <td class="row1" align="left" width="70%"> {AUTHOR} </td> </tr> <tr> <td class="row2" align="right" width="30%"> <span class="genmed"><b> {L_QUOTE} </b></span> </td> <td class="row2" align="left" width="70%"> {QUOTE} </td> </tr> <tr> <td class="row3" align="center" colspan="2"> <input type="hidden" name="sent" value="yes"></input> <input type="submit" class="mainoption" value="{L_DELETE}"></input> </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> |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:49:23
|
Update of /cvsroot/mxbb/mx_quotations/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4291/subSilver Removed Files: index.htm mx_last_quotations.tpl mx_quotations.tpl mx_quotations_add.tpl mx_quotations_del.tpl mx_quotations_edit.tpl mx_random_quotation.tpl Log Message: for 2.9.x --- mx_quotations_edit.tpl DELETED --- --- mx_quotations_add.tpl DELETED --- --- mx_quotations.tpl DELETED --- --- mx_last_quotations.tpl DELETED --- --- mx_random_quotation.tpl DELETED --- --- mx_quotations_del.tpl DELETED --- --- index.htm DELETED --- |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:49:16
|
Update of /cvsroot/mxbb/mx_quotations/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4262/includes Modified Files: mx_quotations_add.php mx_quotations_del.php mx_quotations_edit.php Log Message: for 2.9.x Index: mx_quotations_add.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_add.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_quotations_add.php 29 Jun 2006 22:45:07 -0000 1.10 --- mx_quotations_add.php 9 Sep 2007 20:49:09 -0000 1.11 *************** *** 19,23 **** } ! $base_url = append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( isset( $HTTP_POST_VARS['sent'] ) ) --- 19,23 ---- } ! $base_url = mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( isset( $HTTP_POST_VARS['sent'] ) ) Index: mx_quotations_del.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_del.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_quotations_del.php 29 Jun 2006 19:06:57 -0000 1.8 --- mx_quotations_del.php 9 Sep 2007 20:49:09 -0000 1.9 *************** *** 19,23 **** } ! $base_url = append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) --- 19,23 ---- } ! $base_url = mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) Index: mx_quotations_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_edit.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_quotations_edit.php 29 Jun 2006 22:45:07 -0000 1.10 --- mx_quotations_edit.php 9 Sep 2007 20:49:09 -0000 1.11 *************** *** 19,23 **** } ! $base_url = append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) --- 19,23 ---- } ! $base_url = mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ); if ( !isset( $HTTP_GET_VARS['quote_id'] ) ) |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:49:16
|
Update of /cvsroot/mxbb/mx_quotations In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4262 Modified Files: mx_last_quotations.php mx_quotations.php mx_random_quotation.php Log Message: for 2.9.x Index: mx_last_quotations.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_last_quotations.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_last_quotations.php 29 Jun 2006 19:06:57 -0000 1.10 --- mx_last_quotations.php 9 Sep 2007 20:49:09 -0000 1.11 *************** *** 72,77 **** $quote = $row[$row_count]['quote']; $author = $row[$row_count]['author']; ! $post_time = create_date( $board_config['default_dateformat'], $row[$row_count]['post_time'], $board_config['board_timezone'] ); //'D d M Y' ! $poster = ( $row[$row_count]['poster_id'] != -1 ) ? '<a href="' . append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $row[$row_count]['poster_id'] ) . '">' : ''; $poster .= ( $row[$row_count]['poster_id'] != -1 ) ? $row[$row_count]['username'] : ( ( $row[$row_count]['username'] != '' ) ? $row[0]['username'] : $lang['Guest'] ); $poster .= ( $row[$row_count]['poster_id'] != -1 ) ? '</a>' : ''; --- 72,77 ---- $quote = $row[$row_count]['quote']; $author = $row[$row_count]['author']; ! $post_time = phpBB2::create_date( $board_config['default_dateformat'], $row[$row_count]['post_time'], $board_config['board_timezone'] ); //'D d M Y' ! $poster = ( $row[$row_count]['poster_id'] != -1 ) ? '<a href="' . mx_append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $row[$row_count]['poster_id'] ) . '">' : ''; $poster .= ( $row[$row_count]['poster_id'] != -1 ) ? $row[$row_count]['username'] : ( ( $row[$row_count]['username'] != '' ) ? $row[0]['username'] : $lang['Guest'] ); $poster .= ( $row[$row_count]['poster_id'] != -1 ) ? '</a>' : ''; Index: mx_random_quotation.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_random_quotation.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_random_quotation.php 29 Jun 2006 22:45:05 -0000 1.9 --- mx_random_quotation.php 9 Sep 2007 20:49:09 -0000 1.10 *************** *** 76,81 **** //$author = $row[0]['author']; ! $post_time = create_date( $board_config['default_dateformat'], $row[0]['post_time'], $board_config['board_timezone'] ); //'D d M Y' ! $poster = ( $row[0]['poster_id'] != -1 ) ? '<a href="' . append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $row[0]['poster_id'] ) . '">' : ''; $poster .= ( $row[0]['poster_id'] != -1 ) ? $row[0]['username'] : ( ( $row[0]['username'] != '' ) ? $row[0]['username'] : $lang['Guest'] ); $poster .= ( $row[0]['poster_id'] != -1 ) ? '</a>' : ''; --- 76,81 ---- //$author = $row[0]['author']; ! $post_time = phpBB2::create_date( $board_config['default_dateformat'], $row[0]['post_time'], $board_config['board_timezone'] ); //'D d M Y' ! $poster = ( $row[0]['poster_id'] != -1 ) ? '<a href="' . mx_append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $row[0]['poster_id'] ) . '">' : ''; $poster .= ( $row[0]['poster_id'] != -1 ) ? $row[0]['username'] : ( ( $row[0]['username'] != '' ) ? $row[0]['username'] : $lang['Guest'] ); $poster .= ( $row[0]['poster_id'] != -1 ) ? '</a>' : ''; *************** *** 103,107 **** 'L_TITLE' => ( !empty( $lang[$title] ) ? $lang[$title] : $title ), 'L_POSTED_BY' => ( !empty( $lang['Posted_by'] ) ? $lang['Posted_by'] : 'Posted by:' ), ! 'U_QUOTES' => append_sid( $mx_root_path . 'index.php?page=8' ) ) ); --- 103,107 ---- 'L_TITLE' => ( !empty( $lang[$title] ) ? $lang[$title] : $title ), 'L_POSTED_BY' => ( !empty( $lang['Posted_by'] ) ? $lang['Posted_by'] : 'Posted by:' ), ! 'U_QUOTES' => mx_append_sid( $mx_root_path . 'index.php?page=8' ) ) ); Index: mx_quotations.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_quotations.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_quotations.php 29 Jun 2006 22:53:05 -0000 1.16 --- mx_quotations.php 9 Sep 2007 20:49:09 -0000 1.17 *************** *** 259,264 **** //$author = $postrow[$row_count]['author']; ! $post_time = create_date( $board_config['default_dateformat'], $postrow[$row_count]['post_time'], $board_config['board_timezone'] ); //'D d M Y' ! $poster = ( $postrow[$row_count]['poster_id'] != -1 ) ? '<a href="' . append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $postrow[$row_count]['poster_id'] ) . '">' : ''; $poster .= ( $postrow[$row_count]['poster_id'] != -1 ) ? $postrow[$row_count]['username'] : ( ( $postrow[$row_count]['username'] != '' ) ? $postrow[$row_count]['username'] : $lang['Guest'] ); $poster .= ( $postrow[$row_count]['poster_id'] != -1 ) ? '</a>' : ''; --- 259,264 ---- //$author = $postrow[$row_count]['author']; ! $post_time = phpBB2::create_date( $board_config['default_dateformat'], $postrow[$row_count]['post_time'], $board_config['board_timezone'] ); //'D d M Y' ! $poster = ( $postrow[$row_count]['poster_id'] != -1 ) ? '<a href="' . mx_append_sid( PHPBB_URL . "profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $postrow[$row_count]['poster_id'] ) . '">' : ''; $poster .= ( $postrow[$row_count]['poster_id'] != -1 ) ? $postrow[$row_count]['username'] : ( ( $postrow[$row_count]['username'] != '' ) ? $postrow[$row_count]['username'] : $lang['Guest'] ); $poster .= ( $postrow[$row_count]['poster_id'] != -1 ) ? '</a>' : ''; *************** *** 312,316 **** else { ! $initial_links .= '<a href="' . append_sid( $base_url . $letter ) . '">' . $letter . '</a> '; } } --- 312,316 ---- else { ! $initial_links .= '<a href="' . mx_append_sid( $base_url . $letter ) . '">' . $letter . '</a> '; } } *************** *** 324,328 **** else { ! $initial_links .= '<a href="' . append_sid( $base_url . "other" ) . '">' . $l_other . '</a> '; } --- 324,328 ---- else { ! $initial_links .= '<a href="' . mx_append_sid( $base_url . "other" ) . '">' . $l_other . '</a> '; } *************** *** 335,339 **** else { ! $initial_links .= '<a href="' . append_sid( $base_url . "all" ) . '">' . $l_all . '</a> '; } --- 335,339 ---- else { ! $initial_links .= '<a href="' . mx_append_sid( $base_url . "all" ) . '">' . $l_all . '</a> '; } *************** *** 351,355 **** 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_ADD_QUOTE' => $u_add_quote, ! 'U_FORM_ACTION' => append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ), 'BLOCK_SIZE' => $block_size, --- 351,355 ---- 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'U_ADD_QUOTE' => $u_add_quote, ! 'U_FORM_ACTION' => mx_append_sid( $mx_root_path . ( $is_block ? "index.$phpEx?page=$page_id" : "modules/mx_quotations/mx_quotations.$phpEx" ) ), 'BLOCK_SIZE' => $block_size, |
|
From: Jon O. <jon...@us...> - 2007-09-09 20:48:24
|
Update of /cvsroot/mxbb/mx_quotations/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3857/_core Log Message: Directory /cvsroot/mxbb/mx_quotations/templates/_core added to the repository |
Update of /cvsroot/mxbb/mx_profilecp/templates/_core/images/profilcp In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3468 Added Files: alpha_00.gif alpha_11.gif alpha_22.gif alpha_33.gif alpha_44.gif alpha_55.gif alpha_66.gif alpha_77.gif alpha_88.gif alpha_99.gif alpha_AA.gif alpha_BB.gif alpha_CC.gif alpha_DD.gif alpha_EE.gif alpha_FF.gif alpha_GG.gif alpha_HH.gif alpha_II.gif alpha_JJ.gif alpha_KK.gif alpha_LL.gif alpha_MM.gif alpha_NN.gif alpha_OO.gif alpha_PP.gif alpha_QQ.gif alpha_RR.gif alpha_SS.gif alpha_TT.gif alpha_UU.gif alpha_VV.gif alpha_WW.gif alpha_XX.gif alpha_YY.gif alpha_ZZ.gif alpha_a.gif alpha_b.gif alpha_c.gif alpha_d.gif alpha_e.gif alpha_f.gif alpha_g.gif alpha_h.gif alpha_i.gif alpha_j.gif alpha_k.gif alpha_l.gif alpha_m.gif alpha_n.gif alpha_o.gif alpha_p.gif alpha_q.gif alpha_r.gif alpha_s.gif alpha_t.gif alpha_u.gif alpha_v.gif alpha_w.gif alpha_x.gif alpha_y.gif alpha_z.gif gmt_-1.gif gmt_-10.gif gmt_-11.gif gmt_-12.gif gmt_-2.gif gmt_-3,5.gif gmt_-3.gif gmt_-4.gif gmt_-5.gif gmt_-6.gif gmt_-7.gif gmt_-8.gif gmt_-9.gif gmt_0.gif gmt_1.gif gmt_10.gif gmt_11.gif gmt_12.gif gmt_2.gif gmt_3,5.gif gmt_3.gif gmt_4,5.gif gmt_4.gif gmt_5,45.gif gmt_5,5.gif gmt_5.gif gmt_6,5.gif gmt_6.gif gmt_7.gif gmt_8.gif gmt_9,5.gif gmt_9.gif index.htm Log Message: for 2.9.x --- NEW FILE: gmt_5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_EE.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_99.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_5,5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_66.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_DD.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_s.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_k.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_LL.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_t.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_8.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_YY.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_h.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_c.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_6,5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_PP.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_5,45.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_n.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_OO.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-8.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_FF.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_MM.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_r.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_10.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_44.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_u.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-4.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_RR.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_g.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_9,5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_0.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_VV.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_m.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_w.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_ZZ.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_b.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_QQ.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-3,5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_GG.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_00.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_p.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_y.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> --- NEW FILE: alpha_33.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_II.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-10.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_HH.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_22.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_f.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_WW.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-11.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_4,5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_7.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_12.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_AA.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_3,5.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-12.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_XX.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_q.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_SS.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_9.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_o.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_11.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_z.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-3.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_i.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-6.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_55.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_BB.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_l.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_v.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_77.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_d.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_j.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_NN.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-2.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_JJ.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_e.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_TT.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_CC.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_a.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: gmt_-9.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_88.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_11.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_KK.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_UU.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: alpha_x.gif --- (This appears to be a binary file; contents omitted.) |