27 |
28 |
--------------------------------------------------------------------------------
/WebContent/common/success.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" pageEncoding="UTF-8"%>
2 | <%
3 | String path = request.getAttribute("path").toString();
4 | String message = request.getAttribute("message").toString();
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/run.bat:
--------------------------------------------------------------------------------
1 | @ECHO OFF
2 |
3 | ::
4 | :: FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 | :: Copyright (C) 2003-2008 Frederico Caldeira Knabben
6 | ::
7 | :: == BEGIN LICENSE ==
8 | ::
9 | :: Licensed under the terms of any of the following licenses at your
10 | :: choice:
11 | ::
12 | :: - GNU General Public License Version 2 or later (the "GPL")
13 | :: http://www.gnu.org/licenses/gpl.html
14 | ::
15 | :: - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 | :: http://www.gnu.org/licenses/lgpl.html
17 | ::
18 | :: - Mozilla Public License Version 1.1 or later (the "MPL")
19 | :: http://www.mozilla.org/MPL/MPL-1.1.html
20 | ::
21 | :: == END LICENSE ==
22 | ::
23 |
24 | :: adl [-runtime runtime-directory] [-pubId publisher-id] [-nodebug] application.xml [rootdirectory] [-- arguments]
25 |
26 | "C:\Adobe AIR SDK\bin\adl" application.xml ../../
27 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/internals/fckdebug_empty.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Debug window control and operations (empty for the compressed files - #2043).
22 | */
23 |
24 | var FCKDebug =
25 | {
26 | Output : function()
27 | {},
28 |
29 | OutputObject : function()
30 | {}
31 | } ;
32 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/bbcode/_sample/sample.config.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Sample custom configuration settings used by the BBCode plugin. It simply
22 | * loads the plugin. All the rest is done by the plugin itself.
23 | */
24 |
25 | // Add the BBCode plugin.
26 | FCKConfig.Plugins.Add( 'bbcode' ) ;
27 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/behaviors/showtableborders.htc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/package.bat:
--------------------------------------------------------------------------------
1 | @ECHO OFF
2 |
3 | ::
4 | :: FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 | :: Copyright (C) 2003-2008 Frederico Caldeira Knabben
6 | ::
7 | :: == BEGIN LICENSE ==
8 | ::
9 | :: Licensed under the terms of any of the following licenses at your
10 | :: choice:
11 | ::
12 | :: - GNU General Public License Version 2 or later (the "GPL")
13 | :: http://www.gnu.org/licenses/gpl.html
14 | ::
15 | :: - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 | :: http://www.gnu.org/licenses/lgpl.html
17 | ::
18 | :: - Mozilla Public License Version 1.1 or later (the "MPL")
19 | :: http://www.mozilla.org/MPL/MPL-1.1.html
20 | ::
21 | :: == END LICENSE ==
22 | ::
23 |
24 | :: adt -package SIGNING_OPTIONS air_file app_xml [file_or_dir | -C dir file_or_dir | -e file dir ...] ...
25 |
26 | "C:\Adobe AIR SDK\bin\adt" -package -storetype pkcs12 -keystore sample01_cert.pfx -storepass 123abc FCKeditor.air application.xml -C ../../ .
27 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/pl.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placholder Polish language file.
22 | */
23 | FCKLang.PlaceholderBtn = 'Wstaw/Edytuj nagłówek' ;
24 | FCKLang.PlaceholderDlgTitle = 'Właśności nagłówka' ;
25 | FCKLang.PlaceholderDlgName = 'Nazwa nagłówka' ;
26 | FCKLang.PlaceholderErrNoName = 'Proszę wprowadzić nazwę nagłówka' ;
27 | FCKLang.PlaceholderErrNameInUse = 'Podana nazwa jest już w użyciu' ;
28 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/pl(1).js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placholder Polish language file.
22 | */
23 | FCKLang.PlaceholderBtn = 'Wstaw/Edytuj nagłówek' ;
24 | FCKLang.PlaceholderDlgTitle = 'Właśności nagłówka' ;
25 | FCKLang.PlaceholderDlgName = 'Nazwa nagłówka' ;
26 | FCKLang.PlaceholderErrNoName = 'Proszę wprowadzić nazwę nagłówka' ;
27 | FCKLang.PlaceholderErrNameInUse = 'Podana nazwa jest już w użyciu' ;
28 |
--------------------------------------------------------------------------------
/src/com/orm/Goods.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Goods {
4 | private int id;
5 | private String name1;
6 | private String miaoshu;
7 | private String pic;
8 | private int jiage;
9 | private String del;
10 |
11 | public String getDel() {
12 | return this.del;
13 | }
14 |
15 | public void setDel(String del) {
16 | this.del = del;
17 | }
18 |
19 | public int getId() {
20 | return this.id;
21 | }
22 |
23 | public void setId(int id) {
24 | this.id = id;
25 | }
26 |
27 | public int getJiage() {
28 | return this.jiage;
29 | }
30 |
31 | public void setJiage(int jiage) {
32 | this.jiage = jiage;
33 | }
34 |
35 | public String getMiaoshu() {
36 | return this.miaoshu;
37 | }
38 |
39 | public void setMiaoshu(String miaoshu) {
40 | this.miaoshu = miaoshu;
41 | }
42 |
43 | public String getName1() {
44 | return this.name1;
45 | }
46 |
47 | public void setName1(String name1) {
48 | this.name1 = name1;
49 | }
50 |
51 | public String getPic() {
52 | return this.pic;
53 | }
54 |
55 | public void setPic(String pic) {
56 | this.pic = pic;
57 | }
58 | }
59 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/en.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placholder English language file.
22 | */
23 | FCKLang.PlaceholderBtn = 'Insert/Edit Placeholder' ;
24 | FCKLang.PlaceholderDlgTitle = 'Placeholder Properties' ;
25 | FCKLang.PlaceholderDlgName = 'Placeholder Name' ;
26 | FCKLang.PlaceholderErrNoName = 'Please type the placeholder name' ;
27 | FCKLang.PlaceholderErrNameInUse = 'The specified name is already in use' ;
28 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/it.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placholder Italian language file.
22 | */
23 | FCKLang.PlaceholderBtn = 'Aggiungi/Modifica Placeholder' ;
24 | FCKLang.PlaceholderDlgTitle = 'Proprietà del Placeholder' ;
25 | FCKLang.PlaceholderDlgName = 'Nome del Placeholder' ;
26 | FCKLang.PlaceholderErrNoName = 'Digitare il nome del placeholder' ;
27 | FCKLang.PlaceholderErrNameInUse = 'Il nome inserito è già in uso' ;
28 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dtd/fck_dtd_test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | DTD Test Page
5 |
10 |
11 |
12 |
13 |
14 |
15 | DTD Contents
16 |
17 |
18 |
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css:
--------------------------------------------------------------------------------
1 | .blend {
2 | font-family: courier new;
3 | font-size: 10pt;
4 | border: 0;
5 | margin-bottom:-1;
6 | }
7 | .normalLabel {
8 | font-size:8pt;
9 | }
10 | .normalText {
11 | font-family:arial, helvetica, sans-serif;
12 | font-size:10pt;
13 | color:000000;
14 | background-color:FFFFFF;
15 | }
16 | .plainText {
17 | font-family: courier new, courier, monospace;
18 | font-size: 10pt;
19 | color:000000;
20 | background-color:FFFFFF;
21 | }
22 | .controlWindowBody {
23 | font-family:arial, helvetica, sans-serif;
24 | font-size:8pt;
25 | padding: 7px ; /* by FredCK */
26 | margin: 0px ; /* by FredCK */
27 | /* color:000000; by FredCK */
28 | /* background-color:DADADA; by FredCK */
29 | }
30 | .readonlyInput {
31 | background-color:DADADA;
32 | color:000000;
33 | font-size:8pt;
34 | width:392px;
35 | }
36 | .textDefault {
37 | font-size:8pt;
38 | width: 200px;
39 | }
40 | .buttonDefault {
41 | width:90px;
42 | height:22px;
43 | font-size:8pt;
44 | }
45 | .suggSlct {
46 | width:200px;
47 | margin-top:2;
48 | font-size:8pt;
49 | }
50 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/de.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placholder German language file.
22 | */
23 | FCKLang.PlaceholderBtn = 'Einfügen/editieren Platzhalter' ;
24 | FCKLang.PlaceholderDlgTitle = 'Platzhalter Eigenschaften' ;
25 | FCKLang.PlaceholderDlgName = 'Platzhalter Name' ;
26 | FCKLang.PlaceholderErrNoName = 'Bitte den Namen des Platzhalters schreiben' ;
27 | FCKLang.PlaceholderErrNameInUse = 'Der angegebene Namen ist schon in Gebrauch' ;
28 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/es.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placholder Spanish language file.
22 | */
23 | FCKLang.PlaceholderBtn = 'Insertar/Editar contenedor' ;
24 | FCKLang.PlaceholderDlgTitle = 'Propiedades del contenedor ' ;
25 | FCKLang.PlaceholderDlgName = 'Nombre de contenedor' ;
26 | FCKLang.PlaceholderErrNoName = 'Por favor escriba el nombre de contenedor' ;
27 | FCKLang.PlaceholderErrNameInUse = 'El nombre especificado ya esta en uso' ;
28 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/placeholder/lang/fr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Placeholder French language file.
22 | */
23 | FCKLang.PlaceholderBtn = "Insérer/Modifier l'Espace réservé" ;
24 | FCKLang.PlaceholderDlgTitle = "Propriétés de l'Espace réservé" ;
25 | FCKLang.PlaceholderDlgName = "Nom de l'Espace réservé" ;
26 | FCKLang.PlaceholderErrNoName = "Veuillez saisir le nom de l'Espace réservé" ;
27 | FCKLang.PlaceholderErrNameInUse = "Ce nom est déjà utilisé" ;
28 |
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | var $lang={
2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?",
3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],
5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"],
6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],
7 | clearStr: "\u6E05\u7A7A",
8 | todayStr: "\u4ECA\u5929",
9 | okStr: "\u786E\u5B9A",
10 | updateStr: "\u786E\u5B9A",
11 | timeStr: "\u65F6\u95F4",
12 | quickStr: "\u5FEB\u901F\u9009\u62E9",
13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u65E5\u671F!'
14 | }
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | var $lang={
2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u7BC4\u570D,\u9700\u8981\u64A4\u92B7\u55CE?",
3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],
5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"],
6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],
7 | clearStr: "\u6E05\u7A7A",
8 | todayStr: "\u4ECA\u5929",
9 | okStr: "\u78BA\u5B9A",
10 | updateStr: "\u78BA\u5B9A",
11 | timeStr: "\u6642\u9593",
12 | quickStr: "\u5FEB\u901F\u9078\u64C7",
13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u65BC\u6700\u5927\u65E5\u671F!'
14 | }
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/cfm/upload.cfm:
--------------------------------------------------------------------------------
1 |
2 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/lang/zh-cn(1).js:
--------------------------------------------------------------------------------
1 | var $lang={
2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?",
3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"],
5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"],
6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"],
7 | clearStr: "\u6E05\u7A7A",
8 | todayStr: "\u4ECA\u5929",
9 | okStr: "\u786E\u5B9A",
10 | updateStr: "\u786E\u5B9A",
11 | timeStr: "\u65F6\u95F4",
12 | quickStr: "\u5FEB\u901F\u9009\u62E9",
13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u65E5\u671F!'
14 | }
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/cfm/connector.cfm:
--------------------------------------------------------------------------------
1 |
2 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/src/com/service/liuService.java:
--------------------------------------------------------------------------------
1 | package com.service;
2 |
3 | import com.dao.DB;
4 | import java.sql.ResultSet;
5 |
6 | public class liuService {
7 | public static String getKefangleixingName(int id) {
8 | String name = "";
9 |
10 | String sql = "select * from t_kefangleixing where id=" + id;
11 | Object[] params = new Object[0];
12 | DB mydb = new DB();
13 | try {
14 | mydb.doPstm(sql, params);
15 | ResultSet rs = mydb.getRs();
16 | rs.next();
17 | name = rs.getString("name");
18 | rs.close();
19 | } catch (Exception e) {
20 | e.printStackTrace();
21 | }
22 | mydb.closed();
23 | return name;
24 | }
25 |
26 | public static String getKefangFangjianhao(int id) {
27 | String fangjianhao = "";
28 |
29 | String sql = "select * from t_kefang where del='no' and id=" + id;
30 | Object[] params = new Object[0];
31 | DB mydb = new DB();
32 | try {
33 | mydb.doPstm(sql, params);
34 | ResultSet rs = mydb.getRs();
35 | rs.next();
36 | fangjianhao = rs.getString("fangjianhao");
37 | rs.close();
38 | } catch (Exception e) {
39 | e.printStackTrace();
40 | }
41 | mydb.closed();
42 | return fangjianhao;
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/commandclasses/fcknamedcommand.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKNamedCommand Class: represents an internal browser command.
22 | */
23 |
24 | var FCKNamedCommand = function( commandName )
25 | {
26 | this.Name = commandName ;
27 | }
28 |
29 | FCKNamedCommand.prototype.Execute = function()
30 | {
31 | FCK.ExecuteNamedCommand( this.Name ) ;
32 | }
33 |
34 | FCKNamedCommand.prototype.GetState = function()
35 | {
36 | if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG )
37 | return FCK_TRISTATE_DISABLED ;
38 | return FCK.GetNamedCommandState( this.Name ) ;
39 | }
40 |
--------------------------------------------------------------------------------
/src/com/util/EncodingFilter.java:
--------------------------------------------------------------------------------
1 | package com.util;
2 |
3 | import java.io.IOException;
4 | import javax.servlet.Filter;
5 | import javax.servlet.FilterChain;
6 | import javax.servlet.FilterConfig;
7 | import javax.servlet.ServletException;
8 | import javax.servlet.ServletRequest;
9 | import javax.servlet.ServletResponse;
10 |
11 | public class EncodingFilter implements Filter {
12 | protected String encoding = null;
13 | protected FilterConfig filterConfig = null;
14 |
15 | public void destroy() {
16 | this.encoding = null;
17 | this.filterConfig = null;
18 | }
19 |
20 | public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
21 | throws IOException, ServletException {
22 | String encoding = selectEncoding(request);
23 | if (encoding != null) {
24 | request.setCharacterEncoding(encoding);
25 | response.setCharacterEncoding(encoding);
26 | }
27 | chain.doFilter(request, response);
28 | }
29 |
30 | public void init(FilterConfig filterConfig) throws ServletException {
31 | this.filterConfig = filterConfig;
32 | this.encoding = filterConfig.getInitParameter("encoding");
33 | }
34 |
35 | protected String selectEncoding(ServletRequest request) {
36 | return this.encoding;
37 | }
38 | }
39 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/default.html:
--------------------------------------------------------------------------------
1 |
3 |
25 |
26 |
27 | FCKeditor - Samples
28 |
29 |
30 |
31 |
35 |
36 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/internals/fckselection.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Active selection functions.
22 | */
23 |
24 | var FCKSelection = FCK.Selection =
25 | {
26 | GetParentBlock : function()
27 | {
28 | var retval = this.GetParentElement() ;
29 | while ( retval )
30 | {
31 | if ( FCKListsLib.BlockBoundaries[retval.nodeName.toLowerCase()] )
32 | break ;
33 | retval = retval.parentNode ;
34 | }
35 | return retval ;
36 | },
37 |
38 | ApplyStyle : function( styleDefinition )
39 | {
40 | FCKStyles.ApplyStyle( new FCKStyle( styleDefinition ) ) ;
41 | }
42 | } ;
43 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKPastePlainTextCommand Class: represents the
22 | * "Paste as Plain Text" command.
23 | */
24 |
25 | var FCKPastePlainTextCommand = function()
26 | {
27 | this.Name = 'PasteText' ;
28 | }
29 |
30 | FCKPastePlainTextCommand.prototype.Execute = function()
31 | {
32 | FCK.PasteAsPlainText() ;
33 | }
34 |
35 | FCKPastePlainTextCommand.prototype.GetState = function()
36 | {
37 | if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG )
38 | return FCK_TRISTATE_DISABLED ;
39 | return FCK.GetNamedCommandState( 'Paste' ) ;
40 | }
41 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKPasteWordCommand Class: represents the "Paste from Word" command.
22 | */
23 |
24 | var FCKPasteWordCommand = function()
25 | {
26 | this.Name = 'PasteWord' ;
27 | }
28 |
29 | FCKPasteWordCommand.prototype.Execute = function()
30 | {
31 | FCK.PasteFromWord() ;
32 | }
33 |
34 | FCKPasteWordCommand.prototype.GetState = function()
35 | {
36 | if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG || FCKConfig.ForcePasteAsPlainText )
37 | return FCK_TRISTATE_DISABLED ;
38 | else
39 | return FCK.GetNamedCommandState( 'Paste' ) ;
40 | }
41 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKToolbarBreak Class: breaks the toolbars.
22 | * It makes it possible to force the toolbar to break to a new line.
23 | * This is the Gecko specific implementation.
24 | */
25 |
26 | var FCKToolbarBreak = function()
27 | {}
28 |
29 | FCKToolbarBreak.prototype.Create = function( targetElement )
30 | {
31 | var oBreakDiv = targetElement.ownerDocument.createElement( 'div' ) ;
32 |
33 | oBreakDiv.style.clear = oBreakDiv.style.cssFloat = FCKLang.Dir == 'rtl' ? 'right' : 'left' ;
34 |
35 | targetElement.appendChild( oBreakDiv ) ;
36 | }
37 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/_plugins/findreplace/lang/en.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * English language file for the sample plugin.
22 | */
23 |
24 | FCKLang['DlgMyReplaceTitle'] = 'Plugin - Replace' ;
25 | FCKLang['DlgMyReplaceFindLbl'] = 'Find what:' ;
26 | FCKLang['DlgMyReplaceReplaceLbl'] = 'Replace with:' ;
27 | FCKLang['DlgMyReplaceCaseChk'] = 'Match case' ;
28 | FCKLang['DlgMyReplaceReplaceBtn'] = 'Replace' ;
29 | FCKLang['DlgMyReplaceReplAllBtn'] = 'Replace All' ;
30 | FCKLang['DlgMyReplaceWordChk'] = 'Match whole word' ;
31 |
32 | FCKLang['DlgMyFindTitle'] = 'Plugin - Find' ;
33 | FCKLang['DlgMyFindFindBtn'] = 'Find' ;
34 |
--------------------------------------------------------------------------------
/WebContent/admin/index.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%
3 | String path = request.getContextPath();
4 | %>
5 |
6 |
7 |
8 |
9 | 欢迎使用酒店管理系统
10 |
11 |
12 |
13 |
14 |
15 |
23 |
24 |
31 |
32 | 您的浏览器不支持框架!
33 |
34 |
35 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/_plugins/findreplace/lang/fr.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * French language file for the sample plugin.
22 | */
23 |
24 | FCKLang['DlgMyReplaceTitle'] = 'Plugin - Remplacer' ;
25 | FCKLang['DlgMyReplaceFindLbl'] = 'Chercher:' ;
26 | FCKLang['DlgMyReplaceReplaceLbl'] = 'Remplacer par:' ;
27 | FCKLang['DlgMyReplaceCaseChk'] = 'Respecter la casse' ;
28 | FCKLang['DlgMyReplaceReplaceBtn'] = 'Remplacer' ;
29 | FCKLang['DlgMyReplaceReplAllBtn'] = 'Remplacer Tout' ;
30 | FCKLang['DlgMyReplaceWordChk'] = 'Mot entier' ;
31 |
32 | FCKLang['DlgMyFindTitle'] = 'Plugin - Chercher' ;
33 | FCKLang['DlgMyFindFindBtn'] = 'Chercher' ;
34 |
--------------------------------------------------------------------------------
/project1.iml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/_plugins/findreplace/lang/it.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Italian language file for the sample plugin.
22 | */
23 |
24 | FCKLang['DlgMyReplaceTitle'] = 'Plugin - Sostituisci' ;
25 | FCKLang['DlgMyReplaceFindLbl'] = 'Trova:' ;
26 | FCKLang['DlgMyReplaceReplaceLbl'] = 'Sostituisci con:' ;
27 | FCKLang['DlgMyReplaceCaseChk'] = 'Maiuscole/minuscole' ;
28 | FCKLang['DlgMyReplaceReplaceBtn'] = 'Sostituisci' ;
29 | FCKLang['DlgMyReplaceReplAllBtn'] = 'Sostituisci tutto' ;
30 | FCKLang['DlgMyReplaceWordChk'] = 'Parola intera' ;
31 |
32 | FCKLang['DlgMyFindTitle'] = 'Plugin - Cerca' ;
33 | FCKLang['DlgMyFindFindBtn'] = 'Cerca' ;
34 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKToolbarBreak Class: breaks the toolbars.
22 | * It makes it possible to force the toolbar to break to a new line.
23 | * This is the IE specific implementation.
24 | */
25 |
26 | var FCKToolbarBreak = function()
27 | {}
28 |
29 | FCKToolbarBreak.prototype.Create = function( targetElement )
30 | {
31 | var oBreakDiv = FCKTools.GetElementDocument( targetElement ).createElement( 'div' ) ;
32 |
33 | oBreakDiv.className = 'TB_Break' ;
34 |
35 | oBreakDiv.style.clear = FCKLang.Dir == 'rtl' ? 'left' : 'right' ;
36 |
37 | targetElement.appendChild( oBreakDiv ) ;
38 | }
39 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 全目录
2 |
3 | [更多系统、论文,供君选择 ~~>](https://www.yuque.com/wisebit/blog)
4 | # 58.HotelManagementSystem
5 |
6 |
群: 983063232(大佬群 2TB学习资料,讲解)(入群获取sql文件)
7 |
QQ: 206157502(加好友获取sql文件)
8 |
9 |
58.酒店管理系统
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 | # 简介
20 |
21 |
22 | > 本代码来源于网络,仅供学习参考使用,请入群(983063232)后联系群主索要sql文件!
23 |
24 |
25 | # 环境
26 |
27 | - IntelliJ IDEA 2009.3
28 |
29 | - Mysql 5.7.26
30 |
31 | - Tomcat 7.0.73
32 |
33 | - JDK 1.8
34 |
35 |
36 | ## 缩略图
37 |
38 | 
39 | 
40 | 
41 | 
42 | 
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/aspx/upload.aspx:
--------------------------------------------------------------------------------
1 | <%@ Page Language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowser.Uploader" AutoEventWireup="false" %>
2 | <%@ Register Src="config.ascx" TagName="Config" TagPrefix="FCKeditor" %>
3 | <%--
4 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
6 | *
7 | * == BEGIN LICENSE ==
8 | *
9 | * Licensed under the terms of any of the following licenses at your
10 | * choice:
11 | *
12 | * - GNU General Public License Version 2 or later (the "GPL")
13 | * http://www.gnu.org/licenses/gpl.html
14 | *
15 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 | * http://www.gnu.org/licenses/lgpl.html
17 | *
18 | * - Mozilla Public License Version 1.1 or later (the "MPL")
19 | * http://www.mozilla.org/MPL/MPL-1.1.html
20 | *
21 | * == END LICENSE ==
22 | *
23 | * This is the Uploader for ASP.NET.
24 | *
25 | * The code of this page if included in the FCKeditor.Net package,
26 | * in the FredCK.FCKeditorV2.dll assemblyfile. So to use it you must
27 | * include that DLL in your "bin" directory.
28 | *
29 | * To download the FCKeditor.Net package, go to our official web site:
30 | * http://www.fckeditor.net
31 | --%>
32 |
33 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKRemoveFormatCommand Class: controls the execution of a core style. Core
22 | * styles are usually represented as buttons in the toolbar., like Bold and
23 | * Italic.
24 | */
25 |
26 | var FCKRemoveFormatCommand = function()
27 | {
28 | this.Name = 'RemoveFormat' ;
29 | }
30 |
31 | FCKRemoveFormatCommand.prototype =
32 | {
33 | Execute : function()
34 | {
35 | FCKStyles.RemoveAll() ;
36 |
37 | FCK.Focus() ;
38 | FCK.Events.FireEvent( 'OnSelectionChange' ) ;
39 | },
40 |
41 | GetState : function()
42 | {
43 | return FCK.EditorWindow ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
44 | }
45 | };
46 |
--------------------------------------------------------------------------------
/WebContent/loginSuccess.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
2 | <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
3 | <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
4 | <%
5 | String path = request.getContextPath();
6 | %>
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
32 |
33 |
页面跳转中
34 |
35 |
36 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/internals/fckurlparams.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Defines the FCKURLParams object that is used to get all parameters
22 | * passed by the URL QueryString (after the "?").
23 | */
24 |
25 | // #### URLParams: holds all URL passed parameters (like ?Param1=Value1&Param2=Value2)
26 | var FCKURLParams = new Object() ;
27 |
28 | (function()
29 | {
30 | var aParams = document.location.search.substr(1).split('&') ;
31 | for ( var i = 0 ; i < aParams.length ; i++ )
32 | {
33 | var aParam = aParams[i].split('=') ;
34 | var sParamName = decodeURIComponent( aParam[0] ) ;
35 | var sParamValue = decodeURIComponent( aParam[1] ) ;
36 |
37 | FCKURLParams[ sParamName ] = sParamValue ;
38 | }
39 | })();
40 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/aspx/connector.aspx:
--------------------------------------------------------------------------------
1 | <%@ Page Language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowser.Connector" AutoEventWireup="false" %>
2 | <%@ Register Src="config.ascx" TagName="Config" TagPrefix="FCKeditor" %>
3 | <%--
4 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
6 | *
7 | * == BEGIN LICENSE ==
8 | *
9 | * Licensed under the terms of any of the following licenses at your
10 | * choice:
11 | *
12 | * - GNU General Public License Version 2 or later (the "GPL")
13 | * http://www.gnu.org/licenses/gpl.html
14 | *
15 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 | * http://www.gnu.org/licenses/lgpl.html
17 | *
18 | * - Mozilla Public License Version 1.1 or later (the "MPL")
19 | * http://www.mozilla.org/MPL/MPL-1.1.html
20 | *
21 | * == END LICENSE ==
22 | *
23 | * This is the File Browser Connector for ASP.NET.
24 | *
25 | * The code of this page if included in the FCKeditor.Net package,
26 | * in the FredCK.FCKeditorV2.dll assembly file. So to use it you must
27 | * include that DLL in your "bin" directory.
28 | *
29 | * To download the FCKeditor.Net package, go to our official web site:
30 | * http://www.fckeditor.net
31 | --%>
32 |
33 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_documentation.html:
--------------------------------------------------------------------------------
1 |
2 |
22 |
23 |
24 | FCKeditor - Documentation
25 |
26 |
30 |
31 |
32 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/application.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | net.fckeditor.air.samples.sample01
4 | FCKeditor Sample Application 1.0
5 | 1.0
6 | FCKeditor AIR Sample
7 | This is a sample AIR application including FCKeditor.
8 | Copyright (C) 2003-2008 Frederico Caldeira Knabben
9 |
10 | _samples/adobeair/sample01.html
11 | FCKeditor AIR Sample
12 | standard
13 | false
14 | true
15 | true
16 | true
17 | true
18 | 100
19 | 80
20 | 820
21 | 600
22 | 600 400
23 |
24 | FCKeditor/AIR Samples/Sample01
25 | FCKeditor/AIR Samples
26 |
27 | _samples/adobeair/icons/16.png
28 | _samples/adobeair/icons/32.png
29 | _samples/adobeair/icons/48.png
30 | _samples/adobeair/icons/128.png
31 |
32 | false
33 | false
34 |
35 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/internals/fckplugins.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Defines the FCKPlugins object that is responsible for loading the Plugins.
22 | */
23 |
24 | var FCKPlugins = FCK.Plugins = new Object() ;
25 | FCKPlugins.ItemsCount = 0 ;
26 | FCKPlugins.Items = new Object() ;
27 |
28 | FCKPlugins.Load = function()
29 | {
30 | var oItems = FCKPlugins.Items ;
31 |
32 | // build the plugins collection.
33 | for ( var i = 0 ; i < FCKConfig.Plugins.Items.length ; i++ )
34 | {
35 | var oItem = FCKConfig.Plugins.Items[i] ;
36 | var oPlugin = oItems[ oItem[0] ] = new FCKPlugin( oItem[0], oItem[1], oItem[2] ) ;
37 | FCKPlugins.ItemsCount++ ;
38 | }
39 |
40 | // Load all items in the plugins collection.
41 | for ( var s in oItems )
42 | oItems[s].Load() ;
43 |
44 | // This is a self destroyable function (must be called once).
45 | FCKPlugins.Load = null ;
46 | }
47 |
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/My97DatePicker.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | My97DatePicker
5 |
6 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/html/sample11.html:
--------------------------------------------------------------------------------
1 |
2 |
24 |
25 |
26 | FCKeditor - Sample
27 |
28 |
29 |
30 |
31 |
32 |
33 | FCKeditor - JavaScript - Sample 11
34 |
35 | This sample shows a form with two FCKeditor instance loaded inside an IFRAME. Both instances share the same
36 | toolbar, available in the main page (top).
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/src/com/orm/Kefangyuding.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Kefangyuding {
4 | private int id;
5 | private int kefang_id;
6 | private String shijian;
7 | private String kehuname;
8 | private String kehutel;
9 | private String tianshu;
10 | private String del;
11 | private String kefang_fanjianhao;
12 |
13 | public String getDel() {
14 | return this.del;
15 | }
16 |
17 | public void setDel(String del) {
18 | this.del = del;
19 | }
20 |
21 | public int getId() {
22 | return this.id;
23 | }
24 |
25 | public void setId(int id) {
26 | this.id = id;
27 | }
28 |
29 | public String getKefang_fanjianhao() {
30 | return this.kefang_fanjianhao;
31 | }
32 |
33 | public void setKefang_fanjianhao(String kefang_fanjianhao) {
34 | this.kefang_fanjianhao = kefang_fanjianhao;
35 | }
36 |
37 | public int getKefang_id() {
38 | return this.kefang_id;
39 | }
40 |
41 | public void setKefang_id(int kefang_id) {
42 | this.kefang_id = kefang_id;
43 | }
44 |
45 | public String getKehuname() {
46 | return this.kehuname;
47 | }
48 |
49 | public void setKehuname(String kehuname) {
50 | this.kehuname = kehuname;
51 | }
52 |
53 | public String getKehutel() {
54 | return this.kehutel;
55 | }
56 |
57 | public void setKehutel(String kehutel) {
58 | this.kehutel = kehutel;
59 | }
60 |
61 | public String getShijian() {
62 | return this.shijian;
63 | }
64 |
65 | public void setShijian(String shijian) {
66 | this.shijian = shijian;
67 | }
68 |
69 | public String getTianshu() {
70 | return this.tianshu;
71 | }
72 |
73 | public void setTianshu(String tianshu) {
74 | this.tianshu = tianshu;
75 | }
76 | }
77 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/asp/util.asp:
--------------------------------------------------------------------------------
1 | <%
2 | ' FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | ' Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | '
5 | ' == BEGIN LICENSE ==
6 | '
7 | ' Licensed under the terms of any of the following licenses at your
8 | ' choice:
9 | '
10 | ' - GNU General Public License Version 2 or later (the "GPL")
11 | ' http://www.gnu.org/licenses/gpl.html
12 | '
13 | ' - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | ' http://www.gnu.org/licenses/lgpl.html
15 | '
16 | ' - Mozilla Public License Version 1.1 or later (the "MPL")
17 | ' http://www.mozilla.org/MPL/MPL-1.1.html
18 | '
19 | ' == END LICENSE ==
20 | '
21 | ' This file include generic functions used by the ASP Connector.
22 | %>
23 | <%
24 | Function RemoveFromStart( sourceString, charToRemove )
25 | Dim oRegex
26 | Set oRegex = New RegExp
27 | oRegex.Pattern = "^" & charToRemove & "+"
28 |
29 | RemoveFromStart = oRegex.Replace( sourceString, "" )
30 | End Function
31 |
32 | Function RemoveFromEnd( sourceString, charToRemove )
33 | Dim oRegex
34 | Set oRegex = New RegExp
35 | oRegex.Pattern = charToRemove & "+$"
36 |
37 | RemoveFromEnd = oRegex.Replace( sourceString, "" )
38 | End Function
39 |
40 | Function ConvertToXmlAttribute( value )
41 | ConvertToXmlAttribute = Replace( value, "&", "&" )
42 | End Function
43 |
44 | Function InArray( value, sourceArray )
45 | Dim i
46 | For i = 0 to UBound( sourceArray )
47 | If sourceArray(i) = value Then
48 | InArray = True
49 | Exit Function
50 | End If
51 | Next
52 | InArray = False
53 | End Function
54 |
55 | %>
56 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/lasso/sampleposteddata.lasso:
--------------------------------------------------------------------------------
1 | [//lasso
2 | /*
3 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
5 | *
6 | * == BEGIN LICENSE ==
7 | *
8 | * Licensed under the terms of any of the following licenses at your
9 | * choice:
10 | *
11 | * - GNU General Public License Version 2 or later (the "GPL")
12 | * http://www.gnu.org/licenses/gpl.html
13 | *
14 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15 | * http://www.gnu.org/licenses/lgpl.html
16 | *
17 | * - Mozilla Public License Version 1.1 or later (the "MPL")
18 | * http://www.mozilla.org/MPL/MPL-1.1.html
19 | *
20 | * == END LICENSE ==
21 | *
22 | * Sample page.
23 | */
24 | ]
25 |
26 |
27 |
28 | FCKeditor - Samples - Posted Data
29 |
30 |
31 |
32 |
33 |
34 |
FCKeditor - Samples - Posted Data
35 | This page lists all data posted by the form.
36 |
37 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/WebContent/updown/updown.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
2 | <%@ page import="com.jspsmart.upload.*" %>
3 | <%
4 | String path = request.getContextPath();
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | <%
19 | String fujianPath=request.getParameter("fujianPath");
20 | String fujianYuashiMing=request.getParameter("fujianYuashiMing");
21 | fujianYuashiMing=java.net.URLDecoder.decode(fujianYuashiMing,"UTF-8");
22 | System.out.println(fujianYuashiMing+fujianPath);
23 |
24 | SmartUpload su = new SmartUpload(); // 新建一个SmartUpload对象
25 |
26 | su.initialize(pageContext); // 初始化
27 |
28 | su.setContentDisposition(null);
29 | // 设定contentDisposition为null以禁止浏览器自动打开文件,
30 | //保证点击链接后是下载文件。若不设定,则下载的文件扩展名为
31 | //doc时,浏览器将自动用word打开它。扩展名为pdf时,将用acrobat打开
32 |
33 | //su.downloadFile("/uploadPath/file/liu.doc"); // 下载英文文件
34 | su.downloadFile(fujianPath, null, new String(fujianYuashiMing.getBytes(), "ISO8859-1")); // 下载中文文件
35 | //downloadFile(String sourceFilePathName, String contentType, String destFileName)
36 | out.clear();
37 | out=pageContext.pushBody();
38 | %>
39 |
40 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/internals/fcktablehandler_gecko.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Manage table operations (non-IE).
22 | */
23 |
24 | FCKTableHandler.GetSelectedCells = function()
25 | {
26 | var aCells = new Array() ;
27 |
28 | var oSelection = FCKSelection.GetSelection() ;
29 |
30 | // If the selection is a text.
31 | if ( oSelection.rangeCount == 1 && oSelection.anchorNode.nodeType == 3 )
32 | {
33 | var oParent = FCKTools.GetElementAscensor( oSelection.anchorNode, 'TD,TH' ) ;
34 |
35 | if ( oParent )
36 | aCells[0] = oParent ;
37 |
38 | return aCells ;
39 | }
40 |
41 | for ( var i = 0 ; i < oSelection.rangeCount ; i++ )
42 | {
43 | var oRange = oSelection.getRangeAt(i) ;
44 | var oCell ;
45 |
46 | if ( oRange.startContainer.tagName.Equals( 'TD', 'TH' ) )
47 | oCell = oRange.startContainer ;
48 | else
49 | oCell = oRange.startContainer.childNodes[ oRange.startOffset ] ;
50 |
51 | if ( oCell.tagName.Equals( 'TD', 'TH' ) )
52 | aCells[aCells.length] = oCell ;
53 | }
54 |
55 | return aCells ;
56 | }
57 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/perl/util.pl:
--------------------------------------------------------------------------------
1 | #####
2 | # FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | # Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | #
5 | # == BEGIN LICENSE ==
6 | #
7 | # Licensed under the terms of any of the following licenses at your
8 | # choice:
9 | #
10 | # - GNU General Public License Version 2 or later (the "GPL")
11 | # http://www.gnu.org/licenses/gpl.html
12 | #
13 | # - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | # http://www.gnu.org/licenses/lgpl.html
15 | #
16 | # - Mozilla Public License Version 1.1 or later (the "MPL")
17 | # http://www.mozilla.org/MPL/MPL-1.1.html
18 | #
19 | # == END LICENSE ==
20 | #
21 | # This is the File Manager Connector for Perl.
22 | #####
23 |
24 | sub RemoveFromStart
25 | {
26 | local($sourceString, $charToRemove) = @_;
27 | $sPattern = '^' . $charToRemove . '+' ;
28 | $sourceString =~ s/^$charToRemove+//g;
29 | return $sourceString;
30 | }
31 |
32 | sub RemoveFromEnd
33 | {
34 | local($sourceString, $charToRemove) = @_;
35 | $sPattern = $charToRemove . '+$' ;
36 | $sourceString =~ s/$charToRemove+$//g;
37 | return $sourceString;
38 | }
39 |
40 | sub ConvertToXmlAttribute
41 | {
42 | local($value) = @_;
43 | return $value;
44 | # return utf8_encode(htmlspecialchars($value));
45 |
46 | }
47 |
48 | sub specialchar_cnv
49 | {
50 | local($ch) = @_;
51 |
52 | $ch =~ s/&/&/g; # &
53 | $ch =~ s/\"/"/g; #"
54 | $ch =~ s/\'/'/g; # '
55 | $ch =~ s/</g; # <
56 | $ch =~ s/>/>/g; # >
57 | return($ch);
58 | }
59 |
60 | sub JS_cnv
61 | {
62 | local($ch) = @_;
63 |
64 | $ch =~ s/\"/\\\"/g; #"
65 | return($ch);
66 | }
67 |
68 | 1;
69 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/sample.css:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Styles used in the samples pages.
22 | */
23 |
24 | body, td, th, input, select, textarea
25 | {
26 | font-size: 12px;
27 | font-family: Arial, Verdana, Sans-Serif;
28 | }
29 |
30 | h1
31 | {
32 | font-weight: bold;
33 | font-size: 180%;
34 | margin-bottom: 10px;
35 | }
36 |
37 | form
38 | {
39 | margin: 0;
40 | padding: 0;
41 | }
42 |
43 | #outputSample
44 | {
45 | table-layout: fixed;
46 | width: 100%;
47 | }
48 |
49 | pre
50 | {
51 | margin: 0;
52 | padding: 0;
53 |
54 | white-space: pre; /* CSS2 */
55 | white-space: -moz-pre-wrap; /* Mozilla*/
56 | white-space: -o-pre-wrap; /* Opera 7 */
57 | white-space: pre-wrap; /* CSS 2.1 */
58 | white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
59 | word-wrap: break-word; /* IE */
60 | }
61 |
62 | #outputSample thead th
63 | {
64 | color: #dddddd;
65 | background-color: #999999;
66 | padding: 4px;
67 | white-space: nowrap;
68 | }
69 |
70 | #outputSample tbody th
71 | {
72 | vertical-align: top;
73 | text-align: left;
74 | }
75 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/internals/fckdebug.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Debug window control and operations.
22 | */
23 |
24 | // Public function defined here must be declared in fckdebug_empty.js.
25 |
26 | var FCKDebug =
27 | {
28 | Output : function( message, color, noParse )
29 | {
30 | if ( ! FCKConfig.Debug )
31 | return ;
32 |
33 | try
34 | {
35 | this._GetWindow().Output( message, color ) ;
36 | }
37 | catch ( e ) {} // Ignore errors
38 | },
39 |
40 | OutputObject : function( anyObject, color )
41 | {
42 | if ( ! FCKConfig.Debug )
43 | return ;
44 |
45 | try
46 | {
47 | this._GetWindow().OutputObject( anyObject, color ) ;
48 | }
49 | catch ( e ) {} // Ignore errors
50 | },
51 |
52 | _GetWindow : function()
53 | {
54 | if ( !this.DebugWindow || this.DebugWindow.closed )
55 | this.DebugWindow = window.open( FCKConfig.BasePath + 'fckdebug.html', 'FCKeditorDebug', 'menubar=no,scrollbars=yes,resizable=yes,location=no,toolbar=no,width=600,height=500', true ) ;
56 |
57 | return this.DebugWindow ;
58 | }
59 | } ;
60 |
--------------------------------------------------------------------------------
/WebContent/css/front1.css:
--------------------------------------------------------------------------------
1 | .img-vm{vertical-align:middle}
2 | .f-right{float:right}
3 | .f-left{float:left}
4 | .clear{clear:both}
5 | .p2-crr{color:#FF0000;font-weight:bold;}
6 |
7 | .pg-3{font-size:12px;font-family:Verdana;margin:5px auto;padding:3px;text-align:center;}
8 | .pg-3 a,.total{border:#eee 1px solid; padding:2px 5px; margin:2px; color:#036cb4; text-decoration:none;}
9 | .pg-3 a:hover{border:#999 1px solid; color:#666;}
10 | .pg-3 a:active{border:#999 1px solid; color: #666;}
11 | .pg-3 .current{border:#036cb4 1px solid; padding:2px 5px; font-weight:bold; margin:2px; color:#fff; background:#036cb4;}
12 | .pg-3 .disabled{border:#eee 1px solid; padding:2px 5px; margin:2px; color:#ddd;}
13 |
14 | .pg-4{font-size:12px;font-family:Verdana;margin:5px auto;padding:3px;text-align:right;}
15 | .pg-4 a,.count{border: #ddd 1px solid; padding:2px 5px; color: #88af3f; margin-right: 2px; text-decoration: none;}
16 | .pg-4 a:hover{border: #85bd1e 1px solid; color: #638425; background-color: #f1ffd6;}
17 | .pg-4 a:active{border:#85bd1e 1px solid; color: #638425; background-color: #f1ffd6;}
18 | .pg-4 .current{border:#b2e05d 1px solid; padding:2px 5px; font-weight:bold; color:#fff; margin-right:2px; background:#b2e05d;}
19 | .pg-4 .disabled{border:#f3f3f3 1px solid; padding:2px 5px; color: #ccc; margin-right:2px;}
20 |
21 | .c1-bline{border-bottom:#999 1px dashed;border-top:1px;}
22 |
23 | label.error{background:url(img/unchecked.gif) no-repeat 0px 0px;padding-left:16px;margin-left:3px;}
24 | label.success{background:url(img/checked.gif) no-repeat 0px 0px;padding-left:16px;margin-left:3px;}
25 |
26 | .j-chkcode{position:absolute;display:none;top:50px;left:50px;z-index:100;border:1px solid #999999;background-color:#FFFFFF;}
27 | .j-chkcode img{cursor:pointer}
28 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/commandclasses/fckstylecommand.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKStyleCommand Class: represents the "Style" command.
22 | */
23 |
24 | var FCKStyleCommand = function()
25 | {}
26 |
27 | FCKStyleCommand.prototype =
28 | {
29 | Name : 'Style',
30 |
31 | Execute : function( styleName, styleComboItem )
32 | {
33 | FCKUndo.SaveUndoStep() ;
34 |
35 | if ( styleComboItem.Selected )
36 | FCK.Styles.RemoveStyle( styleComboItem.Style ) ;
37 | else
38 | FCK.Styles.ApplyStyle( styleComboItem.Style ) ;
39 |
40 | FCKUndo.SaveUndoStep() ;
41 |
42 | FCK.Focus() ;
43 | FCK.Events.FireEvent( 'OnSelectionChange' ) ;
44 | },
45 |
46 | GetState : function()
47 | {
48 | if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG || !FCK.EditorDocument )
49 | return FCK_TRISTATE_DISABLED ;
50 |
51 | if ( FCKSelection.GetType() == 'Control' )
52 | {
53 | var el = FCKSelection.GetSelectedElement() ;
54 | if ( !el || !FCKStyles.CheckHasObjectStyle( el.nodeName.toLowerCase() ) )
55 | return FCK_TRISTATE_DISABLED ;
56 | }
57 |
58 | return FCK_TRISTATE_OFF ;
59 | }
60 | };
61 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fckmenublockpanel.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This class is a menu block that behaves like a panel. It's a mix of the
22 | * FCKMenuBlock and FCKPanel classes.
23 | */
24 |
25 | var FCKMenuBlockPanel = function()
26 | {
27 | // Call the "base" constructor.
28 | FCKMenuBlock.call( this ) ;
29 | }
30 |
31 | FCKMenuBlockPanel.prototype = new FCKMenuBlock() ;
32 |
33 |
34 | // Override the create method.
35 | FCKMenuBlockPanel.prototype.Create = function()
36 | {
37 | var oPanel = this.Panel = ( this.Parent && this.Parent.Panel ? this.Parent.Panel.CreateChildPanel() : new FCKPanel() ) ;
38 | oPanel.AppendStyleSheet( FCKConfig.SkinEditorCSS ) ;
39 |
40 | // Call the "base" implementation.
41 | FCKMenuBlock.prototype.Create.call( this, oPanel.MainNode ) ;
42 | }
43 |
44 | FCKMenuBlockPanel.prototype.Show = function( x, y, relElement )
45 | {
46 | if ( !this.Panel.CheckIsOpened() )
47 | this.Panel.Show( x, y, relElement ) ;
48 | }
49 |
50 | FCKMenuBlockPanel.prototype.Hide = function()
51 | {
52 | if ( this.Panel.CheckIsOpened() )
53 | this.Panel.Hide() ;
54 | }
55 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html:
--------------------------------------------------------------------------------
1 |
2 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
48 |
49 |
50 |
51 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/asp/sampleposteddata.asp:
--------------------------------------------------------------------------------
1 | <%@ CodePage=65001 Language="VBScript"%>
2 | <% Option Explicit %>
3 |
25 |
26 |
27 |
28 | FCKeditor - Samples - Posted Data
29 |
30 |
31 |
32 |
33 |
34 |
FCKeditor - Samples - Posted Data
35 | This page lists all data posted by the form.
36 |
37 |
38 |
39 |
40 |
41 |
Field Name
42 |
Value
43 |
44 |
45 | <%
46 | Dim sForm
47 | For Each sForm in Request.Form
48 | %>
49 |
50 |
<%=sForm%>
51 |
<%=Server.HTMLEncode( Request.Form(sForm) )%>
52 |
53 | <% Next %>
54 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fckdocumentfragment_gecko(1).js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This is a generic Document Fragment object. It is not intended to provide
22 | * the W3C implementation, but is a way to fix the missing of a real Document
23 | * Fragment in IE (where document.createDocumentFragment() returns a normal
24 | * document instead), giving a standard interface for it.
25 | * (IE Implementation)
26 | */
27 |
28 | var FCKDocumentFragment = function( parentDocument, baseDocFrag )
29 | {
30 | this.RootNode = baseDocFrag || parentDocument.createDocumentFragment() ;
31 | }
32 |
33 | FCKDocumentFragment.prototype =
34 | {
35 |
36 | // Append the contents of this Document Fragment to another element.
37 | AppendTo : function( targetNode )
38 | {
39 | targetNode.appendChild( this.RootNode ) ;
40 | },
41 |
42 | AppendHtml : function( html )
43 | {
44 | var eTmpDiv = this.RootNode.ownerDocument.createElement( 'div' ) ;
45 | eTmpDiv.innerHTML = html ;
46 | FCKDomTools.MoveChildren( eTmpDiv, this.RootNode ) ;
47 | },
48 |
49 | InsertAfterNode : function( existingNode )
50 | {
51 | FCKDomTools.InsertAfterNode( existingNode, this.RootNode ) ;
52 | }
53 | }
54 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This is a generic Document Fragment object. It is not intended to provide
22 | * the W3C implementation, but is a way to fix the missing of a real Document
23 | * Fragment in IE (where document.createDocumentFragment() returns a normal
24 | * document instead), giving a standard interface for it.
25 | * (IE Implementation)
26 | */
27 |
28 | var FCKDocumentFragment = function( parentDocument, baseDocFrag )
29 | {
30 | this.RootNode = baseDocFrag || parentDocument.createDocumentFragment() ;
31 | }
32 |
33 | FCKDocumentFragment.prototype =
34 | {
35 |
36 | // Append the contents of this Document Fragment to another element.
37 | AppendTo : function( targetNode )
38 | {
39 | targetNode.appendChild( this.RootNode ) ;
40 | },
41 |
42 | AppendHtml : function( html )
43 | {
44 | var eTmpDiv = this.RootNode.ownerDocument.createElement( 'div' ) ;
45 | eTmpDiv.innerHTML = html ;
46 | FCKDomTools.MoveChildren( eTmpDiv, this.RootNode ) ;
47 | },
48 |
49 | InsertAfterNode : function( existingNode )
50 | {
51 | FCKDomTools.InsertAfterNode( existingNode, this.RootNode ) ;
52 | }
53 | }
54 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/afp/sample01.afp:
--------------------------------------------------------------------------------
1 | <%
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This page lists the data posted by a form.
22 | *
23 | %>
24 |
25 |
26 |
27 | FCKeditor - AFP Sample 1
28 |
29 |
30 |
31 |
32 |
33 |
FCKeditor - AFP - Sample 1
34 | This sample displays a normal HTML form with an FCKeditor with full features enabled.
35 |
36 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/lasso/sample01.lasso:
--------------------------------------------------------------------------------
1 | [//lasso
2 | /*
3 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
5 | *
6 | * == BEGIN LICENSE ==
7 | *
8 | * Licensed under the terms of any of the following licenses at your
9 | * choice:
10 | *
11 | * - GNU General Public License Version 2 or later (the "GPL")
12 | * http://www.gnu.org/licenses/gpl.html
13 | *
14 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15 | * http://www.gnu.org/licenses/lgpl.html
16 | *
17 | * - Mozilla Public License Version 1.1 or later (the "MPL")
18 | * http://www.mozilla.org/MPL/MPL-1.1.html
19 | *
20 | * == END LICENSE ==
21 | *
22 | * Sample page.
23 | */
24 | ]
25 |
26 |
27 |
28 | FCKeditor - Sample
29 |
30 |
31 |
32 |
33 |
34 |
FCKeditor - Lasso - Sample 1
35 | This sample displays a normal HTML form with an FCKeditor with full features
36 | enabled.
37 |
38 |
54 |
55 |
56 |
--------------------------------------------------------------------------------
/src/com/orm/Kefangruzhu.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Kefangruzhu {
4 | private int id;
5 | private int kefang_id;
6 | private String shijian;
7 | private String kehuname;
8 | private String kehutel;
9 | private String tianshu;
10 | private int xiaofeijine;
11 | private String del;
12 | private String kefang_fanjianhao;
13 |
14 | public String getDel() {
15 | return this.del;
16 | }
17 |
18 | public void setDel(String del) {
19 | this.del = del;
20 | }
21 |
22 | public int getId() {
23 | return this.id;
24 | }
25 |
26 | public void setId(int id) {
27 | this.id = id;
28 | }
29 |
30 | public String getKefang_fanjianhao() {
31 | return this.kefang_fanjianhao;
32 | }
33 |
34 | public void setKefang_fanjianhao(String kefang_fanjianhao) {
35 | this.kefang_fanjianhao = kefang_fanjianhao;
36 | }
37 |
38 | public int getXiaofeijine() {
39 | return this.xiaofeijine;
40 | }
41 |
42 | public void setXiaofeijine(int xiaofeijine) {
43 | this.xiaofeijine = xiaofeijine;
44 | }
45 |
46 | public int getKefang_id() {
47 | return this.kefang_id;
48 | }
49 |
50 | public void setKefang_id(int kefang_id) {
51 | this.kefang_id = kefang_id;
52 | }
53 |
54 | public String getKehuname() {
55 | return this.kehuname;
56 | }
57 |
58 | public void setKehuname(String kehuname) {
59 | this.kehuname = kehuname;
60 | }
61 |
62 | public String getKehutel() {
63 | return this.kehutel;
64 | }
65 |
66 | public void setKehutel(String kehutel) {
67 | this.kehutel = kehutel;
68 | }
69 |
70 | public String getShijian() {
71 | return this.shijian;
72 | }
73 |
74 | public void setShijian(String shijian) {
75 | this.shijian = shijian;
76 | }
77 |
78 | public String getTianshu() {
79 | return this.tianshu;
80 | }
81 |
82 | public void setTianshu(String tianshu) {
83 | this.tianshu = tianshu;
84 | }
85 | }
86 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/py/wsgi.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python
2 |
3 | """
4 | FCKeditor - The text editor for Internet - http://www.fckeditor.net
5 | Copyright (C) 2003-2008 Frederico Caldeira Knabben
6 |
7 | == BEGIN LICENSE ==
8 |
9 | Licensed under the terms of any of the following licenses at your
10 | choice:
11 |
12 | - GNU General Public License Version 2 or later (the "GPL")
13 | http://www.gnu.org/licenses/gpl.html
14 |
15 | - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 | http://www.gnu.org/licenses/lgpl.html
17 |
18 | - Mozilla Public License Version 1.1 or later (the "MPL")
19 | http://www.mozilla.org/MPL/MPL-1.1.html
20 |
21 | == END LICENSE ==
22 |
23 | Connector/QuickUpload for Python (WSGI wrapper).
24 |
25 | See config.py for configuration settings
26 |
27 | """
28 |
29 | from connector import FCKeditorConnector
30 | from upload import FCKeditorQuickUpload
31 |
32 | import cgitb
33 | from cStringIO import StringIO
34 |
35 | # Running from WSGI capable server (recomended)
36 | def App(environ, start_response):
37 | "WSGI entry point. Run the connector"
38 | if environ['SCRIPT_NAME'].endswith("connector.py"):
39 | conn = FCKeditorConnector(environ)
40 | elif environ['SCRIPT_NAME'].endswith("upload.py"):
41 | conn = FCKeditorQuickUpload(environ)
42 | else:
43 | start_response ("200 Ok", [('Content-Type','text/html')])
44 | yield "Unknown page requested: "
45 | yield environ['SCRIPT_NAME']
46 | return
47 | try:
48 | # run the connector
49 | data = conn.doResponse()
50 | # Start WSGI response:
51 | start_response ("200 Ok", conn.headers)
52 | # Send response text
53 | yield data
54 | except:
55 | start_response("500 Internal Server Error",[("Content-type","text/html")])
56 | file = StringIO()
57 | cgitb.Hook(file = file).handle()
58 | yield file.getvalue()
59 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/_plugins/findreplace/fckplugin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This is the sample plugin definition file.
22 | */
23 |
24 | // Register the related commands.
25 | FCKCommands.RegisterCommand( 'My_Find' , new FCKDialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang['DlgMyFindTitle'] , FCKConfig.PluginsPath + 'findreplace/find.html' , 340, 170 ) ) ;
26 | FCKCommands.RegisterCommand( 'My_Replace' , new FCKDialogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['DlgMyReplaceTitle'] , FCKConfig.PluginsPath + 'findreplace/replace.html', 340, 200 ) ) ;
27 |
28 | // Create the "Find" toolbar button.
29 | var oFindItem = new FCKToolbarButton( 'My_Find', FCKLang['DlgMyFindTitle'] ) ;
30 | oFindItem.IconPath = FCKConfig.PluginsPath + 'findreplace/find.gif' ;
31 |
32 | FCKToolbarItems.RegisterItem( 'My_Find', oFindItem ) ; // 'My_Find' is the name used in the Toolbar config.
33 |
34 | // Create the "Replace" toolbar button.
35 | var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ;
36 | oReplaceItem.IconPath = FCKConfig.PluginsPath + 'findreplace/replace.gif' ;
37 |
38 | FCKToolbarItems.RegisterItem( 'My_Replace', oReplaceItem ) ; // 'My_Replace' is the name used in the Toolbar config.
39 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKCoreStyleCommand Class: controls the execution of a core style. Core
22 | * styles are usually represented as buttons in the toolbar., like Bold and
23 | * Italic.
24 | */
25 |
26 | var FCKCoreStyleCommand = function( coreStyleName )
27 | {
28 | this.Name = 'CoreStyle' ;
29 | this.StyleName = '_FCK_' + coreStyleName ;
30 | this.IsActive = false ;
31 |
32 | FCKStyles.AttachStyleStateChange( this.StyleName, this._OnStyleStateChange, this ) ;
33 | }
34 |
35 | FCKCoreStyleCommand.prototype =
36 | {
37 | Execute : function()
38 | {
39 | FCKUndo.SaveUndoStep() ;
40 |
41 | if ( this.IsActive )
42 | FCKStyles.RemoveStyle( this.StyleName ) ;
43 | else
44 | FCKStyles.ApplyStyle( this.StyleName ) ;
45 |
46 | FCK.Focus() ;
47 | FCK.Events.FireEvent( 'OnSelectionChange' ) ;
48 | },
49 |
50 | GetState : function()
51 | {
52 | if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG )
53 | return FCK_TRISTATE_DISABLED ;
54 | return this.IsActive ? FCK_TRISTATE_ON : FCK_TRISTATE_OFF ;
55 | },
56 |
57 | _OnStyleStateChange : function( styleName, isActive )
58 | {
59 | this.IsActive = isActive ;
60 | }
61 | };
62 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/fck_showtableborders_gecko.css:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This CSS Style Sheet defines the rules to show table borders on Gecko.
22 | */
23 |
24 | /* #########
25 | * WARNING
26 | * #########
27 | * When changing this file, the minified version of it must be updated in the
28 | * fckeditor.html file (see FCK_ShowTableBordersCSS).
29 | */
30 |
31 | /* For tables with the "border" attribute set to "0" */
32 | table[border="0"],
33 | table[border="0"] > tr > td, table[border="0"] > tr > th,
34 | table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,
35 | table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,
36 | table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
37 | {
38 | border: #d3d3d3 1px dotted ;
39 | }
40 |
41 | /* For tables with no "border" attribute set */
42 | table:not([border]),
43 | table:not([border]) > tr > td, table:not([border]) > tr > th,
44 | table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
45 | table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,
46 | table:not([border]) > tfoot > tr > td, table:not([border]) > tfoot > tr > th
47 | {
48 | border: #d3d3d3 1px dotted ;
49 | }
50 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/browser(1).css:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * CSS styles used by all pages that compose the File Browser.
22 | */
23 |
24 | body
25 | {
26 | background-color: #f1f1e3;
27 | margin-top:0;
28 | margin-bottom:0;
29 | }
30 |
31 | form
32 | {
33 | margin: 0;
34 | padding: 0;
35 | }
36 |
37 | .Frame
38 | {
39 | background-color: #f1f1e3;
40 | border: thin inset #f1f1e3;
41 | }
42 |
43 | body.FileArea
44 | {
45 | background-color: #ffffff;
46 | margin: 10px;
47 | }
48 |
49 | body, td, input, select
50 | {
51 | font-size: 11px;
52 | font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
53 | }
54 |
55 | .ActualFolder
56 | {
57 | font-weight: bold;
58 | font-size: 14px;
59 | }
60 |
61 | .PopupButtons
62 | {
63 | border-top: #d5d59d 1px solid;
64 | background-color: #e3e3c7;
65 | padding: 7px 10px 7px 10px;
66 | }
67 |
68 | .Button, button
69 | {
70 | color: #3b3b1f;
71 | border: #737357 1px solid;
72 | background-color: #c7c78f;
73 | }
74 |
75 | .FolderListCurrentFolder img
76 | {
77 | background-image: url(images/FolderOpened.gif);
78 | }
79 |
80 | .FolderListFolder img
81 | {
82 | background-image: url(images/Folder.gif);
83 | }
84 |
85 | .fullHeight {
86 | height: 100%;
87 | }
88 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/browser.css:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * CSS styles used by all pages that compose the File Browser.
22 | */
23 |
24 | body
25 | {
26 | background-color: #f1f1e3;
27 | margin-top:0;
28 | margin-bottom:0;
29 | }
30 |
31 | form
32 | {
33 | margin: 0;
34 | padding: 0;
35 | }
36 |
37 | .Frame
38 | {
39 | background-color: #f1f1e3;
40 | border: thin inset #f1f1e3;
41 | }
42 |
43 | body.FileArea
44 | {
45 | background-color: #ffffff;
46 | margin: 10px;
47 | }
48 |
49 | body, td, input, select
50 | {
51 | font-size: 11px;
52 | font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
53 | }
54 |
55 | .ActualFolder
56 | {
57 | font-weight: bold;
58 | font-size: 14px;
59 | }
60 |
61 | .PopupButtons
62 | {
63 | border-top: #d5d59d 1px solid;
64 | background-color: #e3e3c7;
65 | padding: 7px 10px 7px 10px;
66 | }
67 |
68 | .Button, button
69 | {
70 | color: #3b3b1f;
71 | border: #737357 1px solid;
72 | background-color: #c7c78f;
73 | }
74 |
75 | .FolderListCurrentFolder img
76 | {
77 | background-image: url(images/FolderOpened.gif);
78 | }
79 |
80 | .FolderListFolder img
81 | {
82 | background-image: url(images/Folder.gif);
83 | }
84 |
85 | .fullHeight {
86 | height: 100%;
87 | }
88 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/php/upload.php:
--------------------------------------------------------------------------------
1 |
60 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fckplugin.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * FCKPlugin Class: Represents a single plugin.
22 | */
23 |
24 | var FCKPlugin = function( name, availableLangs, basePath )
25 | {
26 | this.Name = name ;
27 | this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
28 | this.Path = this.BasePath + name + '/' ;
29 |
30 | if ( !availableLangs || availableLangs.length == 0 )
31 | this.AvailableLangs = new Array() ;
32 | else
33 | this.AvailableLangs = availableLangs.split(',') ;
34 | }
35 |
36 | FCKPlugin.prototype.Load = function()
37 | {
38 | // Load the language file, if defined.
39 | if ( this.AvailableLangs.length > 0 )
40 | {
41 | var sLang ;
42 |
43 | // Check if the plugin has the language file for the active language.
44 | if ( this.AvailableLangs.IndexOf( FCKLanguageManager.ActiveLanguage.Code ) >= 0 )
45 | sLang = FCKLanguageManager.ActiveLanguage.Code ;
46 | else
47 | // Load the default language file (first one) if the current one is not available.
48 | sLang = this.AvailableLangs[0] ;
49 |
50 | // Add the main plugin script.
51 | LoadScript( this.Path + 'lang/' + sLang + '.js' ) ;
52 | }
53 |
54 | // Add the main plugin script.
55 | LoadScript( this.Path + 'fckplugin.js' ) ;
56 | }
57 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/perl/basexml.pl:
--------------------------------------------------------------------------------
1 | #####
2 | # FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | # Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | #
5 | # == BEGIN LICENSE ==
6 | #
7 | # Licensed under the terms of any of the following licenses at your
8 | # choice:
9 | #
10 | # - GNU General Public License Version 2 or later (the "GPL")
11 | # http://www.gnu.org/licenses/gpl.html
12 | #
13 | # - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | # http://www.gnu.org/licenses/lgpl.html
15 | #
16 | # - Mozilla Public License Version 1.1 or later (the "MPL")
17 | # http://www.mozilla.org/MPL/MPL-1.1.html
18 | #
19 | # == END LICENSE ==
20 | #
21 | # This is the File Manager Connector for Perl.
22 | #####
23 |
24 | sub CreateXmlHeader
25 | {
26 | local($command,$resourceType,$currentFolder) = @_;
27 |
28 | # Create the XML document header.
29 | print '';
30 |
31 | # Create the main "Connector" node.
32 | print '';
33 |
34 | # Add the current folder node.
35 | print '';
36 | }
37 |
38 | sub CreateXmlFooter
39 | {
40 | print '';
41 | }
42 |
43 | sub SendError
44 | {
45 | local( $number, $text ) = @_;
46 |
47 | print << "_HTML_HEAD_";
48 | Content-Type:text/xml; charset=utf-8
49 | Pragma: no-cache
50 | Cache-Control: no-cache
51 | Expires: Thu, 01 Dec 1994 16:00:00 GMT
52 |
53 | _HTML_HEAD_
54 |
55 | # Create the XML document header
56 | print '' ;
57 |
58 | print '' ;
59 |
60 | exit ;
61 | }
62 |
63 | 1;
64 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This is a generic Document Fragment object. It is not intended to provide
22 | * the W3C implementation, but is a way to fix the missing of a real Document
23 | * Fragment in IE (where document.createDocumentFragment() returns a normal
24 | * document instead), giving a standard interface for it.
25 | * (IE Implementation)
26 | */
27 |
28 | var FCKDocumentFragment = function( parentDocument )
29 | {
30 | this._Document = parentDocument ;
31 | this.RootNode = parentDocument.createElement( 'div' ) ;
32 | }
33 |
34 | // Append the contents of this Document Fragment to another node.
35 | FCKDocumentFragment.prototype =
36 | {
37 |
38 | AppendTo : function( targetNode )
39 | {
40 | FCKDomTools.MoveChildren( this.RootNode, targetNode ) ;
41 | },
42 |
43 | AppendHtml : function( html )
44 | {
45 | var eTmpDiv = this._Document.createElement( 'div' ) ;
46 | eTmpDiv.innerHTML = html ;
47 | FCKDomTools.MoveChildren( eTmpDiv, this.RootNode ) ;
48 | },
49 |
50 | InsertAfterNode : function( existingNode )
51 | {
52 | var eRoot = this.RootNode ;
53 | var eLast ;
54 |
55 | while( ( eLast = eRoot.lastChild ) )
56 | FCKDomTools.InsertAfterNode( existingNode, eRoot.removeChild( eLast ) ) ;
57 | }
58 | } ;
59 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/_source/classes/fckimagepreloader.js:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * Preload a list of images, firing an event when complete.
22 | */
23 |
24 | var FCKImagePreloader = function()
25 | {
26 | this._Images = new Array() ;
27 | }
28 |
29 | FCKImagePreloader.prototype =
30 | {
31 | AddImages : function( images )
32 | {
33 | if ( typeof( images ) == 'string' )
34 | images = images.split( ';' ) ;
35 |
36 | this._Images = this._Images.concat( images ) ;
37 | },
38 |
39 | Start : function()
40 | {
41 | var aImages = this._Images ;
42 | this._PreloadCount = aImages.length ;
43 |
44 | for ( var i = 0 ; i < aImages.length ; i++ )
45 | {
46 | var eImg = document.createElement( 'img' ) ;
47 | FCKTools.AddEventListenerEx( eImg, 'load', _FCKImagePreloader_OnImage, this ) ;
48 | FCKTools.AddEventListenerEx( eImg, 'error', _FCKImagePreloader_OnImage, this ) ;
49 | eImg.src = aImages[i] ;
50 |
51 | _FCKImagePreloader_ImageCache.push( eImg ) ;
52 | }
53 | }
54 | };
55 |
56 | // All preloaded images must be placed in a global array, otherwise the preload
57 | // magic will not happen.
58 | var _FCKImagePreloader_ImageCache = new Array() ;
59 |
60 | function _FCKImagePreloader_OnImage( ev, imagePreloader )
61 | {
62 | if ( (--imagePreloader._PreloadCount) == 0 && imagePreloader.OnComplete )
63 | imagePreloader.OnComplete() ;
64 | }
65 |
--------------------------------------------------------------------------------
/src/com/orm/Kefang.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Kefang {
4 | private int id;
5 | private String fangjianhao;
6 | private String fangjianmianji;
7 | private String fangjianjianjie;
8 | private String fujian;
9 | private String fujianYuanshiming;
10 | private int kefangleixingId;
11 | private String del;
12 | private String kefangleixingName;
13 |
14 | public String getDel() {
15 | return this.del;
16 | }
17 |
18 | public void setDel(String del) {
19 | this.del = del;
20 | }
21 |
22 | public String getFangjianhao() {
23 | return this.fangjianhao;
24 | }
25 |
26 | public void setFangjianhao(String fangjianhao) {
27 | this.fangjianhao = fangjianhao;
28 | }
29 |
30 | public String getFangjianjianjie() {
31 | return this.fangjianjianjie;
32 | }
33 |
34 | public void setFangjianjianjie(String fangjianjianjie) {
35 | this.fangjianjianjie = fangjianjianjie;
36 | }
37 |
38 | public String getFangjianmianji() {
39 | return this.fangjianmianji;
40 | }
41 |
42 | public void setFangjianmianji(String fangjianmianji) {
43 | this.fangjianmianji = fangjianmianji;
44 | }
45 |
46 | public String getFujian() {
47 | return this.fujian;
48 | }
49 |
50 | public int getKefangleixingId() {
51 | return this.kefangleixingId;
52 | }
53 |
54 | public String getKefangleixingName() {
55 | return this.kefangleixingName;
56 | }
57 |
58 | public void setKefangleixingName(String kefangleixingName) {
59 | this.kefangleixingName = kefangleixingName;
60 | }
61 |
62 | public void setKefangleixingId(int kefangleixingId) {
63 | this.kefangleixingId = kefangleixingId;
64 | }
65 |
66 | public void setFujian(String fujian) {
67 | this.fujian = fujian;
68 | }
69 |
70 | public String getFujianYuanshiming() {
71 | return this.fujianYuanshiming;
72 | }
73 |
74 | public void setFujianYuanshiming(String fujianYuanshiming) {
75 | this.fujianYuanshiming = fujianYuanshiming;
76 | }
77 |
78 | public int getId() {
79 | return this.id;
80 | }
81 |
82 | public void setId(int id) {
83 | this.id = id;
84 | }
85 | }
86 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/cfm/sample01.cfm:
--------------------------------------------------------------------------------
1 |
2 |
24 |
25 |
26 |
27 |
28 |
29 | FCKeditor - Sample
30 |
31 |
32 |
33 |
34 |
35 |
FCKeditor - ColdFusion - Sample 1
36 |
37 | This sample displays a normal HTML form with a FCKeditor with full features enabled.
38 |
39 |
40 |
42 |
43 |
44 |
45 |
46 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/cfm/sampleposteddata.cfm:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 |
28 | FCKeditor - Samples - Posted Data
29 |
30 |
31 |
32 |
33 |
34 |
FCKeditor - Samples - Posted Data
35 | This page lists all data posted by the form.
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
Field Name
46 |
Value
47 |
48 |
49 |
50 |
FieldNames
51 |
#FORM.fieldNames#
52 |
53 |
54 |
55 |
#key#
56 |
#HTMLEditFormat( evaluate( "FORM.#key#" ) )#
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/common/fck_dialog_common.css:
--------------------------------------------------------------------------------
1 | /*
2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | *
5 | * == BEGIN LICENSE ==
6 | *
7 | * Licensed under the terms of any of the following licenses at your
8 | * choice:
9 | *
10 | * - GNU General Public License Version 2 or later (the "GPL")
11 | * http://www.gnu.org/licenses/gpl.html
12 | *
13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | * http://www.gnu.org/licenses/lgpl.html
15 | *
16 | * - Mozilla Public License Version 1.1 or later (the "MPL")
17 | * http://www.mozilla.org/MPL/MPL-1.1.html
18 | *
19 | * == END LICENSE ==
20 | *
21 | * This is the CSS file used for interface details in some dialog
22 | * windows.
23 | */
24 |
25 | /* #########
26 | * WARNING
27 | * #########
28 | * When changing this file, the minified version of it must be updated in the
29 | * fck_dialog_common.js file (see GetCommonDialogCss).
30 | */
31 |
32 | .ImagePreviewArea
33 | {
34 | border: #000000 1px solid;
35 | overflow: auto;
36 | width: 100%;
37 | height: 170px;
38 | background-color: #ffffff;
39 | }
40 |
41 | .FlashPreviewArea
42 | {
43 | border: #000000 1px solid;
44 | padding: 5px;
45 | overflow: auto;
46 | width: 100%;
47 | height: 170px;
48 | background-color: #ffffff;
49 | }
50 |
51 | .BtnReset
52 | {
53 | float: left;
54 | background-position: center center;
55 | background-image: url(images/reset.gif);
56 | width: 16px;
57 | height: 16px;
58 | background-repeat: no-repeat;
59 | border: 1px none;
60 | font-size: 1px ;
61 | }
62 |
63 | .BtnLocked, .BtnUnlocked
64 | {
65 | float: left;
66 | background-position: center center;
67 | background-image: url(images/locked.gif);
68 | width: 16px;
69 | height: 16px;
70 | background-repeat: no-repeat;
71 | border: none 1px;
72 | font-size: 1px ;
73 | }
74 |
75 | .BtnUnlocked
76 | {
77 | background-image: url(images/unlocked.gif);
78 | }
79 |
80 | .BtnOver
81 | {
82 | border: outset 1px;
83 | cursor: pointer;
84 | cursor: hand;
85 | }
86 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/asp/basexml.asp:
--------------------------------------------------------------------------------
1 | <%
2 | ' FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 | ' Copyright (C) 2003-2008 Frederico Caldeira Knabben
4 | '
5 | ' == BEGIN LICENSE ==
6 | '
7 | ' Licensed under the terms of any of the following licenses at your
8 | ' choice:
9 | '
10 | ' - GNU General Public License Version 2 or later (the "GPL")
11 | ' http://www.gnu.org/licenses/gpl.html
12 | '
13 | ' - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 | ' http://www.gnu.org/licenses/lgpl.html
15 | '
16 | ' - Mozilla Public License Version 1.1 or later (the "MPL")
17 | ' http://www.mozilla.org/MPL/MPL-1.1.html
18 | '
19 | ' == END LICENSE ==
20 | '
21 | ' This file include the functions that create the base XML output.
22 | %>
23 | <%
24 |
25 | Sub SetXmlHeaders()
26 | ' Cleans the response buffer.
27 | Response.Clear()
28 |
29 | ' Prevent the browser from caching the result.
30 | Response.CacheControl = "no-cache"
31 |
32 | ' Set the response format.
33 | Response.CodePage = 65001
34 | Response.CharSet = "UTF-8"
35 | Response.ContentType = "text/xml"
36 | End Sub
37 |
38 | Sub CreateXmlHeader( command, resourceType, currentFolder, url )
39 | ' Create the XML document header.
40 | Response.Write ""
41 |
42 | ' Create the main "Connector" node.
43 | Response.Write ""
44 |
45 | ' Add the current folder node.
46 | Response.Write ""
47 | End Sub
48 |
49 | Sub CreateXmlFooter()
50 | Response.Write ""
51 | End Sub
52 |
53 | Sub SendError( number, text )
54 | SetXmlHeaders
55 |
56 | ' Create the XML document header.
57 | Response.Write ""
58 |
59 | Response.Write ""
60 |
61 | Response.End
62 | End Sub
63 | %>
64 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/php/sampleposteddata.php:
--------------------------------------------------------------------------------
1 |
25 |
26 |
27 |
28 | FCKeditor - Samples - Posted Data
29 |
30 |
31 |
32 |
33 |
34 |
FCKeditor - Samples - Posted Data
35 | This page lists all data posted by the form.
36 |
37 |
37 | This sample displays a normal HTML form with an FCKeditor with full features
38 | enabled.
39 |
40 |
56 |
57 |
58 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/asp/upload.asp:
--------------------------------------------------------------------------------
1 | <%@ CodePage=65001 Language="VBScript"%>
2 | <%
3 | Option Explicit
4 | Response.Buffer = True
5 | %>
6 | <%
7 | ' FCKeditor - The text editor for Internet - http://www.fckeditor.net
8 | ' Copyright (C) 2003-2008 Frederico Caldeira Knabben
9 | '
10 | ' == BEGIN LICENSE ==
11 | '
12 | ' Licensed under the terms of any of the following licenses at your
13 | ' choice:
14 | '
15 | ' - GNU General Public License Version 2 or later (the "GPL")
16 | ' http://www.gnu.org/licenses/gpl.html
17 | '
18 | ' - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
19 | ' http://www.gnu.org/licenses/lgpl.html
20 | '
21 | ' - Mozilla Public License Version 1.1 or later (the "MPL")
22 | ' http://www.mozilla.org/MPL/MPL-1.1.html
23 | '
24 | ' == END LICENSE ==
25 | '
26 | ' This is the "File Uploader" for ASP.
27 | %>
28 |
29 |
30 |
31 |
32 |
33 | <%
34 |
35 | Sub SendError( number, text )
36 | SendUploadResults number, "", "", text
37 | End Sub
38 |
39 | ' Check if this uploader has been enabled.
40 | If ( ConfigIsEnabled = False ) Then
41 | SendUploadResults "1", "", "", "This file uploader is disabled. Please check the ""editor/filemanager/connectors/asp/config.asp"" file"
42 | End If
43 |
44 | Dim sCommand, sResourceType, sCurrentFolder
45 |
46 | sCommand = "QuickUpload"
47 |
48 | sResourceType = Request.QueryString("Type")
49 | If ( sResourceType = "" ) Then sResourceType = "File"
50 |
51 | sCurrentFolder = GetCurrentFolder()
52 |
53 | ' Is Upload enabled?
54 | if ( Not IsAllowedCommand( sCommand ) ) then
55 | SendUploadResults "1", "", "", "The """ & sCommand & """ command isn't allowed"
56 | end if
57 |
58 | ' Check if it is an allowed resource type.
59 | if ( Not IsAllowedType( sResourceType ) ) Then
60 | SendUploadResults "1", "", "", "The " & sResourceType & " resource type isn't allowed"
61 | end if
62 |
63 | FileUpload sResourceType, sCurrentFolder, sCommand
64 |
65 | %>
66 |
--------------------------------------------------------------------------------