You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(361) |
Oct
(65) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(798) |
Feb
(694) |
Mar
(586) |
Apr
(145) |
May
(24) |
Jun
(24) |
Jul
(56) |
Aug
(11) |
Sep
(138) |
Oct
(107) |
Nov
(58) |
Dec
(39) |
2004 |
Jan
(157) |
Feb
(24) |
Mar
(13) |
Apr
(14) |
May
(73) |
Jun
(106) |
Jul
(217) |
Aug
(91) |
Sep
(116) |
Oct
(357) |
Nov
(27) |
Dec
(272) |
2005 |
Jan
(97) |
Feb
(40) |
Mar
(167) |
Apr
(365) |
May
(344) |
Jun
(357) |
Jul
(407) |
Aug
(529) |
Sep
(204) |
Oct
(52) |
Nov
(80) |
Dec
(1) |
2006 |
Jan
(2) |
Feb
(1) |
Mar
(11) |
Apr
(112) |
May
(121) |
Jun
(86) |
Jul
(51) |
Aug
(48) |
Sep
(107) |
Oct
(20) |
Nov
(50) |
Dec
(11) |
2007 |
Jan
(7) |
Feb
(11) |
Mar
(8) |
Apr
(11) |
May
(2) |
Jun
(25) |
Jul
(67) |
Aug
(134) |
Sep
(54) |
Oct
(69) |
Nov
(10) |
Dec
(74) |
2008 |
Jan
(73) |
Feb
(81) |
Mar
(64) |
Apr
(98) |
May
(157) |
Jun
(68) |
Jul
(80) |
Aug
(108) |
Sep
(176) |
Oct
(107) |
Nov
(265) |
Dec
(60) |
2009 |
Jan
(149) |
Feb
(140) |
Mar
(195) |
Apr
(141) |
May
(53) |
Jun
(45) |
Jul
(98) |
Aug
(153) |
Sep
(160) |
Oct
(138) |
Nov
(139) |
Dec
(104) |
2010 |
Jan
(188) |
Feb
(259) |
Mar
(133) |
Apr
(104) |
May
(42) |
Jun
(121) |
Jul
(38) |
Aug
(223) |
Sep
(259) |
Oct
(255) |
Nov
(106) |
Dec
(157) |
2011 |
Jan
(202) |
Feb
(110) |
Mar
(261) |
Apr
(272) |
May
(218) |
Jun
(108) |
Jul
(141) |
Aug
(205) |
Sep
(326) |
Oct
(279) |
Nov
(368) |
Dec
(238) |
2012 |
Jan
(239) |
Feb
(3) |
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(6) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
(3) |
Mar
(9) |
Apr
(10) |
May
|
Jun
(1) |
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <on...@us...> - 2002-09-22 06:02:07
|
Update of /cvsroot/xoops/xoops-current/html/class In directory usw-pr-cvs1:/tmp/cvs-serv26176 Modified Files: xoopsmodule.php Log Message: no message Index: xoopsmodule.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsmodule.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** xoopsmodule.php 18 Sep 2002 16:34:13 -0000 1.3 --- xoopsmodule.php 22 Sep 2002 06:02:04 -0000 1.4 *************** *** 153,161 **** */ function install($create_tbl=true){ - global $xoopsConfig; $error = false; if ($create_tbl != false) { if ( !empty($this->modinfo['sqlfile']) && is_array($this->modinfo['sqlfile']) ) { ! $sql_file_path = XOOPS_ROOT_PATH."/modules/".$this->dirname()."/".$this->modinfo['sqlfile'][$xoopsConfig['database']].""; if ( !file_exists($sql_file_path) ) { array_push($this->errors,"SQL file not found at $sql_file_path!"); --- 153,160 ---- */ function install($create_tbl=true){ $error = false; if ($create_tbl != false) { if ( !empty($this->modinfo['sqlfile']) && is_array($this->modinfo['sqlfile']) ) { ! $sql_file_path = XOOPS_ROOT_PATH."/modules/".$this->dirname()."/".$this->modinfo['sqlfile'][XOOPS_DB_TYPE].""; if ( !file_exists($sql_file_path) ) { array_push($this->errors,"SQL file not found at $sql_file_path!"); *************** *** 555,559 **** function &search($term="", $andor="AND", $limit=0, $offset=0, $userid=0){ - global $xoopsConfig; if (!isset($this->modinfo['hasSearch']) || !$this->modinfo['hasSearch'] || !isset($this->modinfo['search']['func']) || !isset($this->modinfo['search']['file']) || $this->modinfo['search']['func'] == "" || $this->modinfo['search']['file'] == "" ) { return false; --- 554,557 ---- *************** *** 575,579 **** function loadAdminMenu() { - global $xoopsConfig; if ( isset($this->modinfo['adminmenu']) && $this->modinfo['adminmenu'] != "" && file_exists(XOOPS_ROOT_PATH."/modules/".$this->dirname()."/".$this->modinfo['adminmenu']) ) { include_once(XOOPS_ROOT_PATH."/modules/".$this->dirname()."/".$this->modinfo['adminmenu']); --- 573,576 ---- |
From: <w4...@us...> - 2002-09-21 23:26:02
|
Update of /cvsroot/xoops/xoops-current/html/language/english In directory usw-pr-cvs1:/tmp/cvs-serv24782/html/language/english Modified Files: user.php Log Message: no comment Index: user.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/language/english/user.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** user.php 5 Sep 2002 11:12:18 -0000 1.3 --- user.php 21 Sep 2002 23:25:59 -0000 1.4 *************** *** 53,57 **** define("_US_REGISTERNG","Could not register new user."); define("_US_WELCOME","Welcome to %s!"); ! define('_US_MAILOK',"Allow site administrators and moderators to send email notices?"); --- 53,57 ---- define("_US_REGISTERNG","Could not register new user."); define("_US_WELCOME","Welcome to %s!"); ! define('_US_MAILOK',"Allow site administrators and<br /> moderators to send email notices?"); |
From: <w4...@us...> - 2002-09-21 22:44:18
|
Update of /cvsroot/xoops/xoops-current/html/themes/phpkaox In directory usw-pr-cvs1:/tmp/cvs-serv16360/html/themes/phpkaox Modified Files: layout.html Log Message: no comment Index: layout.html =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/themes/phpkaox/layout.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** layout.html 21 Sep 2002 16:58:18 -0000 1.4 --- layout.html 21 Sep 2002 22:44:15 -0000 1.5 *************** *** 50,54 **** {foreach item=block from=$xoops_ccblocks} <tr id="xoopsCCBlock"> ! <td width='100%' valign='top'> {$block} </td> --- 50,54 ---- {foreach item=block from=$xoops_ccblocks} <tr id="xoopsCCBlock"> ! <td width='100%' valign='top' colspan='2'> {$block} </td> |
From: <on...@us...> - 2002-09-21 22:25:10
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv12641 Modified Files: functions.php Log Message: no message Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/functions.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** functions.php 21 Sep 2002 07:23:38 -0000 1.16 --- functions.php 21 Sep 2002 22:25:07 -0000 1.17 *************** *** 455,498 **** */ function make_cblock() { - global $xoopsUser; - $xoopsblock = new XoopsBlock(); - $cc_block = $cl_block = $cr_block = ""; - $arr = array(); - if ( $xoopsUser ) { - $arr =& $xoopsblock->getAllBlocksByGroup($xoopsUser->getGroups(), true, XOOPS_CENTERBLOCK_ALL, XOOPS_BLOCK_VISIBLE); - } else { - $arr =& $xoopsblock->getAllBlocksByGroup(XoopsGroup::getByType("Anonymous"), true, XOOPS_CENTERBLOCK_ALL, XOOPS_BLOCK_VISIBLE); - } - $block_count = count($arr); - if ($block_count > 0) { - for ($i = 0; $i < $block_count; $i++) { - $block =& $arr[$i]->buildBlock(); - if ( $block ) { - if ( XOOPS_CENTERBLOCK_CENTER == $arr[$i]->getVar("side") ) { - if ( $block['title'] != "" ) { - $cc_block .= "<tr valign='top'><td colspan='2'><b>".$block['title']."</b><br />".$block['content']."<br /><br /></td></tr>\n"; - } else { - $cc_block .= "<tr><td colspan='2'>".$block['content']."<br /><br /></td></tr>\n"; - } - } elseif ( XOOPS_CENTERBLOCK_LEFT == $arr[$i]->getVar("side") ) { - if ( $block['title'] != "" ) { - $cl_block .= "<p><b>".$block['title']."</b><br />".$block['content']."</p>\n"; - } else { - $cl_block .= "<p>".$block['content']."</p>\n"; - } - } else { - if ( $block['title'] != "" ) { - $cr_block .= "<p><b>".$block['title']."</b><br />".$block['content']."</p>\n"; - } else { - $cr_block .= "<p>".$block['content']."</p>\n"; - } - } - } - unset($block); - } - //OpenTable(); - echo "<table align=\"center\" width=\"98%\">".$cc_block."<tr valign='top'><td width='49%'>".$cl_block."</td><td width='49%'>".$cr_block."</td></tr></table>\n"; - //CloseTable(); - } } --- 455,458 ---- |
From: <on...@us...> - 2002-09-21 17:08:41
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv6969 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** header.php 21 Sep 2002 17:00:48 -0000 1.11 --- header.php 21 Sep 2002 17:08:38 -0000 1.12 *************** *** 24,28 **** die('Theme '.$xoopsConfig['default_theme'].' was not found on your server.'); } ! if (file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-'.$xoopsConfig['language'].'.php')') { include(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-'.$xoopsConfig['language'].'.php'); } elseif (file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-english.php')) { --- 24,28 ---- die('Theme '.$xoopsConfig['default_theme'].' was not found on your server.'); } ! if (file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-'.$xoopsConfig['language'].'.php')) { include(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-'.$xoopsConfig['language'].'.php'); } elseif (file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-english.php')) { |
From: <on...@us...> - 2002-09-21 17:00:51
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv5265 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** header.php 21 Sep 2002 16:52:31 -0000 1.10 --- header.php 21 Sep 2002 17:00:48 -0000 1.11 *************** *** 164,167 **** --- 164,172 ---- unset($fetched); } + if (!isset($show_rblock)) { + $xoopsTpl->assign('xoops_showrblock', 0); } + if (!isset($show_cblock)) { + $xoopsTpl->assign('xoops_showcblock', 0); + } ob_start(); include(XOOPS_ROOT_PATH.'/include/xoopsjs.php'); |
From: <on...@us...> - 2002-09-21 16:58:21
|
Update of /cvsroot/xoops/xoops-current/html/themes/phpkaox In directory usw-pr-cvs1:/tmp/cvs-serv4615 Modified Files: layout.html Log Message: no message Index: layout.html =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/themes/phpkaox/layout.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** layout.html 21 Sep 2002 07:20:29 -0000 1.3 --- layout.html 21 Sep 2002 16:58:18 -0000 1.4 *************** *** 8,14 **** <title>{$xoops_sitename} - {$xoops_pagetitle}</title> <link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' /> ! <style type='text/css' media='all'> ! {$xoops_css} ! </style> <link rel="stylesheet" href="{$xoops_themecss}" /> <script type='text/javascript'> --- 8,12 ---- <title>{$xoops_sitename} - {$xoops_pagetitle}</title> <link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' /> ! <link rel='stylesheet' type='text/css' media='all' href='{$xoops_url}/xoops.css' /> <link rel="stylesheet" href="{$xoops_themecss}" /> <script type='text/javascript'> *************** *** 34,38 **** <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> ! <td width="20%" id="xoopsLBlock" bgcolor="#EFEFEF" valign="top"> <!-- Start left blocks loop --> {foreach item=block from=$xoops_lblocks} --- 32,36 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> ! <td width="20%" bgcolor="#EFEFEF" valign="top"> <!-- Start left blocks loop --> {foreach item=block from=$xoops_lblocks} *************** *** 45,48 **** --- 43,47 ---- <!-- Display center blocks if any --> + {if $xoops_showcblock == 1} <table width="100%" id="xoopsCBlock"> *************** *** 81,84 **** --- 80,84 ---- </table> + {/if} <!-- End display center blocks --> *************** *** 86,90 **** </td> ! <td id="xoopsRBlock" width="20%" bgcolor="#efefef" valign="top"> <!-- Start right blocks loop --> {foreach item=block from=$xoops_rblocks} --- 86,92 ---- </td> ! {if $xoops_showrblock == 1} ! ! <td width="20%" bgcolor="#efefef" valign="top"> <!-- Start right blocks loop --> {foreach item=block from=$xoops_rblocks} *************** *** 94,97 **** --- 96,101 ---- <!-- End right blocks loop --> </td> + + {/if} </tr> |
From: <on...@us...> - 2002-09-21 16:53:03
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv3384 Removed Files: xoopscss.php Log Message: no message --- xoopscss.php DELETED --- |
From: <on...@us...> - 2002-09-21 16:52:34
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv3296 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** header.php 21 Sep 2002 07:20:16 -0000 1.9 --- header.php 21 Sep 2002 16:52:31 -0000 1.10 *************** *** 58,62 **** } unset($theme_css); - $xoopsTpl->assign('xoops_theme', $xoopsConfig['default_theme']); // assign theme specific language variables if any if ( isset($xoopsTheme) && is_array($xoopsTheme) ) { --- 58,61 ---- *************** *** 131,137 **** switch ($arr[$i]->getVar('side')) { case XOOPS_SIDEBLOCK_LEFT: - if (!isset($show_lblock)) { - $show_lblock = 1; - } $xoopsTpl->append_by_ref('xoops_lblocks', $fetched); break; --- 130,133 ---- *************** *** 168,188 **** unset($fetched); } - $xoopsCSS = array('lblock' => '', 'cblock' => '', 'rblock' => ''); - if (!isset($show_lblock)) { - $xoopsCSS['lblock'] = 'display: none;'; - } - if (!isset($show_rblock)) { - $xoopsCSS['rblock'] = 'display: none;'; - } - if (!isset($show_cblock)) { - $xoopsCSS['cblock'] = 'display: none;'; - } - ob_start(); - include(XOOPS_ROOT_PATH.'/include/xoopscss.php'); - $contents = ob_get_contents(); - ob_end_clean(); - $xoopsTpl->assign('xoops_css', $contents); - unset($xoopsCSS); - unset($contents); ob_start(); include(XOOPS_ROOT_PATH.'/include/xoopsjs.php'); --- 164,167 ---- |
From: <on...@us...> - 2002-09-21 14:02:59
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv25154 Modified Files: cp_functions.php Log Message: no message Index: cp_functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/cp_functions.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** cp_functions.php 21 Sep 2002 06:38:06 -0000 1.4 --- cp_functions.php 21 Sep 2002 14:02:55 -0000 1.5 *************** *** 86,90 **** } echo "</table> ! <br /></td><td align='center' valign='top' width='98%'>\n"; } --- 86,90 ---- } echo "</table> ! <br /></td><td align='left' valign='top'>\n"; } |
From: <w4...@us...> - 2002-09-21 13:17:03
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/language/spanish/admin In directory usw-pr-cvs1:/tmp/cvs-serv13285/html/modules/system/language/spanish/admin Modified Files: filter.php Log Message: no comment Index: filter.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/language/spanish/admin/filter.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** filter.php 12 Aug 2002 13:22:41 -0000 1.2 --- filter.php 21 Sep 2002 13:17:00 -0000 1.3 *************** *** 3,7 **** define("_AM_DBUPDATED",""); ! define("_AM_FILTERSETTINGS","Configuraciín de Filtrado"); define("_AM_BADIPS","Bloquear dirección IP"); define("_AM_BADWORDS","Listado de malas palabras"); --- 3,7 ---- define("_AM_DBUPDATED",""); ! define("_AM_FILTERSETTINGS","Configuración de Filtrado"); define("_AM_BADIPS","Bloquear dirección IP"); define("_AM_BADWORDS","Listado de malas palabras"); |
From: <on...@us...> - 2002-09-21 07:23:41
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv1837 Modified Files: functions.php Log Message: no message Index: functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/functions.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** functions.php 20 Sep 2002 17:06:13 -0000 1.15 --- functions.php 21 Sep 2002 07:23:38 -0000 1.16 *************** *** 48,52 **** --- 48,54 ---- echo "<meta name='generator' content='".XOOPS_VERSION."' />\n\n"; echo "<title>".$xoopsConfig['sitename']."</title>\n"; + echo "<script type='text/javascript'>\n<!--\n"; include(XOOPS_ROOT_PATH.'/include/xoopsjs.php'); + echo "\n//-->\n</script>"; $themecss = getcss(getTheme()); echo "<link rel='stylesheet' type='text/css' media='all' href='".XOOPS_URL."/xoops.css' />\n"; |
From: <on...@us...> - 2002-09-21 07:21:03
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv1520 Modified Files: xoopsjs.php Log Message: no message Index: xoopsjs.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/xoopsjs.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xoopsjs.php 10 Aug 2002 18:49:00 -0000 1.4 --- xoopsjs.php 21 Sep 2002 07:21:00 -0000 1.5 *************** *** 1,4 **** - <script type='text/javascript'> - <!-- function xoopsGetElementById(id){ if (document.getElementById) { --- 1,2 ---- *************** *** 118,121 **** window.onload=init; - //--> - </script> --- 116,117 ---- |
From: <on...@us...> - 2002-09-21 07:20:31
|
Update of /cvsroot/xoops/xoops-current/html/themes/phpkaox In directory usw-pr-cvs1:/tmp/cvs-serv1463 Modified Files: layout.html Log Message: no message Index: layout.html =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/themes/phpkaox/layout.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** layout.html 18 Sep 2002 23:46:38 -0000 1.2 --- layout.html 21 Sep 2002 07:20:29 -0000 1.3 *************** *** 7,16 **** <meta name='generator' content='{$xoops_version}' /> <title>{$xoops_sitename} - {$xoops_pagetitle}</title> - <link rel='stylesheet' type='text/css' media='all' href='{$xoops_url}/xoops.css' /> - {if $xoops_themecss != ""} - <style type='text/css' media='all'><!-- @import url({$xoops_themecss}); --></style> - {/if} <link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' /> ! {php}include(XOOPS_ROOT_PATH.'/include/xoopsjs.php');{/php} </head> <body> --- 7,20 ---- <meta name='generator' content='{$xoops_version}' /> <title>{$xoops_sitename} - {$xoops_pagetitle}</title> <link href='{$xoops_url}/favicon.ico' rel='SHORTCUT ICON' /> ! <style type='text/css' media='all'> ! {$xoops_css} ! </style> ! <link rel="stylesheet" href="{$xoops_themecss}" /> ! <script type='text/javascript'> ! <!-- ! {$xoops_js} ! //--> ! </script> </head> <body> *************** *** 21,31 **** <tr> <td width="285" valign="middle" align="center"> <a href="{$xoops_url}/"><img src="{$xoops_url}/themes/phpkaox/images/logo.gif"></a></td> ! <td> ! {if $xoops_banner != ""} ! {$xoops_banner} ! {else} ! ! {/if} ! </td> </tr> </table> --- 25,29 ---- <tr> <td width="285" valign="middle" align="center"> <a href="{$xoops_url}/"><img src="{$xoops_url}/themes/phpkaox/images/logo.gif"></a></td> ! <td>{$xoops_banner}</td> </tr> </table> *************** *** 36,55 **** <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> ! <td width="20%" bgcolor="#EFEFEF" valign="top"> {foreach item=block from=$xoops_lblocks} {$block} <br> {/foreach} </td> <td valign="top"> <!-- Display center blocks if any --> - {if $xoops_showcblock == 1} ! <table width="100%"> <!-- Start center-center blocks loop --> {foreach item=block from=$xoops_ccblocks} ! <tr> <td width='100%' valign='top'> {$block} --- 34,54 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> ! <td width="20%" id="xoopsLBlock" bgcolor="#EFEFEF" valign="top"> ! <!-- Start left blocks loop --> {foreach item=block from=$xoops_lblocks} {$block} <br> {/foreach} + <!-- End left blocks loop --> </td> <td valign="top"> <!-- Display center blocks if any --> ! <table width="100%" id="xoopsCBlock"> <!-- Start center-center blocks loop --> {foreach item=block from=$xoops_ccblocks} ! <tr id="xoopsCCBlock"> <td width='100%' valign='top'> {$block} *************** *** 75,79 **** {$block} <br /> ! {/foreach} <!-- End center-right blocks loop --> --- 74,78 ---- {$block} <br /> ! {/foreach} <!-- End center-right blocks loop --> *************** *** 82,86 **** </table> - {/if} <!-- End display center blocks --> --- 81,84 ---- *************** *** 88,99 **** </td> ! {if $xoops_showrblock == 1} ! <td width="20%" bgcolor="#efefef" valign="top"> {foreach item=block from=$xoops_rblocks} {$block} <br> {/foreach} </td> - {/if} </tr> --- 86,97 ---- </td> ! <td id="xoopsRBlock" width="20%" bgcolor="#efefef" valign="top"> ! <!-- Start right blocks loop --> {foreach item=block from=$xoops_rblocks} {$block} <br> {/foreach} + <!-- End right blocks loop --> </td> </tr> |
From: <on...@us...> - 2002-09-21 07:20:19
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv1432 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** header.php 19 Sep 2002 16:41:43 -0000 1.8 --- header.php 21 Sep 2002 07:20:16 -0000 1.9 *************** *** 24,36 **** die('Theme '.$xoopsConfig['default_theme'].' was not found on your server.'); } ! if ( file_exists(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['default_theme']."/language/lang-".$xoopsConfig['language'].".php") ) { ! include(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['default_theme']."/language/lang-".$xoopsConfig['language'].".php"); ! } elseif ( file_exists(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['default_theme']."/language/lang-english.php") ) { ! include(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['default_theme']."/language/lang-english.php"); } ! if ( !file_exists(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['default_theme']."/layout.html") ) { // the old way.. xoops_header(false); ! include(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['default_theme']."/theme.php"); $xoopsOption['show_rblock'] = (!empty($xoopsOption['show_rblock'])) ? $xoopsOption['show_rblock'] : 0; themeheader($xoopsOption['show_rblock']); --- 24,36 ---- die('Theme '.$xoopsConfig['default_theme'].' was not found on your server.'); } ! if (file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-'.$xoopsConfig['language'].'.php')') { ! include(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-'.$xoopsConfig['language'].'.php'); ! } elseif (file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-english.php')) { ! include(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/language/lang-english.php'); } ! if (!file_exists(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/layout.html')) { // the old way.. xoops_header(false); ! include(XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/theme.php'); $xoopsOption['show_rblock'] = (!empty($xoopsOption['show_rblock'])) ? $xoopsOption['show_rblock'] : 0; themeheader($xoopsOption['show_rblock']); *************** *** 38,42 **** if (!empty($xoopsOption['use_smarty'])) { echo "This page requires Smarty enabled theme"; ! include("footer.php"); exit(); } --- 38,42 ---- if (!empty($xoopsOption['use_smarty'])) { echo "This page requires Smarty enabled theme"; ! include('footer.php'); exit(); } *************** *** 55,59 **** --- 55,61 ---- if ( $theme_css != '' ) { $xoopsTpl->assign("xoops_themecss", $theme_css); + //$xoopsTpl->assign("xoops_themecss", '<!-- @import url('.$theme_css.'); -->'); } + unset($theme_css); $xoopsTpl->assign('xoops_theme', $xoopsConfig['default_theme']); // assign theme specific language variables if any *************** *** 68,72 **** $xoopsTpl->assign('xoops_banner', getBanner()); } else { ! $xoopsTpl->assign('xoops_banner', ""); } // get all blocks and assign to smarty --- 70,74 ---- $xoopsTpl->assign('xoops_banner', getBanner()); } else { ! $xoopsTpl->assign('xoops_banner', ' '); } // get all blocks and assign to smarty *************** *** 129,132 **** --- 131,137 ---- switch ($arr[$i]->getVar('side')) { case XOOPS_SIDEBLOCK_LEFT: + if (!isset($show_lblock)) { + $show_lblock = 1; + } $xoopsTpl->append_by_ref('xoops_lblocks', $fetched); break; *************** *** 163,172 **** unset($fetched); } if (!isset($show_rblock)) { ! $xoopsTpl->assign('xoops_showrblock', 0); } if (!isset($show_cblock)) { ! $xoopsTpl->assign('xoops_showcblock', 0); } // set some header variables $xoopsTpl->assign('xoops_charset', _CHARSET); --- 168,193 ---- unset($fetched); } + $xoopsCSS = array('lblock' => '', 'cblock' => '', 'rblock' => ''); + if (!isset($show_lblock)) { + $xoopsCSS['lblock'] = 'display: none;'; + } if (!isset($show_rblock)) { ! $xoopsCSS['rblock'] = 'display: none;'; } if (!isset($show_cblock)) { ! $xoopsCSS['cblock'] = 'display: none;'; } + ob_start(); + include(XOOPS_ROOT_PATH.'/include/xoopscss.php'); + $contents = ob_get_contents(); + ob_end_clean(); + $xoopsTpl->assign('xoops_css', $contents); + unset($xoopsCSS); + unset($contents); + ob_start(); + include(XOOPS_ROOT_PATH.'/include/xoopsjs.php'); + $contents = ob_get_contents(); + ob_end_clean(); + $xoopsTpl->assign('xoops_js', $contents); // set some header variables $xoopsTpl->assign('xoops_charset', _CHARSET); |
From: <on...@us...> - 2002-09-21 07:19:54
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv1317 Added Files: xoopscss.php Log Message: no message --- NEW FILE: xoopscss.php --- div { text-align: center; } h1,h2,h3,h4,h5,h6 { text-align:center; } img { border: 0; } .ahem { display: none; } td.nw { white-space: nowrap; } #xoopsHiddenText { visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; } #xoopsLBlock { <?php echo $xoopsCSS['lblock'];?> } #xoopsCBlock { <?php echo $xoopsCSS['cblock'];?> } #xoopsRBlock { <?php echo $xoopsCSS['rblock'];?> } |
From: <on...@us...> - 2002-09-21 07:09:05
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv32056 Modified Files: xoops.css Log Message: no message Index: xoops.css =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/xoops.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xoops.css 23 Aug 2002 20:13:37 -0000 1.4 --- xoops.css 21 Sep 2002 07:08:56 -0000 1.5 *************** *** 20,24 **** } ! #hiddenText { visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; } --- 20,24 ---- } ! #xoopsHiddenText { visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none; } |
From: <on...@us...> - 2002-09-21 07:08:25
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv31956 Modified Files: xoopscodes.php Log Message: no message Index: xoopscodes.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/xoopscodes.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** xoopscodes.php 18 Sep 2002 11:44:01 -0000 1.5 --- xoopscodes.php 21 Sep 2002 07:08:22 -0000 1.6 *************** *** 101,105 **** var colorDom = xoopsGetElementById(id + "Color"); var sizeDom = xoopsGetElementById(id + "Size"); ! var hiddenTextDomStyle = xoopsGetElementById("hiddenText").style; var textDomValue = textDom.value; var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; --- 101,105 ---- var colorDom = xoopsGetElementById(id + "Color"); var sizeDom = xoopsGetElementById(id + "Size"); ! var xoopsHiddenTextDomStyle = xoopsGetElementById("xoopsHiddenText").style; var textDomValue = textDom.value; var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; *************** *** 136,146 **** textareaDom.value += textDomValue; textDom.value = ""; ! hiddenTextDomStyle.color = "#000000"; ! hiddenTextDomStyle.fontFamily = ""; ! hiddenTextDomStyle.fontStyle = "normal"; ! hiddenTextDomStyle.fontSize = "12px"; ! hiddenTextDomStyle.fontWeight = "normal"; ! hiddenTextDomStyle.textDecoration = "none"; ! hiddenTextDomStyle.visibility = "hidden"; textareaDom.focus(); } --- 136,146 ---- textareaDom.value += textDomValue; textDom.value = ""; ! xoopsHiddenTextDomStyle.color = "#000000"; ! xoopsHiddenTextDomStyle.fontFamily = ""; ! xoopsHiddenTextDomStyle.fontStyle = "normal"; ! xoopsHiddenTextDomStyle.fontSize = "12px"; ! xoopsHiddenTextDomStyle.fontWeight = "normal"; ! xoopsHiddenTextDomStyle.textDecoration = "none"; ! xoopsHiddenTextDomStyle.visibility = "hidden"; textareaDom.focus(); } *************** *** 193,197 **** $sizearray = array("xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large"); ! echo "<select id='".$textarea_id."Size' onchange='setVisible(\"hiddenText\");setElementSize(\"hiddenText\",this.options[this.selectedIndex].value);'>\n"; echo "<option value='SIZE'>"._SIZE."</option>\n"; foreach ( $sizearray as $size ) { --- 193,197 ---- $sizearray = array("xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large"); ! echo "<select id='".$textarea_id."Size' onchange='setVisible(\"xoopsHiddenText\");setElementSize(\"xoopsHiddenText\",this.options[this.selectedIndex].value);'>\n"; echo "<option value='SIZE'>"._SIZE."</option>\n"; foreach ( $sizearray as $size ) { *************** *** 201,205 **** $fontarray = array("Arial", "Courier", "Georgia", "Helvetica", "Impact", "Verdana"); ! echo "<select id='".$textarea_id."Font' onchange='setVisible(\"hiddenText\");setElementFont(\"hiddenText\",this.options[this.selectedIndex].value);'>\n"; echo "<option value='FONT'>"._FONT."</option>\n"; foreach ( $fontarray as $font ) { --- 201,205 ---- $fontarray = array("Arial", "Courier", "Georgia", "Helvetica", "Impact", "Verdana"); ! echo "<select id='".$textarea_id."Font' onchange='setVisible(\"xoopsHiddenText\");setElementFont(\"xoopsHiddenText\",this.options[this.selectedIndex].value);'>\n"; echo "<option value='FONT'>"._FONT."</option>\n"; foreach ( $fontarray as $font ) { *************** *** 209,213 **** $colorarray = array("00", "33", "66", "99", "CC", "FF"); ! echo "<select id='".$textarea_id."Color' onchange='setVisible(\"hiddenText\");setElementColor(\"hiddenText\",this.options[this.selectedIndex].value);'>\n"; echo "<option value='COLOR'>"._COLOR."</option>\n"; foreach ( $colorarray as $color1 ) { --- 209,213 ---- $colorarray = array("00", "33", "66", "99", "CC", "FF"); ! echo "<select id='".$textarea_id."Color' onchange='setVisible(\"xoopsHiddenText\");setElementColor(\"xoopsHiddenText\",this.options[this.selectedIndex].value);'>\n"; echo "<option value='COLOR'>"._COLOR."</option>\n"; foreach ( $colorarray as $color1 ) { *************** *** 218,225 **** } } ! echo "</select><span id='hiddenText'>"._EXAMPLE."</span>\n"; echo "<br />\n"; ! echo "<input type='checkbox' id='".$textarea_id."Bold' onclick='setVisible(\"hiddenText\");makeBold(\"hiddenText\");' /><b>B</b> <input type='checkbox' id='".$textarea_id."Italic' onclick='setVisible(\"hiddenText\");makeItalic(\"hiddenText\");' /><i>I</i> <input type='checkbox' id='".$textarea_id."Underline' onclick='setVisible(\"hiddenText\");makeUnderline(\"hiddenText\");' /><u>U</u> <input type='textbox' id='".$textarea_id."Addtext' size='20' /> <input type='button' onclick='xoopsCodeText(\"$textarea_id\")' value='"._ADD."'><br /><br /><textarea id='".$textarea_id."' name='".$textarea_id."' wrap='virtual' cols='$cols' rows='$rows'>".$GLOBALS[$textarea_id]."</textarea><br />\n"; } --- 218,225 ---- } } ! echo "</select><span id='xoopsHiddenText'>"._EXAMPLE."</span>\n"; echo "<br />\n"; ! echo "<input type='checkbox' id='".$textarea_id."Bold' onclick='setVisible(\"xoopsHiddenText\");makeBold(\"xoopsHiddenText\");' /><b>B</b> <input type='checkbox' id='".$textarea_id."Italic' onclick='setVisible(\"xoopsHiddenText\");makeItalic(\"xoopsHiddenText\");' /><i>I</i> <input type='checkbox' id='".$textarea_id."Underline' onclick='setVisible(\"xoopsHiddenText\");makeUnderline(\"xoopsHiddenText\");' /><u>U</u> <input type='textbox' id='".$textarea_id."Addtext' size='20' /> <input type='button' onclick='xoopsCodeText(\"$textarea_id\")' value='"._ADD."'><br /><br /><textarea id='".$textarea_id."' name='".$textarea_id."' wrap='virtual' cols='$cols' rows='$rows'>".$GLOBALS[$textarea_id]."</textarea><br />\n"; } |
From: <on...@us...> - 2002-09-21 07:07:54
|
Update of /cvsroot/xoops/xoops-current/html/class/xoopsform In directory usw-pr-cvs1:/tmp/cvs-serv31872 Modified Files: formdhtmltextarea.php Log Message: no message Index: formdhtmltextarea.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsform/formdhtmltextarea.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** formdhtmltextarea.php 18 Sep 2002 10:44:49 -0000 1.3 --- formdhtmltextarea.php 21 Sep 2002 07:07:51 -0000 1.4 *************** *** 36,40 **** $sizearray = array("xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large"); ! $ret .= "<select id='".$this->getName()."Size' onchange='setVisible(\"hiddenText\");setElementSize(\"hiddenText\",this.options[this.selectedIndex].value);'>\n"; $ret .= "<option value='SIZE'>"._SIZE."</option>\n"; foreach ( $sizearray as $size ) { --- 36,40 ---- $sizearray = array("xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large"); ! $ret .= "<select id='".$this->getName()."Size' onchange='setVisible(\"xoopsHiddenText\");setElementSize(\"xoopsHiddenText\",this.options[this.selectedIndex].value);'>\n"; $ret .= "<option value='SIZE'>"._SIZE."</option>\n"; foreach ( $sizearray as $size ) { *************** *** 43,47 **** $ret .= "</select>\n"; $fontarray = array("Arial", "Courier", "Georgia", "Helvetica", "Impact", "Verdana"); ! $ret .= "<select id='".$this->getName()."Font' onchange='setVisible(\"hiddenText\");setElementFont(\"hiddenText\",this.options[this.selectedIndex].value);'>\n"; $ret .= "<option value='FONT'>"._FONT."</option>\n"; foreach ( $fontarray as $font ) { --- 43,47 ---- $ret .= "</select>\n"; $fontarray = array("Arial", "Courier", "Georgia", "Helvetica", "Impact", "Verdana"); ! $ret .= "<select id='".$this->getName()."Font' onchange='setVisible(\"xoopsHiddenText\");setElementFont(\"xoopsHiddenText\",this.options[this.selectedIndex].value);'>\n"; $ret .= "<option value='FONT'>"._FONT."</option>\n"; foreach ( $fontarray as $font ) { *************** *** 50,54 **** $ret .= "</select>\n"; $colorarray = array("00", "33", "66", "99", "CC", "FF"); ! $ret .= "<select id='".$this->getName()."Color' onchange='setVisible(\"hiddenText\");setElementColor(\"hiddenText\",this.options[this.selectedIndex].value);'>\n"; $ret .= "<option value='COLOR'>"._COLOR."</option>\n"; foreach ( $colorarray as $color1 ) { --- 50,54 ---- $ret .= "</select>\n"; $colorarray = array("00", "33", "66", "99", "CC", "FF"); ! $ret .= "<select id='".$this->getName()."Color' onchange='setVisible(\"xoopsHiddenText\");setElementColor(\"xoopsHiddenText\",this.options[this.selectedIndex].value);'>\n"; $ret .= "<option value='COLOR'>"._COLOR."</option>\n"; foreach ( $colorarray as $color1 ) { *************** *** 59,65 **** } } ! $ret .= "</select><span id='hiddenText'>"._EXAMPLE."</span>\n"; $ret .= "<br />\n"; ! $ret .= "<input type='checkbox' id='".$this->getName()."Bold' onclick='setVisible(\"hiddenText\");makeBold(\"hiddenText\");' /><b>B</b> <input type='checkbox' id='".$this->getName()."Italic' onclick='setVisible(\"hiddenText\");makeItalic(\"hiddenText\");' /><i>I</i> <input type='checkbox' id='".$this->getName()."Underline' onclick='setVisible(\"hiddenText\");makeUnderline(\"hiddenText\");' /><u>U</u> <input type='textbox' id='".$this->getName()."Addtext' size='20' /> <input type='button' onclick='xoopsCodeText(\"".$this->getName()."\")' value='"._ADD."'><br /><br /><textarea id='".$this->getName()."' name='".$this->getName()."' wrap='virtual' cols='".$this->getCols()."' rows='".$this->getRows()."'".$this->getExtra().">".$this->getValue()."</textarea><br />\n"; $ret .= $this->renderSmileys(); return $ret; --- 59,65 ---- } } ! $ret .= "</select><span id='xoopsHiddenText'>"._EXAMPLE."</span>\n"; $ret .= "<br />\n"; ! $ret .= "<input type='checkbox' id='".$this->getName()."Bold' onclick='setVisible(\"xoopsHiddenText\");makeBold(\"xoopsHiddenText\");' /><b>B</b> <input type='checkbox' id='".$this->getName()."Italic' onclick='setVisible(\"xoopsHiddenText\");makeItalic(\"xoopsHiddenText\");' /><i>I</i> <input type='checkbox' id='".$this->getName()."Underline' onclick='setVisible(\"xoopsHiddenText\");makeUnderline(\"xoopsHiddenText\");' /><u>U</u> <input type='textbox' id='".$this->getName()."Addtext' size='20' /> <input type='button' onclick='xoopsCodeText(\"".$this->getName()."\")' value='"._ADD."'><br /><br /><textarea id='".$this->getName()."' name='".$this->getName()."' wrap='virtual' cols='".$this->getCols()."' rows='".$this->getRows()."'".$this->getExtra().">".$this->getValue()."</textarea><br />\n"; $ret .= $this->renderSmileys(); return $ret; |
From: <on...@us...> - 2002-09-21 06:38:09
|
Update of /cvsroot/xoops/xoops-current/html/include In directory usw-pr-cvs1:/tmp/cvs-serv27028 Modified Files: cp_functions.php Log Message: no message Index: cp_functions.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/include/cp_functions.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cp_functions.php 18 Sep 2002 11:02:07 -0000 1.3 --- cp_functions.php 21 Sep 2002 06:38:06 -0000 1.4 *************** *** 78,82 **** <table border='0' cellpadding='0' cellspacing='5' width='100%'><tr><td width='110' valign='top'> ! <table border='0' cellpadding='0' cellspacing='0' valign='top' width='100%'><tr><td class='bg2'><table width='100%' border='0' cellpadding='4' cellspacing='1'> "; foreach ( $admin_mids as $adm ) { --- 78,82 ---- <table border='0' cellpadding='0' cellspacing='5' width='100%'><tr><td width='110' valign='top'> ! <table border='0' cellpadding='4' cellspacing='1' width='100%'><tr> "; foreach ( $admin_mids as $adm ) { *************** *** 85,90 **** } } ! echo "</table></td></tr></table> ! <br /></td><td valign='top' width='100%'>\n"; } --- 85,90 ---- } } ! echo "</table> ! <br /></td><td align='center' valign='top' width='98%'>\n"; } |
From: <on...@us...> - 2002-09-21 06:30:30
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/users In directory usw-pr-cvs1:/tmp/cvs-serv25650 Modified Files: users.php Log Message: no message Index: users.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/users/users.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** users.php 20 Sep 2002 16:49:24 -0000 1.4 --- users.php 21 Sep 2002 06:30:28 -0000 1.5 *************** *** 13,17 **** $userstart = isset($HTTP_GET_VARS['userstart']) ? intval($HTTP_GET_VARS['userstart']) : 0; xoops_cp_header(); - OpenTable(); $usercount = XoopsUser::countAllUsers(); $nav = new XoopsPageNav($usercount, 500, $userstart, "userstart", "fct=users"); --- 13,16 ---- *************** *** 60,64 **** $form_title = _AM_ADDUSER; include(XOOPS_ROOT_PATH."/modules/system/admin/users/userform.php"); - CloseTable(); xoops_cp_footer(); } --- 59,62 ---- *************** *** 67,71 **** global $xoopsDB, $xoopsConfig, $xoopsModule; xoops_cp_header(); - OpenTable(); $user = new XoopsUser($user); if ( !$user->isActive() ) { --- 65,68 ---- *************** *** 76,80 **** echo myTextForm("admin.php?fct=users", _AM_NO); echo "</td></tr></table>\n"; - CloseTable(); xoops_cp_footer(); exit(); --- 73,76 ---- *************** *** 120,129 **** echo "<input type=\"submit\" value=\""._AM_SYNCHRONIZE."\">\n"; echo "</form>\n"; - CloseTable(); } else { echo "<h4 style='text-align:left;'>"; echo _AM_USERDONEXIT; echo "</h4>"; - CloseTable(); } xoops_cp_footer(); --- 116,123 ---- *************** *** 162,166 **** xoops_cp_header(); echo " ! <center>"._AM_STNPDNM."</center>"; xoops_cp_footer(); exit; --- 156,160 ---- xoops_cp_header(); echo " ! <b>"._AM_STNPDNM."</b>"; xoops_cp_footer(); exit; |
From: <on...@us...> - 2002-09-21 06:28:58
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/userrank In directory usw-pr-cvs1:/tmp/cvs-serv25330 Modified Files: userrank.php Log Message: no message Index: userrank.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/userrank/userrank.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** userrank.php 20 Sep 2002 16:39:04 -0000 1.2 --- userrank.php 21 Sep 2002 06:28:55 -0000 1.3 *************** *** 6,12 **** global $xoopsDB, $xoopsModule; xoops_cp_header(); - //$xoopsModule->printAdminMenu(); - //echo "<br />"; - OpenTable(); echo "<h4 style='text-align:left;'>"._AM_RANKSSETTINGS."</h4> <table border='0' cellpadding='0' cellspacing='0' valign='top' width='100%'><tr><td class='bg2'> --- 6,9 ---- *************** *** 59,63 **** <input type='hidden' name='fct' value='userrank' /> </form>\n"; - CloseTable(); xoops_cp_footer(); } --- 56,59 ---- *************** *** 81,91 **** $myts =& MyTextSanitizer::getInstance(); xoops_cp_header(); - //$xoopsModule->printAdminMenu(); - //echo "<br />"; $result = $xoopsDB->query("SELECT * FROM ".$xoopsDB->prefix("ranks")." WHERE rank_id=".$rank_id.""); $rank = $xoopsDB->fetchArray($result); $rank['rank_title'] = $myts->makeTboxData4Edit($rank['rank_title']); $rank['rank_image'] = $myts->makeTboxData4Edit($rank['rank_image']); - OpenTable(); echo " <h4 style='text-align:left;'>"._AM_EDITRANK."</h4> --- 77,84 ---- *************** *** 111,115 **** <input type='hidden' name='fct' value='userrank' /> </form></div>"; - CloseTable(); xoops_cp_footer(); } --- 104,107 ---- *************** *** 137,143 **** } else { xoops_cp_header(); - //$xoopsModule->printAdminMenu(); - //echo "<br />"; - OpenTable(); echo "<div><br />"; echo "<h4 style='color:#ff0000'>"._AM_WAYSYWTDTR."</h4><br />"; --- 129,132 ---- *************** *** 147,151 **** echo myTextForm("admin.php?fct=userrank&op=RankForumAdmin", _AM_NO); echo "</td></tr></table></div>\n"; - CloseTable(); } xoops_cp_footer(); --- 136,139 ---- |
From: <on...@us...> - 2002-09-21 06:27:29
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/smilies In directory usw-pr-cvs1:/tmp/cvs-serv25062 Modified Files: smilies.php Log Message: no message Index: smilies.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/smilies/smilies.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** smilies.php 20 Sep 2002 16:36:49 -0000 1.2 --- smilies.php 21 Sep 2002 06:27:26 -0000 1.3 *************** *** 9,15 **** $myts =& MyTextSanitizer::getInstance(); xoops_cp_header(); - //$xoopsModule->printAdminMenu(); - //echo "<br />"; - OpenTable(); echo "<h4 style='text-align:left;'>"._AM_CURRENTSMILE."</h4>"; --- 9,12 ---- *************** *** 51,55 **** echo "<input type='submit' value='" ._AM_ADD. "' /></td></tr>\n"; echo "</table></td></tr></table></form>\n"; - CloseTable(); xoops_cp_footer(); --- 48,51 ---- *************** *** 60,64 **** $myts =& MyTextSanitizer::getInstance(); xoops_cp_header(); - OpenTable(); echo "<h4 style='text-align:left;'>"._AM_EDITSMILE."</h4>"; if ($getsmiles = $xoopsDB->query("SELECT * FROM ".$xoopsDB->prefix("smiles")." WHERE id = $id")) { --- 56,59 ---- *************** *** 89,93 **** echo _AM_CNRFTSD; } - CloseTable(); xoops_cp_footer(); } --- 84,87 ---- *************** *** 126,130 **** } else { xoops_cp_header(); - OpenTable(); echo "<div><br />"; echo "<font color='#ff0000'>"; --- 120,123 ---- *************** *** 136,140 **** echo "</td></tr></table>\n"; echo "<br /><br /></div>"; - CloseTable(); xoops_cp_footer(); } --- 129,132 ---- |
From: <on...@us...> - 2002-09-21 06:26:38
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/preferences In directory usw-pr-cvs1:/tmp/cvs-serv24908 Modified Files: preferences.php Log Message: no message Index: preferences.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/preferences/preferences.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** preferences.php 20 Sep 2002 17:08:54 -0000 1.7 --- preferences.php 21 Sep 2002 06:26:35 -0000 1.8 *************** *** 123,129 **** $form->addElement($op_hidden); $form->addElement($submit_button); - OpenTable(); $form->display(); - CloseTable(); } --- 123,127 ---- |
From: <on...@us...> - 2002-09-21 06:25:53
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/admin/metafooter In directory usw-pr-cvs1:/tmp/cvs-serv24764 Modified Files: metafooter.php Log Message: no message Index: metafooter.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/admin/metafooter/metafooter.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** metafooter.php 21 Sep 2002 06:25:22 -0000 1.3 --- metafooter.php 21 Sep 2002 06:25:51 -0000 1.4 *************** *** 34,38 **** if (!$result) { echo "Error doing DB query"; - //CloseTable(); xoops_cp_footer(); exit(); --- 34,37 ---- |