⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wysiwyg_web_edit.inc

📁 phpShop是一个基于php的分布式电子商务模块
💻 INC
字号:
<?// ----------------------------------------------------------------------// WYSIWYG Product Editor// ----------------------------------------------------------------------// Module designed by Mr PHP// W: www.mrphp.com.au// E: info@mrphp.com.au// P: +61 418 436 690// ----------------------------------------------------------------------// LICENSE//// This program is free software; you can redistribute it and/or// modify it under the terms of the GNU General Public License (GPL)// as published by the Free Software Foundation; either version 2// of the License, or (at your option) any later version.//// 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.//// To read the license please visit http://www.gnu.org/copyleft/gpl.html// ----------------------------------------------------------------------$url_path_editor = SECUREURL;$abs_path_editor = PS_BASE;// Mirem quin navegador es fa servir:if( strstr($_SERVER["HTTP_USER_AGENT"],'IE')!= false || strstr($_SERVER["HTTP_USER_AGENT"],'MS')!= false || strstr($_SERVER["HTTP_USER_AGENT"],'EXPLORER')!= false ){	$navegador = "IE";}else{	$navegador = "NS";}if( !isset($idi_edit) ){	$idi_edit = 'eng';}$noset = 0;if( !isset($nom_editor) ){    $noset = 1;    $nom_editor = "tbCE";    echo "<HTML><HEAD><TITLE>Editor DHTML</TITLE><style type=\"text/css\">";	 echo "td { font-family:Arial; font-size:9pt; color:darkred; bold:true; }";	 echo "th { font-family:Arial; font-size:7pt; color:darkred; bold:true; }";	echo "</style>";	echo "<script>";	if( !strcmp($navegador,"NS") || 1==1 ){ // De moment, per a tots els navegadors igual:		echo "\n function salvar_html(codi){ ";		$mesg1['cat'] = "Aquesta 閟 la funci

⌨️ 快捷键说明

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