dlg_ins_char.php
来自「很棒的在线教学系统」· PHP 代码 · 共 81 行
PHP
81 行
<!--#################################################################################### HTML Text Editing Component for hosting in Web Pages## Copyright (C) 2001 Ramesys (Contracting Services) Limited#### This library is free software; you can redistribute it and/or## modify it under the terms of the GNU Lesser General Public## License as published by the Free Software Foundation; either## version 2.1 of the License, or (at your option) any later version.#### This library 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## Lesser General Public License for more details.#### You should have received a copy of the GNU LesserGeneral Public License## along with this program; if not a copy can be obtained from#### http://www.gnu.org/copyleft/lesser.html#### or by writing to:#### Free Software Foundation, Inc.## 59 Temple Place - Suite 330,## Boston,## MA 02111-1307,## USA.#### Original Developer:#### Austin David France## Ramesys (Contracting Services) Limited## Mentor House## Ainsworth Street## Blackburn## Lancashire## BB1 6AY## United Kingdom## email: Austin.France@Ramesys.com#### Home Page: http://richtext.sourceforge.net/## Support: http://richtext.sourceforge.net/##################################################################################--><?php require("../../../../config.php"); $id = optional_param('id', SITEID, PARAM_INT); require_course_login($id); @header('Content-Type: text/html; charset=utf-8');?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--body { background: ButtonFace; color: ButtonText; font: 11px Tahoma,Verdana,sans-serif;margin: 0px; padding: 0px; }form p { margin-top: 5px; margin-bottom: 5px; }select, input, button { font: 11px Tahoma,Verdana,sans-serif; }button { width: 70px; }.space { padding: 2px; }.title { background: #ddf; color: #000; font-weight: bold; font-size: 14px; padding: 3px 10px; margin-bottom: 10px;border-bottom: 1px solid black; letter-spacing: 2px; }form { padding: 0px; margin: 0px; }.chr { background-color: transparent; border: 1px solid #dcdcdc; font-family: "Times New Roman", times;font-size: small; }// --></style><script type="text/javascript" src="popup.js"></script><script type="text/javascript">//<![CDATA[function Init() { __dlg_init();}var chars = ["!",""","#","$","%","&","'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","€","茠","鈥
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?