From: <ma...@us...> - 2013-01-01 22:57:59
|
Revision: 10627 http://sourceforge.net/p/xoops/svn/10627 Author: mageg Date: 2013-01-01 22:57:55 +0000 (Tue, 01 Jan 2013) Log Message: ----------- removal of unnecessary things Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/xoops_version.php Removed Paths: ------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/admin/images/ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/avatar.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/banner.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/bannerclient.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/image.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/imagecat.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/mail.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/ranks.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/smilies.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_auth.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_mail.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_main.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_meta.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_mods.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_search.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_user.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_word.png XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/comments.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/images.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/mailusers.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_images.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_mailusers.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_smilies.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_userrank.html Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/avatar.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/avatar.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/avatar.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,81 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Avatar Form Class - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Gregory Mage (AKA Mage) - * @author trabis <lus...@gm...> - * @package system - * @subpackage avatar - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemAvatarForm extends XoopsThemeForm -{ - /** - * @param XoopsAvatar|XoopsObject $obj - */ - public function __construct(XoopsAvatar &$obj) - { - if ($obj->isNew()) { - $blank_img = 'blank.gif'; - } else { - $blank_img = str_replace('avatars/', '', $obj->getVar('avatar_file', 'e')); - } - // Get User Config - $xoops = Xoops::getInstance(); - $xoopsConfigUser = $xoops->getConfigs(); - - // New and edit form - parent::__construct(_AM_SYSTEM_AVATAR_ADD, 'avatar_form', 'admin.php', "post", true); - $this->setExtra('enctype="multipart/form-data"'); - // Name - $this->addElement(new XoopsFormText(_IMAGENAME, 'avatar_name', 50, 255, $obj->getVar('avatar_name', 'e')), true); - // Name description - $maxpixel = '<div>' . _US_MAXPIXEL . ' : ' . $xoopsConfigUser['avatar_width'] . ' x ' . $xoopsConfigUser['avatar_height'] . '</div>'; - $maxsize = '<div>' . _US_MAXIMGSZ . ' : ' . $xoopsConfigUser['avatar_maxsize'] . '</div>'; - // Upload part - $imgtray_img = new XoopsFormElementTray(_IMAGEFILE, '<br />'); - $imgtray_img->setDescription($maxpixel . $maxsize); - $imageselect_img = new XoopsFormSelect(sprintf(_AM_SYSTEM_AVATAR_USE_FILE, XOOPS_UPLOAD_PATH . '/avatars/'), 'avatar_file', $blank_img); - $image_array_img = XoopsLists::getImgListAsArray(XOOPS_UPLOAD_PATH . '/avatars'); - $imageselect_img->addOption("$blank_img", $blank_img); - foreach ($image_array_img as $image_img) { - $imageselect_img->addOption("$image_img", $image_img); - } - $imageselect_img->setExtra("onchange='showImgSelected(\"xo-avatar-img\", \"avatar_file\", \"avatars\", \"\", \"" . XOOPS_UPLOAD_URL . "\")'"); - $imgtray_img->addElement($imageselect_img, false); - $imgtray_img->addElement(new XoopsFormLabel('', "<br /><img src='" . XOOPS_UPLOAD_URL . "/avatars/" . $blank_img . "' name='image_img' id='xo-avatar-img' alt='' />")); - $fileseltray_img = new XoopsFormElementTray('<br />', '<br /><br />'); - $fileseltray_img->addElement(new XoopsFormFile(_AM_SYSTEM_AVATAR_UPLOAD, 'avatar_file', 500000), false); - $imgtray_img->addElement($fileseltray_img); - $this->addElement($imgtray_img); - // Weight - $this->addElement(new XoopsFormText(_IMGWEIGHT, 'avatar_weight', 3, 4, $obj->getVar('avatar_weight', 'e'))); - // Display - $this->addElement(new XoopsFormRadioYN(_IMGDISPLAY, 'avatar_display', $obj->getVar('avatar_display', 'e'), _YES, _NO)); - // Hidden - if ($obj->isNew()) { - $this->addElement(new XoopsFormHidden('avatar_type', 's')); - } - $this->addElement(new XoopsFormHidden('op', 'save')); - $this->addElement(new XoopsFormHidden('fct', 'avatars')); - $this->addElement(new XoopsFormHidden('avatar_id', $obj->getVar('avatar_id', 'e'))); - // Button - $this->addElement(new XoopsFormButton('', 'avt_button', _SUBMIT, 'submit')); - } - -} \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/banner.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/banner.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/banner.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,58 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Banner Form Class - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package system - * @subpackage banner - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemBannerForm extends XoopsThemeForm -{ - /** - * @param XoopsBanner|XoopsObject $obj - */ - public function __construct(XoopsBanner &$obj) - { - $xoops = Xoops::getInstance(); - - $title = $obj->isNew() ? sprintf( _AM_SYSTEM_BANNERS_ADDNWBNR ) : sprintf( _AM_SYSTEM_BANNERS_EDITBNR ); - - parent::__construct($title, 'form', 'admin.php', 'post', true); - - $banner_client_Handler = $xoops->getModuleHandler('bannerclient', 'system'); - $client_select = new XoopsFormSelect( _AM_SYSTEM_BANNERS_CLINAMET, 'cid', $obj->getVar('cid') ); - $client_select->addOptionArray($banner_client_Handler->getList()); - $this->addElement($client_select, true); - - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_IMPPURCHT, 'imptotal', 20, 255, $obj->getVar('imptotal') ), true ); - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_IMGURLT, 'imageurl', 80, 255, $obj->getVar('imageurl') ), false ); - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_CLICKURLT, 'clickurl', 80, 255, $obj->getVar('clickurl') ), false ); - - $html_banner = $obj->isNew() ? 0 : $obj->getVar('htmlbanner'); - $this->addElement(new XoopsFormRadioYN( _AM_SYSTEM_BANNERS_USEHTML, 'htmlbanner', $html_banner, _YES, _NO) ); - - $this->addElement(new xoopsFormTextArea( _AM_SYSTEM_BANNERS_CODEHTML, 'htmlcode', $obj->getVar('htmlcode'), 5, 50), false ); - if (!$obj->isNew()) { - $this->addElement(new XoopsFormHidden( 'bid', $obj->getVar('bid') ) ); - } - $this->addElement(new XoopsFormHidden('fct', 'banners')); - $this->addElement(new XoopsFormHidden('op', 'banner_save' ) ); - $this->addElement(new XoopsFormButton('', 'submit', _SUBMIT, 'submit' ) ); - } -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/bannerclient.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/bannerclient.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/bannerclient.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,49 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Banner Form Class - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package system - * @subpackage bannerclient - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemBannerclientForm extends XoopsThemeForm -{ - /** - * @param XoopsBannerClient|XoopsObject $obj - */ - public function __construct(XoopsBannerClient &$obj) - { - $title = $obj->isNew() ? sprintf( _AM_SYSTEM_BANNERS_ADDNWCLI ) : sprintf( _AM_SYSTEM_BANNERS_EDITADVCLI ); - - parent::__construct($title, 'form', 'admin.php', 'post', true); - - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_CLINAMET, 'name', 50, 255, $obj->getVar('name') ), true ); - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_CONTNAMET, 'contact', 50, 255, $obj->getVar('contact') ) ); - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_CONTMAILT, 'email', 50, 255, $obj->getVar('email') ) ); - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_CLILOGINT, 'login', 50, 255, $obj->getVar('login') ) ); - $this->addElement(new XoopsFormText( _AM_SYSTEM_BANNERS_CLIPASST, 'passwd', 50, 255, $obj->getVar('passwd') ) ); - $this->addElement(new xoopsFormTextArea( _AM_SYSTEM_BANNERS_EXTINFO, 'extrainfo', $obj->getVar('extrainfo'), 5, 50 ), false ); - if (!$obj->isNew()) { - $this->addElement(new XoopsFormHidden( 'cid', $obj->getVar('cid') ) ); - } - $this->addElement(new XoopsFormHidden('fct', 'banners')); - $this->addElement(new XoopsFormHidden( 'op', 'banner_client_save' ) ); - $this->addElement(new XoopsFormButton('', 'submit', _SUBMIT, 'submit' ) ); - } -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/image.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/image.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/image.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,66 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Image Form Class - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package system - * @subpackage images - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemImageForm extends XoopsThemeForm -{ - - /** - * @param XoopsImage|XoopsObject $obj - */ - public function __construct(XoopsImage &$obj) - { - $xoops = Xoops::getInstance(); - - $imgcat_handler = $xoops->getHandlerImagecategory(); - $groups = $xoops->isUser() ? $xoops->user->getGroups() : XOOPS_GROUP_ANONYMOUS; - - if ($obj->isNew()) { - $op = 'addfile'; - $title = _ADDIMAGE; - $form = 'image_form'; - $id = 0; - $cat = $imgcat_handler->getListByPermission($groups, 'imgcat_write'); - } else { - $op = 'save'; - $title = _AM_SYSTEM_IMAGES_EDITIMG; - $form = 'edit_form'; - $id = $obj->getVar('image_id'); - $cat = $imgcat_handler->getListByPermission($groups, 'imgcat_write', $obj->getVar('imgcat_id')); - } - - parent::__construct($title, $form, 'admin.php', 'post', true); - $this->setExtra('enctype="multipart/form-data"'); - $this->addElement(new XoopsFormText(_IMAGENAME, 'image_nicename', 50, 255, $obj->getVar('image_nicename')), true); - $select = new XoopsFormSelect(_IMAGECAT, 'imgcat_id', $obj->getVar('imgcat_id')); - $select->addOptionArray($cat); - $this->addElement($select, true); - $this->addElement(new XoopsFormFile(_IMAGEFILE, 'image_file', 5000000)); - $this->addElement(new XoopsFormText(_IMGWEIGHT, 'image_weight', 3, 4, $obj->getVar('image_weight'))); - $this->addElement(new XoopsFormRadioYN(_IMGDISPLAY, 'image_display', $obj->getVar('image_display'), _YES, _NO)); - $this->addElement(new XoopsFormHidden('image_id', $id)); - $this->addElement(new XoopsFormHidden('op', $op)); - $this->addElement(new XoopsFormHidden('fct', 'images')); - $this->addElement(new XoopsFormButton('', 'img_button', _SUBMIT, 'submit')); - } -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/imagecat.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/imagecat.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/imagecat.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,82 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Image Category Form Class - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package system - * @subpackage images - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemImagecatForm extends XoopsThemeForm -{ - /** - * @param XoopsImagecategory $obj - */ - public function __construct(XoopsImagecategory &$obj) - { - $xoops = Xoops::getInstance(); - - $perm_handler = $xoops->getHandlerGroupperm(); - - if ($obj->isNew()) { - $op = 'addcat'; - $title = _AM_SYSTEM_IMAGES_ADDCAT; - $id = 0; - $read = XOOPS_GROUP_ADMIN; - $write = XOOPS_GROUP_ADMIN; - $maxsize = 50000; - $maxwidth = 120; - $maxheight = 120; - $weight = 0; - $display = 1; - } else { - $op = 'updatecat'; - $title = _AM_SYSTEM_IMAGES_EDITCAT; - $id = $obj->getVar('imgcat_id'); - $read = $perm_handler->getGroupIds('imgcat_read', $obj->getVar('imgcat_id')); - $write = $perm_handler->getGroupIds('imgcat_write', $obj->getVar('imgcat_id')); - $maxsize = $obj->getVar('imgcat_maxsize'); - $maxwidth = $obj->getVar('imgcat_maxwidth'); - $maxheight = $obj->getVar('imgcat_maxheight'); - $weight = $obj->getVar('imgcat_weight'); - $display = $obj->getVar('imgcat_display'); - } - - parent::__construct($title, 'imagecat_form', 'admin.php', 'post', true); - $this->addElement(new XoopsFormText(_AM_SYSTEM_IMAGES_IMGCATNAME, 'imgcat_name', 50, 255, $obj->getVar('imgcat_name')), true); - $this->addElement(new XoopsFormSelectGroup(_AM_SYSTEM_IMAGES_IMGCATRGRP, 'readgroup', true, $read, 5, true)); - $this->addElement(new XoopsFormSelectGroup(_AM_SYSTEM_IMAGES_IMGCATWGRP, 'writegroup', true, $write, 5, true)); - $this->addElement(new XoopsFormText(_IMGMAXSIZE, 'imgcat_maxsize', 10, 10, $maxsize)); - $this->addElement(new XoopsFormText(_IMGMAXWIDTH, 'imgcat_maxwidth', 3, 4, $maxwidth)); - $this->addElement(new XoopsFormText(_IMGMAXHEIGHT, 'imgcat_maxheight', 3, 4, $maxheight)); - $this->addElement(new XoopsFormText(_AM_SYSTEM_IMAGES_IMGCATWEIGHT, 'imgcat_weight', 3, 4, $weight)); - $this->addElement(new XoopsFormRadioYN(_AM_SYSTEM_IMAGES_IMGCATDISPLAY, 'imgcat_display', $display, _YES, _NO)); - if ($obj->isNew()) { - $store = new XoopsFormRadio(_MD_IMGCATSTRTYPE . '<div class="red">' . _MD_STRTYOPENG . '</div>', 'imgcat_storetype', 'file'); - $store->addOptionArray(array('file' => _MD_ASFILE, 'db' => _MD_INDB)); - $this->addElement($store); - } else { - $store = array('db' => _AM_SYSTEM_IMAGES_INDB, 'file' => _AM_SYSTEM_IMAGES_ASFILE); - $this->addElement(new XoopsFormLabel(_AM_SYSTEM_IMAGES_IMGCATSTRTYPE, $store[$obj->getVar('imgcat_storetype')])); - } - $this->addElement(new XoopsFormHidden('imgcat_id', $id)); - $this->addElement(new XoopsFormHidden('op', $op)); - $this->addElement(new XoopsFormHidden('fct', 'images')); - $this->addElement(new XoopsFormButton('', 'imgcat_button', _SUBMIT, 'submit')); - } -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/mail.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/mail.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/mail.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,33 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemMailForm extends XoopsThemeForm -{ - /** - * @param null $obj - */ - public function __construct($obj = null) - { - } - -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/ranks.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/ranks.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/ranks.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,84 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Ranks Form Class - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package system - * @subpackage userrank - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemRanksForm extends XoopsThemeForm -{ - /** - * @param XoopsRank|XoopsObject $obj - */ - public function __construct(XoopsRank &$obj) - { - if ($obj->isNew()) { - $blank_img = 'blank.gif'; - } else { - $blank_img = str_replace( 'ranks/', '', $obj->getVar('rank_image', 'e')); - } - - $title = $obj->isNew() ? sprintf(_AM_SYSTEM_USERRANK_ADD) : sprintf(_AM_SYSTEM_USERRANK_EDIT); - - parent::__construct($title, 'form', 'admin.php', 'post', true); - $this->setExtra('enctype="multipart/form-data"'); - - $this->addElement( new XoopsFormText( _AM_SYSTEM_USERRANK_TITLE, 'rank_title', 50, 50, $obj->getVar('rank_title'), true ) ); - $this->addElement( new XoopsFormText( _AM_SYSTEM_USERRANK_MINPOST, 'rank_min', 10, 10, $obj->getVar('rank_min') ) ); - $this->addElement( new XoopsFormText( _AM_SYSTEM_USERRANK_MAXPOST, 'rank_max', 10, 10, $obj->getVar('rank_max') ) ); - - $imgtray_img = new XoopsFormElementTray( _AM_SYSTEM_USERRANK_IMAGE, '<br />' ); - $imgpath_img = sprintf( _AM_SYSTEM_USERRANK_IMAGE_PATH, XOOPS_UPLOAD_PATH . '/ranks/' ); - $imageselect_img = new XoopsFormSelect( $imgpath_img, 'rank_image', $blank_img); - $image_array_img = XoopsLists::getImgListAsArray( XOOPS_UPLOAD_PATH . '/ranks' ); - $imageselect_img->addOption( "$blank_img", $blank_img ); - foreach ($image_array_img as $image_img) { - $imageselect_img->addOption( "$image_img", $image_img ); - } - $imageselect_img->setExtra( "onchange='showImgSelected(\"xo-ranks-img\", \"rank_image\", \"ranks\", \"\", \"" . XOOPS_UPLOAD_URL . "\")'" ); - $imgtray_img->addElement( $imageselect_img, false ); - $imgtray_img->addElement( new XoopsFormLabel( '', "<br /><img src='" . XOOPS_UPLOAD_URL . "/ranks/" . $blank_img . "' name='image_img' id='xo-ranks-img' alt='' />" ) ); - - $fileseltray_img = new XoopsFormElementTray('<br />','<br /><br />'); - $fileseltray_img->addElement( new XoopsFormFile( _AM_SYSTEM_USERRANK_UPLOAD , 'rank_image', 500000 ), false ); - $fileseltray_img->addElement( new XoopsFormLabel(''), false ); - $imgtray_img->addElement( $fileseltray_img ); - $this->addElement( $imgtray_img ); - - if (!$obj->isNew()) { - $rank_special = $obj->getVar('rank_special'); - } else { - $rank_special = 0; - } - - $special_tray = new XoopsFormElementTray(_AM_SYSTEM_USERRANK_SPECIAL, '<br />'); - $special_tray->setDescription( _AM_SYSTEM_USERRANK_SPECIAL_CAN ); - $special_tray->addElement( new XoopsFormRadioYN( '', 'rank_special', $rank_special ) ); - $this->addElement( $special_tray ); - if ( !$obj->isNew() ) { - $this->addElement( new XoopsFormHidden( 'rank_id', $obj->getVar('rank_id')) ); - } - $this->addElement( new XoopsFormHidden( 'fct', 'userrank') ); - $this->addElement( new XoopsFormHidden( 'op', 'userrank_save') ); - $this->addElement( new XoopsFormButton( '', 'submit', _SUBMIT, 'submit') ); - } - - -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/smilies.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/smilies.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/class/form/smilies.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,77 +0,0 @@ -<?php -/* - You may not change or alter any portion of this comment or credits - of supporting developers from this source code or any supporting source code - which is considered copyrighted (c) material of the original comment or credit authors. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -*/ - -/** - * Smilies Class Form - * - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) - * @author Andricq Nicolas (AKA MusS) - * @package system - * @subpackage smilies - * @version $Id$ - */ - -defined('XOOPS_ROOT_PATH') or die('Restricted access'); - -class SystemSmiliesForm extends XoopsThemeForm -{ - /** - * @param XoopsSmilies|XoopsObject $obj - */ - public function __construct(XoopsSmilies &$obj) - { - if ($obj->isNew()) { - $blank_img = 'blank.gif'; - } else { - $blank_img = str_replace( 'smilies/', '', $obj->getVar('smile_url', 'e') ); - } - - - $title = $obj->isNew() ? sprintf(_AM_SYSTEM_SMILIES_ADD) : sprintf(_AM_SYSTEM_SMILIES_EDIT); - - parent::__construct($title, 'form', 'admin.php', 'post', true); - $this->setExtra('enctype="multipart/form-data"'); - $this->addElement(new XoopsFormText(_AM_SYSTEM_SMILIES_CODE, 'code', 26, 25, $obj->getVar('code')), true); - $this->addElement(new XoopsFormText(_AM_SYSTEM_SMILIES_DESCRIPTION, 'emotion', 50, 50, $obj->getVar('emotion')), true); - - $imgtray_img = new XoopsFormElementTray( _AM_SYSTEM_SMILIES_FILE, '<br />' ); - $imgpath_img = sprintf( _AM_SYSTEM_SMILIES_IMAGE_PATH, XOOPS_UPLOAD_PATH . '/smilies/' ); - $imageselect_img = new XoopsFormSelect( $imgpath_img, 'smile_url', $blank_img ); - $image_array_img = XoopsLists::getImgListAsArray( XOOPS_UPLOAD_PATH . '/smilies' ); - $imageselect_img->addOption("$blank_img", $blank_img); - foreach ($image_array_img as $image_img) { - $imageselect_img->addOption("$image_img", $image_img); - } - $imageselect_img->setExtra( 'onchange="showImgSelected(\'xo-smilies-img\', \'smile_url\', \'smilies\', \'\', \'' . XOOPS_UPLOAD_URL . '\' )"' ); - $imgtray_img->addElement( $imageselect_img, false); - $imgtray_img->addElement( new XoopsFormLabel( '', "<br /><img src='" . XOOPS_UPLOAD_URL . "/smilies/" . $blank_img . "' name='image_img' id='xo-smilies-img' alt='' />" ) ); - - $fileseltray_img = new XoopsFormElementTray('<br />','<br /><br />'); - $fileseltray_img->addElement(new XoopsFormFile(_AM_SYSTEM_SMILIES_UPLOADS , 'smile_url', 500000),false); - $fileseltray_img->addElement(new XoopsFormLabel(''), false); - $imgtray_img->addElement($fileseltray_img); - $this->addElement($imgtray_img); - - if (!$obj->isNew()) { - $this->addElement(new XoopsFormHidden('smilies_id', $obj->getVar('id'))); - $display = $obj->getVar('display'); - } else { - $display = 0; - } - - $this->addElement(new XoopsFormRadioYN(_AM_SYSTEM_SMILIES_OFF, 'display', $display)); - $this->addElement(new XoopsFormHidden('fct', 'smilies')); - $this->addElement(new XoopsFormHidden('op', 'save_smilie')); - $this->addElement(new XoopsFormButton('', 'submit', _SUBMIT, 'submit')); - } - -} Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_auth.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_mail.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_main.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_meta.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_mods.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_search.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_user.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/images/icons/default/xoops/system_word.png =================================================================== (Binary files differ) Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/comments.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/comments.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/comments.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,51 +0,0 @@ -<?php -/** - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license - * _LANGCODE en - * _CHARSET UTF-8 - * @version $Id$ - */ - -// Manager -define("_AM_SYSTEM_COMMENTS_NAV_MANAGER","Comment Management"); -define("_AM_SYSTEM_COMMENTS_NAV_MAIN","List"); -define("_AM_SYSTEM_COMMENTS_NAV_PURGE","Purge"); - -// Nav -define("_AM_SYSTEM_COMMENTS_MODULE_ADMIN","Modules Administration"); - -// Tips -define("_AM_SYSTEM_COMMENTS_NAV_TIPS"," -<ul> -<li>Manage comments for all your modules.</li> -<li>Delete comments easily with the purge.</li> -</ul>"); - -// Form -define("_AM_SYSTEM_COMMENTS_FORM_LIST_COMMENTS","List Comments"); -define("_AM_SYSTEM_COMMENTS_FORM_ALL_MODS","All modules"); -define("_AM_SYSTEM_COMMENTS_FORM_ALL_STATUS","Any status"); - -define("_AM_SYSTEM_COMMENTS_FORM_PURGE","Purge"); -define("_AM_SYSTEM_COMMENTS_FORM_PURGE_DATE_AFTER","After this date (leave empty for any date)"); -define("_AM_SYSTEM_COMMENTS_FORM_PURGE_DATE_BEFORE","Before this date (leave empty for any date)"); -define("_AM_SYSTEM_COMMENTS_FORM_PURGE_GROUPS","Groups"); -define("_AM_SYSTEM_COMMENTS_FORM_PURGE_USER","User name"); -define("_AM_SYSTEM_COMMENTS_FORM_PURGE_STATUS","Status"); -define("_AM_SYSTEM_COMMENTS_FORM_PURGE_MODULES","Modules"); - -// Tab -define("_AM_SYSTEM_COMMENTS_TITLE","Title"); -define("_AM_SYSTEM_COMMENTS_POSTED","Author"); -define("_AM_SYSTEM_COMMENTS_IP","IP"); -define("_AM_SYSTEM_COMMENTS_MODULE","Module"); -define("_AM_SYSTEM_COMMENTS_STATUS","Status"); -define("_AM_SYSTEM_COMMENTS_ACTION","Action"); -define("_AM_SYSTEM_COMMENTS_VIEW","See comment"); - -define("_AM_SYSTEM_COMMENTS_NO_COMMENTS","No comments"); -define("_AM_SYSTEM_COMMENTS_COMMENTS_FOUND","%s comment(s) found."); - -//since 2.6 -define("_AM_SYSTEM_COMMENTS_DELETE_LIMIT","Sorry, you can delete only 4000 comments at a time."); \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/images.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/images.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/images.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,55 +0,0 @@ -<?php -/** - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license - * _LANGCODE en - * _CHARSET UTF-8 - * @version $Id$ - */ - -// Navigation -define("_AM_SYSTEM_IMAGES_MANAGER","Image Manager"); -define("_AM_SYSTEM_IMAGES_MAIN","Main"); -define("_AM_SYSTEM_IMAGES_IMGLIST","Image List"); - -// Main -define("_AM_SYSTEM_IMAGES_ADDCAT","Add Category"); -define("_AM_SYSTEM_IMAGES_EDITCAT","Edit Category"); -define("_AM_SYSTEM_IMAGES_ADDIMG","Add Image"); -define("_AM_SYSTEM_IMAGES_EDITIMG","Edit Image"); -define("_AM_SYSTEM_IMAGES_CATLIST","Category List"); -define("_AM_SYSTEM_IMAGES_NOCAT","No Category Available"); -define("_AM_SYSTEM_IMAGES_NAME","Name"); -define("_AM_SYSTEM_IMAGES_NBIMAGES","Images"); -define("_AM_SYSTEM_IMAGES_MAXSIZE","Max size"); -define("_AM_SYSTEM_IMAGES_MAXWIDTH","Max width"); -define("_AM_SYSTEM_IMAGES_MAXHEIGHT","Max height"); -define("_AM_SYSTEM_IMAGES_DISPLAY","Display"); -define("_AM_SYSTEM_IMAGES_ACTIONS","Actions"); -define("_AM_SYSTEM_IMAGES_VIEW","View"); -define("_AM_SYSTEM_IMAGES_INDB",' Store in the database (as binary "blob" data)'); -define("_AM_SYSTEM_IMAGES_ASFILE"," Store as files (in uploads directory)<br />"); -define("_AM_SYSTEM_IMAGES_IMGCATNAME","Category Name:"); -define("_AM_SYSTEM_IMAGES_IMGCATRGRP",'Select groups for image manager use:<br /><br /><span style="font-weight: normal;">These are groups allowed to use the image manager for selecting images but not uploading. Webmaster has automatic access.</span>'); -define("_AM_SYSTEM_IMAGES_IMGCATWGRP",'Select groups allowed to upload images:<br /><br /><span style="font-weight: normal;">Typical usage is for moderator and admin groups.</span>'); -define("_AM_SYSTEM_IMAGES_IMGCATDISPLAY","Display this category ?"); -define("_AM_SYSTEM_IMAGES_IMGCATSTRTYPE","Images are uploaded to:"); -define("_AM_SYSTEM_IMAGES_STRTYOPENG","This can not be changed afterwards!"); -define("_AM_SYSTEM_IMAGES_IMGCATWEIGHT","Display order in image manager:"); -define("_AM_SYSTEM_IMAGES_OFF","Display in image manager"); -define("_AM_SYSTEM_IMAGES_ON","Does not display in image manager"); -define("_AM_SYSTEM_IMAGES_URL","Show image URL"); - -// Messages -define("_AM_SYSTEM_IMAGES_RUDELIMG","Are you sure to delete this images file?"); -define("_AM_SYSTEM_IMAGES_FAILSAVE","Failed save image %s into the database"); -define("_AM_SYSTEM_IMAGES_RUDELIMGCAT","Are you sure to delete this category and all of its images files?"); -define("_AM_SYSTEM_IMAGES_FAILDEL","Failed deleting image %s from the database"); -define("_AM_SYSTEM_IMAGES_FAILDELCAT","Failed deleting image category %s from the database"); -define("_AM_SYSTEM_IMAGES_FAILUNLINK","Failed deleting image %s from the server directory"); -define("_AM_SYSTEM_IMAGES_SCATDELNG","Can't delete this category"); - -// Tips -define("_AM_SYSTEM_IMAGES_TIPS","<ul><li>Manage categories of images and users permissions</li></ul>"); - -?> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/mailusers.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/mailusers.php 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/admin/mailusers.php 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,54 +0,0 @@ -<?php -/** - * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license http://www.fsf.org/copyleft/gpl.html GNU public license - * _LANGCODE en - * _CHARSET UTF-8 - * @version $Id$ - */ - -define("_AM_SYSTEM_MAILUSERS_AMIFCHECKD", "If this is checked, all the above plus private messaging will be ignored"); -define("_AM_SYSTEM_MAILUSERS_EMAIL","Email"); -define("_AM_SYSTEM_MAILUSERS_GROUPIS", " - Group:"); -define("_AM_SYSTEM_MAILUSERS_DAY", " - Last Login days ago:"); -define("_AM_SYSTEM_MAILUSERS_IDLEMORE", "more than X"); -define("_AM_SYSTEM_MAILUSERS_IDLELESS", "less than X"); - -define("_AM_SYSTEM_MAILUSERS_DATE", " - Last Login date:"); -define("_AM_SYSTEM_MAILUSERS_LASTLOGMAX", "before"); -define("_AM_SYSTEM_MAILUSERS_LASTLOGMIN", "after"); - -define("_AM_SYSTEM_MAILUSERS_REGDATE", " - Registered date:"); -define("_AM_SYSTEM_MAILUSERS_REGDMIN", "after"); -define("_AM_SYSTEM_MAILUSERS_REGDMAX", "before"); - -define("_AM_SYSTEM_MAILUSERS_INACTIVE","Send message to inactive users only"); -define("_AM_SYSTEM_MAILUSERS_MAILOK","Send message only to users that accept notification messages"); - -define("_AM_SYSTEM_MAILUSERS_OPTIONAL", "Optional value"); - -define("_AM_SYSTEM_MAILUSERS_LIST", "Send Message to Users"); -define("_AM_SYSTEM_MAILUSERS_MAILBODY","Body"); -define("_AM_SYSTEM_MAILUSERS_MAILFNAME","From Name (email only)"); -define("_AM_SYSTEM_MAILUSERS_MAILFMAIL","From Email (email only)"); - -define("_AM_SYSTEM_MAILUSERS_MAILTAGS","Useful Tags:"); -define("_AM_SYSTEM_MAILUSERS_MAILTAGS1","{X_UID} will print user id"); -define("_AM_SYSTEM_MAILUSERS_MAILTAGS2","{X_UNAME} will print user name"); -define("_AM_SYSTEM_MAILUSERS_MAILTAGS3","{X_UEMAIL} will print user email"); -define("_AM_SYSTEM_MAILUSERS_MAILTAGS4","{X_UACTLINK} will print user activation link"); -define("_AM_SYSTEM_MAILUSERS_MAILSUBJECT","Subject"); -define("_AM_SYSTEM_MAILUSERS_MANAGER", "User Message Manager"); -define("_AM_SYSTEM_MAILUSERS_SENDNEXT", "Next"); -define("_AM_SYSTEM_MAILUSERS_NOUSERMATCH", "No user matched"); -define("_AM_SYSTEM_MAILUSERS_PM","Private Message"); - -define("_AM_SYSTEM_MAILUSERS_SENDCOMP", "Sending message completed."); -define("_AM_SYSTEM_MAILUSERS_SENDTO","Send to"); -define("_AM_SYSTEM_MAILUSERS_SENDTOUSERS","Send message to users whose:"); -define("_AM_SYSTEM_MAILUSERS_SENDTOUSERS2","Send to:"); -define("_AM_SYSTEM_MAILUSERS_SENT", "Sent Users"); -define("_AM_SYSTEM_MAILUSERS_SENTNUM", "%s - %s (total: %s users)"); -define("_AM_SYSTEM_MAILUSERS_TIMEFORMAT", "(Format yyyy-mm-dd, optional)"); - -?> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/comments.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,12 +0,0 @@ -<h1>Help: Comments</h1> - -<h4>Description</h4> -<p> -Site administrators have the option of providing a comments section for users. Comments can be added to many modules and displayed in a variety of ways. Comments can be screened, filtered, and made available to selected groups. This provides quick easy interaction from site users, while maintaining good moderation and security.<br /><br /> - -The Comment Manager allows the Site administrator to edit and delete any comment that has been posted to the site, originating in any module that supports the comments feature. -Like the Blocks Administration page, some filters options are available to help the site administrator manage the comments. <br /><br /> - -You can also select several comments and delete them at once. - -</p> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/images.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,9 +0,0 @@ -<h1>Help: Image Manager</h1> - -<h4>Description</h4> -<p> -The Image Manager is a tool that enables people to upload, organize and retrieve images for use throughout the site. You must configure the image manager before you can use it - this involves creating some categories to store your images and setting preferences on issues such as maximum image dimensions, file size and user group access rights. Each category is configured separately.<br /><br /> - -Images can be categorized and uploaded directly into the images manager through a browser in this window with one click of a button, enabling easy insertion of images into news articles and other content. There is an extensive permission system controlling image dimensions, file size and access of user groups to different categories. - -</p> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/language/english/help/mailusers.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,8 +0,0 @@ -<h1>Help: Mail Users</h1> -<h4>Description</h4> - -<p> -XOOPS has a built in messaging system that enables you to send a message to your entire registered user base or subgroups thereof, or using date filters. This can be in the form of a private message (i.e. through the XOOPS built-in messaging system) or through an email. A range of options is available for filtering out subgroups of users from your membership.<br /><br /> - -You can also use predefined tags that will enable you to personalize your message. -</p> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_images.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_images.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_images.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,216 +0,0 @@ -<!-- Header --> -<{includeq file="admin:system|admin_breadcrumb.html"}> -<{includeq file="admin:system|admin_tips.html"}> -<{includeq file="admin:system|admin_buttons.html"}> -<!-- Buttons --> -<div class="floatright"> - <div class="xo-buttons"> - <{if !$edit_form && !$listimg}> - <button id="xo-addcat-btn" class="btn" onclick="xo_toggle('div#xo-category-add');" title="<{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}>"> - <img src="<{xoAdminIcons add.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}>" /> - <{$smarty.const._AM_SYSTEM_IMAGES_ADDCAT}> - </button> - <{/if}> - <{if $cat_img || $listimg}> - <button id="xo-addimg-btn" class="btn" onclick="xo_toggle('div#xo-images-add');" title="<{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}>"> - <img src="<{xoAdminIcons add.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}>" /> - <{$smarty.const._AM_SYSTEM_IMAGES_ADDIMG}> - </button> - <{/if}> - </div> -</div> -<!-- Category List --> -<{if !$edit_form && !$listimg}> -<table class="outer" cellspacing="1"> - <thead> - <tr> - <th><{$smarty.const._AM_SYSTEM_IMAGES_NAME}></th> - <th><{$smarty.const._AM_SYSTEM_IMAGES_NBIMAGES}></th> - <th><{$smarty.const._AM_SYSTEM_IMAGES_MAXSIZE}></th> - <th><{$smarty.const._AM_SYSTEM_IMAGES_MAXWIDTH}></th> - <th><{$smarty.const._AM_SYSTEM_IMAGES_MAXHEIGHT}></th> - <th><{$smarty.const._AM_SYSTEM_IMAGES_DISPLAY}></th> - <th><{$smarty.const._AM_SYSTEM_IMAGES_ACTIONS}></th> - </tr> - </thead> - <tbody> - <{foreach item=cat from=$cat_img}> - <tr class="<{cycle values='odd, even'}> txtcenter"> - <td> - <a class="xo-tooltip" href="admin.php?fct=images&op=listimg&imgcat_id=<{$cat.id}>" title="<{$smarty.const._AM_SYSTEM_IMAGES_VIEW}>"> - <{$cat.name}> - </a> - </td> - <td><{$cat.count}></td> - <td><{$cat.maxsize}></td> - <td><{$cat.maxwidth}></td> - <td><{$cat.maxheight}></td> - <td class="xo-actions"><img id="loading_cat<{$cat.id}>" src="./images/spinner.gif" style="display:none;" alt="<{$smarty.const._AM_SYSTEM_LOADING}>" /><img class="cursorpointer xo-tooltip" id="cat<{$cat.id}>" onclick="system_setStatus( { fct: 'images', op: 'display_cat', imgcat_id: <{$cat.id}> }, 'cat<{$cat.id}>', 'admin.php' )" src="<{if $cat.display}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="" title="<{if $cat.display}><{$smarty.const._AM_SYSTEM_IMAGES_OFF}><{else}><{$smarty.const._AM_SYSTEM_IMAGES_ON}><{/if}>" /> - </td> - <td class="xo-actions txtcenter"> - <a class="xo-tooltip" href="admin.php?fct=images&op=listimg&imgcat_id=<{$cat.id}>" title="<{$smarty.const._AM_SYSTEM_IMAGES_VIEW}>"> - <img src="<{xoAdminIcons view.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_VIEW}>" /> - </a> - <{if $xoops_isadmin}> - <a class="xo-tooltip" href="admin.php?fct=images&op=editcat&imgcat_id=<{$cat.id}>" title="<{$smarty.const._EDIT}>"> - <img src="<{xoAdminIcons edit.png}>" alt="<{$smarty.const._EDIT}>" /> - </a> - <a class="xo-tooltip" href="admin.php?fct=images&op=delcat&imgcat_id=<{$cat.id}>" title="<{$smarty.const._EDIT}>"> - <img src="<{xoAdminIcons delete.png}>" alt="" /> - </a> - <{/if}> - </td> - </tr> - <{/foreach}> - <{if !$cat_img}> - <tr> - <td class="txtcenter bold odd" colspan="7"><{$smarty.const._AM_SYSTEM_IMAGES_NOCAT}></td> - </tr> - <{/if}> - </tbody> -</table> -<!-- Nav menu --> -<{if $nav_menu}><div class="xo-avatar-pagenav floatright"><{$nav_menu}></div><div class="clear spacer"></div><{/if}> -<{/if}> -<{if $images}> -<!-- Image list --> -<div id="xo-category-add" class=""> - <{foreach item=img from=$images}> - <div class="floatleft"> - <div class="ui-corner-all xo-thumb txtcenter"> - <div class="xo-thumbimg"> - <{if !$db_store}> - <img class="xo-tooltip" src="class/thumbs/phpThumb.php?src=<{$xoops_rootpath}>/uploads/<{$img.image_name}>&h=120&w=120" alt="<{$img.image_nicename}>" title="<{$img.image_nicename}>" /> - <{else}> - <img class="xo-tooltip" src="<{$xoops_url}>/image.php?id=<{$img.image_id}>" alt="<{$img.image_nicename}>" title="<{$img.image_nicename}>" style="max-width:120px; max-height:120px;" /> - <{/if}> - </div> - <div class="xo-actions txtcenter"> - <div class="spacer bold"><{$img.image_nicename}></div> - <img id="loading_img<{$img.image_id}>" src="./images/spinner.gif" style="display:none;" alt="<{$smarty.const._AM_SYSTEM_LOADING}>" /><img class="cursorpointer xo-tooltip" id="img<{$img.image_id}>" onclick="system_setStatus( { fct: 'images', op: 'display_img', image_id: <{$img.image_id}> }, 'img<{$img.image_id}>', 'admin.php' )" src="<{if $img.image_display}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="<{$smarty.const._IMGDISPLAY}>" title="<{$smarty.const._IMGDISPLAY}>" /> - <{if !$db_store}> - <a class="lightbox xo-tooltip" href="<{$xoops_upload_url}>/<{$img.image_name}>" title="<{$img.image_nicename}>"> - <{else}> - <a class="lightbox xo-tooltip" href="<{$xoops_url}>/image.php?id=<{$img.image_id}>" title="<{$img.image_nicename}>"> - <{/if}> - <img src="<{xoAdminIcons display.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_VIEW}>" /> - </a> - <a class="xo-tooltip" href="admin.php?fct=images&op=editimg&image_id=<{$img.image_id}>" title="<{$smarty.const._EDIT}>"> - <img src="<{xoAdminIcons edit.png}>" alt="<{$smarty.const._EDIT}>" /> - </a> - <a class="xo-tooltip" href="admin.php?fct=images&op=delfile&image_id=<{$img.image_id}>" title="<{$smarty.const._DELETE}>"> - <img src="<{xoAdminIcons delete.png}>" alt="<{$smarty.const._DELETE}>" /> - </a> - <img class="xo-tooltip" onclick="display_dialog(<{$img.image_id}>, true, true, 'slide', 'slide', 120, 350);" src="<{xoAdminIcons url.png}>" alt="<{$smarty.const._AM_SYSTEM_IMAGES_URL}>" title="<{$smarty.const._AM_SYSTEM_IMAGES_URL}>" /> - </div> - </div> - </div> - - <div id="dialog<{$img.image_id}>" title="<{$img.image_nicename}>" style='display:none;'> - <div class="center"> - <{if !$db_store}> - <{$xoops_upload_url}>/<{$img.image_name}> - <{else}> - <{$xoops_url}>/image.php?id=<{$img.image_id}> - <{/if}> - </div> - </div> - - <{/foreach}> - <div class="clear"></div> -</div> -<{if $nav_menu}><div class="xo-avatar-pagenav floatright"><{$nav_menu}></div><div class="clear spacer"></div><{/if}> -<{/if}> - -<!-- Add Image form --> -<div id="xo-images-add" class="hide"> - <br /> - <{$image_form.javascript}> - <form name="<{$image_form.name}>" id="<{$image_form.name}>" action="<{$image_form.action}>" method="<{$image_form.method}>" <{$image_form.extra}> > - <table class="outer"> - <tr> - <th colspan="2"><{$image_form.title}></th> - </tr> - <{foreach item=element from=$image_form.elements}> - <{if $element.hidden != true && $element.body != ''}> - <tr> - <td class="odd aligntop"> - <div class="spacer bold"><{$element.caption}><{if $element.required}><span class="red"> *</span><{/if}></div> - <div class="spacer"><{$element.description}></div> - </td> - <td class="even"><{$element.body}></td> - </tr> - <{else}> - <{$element.body}> - <{/if}> - <{/foreach}> - </table> - </form> -</div> -<!-- Add Category form --> -<div id="xo-category-add" class="hide"> - <br /> - <{$imagecat_form.javascript}> - <form name="<{$imagecat_form.name}>" id="<{$imagecat_form.name}>" action="<{$imagecat_form.action}>" method="<{$imagecat_form.method}>" <{$imagecat_form.extra}> > - <table class="outer"> - <tr> - <th colspan="2"><{$imagecat_form.title}></th> - </tr> - <{foreach item=element from=$imagecat_form.elements}> - <{if $element.hidden != true && $element.body != ''}> - <tr> - <td class="odd aligntop"> - <div class="spacer bold"><{$element.caption}><{if $element.required}><span class="red"> *</span><{/if}></div> - <div class="spacer"><{$element.description}></div> - </td> - <td class="even"><{$element.body}></td> - </tr> - <{else}> - <{$element.body}> - <{/if}> - <{/foreach}> - </table> - </form> -</div> -<!-- Edit form image --> -<{if $edit_form}> -<div id="xo-images-add" class=""> - <{$edit_thumbs}> - <br /> - <{$edit_form.javascript}> - <form name="<{$edit_form.name}>" id="<{$edit_form.name}>" action="<{$edit_form.action}>" method="<{$edit_form.method}>" <{$edit_form.extra}> > - <table class="outer"> - <tr> - <th colspan="2"><{$edit_form.title}></th> - </tr> - <{foreach item=element from=$edit_form.elements}> - <{if $element.hidden != true && $element.body != ''}> - <tr> - <td class="odd aligntop"> - <div class="spacer bold"><{$element.caption}><{if $element.required}><span class="red"> *</span><{/if}></div> - <div class="spacer"><{$element.description}></div> - </td> - <td class="even"><{$element.body}></td> - </tr> - <{else}> - <{$element.body}> - <{/if}> - <{/foreach}> - </table> - </form> -</div> -<{/if}> -<script type="text/javascript"> - IMG_ON = '<{xoAdminIcons success.png}>'; - IMG_OFF = '<{xoAdminIcons cancel.png}>'; - - $('.lightbox').lightBox({ - imageLoading:'language/<{$xoops_language}>/images/lightbox-ico-loading.gif', - imageBtnClose:'language/<{$xoops_language}>/images/lightbox-btn-close.gif', - imageBtnNext:'language/<{$xoops_language}>/images/lightbox-btn-next.gif', - imageBtnPrev:'language/<{$xoops_language}>/images/lightbox-btn-prev.gif', - imageBlank:'language/<{$xoops_language}>/images/lightbox-blank.gif' - }); - - -</script> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_mailusers.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_mailusers.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_mailusers.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,9 +0,0 @@ -<!--smilies--> -<{includeq file="admin:system|system_header.html"}> -<!-- Display mailusers form --> -<br /> -<{if $form}> - <div class="spacer"><{$form}></div> -<{/if}> -<{$Sucess}> -<{$Errors}> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_smilies.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_smilies.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_smilies.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,57 +0,0 @@ -<!--smilies--> -<{includeq file="admin:system|system_header.html"}> -<script type="text/javascript"> - IMG_ON = '<{xoAdminIcons success.png}>'; - IMG_OFF = '<{xoAdminIcons cancel.png}>'; -</script> -<{if $smilies_count == true}> -<div class="floatright"> - <div class="xo-buttons"> - <a class="ui-corner-all tooltip" href="admin.php?fct=smilies&op=new_smilie" title="<{$smarty.const._AM_SYSTEM_SMILIES_ADD}>"> - <img src="<{xoAdminIcons add.png}>" alt="<{$smarty.const._AM_SYSTEM_SMILIES_ADD}>" /> - <{$smarty.const._AM_SYSTEM_SMILIES_ADD}> - </a> - </div> -</div> -<table id="xo-smilies-sorter" cellspacing="1" class="outer tablesorter"> - <thead> - <tr> - <th class="txtcenter"><{$smarty.const._AM_SYSTEM_SMILIES_CODE}></th> - <th class="txtcenter"><{$smarty.const._AM_SYSTEM_SMILIES_SMILIE}></th> - <th class="txtcenter"><{$smarty.const._AM_SYSTEM_SMILIES_DESCRIPTION}></th> - <th class="txtcenter"><{$smarty.const._AM_SYSTEM_SMILIES_DISPLAY}></th> - <th class="txtcenter width10"><{$smarty.const._AM_SYSTEM_SMILIES_ACTION}></th> - </tr> - </thead> - <tbody> - <{foreach item=smilies from=$smilies}> - <tr class="<{cycle values='even,odd'}> alignmiddle"> - <td class="txtcenter width5"><{$smilies.code}></td> - <td class="txtcenter width5"><{$smilies.image}></td> - <td class="txtcenter width50"><{$smilies.emotion}></td> - <td class="xo-actions txtcenter width10"> - <img id="loading_sml<{$smilies.smilies_id}>" src="images/spinner.gif" style="display:none;" title="<{$smarty.const._AM_SYSTEM_LOADING}>" alt="<{$smarty.const._AM_SYSTEM_LOADING}>" /><img class="cursorpointer tooltip" id="sml<{$smilies.smilies_id}>" onclick="system_setStatus( { fct: 'smilies', op: 'smilies_update_display', smilies_id: <{$smilies.smilies_id}> }, 'sml<{$smilies.smilies_id}>', 'admin.php' )" src="<{if $smilies.display}><{xoAdminIcons success.png}><{else}><{xoAdminIcons cancel.png}><{/if}>" alt="<{if $smilies.display}><{$smarty.const._AM_SYSTEM_SMILIES_OFF}><{else}><{$smarty.const._AM_SYSTEM_SMILIES_ON}><{/if}>" title="<{if $smilies.display}><{$smarty.const._AM_SYSTEM_SMILIES_OFF}><{else}><{$smarty.const._AM_SYSTEM_SMILIES_ON}><{/if}>" /> - </td> - <td class="xo-actions txtcenter width10"> - <a class="tooltip" href="admin.php?fct=smilies&op=edit_smilie&smilies_id=<{$smilies.smilies_id}>" title="<{$smarty.const._AM_SYSTEM_SMILIES_EDIT}>"> - <img src="<{xoAdminIcons edit.png}>" alt="<{$smarty.const._AM_SYSTEM_SMILIES_EDIT}>" /> - </a> - <a class="tooltip" href="admin.php?fct=smilies&op=smilies_delete&smilies_id=<{$smilies.smilies_id}>" title="<{$smarty.const._AM_SYSTEM_SMILIES_DELETE}>"> - <img src="<{xoAdminIcons delete.png}>" alt="<{$smarty.const._AM_SYSTEM_SMILIES_DELETE}>" /> - </a> - </td> - </tr> - <{/foreach}> - </tbody> -</table> -<!-- Display smilies navigation --> -<div class="clear spacer"></div> -<{if $nav_menu}> -<div class="xo-avatar-pagenav floatright"><{$nav_menu}></div> -<div class="clear spacer"></div> -<{/if}> -<{/if}> -<!-- Display smilies form (add,edit) --> -<{if $form}> -<div class="spacer"><{$form}></div> -<{/if}> \ No newline at end of file Deleted: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_userrank.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_userrank.html 2013-01-01 22:35:09 UTC (rev 10626) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/system/templates/admin/system_userrank.html 2013-01-01 22:57:55 UTC (rev 10627) @@ -1,59 +0,0 @@ -<{includeq file="admin:system|system_header.html"}> -<script type="text/javascript"> - IMG_ON = '<{xoAdminIcons success.png}>'; - IMG_OFF = '<{xoAdminIcons cancel.png}>'; -</script> -<!--User rank--> -<{if $userrank_count == true}> -<div class="floatright"> - <div class="xo-buttons"> - <a class="ui-corner-all tooltip" href="admin.php?fct=userrank&op=userrank_new" tit... [truncated message content] |