├── .DS_Store
├── .gitattributes
├── README.md
├── WebContent
├── META-INF
│ └── MANIFEST.MF
├── My97DatePicker
│ ├── My97DatePicker.htm
│ ├── WdatePicker.js
│ ├── calendar.js
│ ├── config.js
│ ├── lang
│ │ ├── en(1).js
│ │ ├── en.js
│ │ ├── zh-cn(1).js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── skin
│ │ ├── WdatePicker.css
│ │ ├── datePicker.gif
│ │ ├── default
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ └── ������
│ │ ├── lang
│ │ ├── en.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ │ ├── readme.txt
│ │ └── skin
│ │ ├── WdatePicker.css
│ │ ├── datePicker.gif
│ │ ├── default
│ │ ├── datepicker.css
│ │ └── img.gif
│ │ └── whyGreen
│ │ ├── bg.jpg
│ │ ├── datepicker.css
│ │ └── img.gif
├── WEB-INF
│ ├── dwr.xml
│ ├── lib
│ │ ├── FCKeditor-2.3.jar
│ │ ├── commons-fileupload-1.2.1.jar
│ │ ├── commons-io-1.3.2.jar
│ │ ├── dwr(1).jar
│ │ ├── dwr.jar
│ │ ├── fckeditor-java-core-2.4.1.jar
│ │ ├── javaee.jar
│ │ ├── jspsmartupload.jar
│ │ ├── jstl-1.2.jar
│ │ ├── msbase.jar
│ │ ├── mssqlserver.jar
│ │ ├── msutil.jar
│ │ ├── mysql-connector-java-5.0.4-bin.jar
│ │ ├── slf4j-api-1.5.2.jar
│ │ ├── slf4j-simple-1.5.2.jar
│ │ └── sqljdbc.jar
│ └── web.xml
├── admin
│ ├── admin
│ │ ├── adminAdd.jsp
│ │ └── adminMana.jsp
│ ├── canyinxiaofei
│ │ ├── canyinxiaofeiAdd.jsp
│ │ └── canyinxiaofeiMana.jsp
│ ├── canzhuoyuding
│ │ ├── canzhuoyudingAdd.jsp
│ │ └── canzhuoyudingMana.jsp
│ ├── goods
│ │ ├── goodsAdd.jsp
│ │ └── goodsMana.jsp
│ ├── img
│ │ └── dialogclose.gif
│ ├── index.jsp
│ ├── index
│ │ └── sysPro.jsp
│ ├── kefang
│ │ ├── kefangAdd.jsp
│ │ └── kefangMana.jsp
│ ├── kefangleixing
│ │ ├── kefangleixingAdd.jsp
│ │ ├── kefangleixingEditPre.jsp
│ │ └── kefangleixingMana.jsp
│ ├── kefangruzhu
│ │ ├── kefangruzhuAdd.jsp
│ │ └── kefangruzhuMana.jsp
│ ├── kefangyuding
│ │ ├── kefangyudingAdd.jsp
│ │ └── kefangyudingMana.jsp
│ ├── kehu
│ │ ├── kehuAdd.jsp
│ │ ├── kehuEditPre.jsp
│ │ ├── kehuMana(1).jsp
│ │ ├── kehuMana.jsp
│ │ └── kehuXinxi.jsp
│ ├── menu.jsp
│ ├── top.jsp
│ └── userinfo
│ │ └── userPw.jsp
├── common
│ └── success.jsp
├── css
│ ├── base.css
│ ├── dtree.css
│ ├── front1.css
│ ├── layout.css
│ ├── main.css
│ ├── whole.css
│ └── woncore.css
├── fckeditor
│ ├── _documentation.html
│ ├── _samples
│ │ ├── _plugins
│ │ │ ├── findreplace
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── find.gif
│ │ │ │ ├── find.html
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ └── it.js
│ │ │ │ ├── replace.gif
│ │ │ │ └── replace.html
│ │ │ └── samples
│ │ │ │ └── fckplugin.js
│ │ ├── adobeair
│ │ │ ├── application.xml
│ │ │ ├── icons
│ │ │ │ ├── 128.png
│ │ │ │ ├── 16(1).png
│ │ │ │ ├── 16.png
│ │ │ │ ├── 32.png
│ │ │ │ └── 48.png
│ │ │ ├── package.bat
│ │ │ ├── run.bat
│ │ │ ├── sample01.html
│ │ │ └── sample01_cert.pfx
│ │ ├── afp
│ │ │ ├── fck.afpa
│ │ │ ├── fck.afpa.code
│ │ │ ├── sample01.afp
│ │ │ ├── sample02.afp
│ │ │ ├── sample03.afp
│ │ │ ├── sample04.afp
│ │ │ └── sampleposteddata.afp
│ │ ├── asp
│ │ │ ├── sample01.asp
│ │ │ ├── sample02.asp
│ │ │ ├── sample03.asp
│ │ │ ├── sample04.asp
│ │ │ └── sampleposteddata.asp
│ │ ├── cfm
│ │ │ ├── sample01.cfm
│ │ │ ├── sample01_mx.cfm
│ │ │ ├── sample02.cfm
│ │ │ ├── sample02_mx.cfm
│ │ │ ├── sample03.cfm
│ │ │ ├── sample03_mx.cfm
│ │ │ ├── sample04.cfm
│ │ │ ├── sample04_mx.cfm
│ │ │ └── sampleposteddata.cfm
│ │ ├── default.html
│ │ ├── html
│ │ │ ├── assets
│ │ │ │ ├── sample06.config.js
│ │ │ │ ├── sample11_frame.html
│ │ │ │ ├── sample14.config.js
│ │ │ │ ├── sample14.styles(1).css
│ │ │ │ ├── sample14.styles.css
│ │ │ │ ├── sample15.config.js
│ │ │ │ ├── sample16.config(1).js
│ │ │ │ ├── sample16.config.js
│ │ │ │ ├── sample16.fla
│ │ │ │ ├── sample16.swf
│ │ │ │ └── swfobject.js
│ │ │ ├── sample01.html
│ │ │ ├── sample02.html
│ │ │ ├── sample03.html
│ │ │ ├── sample04.html
│ │ │ ├── sample05.html
│ │ │ ├── sample06.html
│ │ │ ├── sample07.html
│ │ │ ├── sample08.html
│ │ │ ├── sample09.html
│ │ │ ├── sample10.html
│ │ │ ├── sample11.html
│ │ │ ├── sample12.html
│ │ │ ├── sample13.html
│ │ │ ├── sample14.html
│ │ │ ├── sample15.html
│ │ │ └── sample16.html
│ │ ├── lasso
│ │ │ ├── sample01.lasso
│ │ │ ├── sample02.lasso
│ │ │ ├── sample03.lasso
│ │ │ ├── sample04.lasso
│ │ │ └── sampleposteddata.lasso
│ │ ├── perl
│ │ │ ├── sample01.cgi
│ │ │ ├── sample02.cgi
│ │ │ ├── sample03.cgi
│ │ │ ├── sample04.cgi
│ │ │ └── sampleposteddata.cgi
│ │ ├── php
│ │ │ ├── sample01.php
│ │ │ ├── sample02.php
│ │ │ ├── sample03.php
│ │ │ ├── sample04.php
│ │ │ └── sampleposteddata.php
│ │ ├── py
│ │ │ ├── sample01.py
│ │ │ └── sampleposteddata.py
│ │ ├── sample.css
│ │ └── sampleslist.html
│ ├── _upgrade.html
│ ├── _whatsnew.html
│ ├── _whatsnew_history.html
│ ├── editor
│ │ ├── _source
│ │ │ ├── classes
│ │ │ │ ├── fckcontextmenu.js
│ │ │ │ ├── fckdataprocessor.js
│ │ │ │ ├── fckdocumentfragment_gecko(1).js
│ │ │ │ ├── fckdocumentfragment_gecko.js
│ │ │ │ ├── fckdocumentfragment_ie.js
│ │ │ │ ├── fckdomrange.js
│ │ │ │ ├── fckdomrange_gecko.js
│ │ │ │ ├── fckdomrange_ie.js
│ │ │ │ ├── fckdomrangeiterator.js
│ │ │ │ ├── fckeditingarea.js
│ │ │ │ ├── fckelementpath.js
│ │ │ │ ├── fckenterkey.js
│ │ │ │ ├── fckevents.js
│ │ │ │ ├── fckhtmliterator.js
│ │ │ │ ├── fckicon.js
│ │ │ │ ├── fckiecleanup.js
│ │ │ │ ├── fckimagepreloader.js
│ │ │ │ ├── fckkeystrokehandler.js
│ │ │ │ ├── fckmenublock.js
│ │ │ │ ├── fckmenublockpanel.js
│ │ │ │ ├── fckmenuitem.js
│ │ │ │ ├── fckpanel.js
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── fckspecialcombo.js
│ │ │ │ ├── fckstyle.js
│ │ │ │ ├── fcktoolbar.js
│ │ │ │ ├── fcktoolbarbreak_gecko.js
│ │ │ │ ├── fcktoolbarbreak_ie.js
│ │ │ │ ├── fcktoolbarbutton.js
│ │ │ │ ├── fcktoolbarbuttonui.js
│ │ │ │ ├── fcktoolbarfontformatcombo.js
│ │ │ │ ├── fcktoolbarfontscombo.js
│ │ │ │ ├── fcktoolbarfontsizecombo.js
│ │ │ │ ├── fcktoolbarpanelbutton.js
│ │ │ │ ├── fcktoolbarspecialcombo.js
│ │ │ │ ├── fcktoolbarstylecombo.js
│ │ │ │ ├── fckw3crange.js
│ │ │ │ ├── fckxml.js
│ │ │ │ ├── fckxml_gecko.js
│ │ │ │ └── fckxml_ie.js
│ │ │ ├── commandclasses
│ │ │ │ ├── fck_othercommands.js
│ │ │ │ ├── fckblockquotecommand.js
│ │ │ │ ├── fckcorestylecommand.js
│ │ │ │ ├── fckfitwindow.js
│ │ │ │ ├── fckindentcommands.js
│ │ │ │ ├── fckjustifycommands.js
│ │ │ │ ├── fcklistcommands.js
│ │ │ │ ├── fcknamedcommand.js
│ │ │ │ ├── fckpasteplaintextcommand.js
│ │ │ │ ├── fckpastewordcommand.js
│ │ │ │ ├── fckremoveformatcommand.js
│ │ │ │ ├── fckshowblocks.js
│ │ │ │ ├── fckspellcheckcommand_gecko.js
│ │ │ │ ├── fckspellcheckcommand_ie.js
│ │ │ │ ├── fckstylecommand.js
│ │ │ │ ├── fcktablecommand.js
│ │ │ │ └── fcktextcolorcommand.js
│ │ │ ├── fckconstants.js
│ │ │ ├── fckeditorapi.js
│ │ │ ├── fckjscoreextensions.js
│ │ │ ├── fckscriptloader.js
│ │ │ └── internals
│ │ │ │ ├── fck.js
│ │ │ │ ├── fck_contextmenu.js
│ │ │ │ ├── fck_gecko.js
│ │ │ │ ├── fck_ie.js
│ │ │ │ ├── fckbrowserinfo.js
│ │ │ │ ├── fckcodeformatter.js
│ │ │ │ ├── fckcommands.js
│ │ │ │ ├── fckconfig.js
│ │ │ │ ├── fckdebug.js
│ │ │ │ ├── fckdebug_empty.js
│ │ │ │ ├── fckdialog.js
│ │ │ │ ├── fckdocumentprocessor.js
│ │ │ │ ├── fckdomtools.js
│ │ │ │ ├── fcklanguagemanager.js
│ │ │ │ ├── fcklisthandler.js
│ │ │ │ ├── fcklistslib.js
│ │ │ │ ├── fckplugins.js
│ │ │ │ ├── fckregexlib.js
│ │ │ │ ├── fckselection.js
│ │ │ │ ├── fckselection_gecko.js
│ │ │ │ ├── fckselection_ie.js
│ │ │ │ ├── fckstyles.js
│ │ │ │ ├── fcktablehandler.js
│ │ │ │ ├── fcktablehandler_gecko.js
│ │ │ │ ├── fcktablehandler_ie.js
│ │ │ │ ├── fcktoolbaritems.js
│ │ │ │ ├── fcktoolbarset.js
│ │ │ │ ├── fcktools.js
│ │ │ │ ├── fcktools_gecko.js
│ │ │ │ ├── fcktools_ie.js
│ │ │ │ ├── fckundo.js
│ │ │ │ ├── fckurlparams.js
│ │ │ │ ├── fckxhtml.js
│ │ │ │ ├── fckxhtml_gecko.js
│ │ │ │ ├── fckxhtml_ie.js
│ │ │ │ └── fckxhtmlentities.js
│ │ ├── css
│ │ │ ├── behaviors
│ │ │ │ ├── disablehandles.htc
│ │ │ │ └── showtableborders.htc
│ │ │ ├── fck_editorarea.css
│ │ │ ├── fck_internal.css
│ │ │ ├── fck_showtableborders_gecko.css
│ │ │ └── images
│ │ │ │ ├── block_address.png
│ │ │ │ ├── block_blockquote.png
│ │ │ │ ├── block_div.png
│ │ │ │ ├── block_h1.png
│ │ │ │ ├── block_h2.png
│ │ │ │ ├── block_h3.png
│ │ │ │ ├── block_h4.png
│ │ │ │ ├── block_h5.png
│ │ │ │ ├── block_h6.png
│ │ │ │ ├── block_p.png
│ │ │ │ ├── block_pre.png
│ │ │ │ ├── fck_anchor.gif
│ │ │ │ ├── fck_flashlogo.gif
│ │ │ │ ├── fck_hiddenfield.gif
│ │ │ │ ├── fck_pagebreak.gif
│ │ │ │ └── fck_plugin.gif
│ │ ├── dialog
│ │ │ ├── common
│ │ │ │ ├── fck_dialog_common.css
│ │ │ │ ├── fck_dialog_common.js
│ │ │ │ └── images
│ │ │ │ │ ├── locked.gif
│ │ │ │ │ ├── reset.gif
│ │ │ │ │ └── unlocked.gif
│ │ │ ├── fck_about.html
│ │ │ ├── fck_about
│ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ ├── logo_fredck.gif
│ │ │ │ └── sponsors
│ │ │ │ │ └── spellchecker_net.gif
│ │ │ ├── fck_anchor.html
│ │ │ ├── fck_button.html
│ │ │ ├── fck_checkbox.html
│ │ │ ├── fck_colorselector.html
│ │ │ ├── fck_div.html
│ │ │ ├── fck_docprops
│ │ │ │ └── fck_document_preview.html
│ │ │ ├── fck_flash.html
│ │ │ ├── fck_flash
│ │ │ │ ├── fck_flash.js
│ │ │ │ └── fck_flash_preview.html
│ │ │ ├── fck_form.html
│ │ │ ├── fck_hiddenfield.html
│ │ │ ├── fck_image.html
│ │ │ ├── fck_image
│ │ │ │ ├── fck_image.js
│ │ │ │ └── fck_image_preview.html
│ │ │ ├── fck_link.html
│ │ │ ├── fck_link
│ │ │ │ └── fck_link.js
│ │ │ ├── fck_listprop.html
│ │ │ ├── fck_paste.html
│ │ │ ├── fck_radiobutton.html
│ │ │ ├── fck_replace.html
│ │ │ ├── fck_select.html
│ │ │ ├── fck_select
│ │ │ │ └── fck_select.js
│ │ │ ├── fck_smiley.html
│ │ │ ├── fck_source.html
│ │ │ ├── fck_specialchar.html
│ │ │ ├── fck_spellerpages.html
│ │ │ ├── fck_spellerpages
│ │ │ │ └── spellerpages
│ │ │ │ │ ├── blank(1).html
│ │ │ │ │ ├── blank.html
│ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ ├── controls.html
│ │ │ │ │ ├── server-scripts
│ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ └── spellchecker.pl
│ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ └── wordWindow.js
│ │ │ ├── fck_table.html
│ │ │ ├── fck_tablecell.html
│ │ │ ├── fck_template.html
│ │ │ ├── fck_template
│ │ │ │ └── images
│ │ │ │ │ ├── template1.gif
│ │ │ │ │ ├── template2.gif
│ │ │ │ │ ├── template3(1).gif
│ │ │ │ │ └── template3.gif
│ │ │ ├── fck_textarea.html
│ │ │ └── fck_textfield.html
│ │ ├── dtd
│ │ │ ├── fck_dtd_test.html
│ │ │ ├── fck_xhtml10strict.js
│ │ │ └── fck_xhtml10transitional.js
│ │ ├── fckdebug.html
│ │ ├── fckdialog.html
│ │ ├── fckeditor.html
│ │ ├── fckeditor.original.html
│ │ ├── filemanager
│ │ │ ├── browser
│ │ │ │ └── default
│ │ │ │ │ ├── browser(1).css
│ │ │ │ │ ├── browser.css
│ │ │ │ │ ├── browser.html
│ │ │ │ │ ├── frmactualfolder.html
│ │ │ │ │ ├── frmcreatefolder.html
│ │ │ │ │ ├── frmfolders.html
│ │ │ │ │ ├── frmresourceslist.html
│ │ │ │ │ ├── frmresourcetype.html
│ │ │ │ │ ├── frmupload.html
│ │ │ │ │ ├── images
│ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ ├── Folder.gif
│ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── spacer.gif
│ │ │ │ │ └── js
│ │ │ │ │ ├── common.js
│ │ │ │ │ └── fckxml.js
│ │ │ └── connectors
│ │ │ │ ├── asp
│ │ │ │ ├── basexml.asp
│ │ │ │ ├── class_upload.asp
│ │ │ │ ├── commands.asp
│ │ │ │ ├── config.asp
│ │ │ │ ├── connector.asp
│ │ │ │ ├── io.asp
│ │ │ │ ├── upload.asp
│ │ │ │ └── util.asp
│ │ │ │ ├── aspx
│ │ │ │ ├── config.ascx
│ │ │ │ ├── connector.aspx
│ │ │ │ └── upload.aspx
│ │ │ │ ├── cfm
│ │ │ │ ├── ImageObject.cfc
│ │ │ │ ├── cf5_connector.cfm
│ │ │ │ ├── cf5_upload.cfm
│ │ │ │ ├── cf_basexml.cfm
│ │ │ │ ├── cf_commands.cfm
│ │ │ │ ├── cf_connector.cfm
│ │ │ │ ├── cf_io.cfm
│ │ │ │ ├── cf_upload.cfm
│ │ │ │ ├── cf_util.cfm
│ │ │ │ ├── config.cfm
│ │ │ │ ├── connector.cfm
│ │ │ │ ├── image.cfc
│ │ │ │ └── upload.cfm
│ │ │ │ ├── lasso
│ │ │ │ ├── config.lasso
│ │ │ │ ├── connector.lasso
│ │ │ │ └── upload.lasso
│ │ │ │ ├── perl
│ │ │ │ ├── basexml.pl
│ │ │ │ ├── commands.pl
│ │ │ │ ├── connector.cgi
│ │ │ │ ├── io(1).pl
│ │ │ │ ├── io.pl
│ │ │ │ ├── upload.cgi
│ │ │ │ ├── upload_fck.pl
│ │ │ │ └── util.pl
│ │ │ │ ├── php
│ │ │ │ ├── basexml.php
│ │ │ │ ├── commands.php
│ │ │ │ ├── config.php
│ │ │ │ ├── connector.php
│ │ │ │ ├── io.php
│ │ │ │ ├── upload.php
│ │ │ │ └── util.php
│ │ │ │ ├── py
│ │ │ │ ├── config.py
│ │ │ │ ├── connector.py
│ │ │ │ ├── fckcommands.py
│ │ │ │ ├── fckconnector.py
│ │ │ │ ├── fckoutput.py
│ │ │ │ ├── fckutil.py
│ │ │ │ ├── htaccess.txt
│ │ │ │ ├── upload.py
│ │ │ │ ├── wsgi.py
│ │ │ │ └── zope.py
│ │ │ │ ├── test.html
│ │ │ │ └── uploadtest.html
│ │ ├── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_ltr.gif
│ │ │ ├── arrow_rtl.gif
│ │ │ ├── smiley
│ │ │ │ └── msn
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ ├── cake.gif
│ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ ├── envelope.gif
│ │ │ │ │ ├── heart.gif
│ │ │ │ │ ├── kiss.gif
│ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ └── wink_smile.gif
│ │ │ └── spacer.gif
│ │ ├── js
│ │ │ ├── fckadobeair.js
│ │ │ ├── fckeditorcode_gecko.js
│ │ │ └── fckeditorcode_ie.js
│ │ ├── lang
│ │ │ ├── _translationstatus.txt
│ │ │ ├── af.js
│ │ │ ├── ar.js
│ │ │ ├── bg.js
│ │ │ ├── bn.js
│ │ │ ├── bs.js
│ │ │ ├── ca.js
│ │ │ ├── cs.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en-au.js
│ │ │ ├── en-ca.js
│ │ │ ├── en-uk.js
│ │ │ ├── en.js
│ │ │ ├── eo.js
│ │ │ ├── es.js
│ │ │ ├── et.js
│ │ │ ├── eu.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fo.js
│ │ │ ├── fr-ca.js
│ │ │ ├── fr.js
│ │ │ ├── gl.js
│ │ │ ├── gu.js
│ │ │ ├── he.js
│ │ │ ├── hi.js
│ │ │ ├── hr.js
│ │ │ ├── hu.js
│ │ │ ├── it.js
│ │ │ ├── ja.js
│ │ │ ├── km.js
│ │ │ ├── ko.js
│ │ │ ├── lt.js
│ │ │ ├── lv.js
│ │ │ ├── mn.js
│ │ │ ├── ms.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── no.js
│ │ │ ├── pl.js
│ │ │ ├── pt-br.js
│ │ │ ├── pt.js
│ │ │ ├── ro.js
│ │ │ ├── ru.js
│ │ │ ├── sk.js
│ │ │ ├── sl.js
│ │ │ ├── sr-latn.js
│ │ │ ├── sr.js
│ │ │ ├── sv.js
│ │ │ ├── th.js
│ │ │ ├── tr.js
│ │ │ ├── uk.js
│ │ │ ├── vi.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh.js
│ │ ├── plugins
│ │ │ ├── autogrow
│ │ │ │ └── fckplugin.js
│ │ │ ├── bbcode
│ │ │ │ ├── _sample
│ │ │ │ │ ├── sample.config.js
│ │ │ │ │ └── sample.html
│ │ │ │ └── fckplugin.js
│ │ │ ├── dragresizetable
│ │ │ │ └── fckplugin.js
│ │ │ ├── placeholder
│ │ │ │ ├── fck_placeholder.html
│ │ │ │ ├── fckplugin.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ ├── pl(1).js
│ │ │ │ │ └── pl.js
│ │ │ │ └── placeholder.gif
│ │ │ ├── simplecommands
│ │ │ │ └── fckplugin.js
│ │ │ └── tablecommands
│ │ │ │ └── fckplugin.js
│ │ └── skins
│ │ │ ├── _fckviewstrips.html
│ │ │ ├── default
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_dialog_ie6.js
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── office2003
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_dialog_ie6.js
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.bg.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ └── silver
│ │ │ ├── fck_dialog.css
│ │ │ ├── fck_dialog_ie6.js
│ │ │ ├── fck_editor.css
│ │ │ ├── fck_strip.gif
│ │ │ └── images
│ │ │ ├── dialog.sides.gif
│ │ │ ├── dialog.sides.png
│ │ │ ├── dialog.sides.rtl.png
│ │ │ ├── sprites.gif
│ │ │ ├── sprites.png
│ │ │ ├── toolbar.arrowright.gif
│ │ │ ├── toolbar.buttonarrow.gif
│ │ │ ├── toolbar.buttonbg.gif
│ │ │ ├── toolbar.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ ├── fckconfig.js
│ ├── fckeditor.afp
│ ├── fckeditor.asp
│ ├── fckeditor.cfc
│ ├── fckeditor.cfm
│ ├── fckeditor.js
│ ├── fckeditor.lasso
│ ├── fckeditor.pl
│ ├── fckeditor.py
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ ├── fcktemplates.xml
│ ├── fckutils.cfm
│ └── license.txt
├── images
│ ├── abg.jpg
│ ├── allbg.gif
│ ├── arr4.gif
│ ├── bg.jpg
│ ├── bhj.jpg
│ ├── gb.jpg
│ ├── loading.gif
│ ├── loading32.gif
│ └── menu_bg.gif
├── img
│ └── dialogclose.gif
├── js
│ ├── dtree.js
│ ├── menu.js
│ ├── popup.js
│ └── public.js
├── login.jsp
├── loginSuccess.jsp
├── updown
│ └── updown.jsp
└── upload
│ ├── 1492489628424.jpg
│ ├── 1492489685998.jpg
│ ├── 1492489747451.jpg
│ ├── upload.jsp
│ └── upload_re.jsp
├── project1.iml
└── src
└── com
├── action
├── admin_servlet.java
├── canyinxiaofei_servlet.java
├── canzhuoyuding_servlet.java
├── goods_servlet.java
├── kefang_servlet.java
├── kefangleixing_servlet.java
├── kefangruzhu_servlet.java
├── kefangyuding_servlet.java
└── kehu_servlet.java
├── dao
├── DB.java
└── OpDB.java
├── orm
├── Canyinxiaofei.java
├── Canzhuoyuding.java
├── Goods.java
├── Kefang.java
├── Kefangleixing.java
├── Kefangruzhu.java
├── Kefangyuding.java
├── TAdmin.java
└── kehu.java
├── service
├── liuService.java
└── loginService.java
└── util
├── EncodingFilter.java
└── Pagination.java
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/.DS_Store
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.js linguist-language=java
2 | *.css linguist-language=java
3 | *.html linguist-language=java
--------------------------------------------------------------------------------
/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/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Class-Path:
3 |
4 |
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/My97DatePicker.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | My97DatePicker
5 |
6 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/config.js:
--------------------------------------------------------------------------------
1 | var langList =
2 | [
3 | {name:'en', charset:'UTF-8'},
4 | {name:'zh-cn', charset:'UTF-8'},
5 | {name:'zh-tw', charset:'UTF-8'}
6 | ];
7 |
8 | var skinList =
9 | [
10 | {name:'default', charset:'UTF-8'},
11 | {name:'whyGreen', charset:'UTF-8'}
12 | ];
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/lang/en(1).js:
--------------------------------------------------------------------------------
1 | var $lang={
2 | errAlertMsg: "Invalid date or the date out of range,redo or not?",
3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"],
7 | clearStr: "Clear",
8 | todayStr: "Today",
9 | okStr: "OK",
10 | updateStr: "OK",
11 | timeStr: "Time",
12 | quickStr: "Quick Selection",
13 | err_1: 'MinDate Cannot be bigger than MaxDate!'
14 | }
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/lang/en.js:
--------------------------------------------------------------------------------
1 | var $lang={
2 | errAlertMsg: "Invalid date or the date out of range,redo or not?",
3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"],
7 | clearStr: "Clear",
8 | todayStr: "Today",
9 | okStr: "OK",
10 | updateStr: "OK",
11 | timeStr: "Time",
12 | quickStr: "Quick Selection",
13 | err_1: 'MinDate Cannot be bigger than MaxDate!'
14 | }
--------------------------------------------------------------------------------
/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/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/My97DatePicker/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | height:20px;
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 |
7 | .WdateFmtErr{
8 | font-weight:bold;
9 | color:red;
10 | }
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/skin/datePicker.gif
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/skin/default/img.gif
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/lang/en.js:
--------------------------------------------------------------------------------
1 | var $lang={
2 | errAlertMsg: "Invalid date or the date out of range,redo or not?",
3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"],
7 | clearStr: "Clear",
8 | todayStr: "Today",
9 | okStr: "OK",
10 | updateStr: "OK",
11 | timeStr: "Time",
12 | quickStr: "Quick Selection",
13 | err_1: 'MinDate Cannot be bigger than MaxDate!'
14 | }
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/lang/zh-cn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/lang/zh-cn.js
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/lang/zh-tw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/lang/zh-tw.js
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/readme.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/readme.txt
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/WdatePicker.css:
--------------------------------------------------------------------------------
1 | .Wdate{
2 | border:#999 1px solid;
3 | height:20px;
4 | background:#fff url(datePicker.gif) no-repeat right;
5 | }
6 |
7 | .WdateFmtErr{
8 | font-weight:bold;
9 | color:red;
10 | }
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/datePicker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/skin/datePicker.gif
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/default/datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/skin/default/datepicker.css
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/default/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/skin/default/img.gif
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/whyGreen/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/skin/whyGreen/bg.jpg
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/whyGreen/datepicker.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/skin/whyGreen/datepicker.css
--------------------------------------------------------------------------------
/WebContent/My97DatePicker/������/skin/whyGreen/img.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/My97DatePicker/������/skin/whyGreen/img.gif
--------------------------------------------------------------------------------
/WebContent/WEB-INF/dwr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/FCKeditor-2.3.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/FCKeditor-2.3.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/commons-io-1.3.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/commons-io-1.3.2.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/dwr(1).jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/dwr(1).jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/dwr.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/dwr.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/fckeditor-java-core-2.4.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/fckeditor-java-core-2.4.1.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/javaee.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/javaee.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/jspsmartupload.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/jspsmartupload.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/jstl-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/jstl-1.2.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/msbase.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/msbase.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/mssqlserver.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/mssqlserver.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/msutil.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/msutil.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/slf4j-api-1.5.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/slf4j-api-1.5.2.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/slf4j-simple-1.5.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/slf4j-simple-1.5.2.jar
--------------------------------------------------------------------------------
/WebContent/WEB-INF/lib/sqljdbc.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/WEB-INF/lib/sqljdbc.jar
--------------------------------------------------------------------------------
/WebContent/admin/img/dialogclose.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/admin/img/dialogclose.gif
--------------------------------------------------------------------------------
/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 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | 您的浏览器不支持框架!
33 |
34 |
35 |
--------------------------------------------------------------------------------
/WebContent/admin/index/sysPro.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 |
3 | <%
4 | String path = request.getContextPath();
5 | %>
6 |
7 |
8 |
9 |
10 |
22 |
23 |
24 |
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/css/base.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/css/base.css
--------------------------------------------------------------------------------
/WebContent/css/dtree.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/css/dtree.css
--------------------------------------------------------------------------------
/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/css/layout.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/css/layout.css
--------------------------------------------------------------------------------
/WebContent/css/main.css:
--------------------------------------------------------------------------------
1 | td {
2 | padding:3px 0px 5px 3px;
3 | }
4 | .title {
5 | color:#666600;
6 | font-weight:bold;
7 | }
8 | .title span {
9 | padding-left:3px;
10 | }
11 | #addTab {
12 | position:absolute;
13 | left:455px;
14 | top:64px;
15 | width:360px;
16 | height:180px;
17 | z-index:2;
18 | background-color: #FFFFFF;
19 | border:1px solid #889D8F;
20 | padding:0px;
21 | display:none;
22 | }
23 | #editTab {
24 | position:absolute;
25 | left:455px;
26 | top:64px;
27 | width:360px;
28 | height:350px;
29 | z-index:1;
30 | background-color: #FFFFFF;
31 | border:1px solid #889D8F;
32 | padding:0px;
33 | display:none;
34 | }
35 | .icoitem {
36 | float:left;
37 | margin-right:12px;
38 | height:24px;
39 | line-height:24px;
40 | }
41 | .ico {
42 | float:left;
43 | margin-right:4px;
44 | padding-top:4px;
45 | }
46 | .txt {
47 | float:left;
48 | }
49 | .updatedvt {
50 | height:20px;
51 | line-height:20px;
52 | padding-left:3px;
53 | width:98%;
54 | border-bottom:1px dashed #dcdcdc;
55 | }
56 | .upinfotitle {
57 | border-bottom:1px solid #cccccc;
58 | color:red;
59 | font-weight:bold;
60 | line-height:26px;
61 | }
62 | .verline {
63 | border-bottom:1px dashed #cccccc;
64 | line-height:26px;
65 | }
66 |
67 | #loaddiv
68 | {
69 | top:0;
70 | left:0;
71 | background:#cccccc;
72 | filter:Alpha(opacity=70);
73 | -moz-opacity:0.7;
74 | position:absolute;
75 | z-index:10000;
76 | width:100%;
77 | height:100%;
78 | }
--------------------------------------------------------------------------------
/WebContent/css/whole.css:
--------------------------------------------------------------------------------
1 | body{margin:0px auto;padding:0px;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#d9d9d9}
2 | img{border:0px;}
3 | form{margin:0px;padding:0px;}
4 | ul{margin:0px;padding:0px;}
5 | li{text-align:left;list-style:none;}
6 | a{color:#333333;text-decoration:none;}
7 | a:hover {color: #ff3300;text-decoration:underline}
8 |
9 | a.channel{font-weight:bold;}
10 | a.channel:link {color: #ffffff; }
11 | a.channel:visited {color: #ffffff;}
12 | a.channel:hover{color: #ffff00;}
13 | a.channel:active {color: #000000;}
14 |
15 | .f12b-white{font-size:12px;color:#ffffff;font-weight:bold;}
16 |
17 | .input{border:#ccc 1px solid;background:#ffffff;padding-top:3px;}
--------------------------------------------------------------------------------
/WebContent/fckeditor/_documentation.html:
--------------------------------------------------------------------------------
1 |
2 |
22 |
23 |
24 | FCKeditor - Documentation
25 |
26 |
30 |
31 |
32 |
33 | FCKeditor Documentation
34 |
35 | You can find the official documentation for FCKeditor online, at
36 | http://docs.fckeditor.net/ .
37 |
38 |
39 |
--------------------------------------------------------------------------------
/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/_samples/_plugins/findreplace/find.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/_plugins/findreplace/find.gif
--------------------------------------------------------------------------------
/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/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 |
--------------------------------------------------------------------------------
/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/_samples/_plugins/findreplace/replace.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/_plugins/findreplace/replace.gif
--------------------------------------------------------------------------------
/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/_samples/adobeair/icons/128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/adobeair/icons/128.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/icons/16(1).png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/adobeair/icons/16(1).png
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/icons/16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/adobeair/icons/16.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/icons/32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/adobeair/icons/32.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/adobeair/icons/48.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/adobeair/icons/48.png
--------------------------------------------------------------------------------
/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/_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/_samples/adobeair/sample01_cert.pfx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/adobeair/sample01_cert.pfx
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/afp/fck.afpa:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/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/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/_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/_samples/default.html:
--------------------------------------------------------------------------------
1 |
3 |
25 |
26 |
27 | FCKeditor - Samples
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/html/assets/sample16.fla:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/html/assets/sample16.fla
--------------------------------------------------------------------------------
/WebContent/fckeditor/_samples/html/assets/sample16.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/_samples/html/assets/sample16.swf
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
38 |
39 |
40 |
41 | Field Name
42 | Value
43 |
44 |
45 | [iterate(client_postparams, local('this'))]
46 |
47 | [#this->first]
48 | [#this->second]
49 |
50 | [/iterate]
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/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/_upgrade.html:
--------------------------------------------------------------------------------
1 |
2 |
22 |
23 |
24 | FCKeditor - Upgrade
25 |
26 |
30 |
31 |
32 |
33 | FCKeditor Upgrade
34 |
35 | Please check the following URL for notes regarding upgrade:
36 |
37 | http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Installation/Upgrading
38 |
39 |
40 |
--------------------------------------------------------------------------------
/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/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 |
--------------------------------------------------------------------------------
/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/_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/_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/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 |
--------------------------------------------------------------------------------
/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/_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 |
--------------------------------------------------------------------------------
/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/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/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_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 | * FCKStyleCommand Class: represents the "Spell Check" command.
22 | * (Gecko specific implementation)
23 | */
24 |
25 | var FCKSpellCheckCommand = function()
26 | {
27 | this.Name = 'SpellCheck' ;
28 | this.IsEnabled = ( FCKConfig.SpellChecker == 'SpellerPages' ) ;
29 | }
30 |
31 | FCKSpellCheckCommand.prototype.Execute = function()
32 | {
33 | FCKDialog.OpenDialog( 'FCKDialog_SpellCheck', 'Spell Check', 'dialog/fck_spellerpages.html', 440, 480 ) ;
34 | }
35 |
36 | FCKSpellCheckCommand.prototype.GetState = function()
37 | {
38 | if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG )
39 | return FCK_TRISTATE_DISABLED ;
40 | return this.IsEnabled ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED ;
41 | }
42 |
--------------------------------------------------------------------------------
/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/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/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/_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/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/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/_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/css/behaviors/disablehandles.htc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/behaviors/showtableborders.htc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/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/css/images/block_address.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_address.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_blockquote.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_blockquote.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_div.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_div.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_h1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_h1.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_h2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_h2.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_h3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_h3.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_h4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_h4.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_h5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_h5.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_h6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_h6.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_p.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/block_pre.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/block_pre.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/fck_anchor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/fck_anchor.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/fck_flashlogo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/fck_flashlogo.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/fck_hiddenfield.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/fck_hiddenfield.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/fck_pagebreak.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/fck_pagebreak.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/css/images/fck_plugin.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/css/images/fck_plugin.gif
--------------------------------------------------------------------------------
/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/dialog/common/images/locked.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/common/images/locked.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/common/images/reset.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/common/images/reset.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/common/images/unlocked.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/common/images/unlocked.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_about/logo_fredck.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_about/logo_fredck.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
--------------------------------------------------------------------------------
/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/editor/dialog/fck_spellerpages/spellerpages/blank(1).html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank(1).html
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
--------------------------------------------------------------------------------
/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/dialog/fck_template/images/template1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_template/images/template1.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_template/images/template2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_template/images/template2.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_template/images/template3(1).gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_template/images/template3(1).gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/dialog/fck_template/images/template3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/dialog/fck_template/images/template3.gif
--------------------------------------------------------------------------------
/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 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/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/browser/default/images/ButtonArrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/Folder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/Folder.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/Folder32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/html.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/js.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/png.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/browser/default/images/spacer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/filemanager/browser/default/images/spacer.gif
--------------------------------------------------------------------------------
/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/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/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/filemanager/connectors/cfm/connector.cfm:
--------------------------------------------------------------------------------
1 |
2 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/cfm/upload.cfm:
--------------------------------------------------------------------------------
1 |
2 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/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/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/editor/filemanager/connectors/php/upload.php:
--------------------------------------------------------------------------------
1 |
60 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/filemanager/connectors/py/htaccess.txt:
--------------------------------------------------------------------------------
1 | # replace the name of this file to .htaccess (if using apache),
2 | # and set the proper options and paths according your enviroment
3 |
4 | Allow from all
5 |
6 | # If using mod_python uncomment this:
7 | PythonPath "[r'C:\Archivos de programa\Apache Software Foundation\Apache2.2\htdocs\fckeditor\editor\filemanager\connectors\py'] + sys.path"
8 |
9 |
10 | # Recomended: WSGI application running with mod_python and modpython_gateway
11 | SetHandler python-program
12 | PythonHandler modpython_gateway::handler
13 | PythonOption wsgi.application wsgi::App
14 |
15 |
16 | # Emulated CGI with mod_python and cgihandler
17 | #AddHandler mod_python .py
18 | #PythonHandler mod_python.cgihandler
19 |
20 |
21 | # Plain old CGI
22 | #Options +ExecCGI
23 | #AddHandler cgi-script py
24 |
--------------------------------------------------------------------------------
/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/editor/images/anchor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/anchor.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/arrow_ltr.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/arrow_ltr.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/arrow_rtl.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/arrow_rtl.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/angel_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/angel_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/angry_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/angry_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/broken_heart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/broken_heart.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/cake.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/cake.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/confused_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/confused_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/cry_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/cry_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/devil_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/devil_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/embaressed_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/envelope.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/envelope.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/heart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/heart.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/kiss.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/kiss.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/lightbulb.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/lightbulb.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/omg_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/omg_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/regular_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/regular_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/sad_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/sad_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/shades_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/shades_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/teeth_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/teeth_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/thumbs_down.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/thumbs_down.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/thumbs_up.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/thumbs_up.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/tounge_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/tounge_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/smiley/msn/wink_smile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/smiley/msn/wink_smile.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/images/spacer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/images/spacer.gif
--------------------------------------------------------------------------------
/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/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/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/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/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/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 |
--------------------------------------------------------------------------------
/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/placeholder.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/plugins/placeholder/placeholder.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/plugins/simplecommands/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 plugin register Toolbar items for the combos modifying the style to
22 | * not show the box.
23 | */
24 |
25 | FCKToolbarItems.RegisterItem( 'SourceSimple' , new FCKToolbarButton( 'Source', FCKLang.Source, null, FCK_TOOLBARITEM_ONLYICON, true, true, 1 ) ) ;
26 | FCKToolbarItems.RegisterItem( 'StyleSimple' , new FCKToolbarStyleCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
27 | FCKToolbarItems.RegisterItem( 'FontNameSimple' , new FCKToolbarFontsCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
28 | FCKToolbarItems.RegisterItem( 'FontSizeSimple' , new FCKToolbarFontSizeCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
29 | FCKToolbarItems.RegisterItem( 'FontFormatSimple', new FCKToolbarFontFormatCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
30 |
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/fck_strip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/fck_strip.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/dialog.sides.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/dialog.sides.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/dialog.sides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/dialog.sides.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/dialog.sides.rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/sprites.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/sprites.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/sprites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/sprites.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.arrowright.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.collapse.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.collapse.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.end.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.end.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.expand.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.expand.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.separator.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.separator.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/default/images/toolbar.start.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/default/images/toolbar.start.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/fck_strip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/fck_strip.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/dialog.sides.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/dialog.sides.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/dialog.sides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/dialog.sides.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/sprites.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/sprites.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/sprites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/sprites.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.bg.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.end.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.end.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.expand.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.expand.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.separator.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.separator.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/office2003/images/toolbar.start.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/office2003/images/toolbar.start.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/fck_strip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/fck_strip.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/dialog.sides.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/dialog.sides.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/dialog.sides.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/dialog.sides.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/sprites.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/sprites.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/sprites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/sprites.png
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.collapse.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.collapse.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.end.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.end.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.expand.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.expand.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.separator.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.separator.gif
--------------------------------------------------------------------------------
/WebContent/fckeditor/editor/skins/silver/images/toolbar.start.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/fckeditor/editor/skins/silver/images/toolbar.start.gif
--------------------------------------------------------------------------------
/WebContent/images/abg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/abg.jpg
--------------------------------------------------------------------------------
/WebContent/images/allbg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/allbg.gif
--------------------------------------------------------------------------------
/WebContent/images/arr4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/arr4.gif
--------------------------------------------------------------------------------
/WebContent/images/bg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/bg.jpg
--------------------------------------------------------------------------------
/WebContent/images/bhj.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/bhj.jpg
--------------------------------------------------------------------------------
/WebContent/images/gb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/gb.jpg
--------------------------------------------------------------------------------
/WebContent/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/loading.gif
--------------------------------------------------------------------------------
/WebContent/images/loading32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/loading32.gif
--------------------------------------------------------------------------------
/WebContent/images/menu_bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/images/menu_bg.gif
--------------------------------------------------------------------------------
/WebContent/img/dialogclose.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/img/dialogclose.gif
--------------------------------------------------------------------------------
/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/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/upload/1492489628424.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/upload/1492489628424.jpg
--------------------------------------------------------------------------------
/WebContent/upload/1492489685998.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/upload/1492489685998.jpg
--------------------------------------------------------------------------------
/WebContent/upload/1492489747451.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/WebContent/upload/1492489747451.jpg
--------------------------------------------------------------------------------
/WebContent/upload/upload.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
2 | <%
3 | String path = request.getContextPath();
4 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
5 | %>
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
27 |
28 |
29 |
30 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/src/com/action/admin_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/admin_servlet.java
--------------------------------------------------------------------------------
/src/com/action/canyinxiaofei_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/canyinxiaofei_servlet.java
--------------------------------------------------------------------------------
/src/com/action/canzhuoyuding_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/canzhuoyuding_servlet.java
--------------------------------------------------------------------------------
/src/com/action/goods_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/goods_servlet.java
--------------------------------------------------------------------------------
/src/com/action/kefang_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/kefang_servlet.java
--------------------------------------------------------------------------------
/src/com/action/kefangleixing_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/kefangleixing_servlet.java
--------------------------------------------------------------------------------
/src/com/action/kefangruzhu_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/kefangruzhu_servlet.java
--------------------------------------------------------------------------------
/src/com/action/kefangyuding_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/kefangyuding_servlet.java
--------------------------------------------------------------------------------
/src/com/action/kehu_servlet.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/action/kehu_servlet.java
--------------------------------------------------------------------------------
/src/com/dao/DB.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/dao/DB.java
--------------------------------------------------------------------------------
/src/com/dao/OpDB.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/dao/OpDB.java
--------------------------------------------------------------------------------
/src/com/orm/Canyinxiaofei.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Canyinxiaofei {
4 | private int id;
5 | private String shijian;
6 | private String kehuname;
7 | private int jine;
8 |
9 | public int getId() {
10 | return this.id;
11 | }
12 |
13 | public void setId(int id) {
14 | this.id = id;
15 | }
16 |
17 | public String getKehuname() {
18 | return this.kehuname;
19 | }
20 |
21 | public void setKehuname(String kehuname) {
22 | this.kehuname = kehuname;
23 | }
24 |
25 | public String getShijian() {
26 | return this.shijian;
27 | }
28 |
29 | public void setShijian(String shijian) {
30 | this.shijian = shijian;
31 | }
32 |
33 | public int getJine() {
34 | return this.jine;
35 | }
36 |
37 | public void setJine(int jine) {
38 | this.jine = jine;
39 | }
40 | }
41 |
--------------------------------------------------------------------------------
/src/com/orm/Canzhuoyuding.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Canzhuoyuding {
4 | private int id;
5 | private String shijian;
6 | private String kehuname;
7 | private String zhuohao;
8 |
9 | public int getId() {
10 | return this.id;
11 | }
12 |
13 | public void setId(int id) {
14 | this.id = id;
15 | }
16 |
17 | public String getKehuname() {
18 | return this.kehuname;
19 | }
20 |
21 | public void setKehuname(String kehuname) {
22 | this.kehuname = kehuname;
23 | }
24 |
25 | public String getShijian() {
26 | return this.shijian;
27 | }
28 |
29 | public void setShijian(String shijian) {
30 | this.shijian = shijian;
31 | }
32 |
33 | public String getZhuohao() {
34 | return this.zhuohao;
35 | }
36 |
37 | public void setZhuohao(String zhuohao) {
38 | this.zhuohao = zhuohao;
39 | }
40 | }
41 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/src/com/orm/Kefangleixing.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class Kefangleixing {
4 | private int id;
5 | private String name;
6 |
7 | public int getId() {
8 | return this.id;
9 | }
10 |
11 | public void setId(int id) {
12 | this.id = id;
13 | }
14 |
15 | public String getName() {
16 | return this.name;
17 | }
18 |
19 | public void setName(String name) {
20 | this.name = name;
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/src/com/orm/TAdmin.java:
--------------------------------------------------------------------------------
1 | package com.orm;
2 |
3 | public class TAdmin {
4 | private int userId;
5 | private String userName;
6 | private String userPw;
7 |
8 | public String getUserName() {
9 | return this.userName;
10 | }
11 |
12 | public void setUserName(String userName) {
13 | this.userName = userName;
14 | }
15 |
16 | public String getUserPw() {
17 | return this.userPw;
18 | }
19 |
20 | public void setUserPw(String userPw) {
21 | this.userPw = userPw;
22 | }
23 |
24 | public int getUserId() {
25 | return this.userId;
26 | }
27 |
28 | public void setUserId(int userId) {
29 | this.userId = userId;
30 | }
31 | }
32 |
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/src/com/service/loginService.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/service/loginService.java
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------
/src/com/util/Pagination.java:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/HotelManagementSystem/668afa85688033abe16a9e2af78c67a07f09823e/src/com/util/Pagination.java
--------------------------------------------------------------------------------