📄 main.php
字号:
<?php// $Id: main.php,v 1.8 2004/12/26 19:12:12 onokazu Exp $// ------------------------------------------------------------------------ //// XOOPS - PHP Content Management System //// Copyright (c) 2000 XOOPS.org //// <http://www.xoops.org/> //// ------------------------------------------------------------------------ //// This program is free software; you can redistribute it and/or modify //// it under the terms of the GNU General Public License as published by //// the Free Software Foundation; either version 2 of the License, or //// (at your option) any later version. //// //// 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. See the //// GNU General Public License for more details. //// //// You should have received a copy of the GNU General Public License //// along with this program; if not, write to the Free Software //// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //// ------------------------------------------------------------------------ //define("_MD_EDIT", "Edit");define("_MD_DELETE", "Delete");define("_MD_JOIN", "Become a Partner");define("_MD_PARTNERS", "Partners");define("_MD_PARTNER", "Partner");define("_MD_DESCRIPTION", "Description");define("_MD_HITS", "Hits");define("_MD_NOPART", "No such partner.");//file join.phpdefine("_MD_IMAGE", "Image:");define("_MD_TITLE", "Title:");define("_MD_URL", "URL:");define("_MD_SEND", "Send Email");define("_MD_ERROR1", "<center>ERROR: There was an error. <a href='javascript:history.back(1)'>Try again</a></center>");define("_MD_ERROR2", "<center>Image size is larger than 110x50. <a href='javascript:history.back(1)'>Try with another image</a></center>");define("_MD_ERROR3", "<center>The image file doesn't exist. <a href='javascript:history.back(1)'>Try with another image</a></center>");define("_MD_GOBACK", "<a href='javascript:history.back(1)'>Back</a>");define("_MD_NEWPARTNER", "%s Partners Request");define("_MD_SENDMAIL", "Request mail sent to the administrator.<br /><a href='index.php'>Return to index</a>");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -