schinese.php

来自「php 开发的内容管理系统」· PHP 代码 · 共 37 行

PHP
37
字号
<?php
/**
 * Transfer handler for XOOPS
 *
 * This is intended to handle content intercommunication between modules as well as components
 * There might need to be a more explicit name for the handle since it is always confusing
 *
 * @copyright	The XOOPS project http://www.xoops.org/
 * @license		http://www.fsf.org/copyleft/gpl.html GNU public license
 * @author		Taiwen Jiang (phppp or D.J.) <php_pp@hotmail.com>
 * @since		3.00
 * @version		$Id$
 * @package		Frameworks::transfer
 */
 
define("_MD_TRANSFER_BOOKMARK", "书签");
define("_MD_TRANSFER_BOOKMARK_DESC", "添加到书签");

/* Chinese */
define("_MD_TRANSFER_BOOKMARK_ITEMS",
	"[<a title=\"Google\" href=\"javascript:void(google=window.open('http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk='+encodeURIComponent('%2\$s')+'&title='+encodeURIComponent('%1\$s'), 'google'));google.focus();\">Google</a>]"
	.
	"[<a title=\"Delicious\" href=\"javascript:void(delicious=window.open('http://del.icio.us/post?url='+encodeURIComponent('%2\$s')+'&title='+encodeURIComponent('%1\$s'), 'delicious'));delicious.focus();\">Del.icio.us</a>]"
	.
	"[<a title=\"Furl\" href=\"javascript:void(furl=window.open('http://www.furl.net/storeIt.jsp?t='+encodeURIComponent('%1\$s')+'&u='+encodeURIComponent('%2\$s'), 'furl'));furl.focus();\">Furl It</a>]"
	.
	"[<a title=\"ViVi Bookmark\" href=\"javascript:t='';void(vivi=window.open('http://vivi.sina.com.cn/collect/icollect.php?pid=2008&title='+escape('%1\$s')+'&url='+escape('%2\$s')+'&desc='+escape(t),'vivi','scrollbars=no,width=480,height=480,left=75,top=20,status=no,resizable=yes'));vivi.focus();\"><font color=\"#ff0000\">Sina VIVI</font></a>]"
	/*
	.
	"[<a title=\"Yesky\" href=\"javascript:t='';void(yesky=window.open('http://hot.yesky.com/dp.aspx?t='+escape('%1\$s')+'&u='+escape('%2\$s')+'&c='+escape(t)+'&st=2','yesky','scrollbars=no,width=400,height=480,left=75,top=20,status=no,resizable=yes'));yesky.focus();\">Yesky bookmark</a>]"
	.
	"[<a href=\"javascript:t='';void(keyit=window.open('http://www.365key.com/storeit.aspx?t='+escape('%1\$s')+'&u='+escape('%2\$s')+'&c='+escape(t),'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=no,resizable=yes'));keyit.focus();\"><strong><font color=\"#a287be\">365k</font><font color=\"#00cc00\">e</font><font color=\"#a287be\">y</font></strong></a>]"
	.
	"[<a href=\"javascript:t='';void(keyit=window.open('http://blogmark.blogchina.com/jsp/key/quickaddkey.jsp?k='+encodeURI('%1\$s')+'&u='+encodeURI('%2\$s')+'&c='+encodeURI(t),'keyit','scrollbars=no,width=500,height=430,status=no,resizable=yes'));keyit.focus();\"><b>BlogChina</b></a>]"
	*/
	);
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?