├── .classpath ├── .externalToolBuilders ├── com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder (2).launch ├── org.eclipse.wst.common.project.facet.core.builder.launch └── org.eclipse.wst.jsdt.core.javascriptValidator.launch ├── .gitattributes ├── .myhibernatedata ├── .mymetadata ├── .myumldata ├── .project ├── .settings ├── .jsdtscope ├── com.genuitec.eclipse.core.prefs ├── com.genuitec.eclipse.j2eedt.core.prefs ├── com.genuitec.eclipse.migration.prefs ├── org.eclipse.core.resources.prefs ├── org.eclipse.jdt.core.prefs ├── org.eclipse.jst.jsp.core.prefs ├── org.eclipse.wst.common.component ├── org.eclipse.wst.common.project.facet.core.prefs.xml ├── org.eclipse.wst.common.project.facet.core.xml ├── org.eclipse.wst.jsdt.ui.superType.container └── org.eclipse.wst.jsdt.ui.superType.name ├── .springBeans ├── WebRoot ├── META-INF │ └── MANIFEST.MF ├── WEB-INF │ ├── applicationContext.xml │ ├── classes │ │ ├── META-INF │ │ │ └── MANIFEST.MF │ │ ├── com │ │ │ ├── action │ │ │ │ ├── adminAction.class │ │ │ │ ├── docAction.class │ │ │ │ ├── gonggaoAction.class │ │ │ │ ├── indexAction.class │ │ │ │ ├── liuyanAction.class │ │ │ │ ├── shipinAction.class │ │ │ │ ├── stuAction.class │ │ │ │ ├── teaAction.class │ │ │ │ ├── zuoyesAction.class │ │ │ │ └── zuoyetAction.class │ │ │ ├── dao │ │ │ │ ├── TAdminDAO.class │ │ │ │ ├── TDocDAO.class │ │ │ │ ├── TGonggaoDAO.class │ │ │ │ ├── TLiuyanDAO.class │ │ │ │ ├── TShipinDAO.class │ │ │ │ ├── TStuDAO.class │ │ │ │ ├── TTeaDAO.class │ │ │ │ ├── TZuoyesDAO.class │ │ │ │ └── TZuoyetDAO.class │ │ │ ├── model │ │ │ │ ├── TAdmin.class │ │ │ │ ├── TAdmin.hbm.xml │ │ │ │ ├── TDoc.class │ │ │ │ ├── TDoc.hbm.xml │ │ │ │ ├── TGonggao.class │ │ │ │ ├── TGonggao.hbm.xml │ │ │ │ ├── TLiuyan.class │ │ │ │ ├── TLiuyan.hbm.xml │ │ │ │ ├── TShipin.class │ │ │ │ ├── TShipin.hbm.xml │ │ │ │ ├── TStu.class │ │ │ │ ├── TStu.hbm.xml │ │ │ │ ├── TTea.class │ │ │ │ ├── TTea.hbm.xml │ │ │ │ ├── TZuoyes.class │ │ │ │ ├── TZuoyes.hbm.xml │ │ │ │ ├── TZuoyet.class │ │ │ │ └── TZuoyet.hbm.xml │ │ │ ├── service │ │ │ │ └── loginService.class │ │ │ └── util │ │ │ │ ├── Util.class │ │ │ │ ├── safeFileter.class │ │ │ │ └── upload.class │ │ ├── struts.properties │ │ └── struts.xml │ ├── dwr.xml │ ├── lib │ │ ├── antlr-2.7.6.jar │ │ ├── aopalliance-1.0.jar │ │ ├── asm.jar │ │ ├── aspectjweaver-1.6.9.jar │ │ ├── c3p0-0.9.1.2.jar │ │ ├── cglib-2.1.3.jar │ │ ├── cglib-2.2.jar │ │ ├── cglib-nodep-2.2.jar │ │ ├── commons-collections-3.1.jar │ │ ├── commons-collections-3.2.jar │ │ ├── commons-dbcp-1.2.1.jar │ │ ├── commons-dbcp-1.4.jar │ │ ├── commons-fileupload-1.2.1.jar │ │ ├── commons-fileupload.jar │ │ ├── commons-io-1.3.2.jar │ │ ├── commons-io.jar │ │ ├── commons-logging-1.0.4.jar │ │ ├── commons-logging-1.1.1.jar │ │ ├── commons-pool-1.3.jar │ │ ├── commons-pool-1.5.3.jar │ │ ├── dom4j-1.6.1.jar │ │ ├── dwr.jar │ │ ├── ehcache-1.2.3.jar │ │ ├── fckeditor-java-core-2.4.1.jar │ │ ├── freemarker-2.3.8.jar │ │ ├── hibernate3.jar │ │ ├── javaee.jar │ │ ├── javassist-3.9.0.GA.jar │ │ ├── javax.servlet.jsp.jstl.jar │ │ ├── jspsmartupload.jar │ │ ├── jstl-1.2.jar │ │ ├── jstl-impl-1.2.2.jar │ │ ├── jta-1.1.jar │ │ ├── jta.jar │ │ ├── log4j-1.2.14.jar │ │ ├── log4j-1.2.16.jar │ │ ├── mysql-connector-java-5.0.4-bin.jar │ │ ├── mysql-connector-java-8.0.15.jar │ │ ├── ognl-2.6.11.jar │ │ ├── ojdbc14.jar │ │ ├── org.springframework.aop-3.1.1.RELEASE.jar │ │ ├── org.springframework.asm-3.1.1.RELEASE.jar │ │ ├── org.springframework.aspects-3.1.1.RELEASE.jar │ │ ├── org.springframework.beans-3.1.1.RELEASE.jar │ │ ├── org.springframework.context-3.1.1.RELEASE.jar │ │ ├── org.springframework.context.support-3.1.1.RELEASE.jar │ │ ├── org.springframework.core-3.1.1.RELEASE.jar │ │ ├── org.springframework.expression-3.1.1.RELEASE.jar │ │ ├── org.springframework.instrument-3.1.1.RELEASE.jar │ │ ├── org.springframework.instrument.tomcat-3.1.1.RELEASE.jar │ │ ├── org.springframework.jdbc-3.1.1.RELEASE.jar │ │ ├── org.springframework.orm-3.1.1.RELEASE.jar │ │ ├── org.springframework.transaction-3.1.1.RELEASE.jar │ │ ├── slf4j-api-1.5.2.jar │ │ ├── slf4j-api-1.5.8.jar │ │ ├── slf4j-log4j12-1.5.8.jar │ │ ├── slf4j-simple-1.5.2.jar │ │ ├── spring-hibernate3.jar │ │ ├── spring.jar │ │ ├── sqljdbc.jar │ │ ├── struts2-core-2.0.11.2.jar │ │ ├── struts2-spring-plugin-2.0.11.2.jar │ │ └── xwork-2.0.5.jar │ └── web.xml ├── admin │ ├── doc │ │ ├── docAdd.jsp │ │ └── docMana.jsp │ ├── gonggao │ │ ├── gonggaoAdd.jsp │ │ ├── gonggaoDetail.jsp │ │ └── gonggaoMana.jsp │ ├── index.jsp │ ├── index │ │ └── sysPro.jsp │ ├── leftMenu.jsp │ ├── liuyan │ │ ├── liuyanHuifu.jsp │ │ └── liuyanMana.jsp │ ├── shipin │ │ ├── shipinAdd.jsp │ │ └── shipinMana.jsp │ ├── stu │ │ ├── stuAdd.jsp │ │ └── stuMana.jsp │ ├── tea │ │ ├── teaAdd.jsp │ │ └── teaMana.jsp │ ├── top.jsp │ ├── userinfo │ │ ├── teainfo.jsp │ │ └── userPw.jsp │ ├── zuoyes │ │ ├── zuoyesAdd.jsp │ │ ├── zuoyesHuifu.jsp │ │ ├── zuoyesMana.jsp │ │ └── zuoyesMine.jsp │ └── zuoyet │ │ ├── zuoyetAdd.jsp │ │ ├── zuoyetAll.jsp │ │ └── zuoyetMine.jsp ├── bofang │ └── bofang.jsp ├── common │ ├── msg.jsp │ ├── style.css │ └── succeed.jsp ├── css │ ├── base.css │ ├── leftMenu.css │ └── style.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.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.css │ │ │ │ ├── sample15.config.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.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.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.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.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.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.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 ├── fonts │ ├── DroidSans-webfont.eot │ ├── DroidSans-webfont.woff │ ├── News Cycle SIL OFL Font License 1.1.txt │ ├── NewsCycle-Regular.eot │ └── NewsCycle-Regular.ttf ├── images │ ├── alarm.png │ ├── arrows-white.png │ ├── basket.png │ ├── bullet.png │ ├── card_gift.png │ ├── changepoint.png │ ├── changepwd.png │ ├── charngecard.png │ ├── chart_bar.png │ ├── coins.png │ ├── coins_add.png │ ├── date.png │ ├── datelog.png │ ├── facebook.png │ ├── foot.png │ ├── footbg.png │ ├── gear.png │ ├── graphic.jpg │ ├── group.png │ ├── h2Bg.gif │ ├── heart.png │ ├── help.jpg │ ├── keyboard.png │ ├── level.png │ ├── line.png │ ├── link_bg.jpg │ ├── link_ng.png │ ├── lock.png │ ├── logo.png │ ├── menuClose.png │ ├── menuOpen.png │ ├── menuhide.png │ ├── menuitem.png │ ├── menutop.png │ ├── message.png │ ├── mobile.png │ ├── mouse.png │ ├── no.gif │ ├── pc.png │ ├── point.png │ ├── privilege.png │ ├── report.png │ ├── rss.png │ ├── shop.png │ ├── shopping.png │ ├── skins.png │ ├── sms.png │ ├── smstmp.png │ ├── system.png │ ├── table.png │ ├── table_excel.png │ ├── telephone.png │ ├── telephone_no.png │ ├── th_bg.jpg │ ├── top.png │ ├── topbar.png │ ├── topleft.jpg │ ├── twitter.png │ ├── vcard_add.png │ ├── weixin.png │ └── xtgg.png ├── img │ ├── dialogclose.gif │ ├── head-mark4.gif │ ├── loading.gif │ └── top12.jpg ├── js │ ├── jquery-1.4.1.min.js │ ├── jquery-common.js │ ├── jquery.easing-sooper.js │ ├── jquery.js │ ├── jquery.sooperfish.js │ ├── modernizr-1.5.min.js │ ├── popup.js │ └── public.js ├── login.jsp ├── loginSuccess.jsp ├── qiantai │ ├── default.jsp │ ├── doc │ │ ├── docAll.jsp │ │ └── docDetailQian.jsp │ ├── gonggao │ │ └── gonggaoDetailQian.jsp │ ├── index.jsp │ ├── liuyan │ │ ├── liuyanAdd.jsp │ │ ├── liuyanAll.jsp │ │ └── liuyanDetail.jsp │ ├── right.jsp │ ├── rili │ │ └── rili.jsp │ ├── shipin │ │ ├── shipinAll.jsp │ │ └── shipinDetailQian.jsp │ ├── top.jsp │ ├── userlogin │ │ └── userlogin.jsp │ └── zuoyet │ │ ├── zuoyetAll.jsp │ │ └── zuoyetDetailQian.jsp ├── updown │ └── updown.jsp └── upload │ ├── 1323404877500.doc │ ├── 1336462829368.avi │ ├── upload.jsp │ └── upload_re.jsp ├── db_javaxc.sql └── src ├── META-INF └── MANIFEST.MF ├── com ├── action │ ├── adminAction.java │ ├── docAction.java │ ├── gonggaoAction.java │ ├── indexAction.java │ ├── liuyanAction.java │ ├── shipinAction.java │ ├── stuAction.java │ ├── teaAction.java │ ├── zuoyesAction.java │ └── zuoyetAction.java ├── dao │ ├── TAdminDAO.java │ ├── TDocDAO.java │ ├── TGonggaoDAO.java │ ├── TLiuyanDAO.java │ ├── TShipinDAO.java │ ├── TStuDAO.java │ ├── TTeaDAO.java │ ├── TZuoyesDAO.java │ └── TZuoyetDAO.java ├── model │ ├── TAdmin.hbm.xml │ ├── TAdmin.java │ ├── TDoc.hbm.xml │ ├── TDoc.java │ ├── TGonggao.hbm.xml │ ├── TGonggao.java │ ├── TLiuyan.hbm.xml │ ├── TLiuyan.java │ ├── TShipin.hbm.xml │ ├── TShipin.java │ ├── TStu.hbm.xml │ ├── TStu.java │ ├── TTea.hbm.xml │ ├── TTea.java │ ├── TZuoyes.hbm.xml │ ├── TZuoyes.java │ ├── TZuoyet.hbm.xml │ └── TZuoyet.java ├── service │ └── loginService.java └── util │ ├── Util.java │ ├── safeFileter.java │ └── upload.java ├── struts.properties └── struts.xml /.externalToolBuilders/com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder (2).launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.externalToolBuilders/org.eclipse.wst.common.project.facet.core.builder.launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.externalToolBuilders/org.eclipse.wst.jsdt.core.javascriptValidator.launch: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.myhibernatedata: -------------------------------------------------------------------------------- 1 | #MyEclipse Hibernate Properties 2 | #Fri Apr 18 01:48:07 CST 2014 3 | sessionFactoryName= 4 | genBasicCompId=false 5 | profile= 6 | daoSFId=sessionFactory 7 | version=3.1 8 | jndiPath= 9 | detectM2M=false 10 | reStrategyClass= 11 | detectO2O=false 12 | springDaoFile=WebRoot/WEB-INF/applicationContext.xml 13 | useJavaTypes=true 14 | keyGenerator=increment 15 | libInstallFolder= 16 | addLibs2Project=true 17 | genVersionTag=false 18 | sessionFactoryId=sessionFactory 19 | basePersistenceClass= 20 | genAnnotations=false 21 | reSettingsFile= 22 | configFile=/javaxc/WebRoot/WEB-INF/applicationContext.xml 23 | createConfigFile=false 24 | addLibs2Classpath=true 25 | -------------------------------------------------------------------------------- /.mymetadata: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /.myumldata: -------------------------------------------------------------------------------- 1 | #Mon Oct 31 21:52:27 CST 2016 2 | CodeGenContainer=java.util.Vector 3 | -------------------------------------------------------------------------------- /.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /.settings/com.genuitec.eclipse.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | validator.Checked=/ 3 | validator.Unchecked= 4 | -------------------------------------------------------------------------------- /.settings/com.genuitec.eclipse.j2eedt.core.prefs: -------------------------------------------------------------------------------- 1 | defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;nested\=http\://struts.apache.org/tags-nested;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;http\://struts.apache.org/tags-nested\=nested;html\=http\://struts.apache.org/tags-html;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /.settings/com.genuitec.eclipse.migration.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | performed.operation.me.create.deploymentAssembly=1.0 3 | performed.operation.me.create.deploymentAssembly.fixBuildPathEntries=1.0 4 | performed.operation.me.install.jstl=1.0 5 | performed.operation.me.migrate.hibernatenature=1.0 6 | performed.operation.me.migrate.springnature=1.0 7 | performed.operation.migrate.container.ids=1.0 8 | -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//WebRoot/js/popup.js=UTF-8 3 | encoding//WebRoot/js/public.js=UTF-8 4 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | #Tue Apr 14 09:30:24 CST 2015 2 | eclipse.preferences.version=1 3 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 5 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 | org.eclipse.jdt.core.compiler.compliance=1.6 7 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 10 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 | org.eclipse.jdt.core.compiler.source=1.6 13 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jst.jsp.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | validateFragments=true 3 | validation.actions-missing-required-attribute=1 4 | validation.actions-non-empty-inline-tag=2 5 | validation.actions-unexpected-rtexprvalue=2 6 | validation.actions-unknown-attribute=2 7 | validation.directive-attribute-duplicate=1 8 | validation.directive-include-fragment-file-not-found=1 9 | validation.directive-include-fragment-file-not-specified=1 10 | validation.directive-quoted-value=1 11 | validation.directive-taglib-duplicate-prefixes-different-uris=2 12 | validation.directive-taglib-duplicate-prefixes-same-uris=-1 13 | validation.directive-taglib-missing-prefix=1 14 | validation.directive-taglib-missing-uri-or-tagdir=1 15 | validation.directive-taglib-unresolvable-uri-or-tagdir=1 16 | validation.el-function-undefined=1 17 | validation.el-general-syntax=1 18 | validation.el-lexical-failure=-1 19 | validation.java-=-1 20 | validation.java-local-variable-is-never-used=-1 21 | validation.java-null-local-variable-reference=-1 22 | validation.java-potential-null-local-variable-reference=-1 23 | validation.java-unused-import=-1 24 | validation.translation-tag-class-not-found=2 25 | validation.translation-tei-class-not-found=2 26 | validation.translation-tei-class-not-instantiated=2 27 | validation.translation-tei-class-runtime-exception=2 28 | validation.translation-tei-message=1 29 | validation.translation-usebean-ambiguous-type-info=2 30 | validation.translation-usebean-invalid-id=2 31 | validation.translation-usebean-missing-type-info=1 32 | validation.use-project-settings=true 33 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.project.facet.core.prefs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /.springBeans: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 5 | 6 | 7 | 8 | 9 | 10 | WebRoot/WEB-INF/applicationContext.xml 11 | 12 | 13 | 14 | 2.0 15 | 16 | -------------------------------------------------------------------------------- /WebRoot/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | 3 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/adminAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/adminAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/docAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/docAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/gonggaoAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/gonggaoAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/indexAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/indexAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/liuyanAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/liuyanAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/shipinAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/shipinAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/stuAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/stuAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/teaAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/teaAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/zuoyesAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/zuoyesAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/action/zuoyetAction.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/action/zuoyetAction.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TAdminDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TAdminDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TDocDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TDocDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TGonggaoDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TGonggaoDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TLiuyanDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TLiuyanDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TShipinDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TShipinDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TStuDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TStuDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TTeaDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TTeaDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TZuoyesDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TZuoyesDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/dao/TZuoyetDAO.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/dao/TZuoyetDAO.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TAdmin.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TAdmin.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TAdmin.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TDoc.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TDoc.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TDoc.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TGonggao.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TGonggao.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TGonggao.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TLiuyan.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TLiuyan.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TLiuyan.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TShipin.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TShipin.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TShipin.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TStu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TStu.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TStu.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TTea.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TTea.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TZuoyes.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TZuoyes.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TZuoyes.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TZuoyet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/model/TZuoyet.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/model/TZuoyet.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/service/loginService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/service/loginService.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/util/Util.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/util/Util.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/util/safeFileter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/util/safeFileter.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/classes/com/util/upload.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/classes/com/util/upload.class -------------------------------------------------------------------------------- /WebRoot/WEB-INF/dwr.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/antlr-2.7.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/antlr-2.7.6.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/aopalliance-1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/aopalliance-1.0.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/asm.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/asm.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/aspectjweaver-1.6.9.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/aspectjweaver-1.6.9.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/c3p0-0.9.1.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/cglib-2.1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/cglib-2.1.3.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/cglib-2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/cglib-2.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/cglib-nodep-2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/cglib-nodep-2.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-collections-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-collections-3.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-collections-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-collections-3.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-dbcp-1.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-dbcp-1.2.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-dbcp-1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-dbcp-1.4.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-fileupload.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-fileupload.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-io-1.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-io.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-io.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-pool-1.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-pool-1.3.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-pool-1.5.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/commons-pool-1.5.3.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/dom4j-1.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/dom4j-1.6.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/dwr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/dwr.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/ehcache-1.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/ehcache-1.2.3.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/fckeditor-java-core-2.4.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/fckeditor-java-core-2.4.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/freemarker-2.3.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/freemarker-2.3.8.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/hibernate3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/hibernate3.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/javaee.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/javaee.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/javassist-3.9.0.GA.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/javassist-3.9.0.GA.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/javax.servlet.jsp.jstl.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jspsmartupload.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/jspsmartupload.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jstl-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/jstl-1.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jstl-impl-1.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/jstl-impl-1.2.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jta-1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/jta-1.1.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jta.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/jta.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/log4j-1.2.14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/log4j-1.2.14.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/log4j-1.2.16.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/log4j-1.2.16.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mysql-connector-java-8.0.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/mysql-connector-java-8.0.15.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/ognl-2.6.11.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/ognl-2.6.11.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/ojdbc14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/ojdbc14.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.aop-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.aop-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.asm-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.asm-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.aspects-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.aspects-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.beans-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.beans-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.context-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.context-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.context.support-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.context.support-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.core-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.core-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.expression-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.expression-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.instrument-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.instrument-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.instrument.tomcat-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.instrument.tomcat-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.jdbc-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.jdbc-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.orm-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.orm-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/org.springframework.transaction-3.1.1.RELEASE.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/org.springframework.transaction-3.1.1.RELEASE.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/slf4j-api-1.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/slf4j-api-1.5.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/slf4j-api-1.5.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/slf4j-api-1.5.8.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/slf4j-log4j12-1.5.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/slf4j-log4j12-1.5.8.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/slf4j-simple-1.5.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/slf4j-simple-1.5.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/spring-hibernate3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/spring-hibernate3.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/spring.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/spring.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/sqljdbc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/sqljdbc.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/struts2-core-2.0.11.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/struts2-core-2.0.11.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/struts2-spring-plugin-2.0.11.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/struts2-spring-plugin-2.0.11.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/xwork-2.0.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/WEB-INF/lib/xwork-2.0.5.jar -------------------------------------------------------------------------------- /WebRoot/admin/gonggao/gonggaoDetail.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> 2 | <%@ page isELIgnored="false" %> 3 | <%@ taglib prefix="s" uri="/struts-tags"%> 4 | <%@ taglib uri="http://java.fckeditor.net" prefix="FCK"%> 5 | <% 6 | String path = request.getContextPath(); 7 | %> 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 29 | 30 |
27 | 28 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /WebRoot/admin/index.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html; charset=utf-8" language="java" errorPage="error.jsp" %> 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 | 17 | 18 | -------------------------------------------------------------------------------- /WebRoot/admin/index/sysPro.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/admin/index/sysPro.jsp -------------------------------------------------------------------------------- /WebRoot/common/msg.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" 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 | <%@ page isELIgnored="false" %> 5 | <% 6 | String path = request.getContextPath(); 7 | String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; 8 | %> 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
${requestScope.msg}
22 | 23 | 24 | -------------------------------------------------------------------------------- /WebRoot/common/succeed.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" pageEncoding="UTF-8"%> 2 | <%@ taglib prefix="s" uri="/struts-tags"%> 3 | <% 4 | String path = request.getContextPath(); 5 | String basePath = request.getScheme() + "://" 6 | + request.getServerName() + ":" + request.getServerPort() 7 | + path + "/"; 8 | %> 9 | 10 | 11 | 12 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /WebRoot/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/css/base.css -------------------------------------------------------------------------------- /WebRoot/css/leftMenu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/css/leftMenu.css -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/_plugins/findreplace/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/_plugins/findreplace/find.gif -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/_plugins/findreplace/replace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/_plugins/findreplace/replace.gif -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/adobeair/icons/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/adobeair/icons/128.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/adobeair/icons/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/adobeair/icons/16.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/adobeair/icons/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/adobeair/icons/32.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/adobeair/icons/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/adobeair/icons/48.png -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/adobeair/sample01_cert.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/adobeair/sample01_cert.pfx -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/afp/fck.afpa: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/default.html: -------------------------------------------------------------------------------- 1 | 3 | 25 | 26 | 27 | FCKeditor - Samples 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/html/assets/sample16.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/html/assets/sample16.fla -------------------------------------------------------------------------------- /WebRoot/fckeditor/_samples/html/assets/sample16.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/_samples/html/assets/sample16.swf -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/behaviors/disablehandles.htc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/behaviors/showtableborders.htc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_address.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_blockquote.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_div.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_h1.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_h2.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_h3.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_h4.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_h5.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_h6.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_p.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/block_pre.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/fck_anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/fck_anchor.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/fck_flashlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/fck_flashlogo.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/fck_hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/fck_hiddenfield.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/fck_pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/fck_pagebreak.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/css/images/fck_plugin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/css/images/fck_plugin.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/common/images/locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/common/images/locked.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/common/images/reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/common/images/reset.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/common/images/unlocked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/common/images/unlocked.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_about/logo_fredck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_about/logo_fredck.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_template/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_template/images/template1.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_template/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_template/images/template2.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dialog/fck_template/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/dialog/fck_template/images/template3.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/dtd/fck_dtd_test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | DTD Test Page 5 | 10 | 11 | 12 | 13 | 14 |

15 | DTD Contents 16 |

17 | 18 | 39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/Folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/Folder.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/Folder32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/Folder32.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/html.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/js.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/js.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/png.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/png.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/browser/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/filemanager/browser/default/images/spacer.gif -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/connectors/cfm/connector.cfm: -------------------------------------------------------------------------------- 1 | 2 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/filemanager/connectors/cfm/upload.cfm: -------------------------------------------------------------------------------- 1 | 2 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/anchor.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/arrow_ltr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/arrow_ltr.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/arrow_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/arrow_rtl.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/angel_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/angry_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/broken_heart.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/cake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/cake.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/confused_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/cry_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/devil_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/embaressed_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/envelope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/envelope.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/heart.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/kiss.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/lightbulb.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/omg_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/regular_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/sad_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/shades_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/teeth_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/thumbs_down.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/thumbs_up.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/tounge_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/smiley/msn/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/smiley/msn/wink_smile.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/images/spacer.gif -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/plugins/placeholder/placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/plugins/placeholder/placeholder.gif -------------------------------------------------------------------------------- /WebRoot/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 | -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/fck_strip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/fck_strip.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/dialog.sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/dialog.sides.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/dialog.sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/dialog.sides.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/dialog.sides.rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/dialog.sides.rtl.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/sprites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/sprites.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/sprites.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.arrowright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.arrowright.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.collapse.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.end.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.expand.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.separator.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/default/images/toolbar.start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/default/images/toolbar.start.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/fck_strip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/fck_strip.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/dialog.sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/dialog.sides.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/dialog.sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/dialog.sides.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/sprites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/sprites.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/sprites.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.bg.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.end.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.expand.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.separator.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/office2003/images/toolbar.start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/office2003/images/toolbar.start.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/fck_strip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/fck_strip.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/dialog.sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/dialog.sides.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/dialog.sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/dialog.sides.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/sprites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/sprites.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/sprites.png -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.collapse.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.end.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.expand.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.separator.gif -------------------------------------------------------------------------------- /WebRoot/fckeditor/editor/skins/silver/images/toolbar.start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fckeditor/editor/skins/silver/images/toolbar.start.gif -------------------------------------------------------------------------------- /WebRoot/fonts/DroidSans-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fonts/DroidSans-webfont.eot -------------------------------------------------------------------------------- /WebRoot/fonts/DroidSans-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fonts/DroidSans-webfont.woff -------------------------------------------------------------------------------- /WebRoot/fonts/NewsCycle-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fonts/NewsCycle-Regular.eot -------------------------------------------------------------------------------- /WebRoot/fonts/NewsCycle-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/fonts/NewsCycle-Regular.ttf -------------------------------------------------------------------------------- /WebRoot/images/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/alarm.png -------------------------------------------------------------------------------- /WebRoot/images/arrows-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/arrows-white.png -------------------------------------------------------------------------------- /WebRoot/images/basket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/basket.png -------------------------------------------------------------------------------- /WebRoot/images/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/bullet.png -------------------------------------------------------------------------------- /WebRoot/images/card_gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/card_gift.png -------------------------------------------------------------------------------- /WebRoot/images/changepoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/changepoint.png -------------------------------------------------------------------------------- /WebRoot/images/changepwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/changepwd.png -------------------------------------------------------------------------------- /WebRoot/images/charngecard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/charngecard.png -------------------------------------------------------------------------------- /WebRoot/images/chart_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/chart_bar.png -------------------------------------------------------------------------------- /WebRoot/images/coins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/coins.png -------------------------------------------------------------------------------- /WebRoot/images/coins_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/coins_add.png -------------------------------------------------------------------------------- /WebRoot/images/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/date.png -------------------------------------------------------------------------------- /WebRoot/images/datelog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/datelog.png -------------------------------------------------------------------------------- /WebRoot/images/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/facebook.png -------------------------------------------------------------------------------- /WebRoot/images/foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/foot.png -------------------------------------------------------------------------------- /WebRoot/images/footbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/footbg.png -------------------------------------------------------------------------------- /WebRoot/images/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/gear.png -------------------------------------------------------------------------------- /WebRoot/images/graphic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/graphic.jpg -------------------------------------------------------------------------------- /WebRoot/images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/group.png -------------------------------------------------------------------------------- /WebRoot/images/h2Bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/h2Bg.gif -------------------------------------------------------------------------------- /WebRoot/images/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/heart.png -------------------------------------------------------------------------------- /WebRoot/images/help.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/help.jpg -------------------------------------------------------------------------------- /WebRoot/images/keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/keyboard.png -------------------------------------------------------------------------------- /WebRoot/images/level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/level.png -------------------------------------------------------------------------------- /WebRoot/images/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/line.png -------------------------------------------------------------------------------- /WebRoot/images/link_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/link_bg.jpg -------------------------------------------------------------------------------- /WebRoot/images/link_ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/link_ng.png -------------------------------------------------------------------------------- /WebRoot/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/lock.png -------------------------------------------------------------------------------- /WebRoot/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/logo.png -------------------------------------------------------------------------------- /WebRoot/images/menuClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/menuClose.png -------------------------------------------------------------------------------- /WebRoot/images/menuOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/menuOpen.png -------------------------------------------------------------------------------- /WebRoot/images/menuhide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/menuhide.png -------------------------------------------------------------------------------- /WebRoot/images/menuitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/menuitem.png -------------------------------------------------------------------------------- /WebRoot/images/menutop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/menutop.png -------------------------------------------------------------------------------- /WebRoot/images/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/message.png -------------------------------------------------------------------------------- /WebRoot/images/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/mobile.png -------------------------------------------------------------------------------- /WebRoot/images/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/mouse.png -------------------------------------------------------------------------------- /WebRoot/images/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/no.gif -------------------------------------------------------------------------------- /WebRoot/images/pc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/pc.png -------------------------------------------------------------------------------- /WebRoot/images/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/point.png -------------------------------------------------------------------------------- /WebRoot/images/privilege.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/privilege.png -------------------------------------------------------------------------------- /WebRoot/images/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/report.png -------------------------------------------------------------------------------- /WebRoot/images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/rss.png -------------------------------------------------------------------------------- /WebRoot/images/shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/shop.png -------------------------------------------------------------------------------- /WebRoot/images/shopping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/shopping.png -------------------------------------------------------------------------------- /WebRoot/images/skins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/skins.png -------------------------------------------------------------------------------- /WebRoot/images/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/sms.png -------------------------------------------------------------------------------- /WebRoot/images/smstmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/smstmp.png -------------------------------------------------------------------------------- /WebRoot/images/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/system.png -------------------------------------------------------------------------------- /WebRoot/images/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/table.png -------------------------------------------------------------------------------- /WebRoot/images/table_excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/table_excel.png -------------------------------------------------------------------------------- /WebRoot/images/telephone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/telephone.png -------------------------------------------------------------------------------- /WebRoot/images/telephone_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/telephone_no.png -------------------------------------------------------------------------------- /WebRoot/images/th_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/th_bg.jpg -------------------------------------------------------------------------------- /WebRoot/images/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/top.png -------------------------------------------------------------------------------- /WebRoot/images/topbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/topbar.png -------------------------------------------------------------------------------- /WebRoot/images/topleft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/topleft.jpg -------------------------------------------------------------------------------- /WebRoot/images/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/twitter.png -------------------------------------------------------------------------------- /WebRoot/images/vcard_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/vcard_add.png -------------------------------------------------------------------------------- /WebRoot/images/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/weixin.png -------------------------------------------------------------------------------- /WebRoot/images/xtgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/images/xtgg.png -------------------------------------------------------------------------------- /WebRoot/img/dialogclose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/img/dialogclose.gif -------------------------------------------------------------------------------- /WebRoot/img/head-mark4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/img/head-mark4.gif -------------------------------------------------------------------------------- /WebRoot/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/img/loading.gif -------------------------------------------------------------------------------- /WebRoot/img/top12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/img/top12.jpg -------------------------------------------------------------------------------- /WebRoot/loginSuccess.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | <%@ taglib prefix="s" uri="/struts-tags"%> 3 | <% 4 | String path = request.getContextPath(); 5 | %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 26 |








27 |
页面跳转中
28 | 29 | 30 | -------------------------------------------------------------------------------- /WebRoot/qiantai/default.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 | 17 | 18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /WebRoot/qiantai/top.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 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /WebRoot/upload/1323404877500.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/upload/1323404877500.doc -------------------------------------------------------------------------------- /WebRoot/upload/1336462829368.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/WebRoot/upload/1336462829368.avi -------------------------------------------------------------------------------- /WebRoot/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 |
31 | 32 | 33 |
34 | 35 | 36 | -------------------------------------------------------------------------------- /WebRoot/upload/upload_re.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> 2 | <%@ taglib prefix="s" uri="/struts-tags"%> 3 | <%@ page isELIgnored="false" %> 4 | 5 | <% 6 | String path = request.getContextPath(); 7 | %> 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 上传完毕
22 |
23 |
24 | 25 | 26 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /src/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | 3 | -------------------------------------------------------------------------------- /src/com/action/adminAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/adminAction.java -------------------------------------------------------------------------------- /src/com/action/docAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/docAction.java -------------------------------------------------------------------------------- /src/com/action/gonggaoAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/gonggaoAction.java -------------------------------------------------------------------------------- /src/com/action/indexAction.java: -------------------------------------------------------------------------------- 1 | package com.action; 2 | 3 | import java.util.List; 4 | import java.util.Map; 5 | 6 | import org.apache.struts2.ServletActionContext; 7 | 8 | import com.dao.TGonggaoDAO; 9 | import com.opensymphony.xwork2.ActionContext; 10 | import com.opensymphony.xwork2.ActionSupport; 11 | 12 | public class indexAction extends ActionSupport 13 | { 14 | private TGonggaoDAO gonggaoDAO; 15 | 16 | public TGonggaoDAO getGonggaoDAO() 17 | { 18 | return gonggaoDAO; 19 | } 20 | 21 | public void setGonggaoDAO(TGonggaoDAO gonggaoDAO) 22 | { 23 | this.gonggaoDAO = gonggaoDAO; 24 | } 25 | 26 | public String index() 27 | { 28 | List gonggaoList =gonggaoDAO.findAll(); 29 | Map session=ActionContext.getContext().getSession(); 30 | session.put("gonggaoList", gonggaoList); 31 | 32 | return ActionSupport.SUCCESS; 33 | } 34 | } -------------------------------------------------------------------------------- /src/com/action/liuyanAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/liuyanAction.java -------------------------------------------------------------------------------- /src/com/action/shipinAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/shipinAction.java -------------------------------------------------------------------------------- /src/com/action/stuAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/stuAction.java -------------------------------------------------------------------------------- /src/com/action/teaAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/teaAction.java -------------------------------------------------------------------------------- /src/com/action/zuoyesAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/zuoyesAction.java -------------------------------------------------------------------------------- /src/com/action/zuoyetAction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/action/zuoyetAction.java -------------------------------------------------------------------------------- /src/com/model/TAdmin.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /src/com/model/TAdmin.java: -------------------------------------------------------------------------------- 1 | package com.model; 2 | 3 | /** 4 | * TAdmin generated by MyEclipse Persistence Tools 5 | */ 6 | 7 | public class TAdmin implements java.io.Serializable { 8 | 9 | // Fields 10 | 11 | private Integer userId; 12 | 13 | private String userName; 14 | 15 | private String userPw; 16 | 17 | // Constructors 18 | 19 | /** default constructor */ 20 | public TAdmin() { 21 | } 22 | 23 | /** full constructor */ 24 | public TAdmin(String userName, String userPw) { 25 | this.userName = userName; 26 | this.userPw = userPw; 27 | } 28 | 29 | // Property accessors 30 | 31 | 32 | public String getUserName() { 33 | return this.userName; 34 | } 35 | 36 | public void setUserName(String userName) { 37 | this.userName = userName; 38 | } 39 | 40 | public String getUserPw() { 41 | return this.userPw; 42 | } 43 | 44 | public void setUserPw(String userPw) { 45 | this.userPw = userPw; 46 | } 47 | 48 | public Integer getUserId() 49 | { 50 | return userId; 51 | } 52 | 53 | public void setUserId(Integer userId) 54 | { 55 | this.userId = userId; 56 | } 57 | 58 | } -------------------------------------------------------------------------------- /src/com/model/TDoc.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/com/model/TDoc.java: -------------------------------------------------------------------------------- 1 | package com.model; 2 | 3 | /** 4 | * TDoc generated by MyEclipse Persistence Tools 5 | */ 6 | 7 | public class TDoc implements java.io.Serializable 8 | { 9 | 10 | private Integer id; 11 | private String mingcheng; 12 | private String fujian; 13 | private String fujianYuanshiming; 14 | 15 | private String shijian; 16 | private String del; 17 | 18 | public String getDel() 19 | { 20 | return del; 21 | } 22 | public void setDel(String del) 23 | { 24 | this.del = del; 25 | } 26 | public String getFujian() 27 | { 28 | return fujian; 29 | } 30 | public void setFujian(String fujian) 31 | { 32 | this.fujian = fujian; 33 | } 34 | public String getFujianYuanshiming() 35 | { 36 | return fujianYuanshiming; 37 | } 38 | public void setFujianYuanshiming(String fujianYuanshiming) 39 | { 40 | this.fujianYuanshiming = fujianYuanshiming; 41 | } 42 | public Integer getId() 43 | { 44 | return id; 45 | } 46 | public void setId(Integer id) 47 | { 48 | this.id = id; 49 | } 50 | public String getMingcheng() 51 | { 52 | return mingcheng; 53 | } 54 | public void setMingcheng(String mingcheng) 55 | { 56 | this.mingcheng = mingcheng; 57 | } 58 | public String getShijian() 59 | { 60 | return shijian; 61 | } 62 | public void setShijian(String shijian) 63 | { 64 | this.shijian = shijian; 65 | } 66 | 67 | } -------------------------------------------------------------------------------- /src/com/model/TGonggao.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /src/com/model/TGonggao.java: -------------------------------------------------------------------------------- 1 | package com.model; 2 | 3 | import java.util.Date; 4 | 5 | /** 6 | * TGonggao generated by MyEclipse Persistence Tools 7 | */ 8 | 9 | public class TGonggao implements java.io.Serializable 10 | { 11 | 12 | // Fields 13 | 14 | private Integer gonggaoId; 15 | 16 | private String gonggaoTitle; 17 | 18 | private String gonggaoContent; 19 | 20 | private String gonggaoData; 21 | 22 | private String gonggaoDel; 23 | 24 | public String getGonggaoContent() 25 | { 26 | return gonggaoContent; 27 | } 28 | 29 | public void setGonggaoContent(String gonggaoContent) 30 | { 31 | this.gonggaoContent = gonggaoContent; 32 | } 33 | 34 | public String getGonggaoData() 35 | { 36 | return gonggaoData; 37 | } 38 | 39 | public void setGonggaoData(String gonggaoData) 40 | { 41 | this.gonggaoData = gonggaoData; 42 | } 43 | 44 | public String getGonggaoDel() 45 | { 46 | return gonggaoDel; 47 | } 48 | 49 | public void setGonggaoDel(String gonggaoDel) 50 | { 51 | this.gonggaoDel = gonggaoDel; 52 | } 53 | 54 | public Integer getGonggaoId() 55 | { 56 | return gonggaoId; 57 | } 58 | 59 | public void setGonggaoId(Integer gonggaoId) 60 | { 61 | this.gonggaoId = gonggaoId; 62 | } 63 | 64 | public String getGonggaoTitle() 65 | { 66 | return gonggaoTitle; 67 | } 68 | 69 | public void setGonggaoTitle(String gonggaoTitle) 70 | { 71 | this.gonggaoTitle = gonggaoTitle; 72 | } 73 | 74 | 75 | } -------------------------------------------------------------------------------- /src/com/model/TLiuyan.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/com/model/TLiuyan.java: -------------------------------------------------------------------------------- 1 | package com.model; 2 | 3 | /** 4 | * TLiuyan generated by MyEclipse Persistence Tools 5 | */ 6 | 7 | public class TLiuyan implements java.io.Serializable 8 | { 9 | 10 | private Integer id; 11 | private String neirong; 12 | private String liuyanshi; 13 | private Integer stuId; 14 | 15 | private String huifu; 16 | private String huifushi; 17 | 18 | 19 | public String getHuifu() 20 | { 21 | return huifu; 22 | } 23 | public void setHuifu(String huifu) 24 | { 25 | this.huifu = huifu; 26 | } 27 | public String getHuifushi() 28 | { 29 | return huifushi; 30 | } 31 | public void setHuifushi(String huifushi) 32 | { 33 | this.huifushi = huifushi; 34 | } 35 | public Integer getId() 36 | { 37 | return id; 38 | } 39 | public void setId(Integer id) 40 | { 41 | this.id = id; 42 | } 43 | public String getLiuyanshi() 44 | { 45 | return liuyanshi; 46 | } 47 | public void setLiuyanshi(String liuyanshi) 48 | { 49 | this.liuyanshi = liuyanshi; 50 | } 51 | public String getNeirong() 52 | { 53 | return neirong; 54 | } 55 | public void setNeirong(String neirong) 56 | { 57 | this.neirong = neirong; 58 | } 59 | public Integer getStuId() 60 | { 61 | return stuId; 62 | } 63 | public void setStuId(Integer stuId) 64 | { 65 | this.stuId = stuId; 66 | } 67 | 68 | } -------------------------------------------------------------------------------- /src/com/model/TShipin.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | -------------------------------------------------------------------------------- /src/com/model/TStu.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /src/com/model/TTea.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /src/com/model/TZuoyes.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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 | 32 | 33 | -------------------------------------------------------------------------------- /src/com/model/TZuoyet.hbm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 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/service/loginService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/service/loginService.java -------------------------------------------------------------------------------- /src/com/util/Util.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Similalin/Student-Management-Information-System/f8ce7a405f21606a1944c6175c9fbff5eb7ba93d/src/com/util/Util.java -------------------------------------------------------------------------------- /src/com/util/safeFileter.java: -------------------------------------------------------------------------------- 1 | package com.util; 2 | 3 | import java.io.IOException; 4 | 5 | import javax.servlet.Filter; 6 | import javax.servlet.FilterChain; 7 | import javax.servlet.FilterConfig; 8 | import javax.servlet.ServletException; 9 | import javax.servlet.ServletRequest; 10 | import javax.servlet.ServletResponse; 11 | import javax.servlet.http.HttpServletRequest; 12 | import javax.servlet.http.HttpServletResponse; 13 | 14 | public class safeFileter implements Filter { 15 | 16 | public void destroy() 17 | { 18 | 19 | } 20 | 21 | public void doFilter(ServletRequest arg0, ServletResponse arg1,FilterChain arg2) throws IOException, ServletException 22 | { 23 | HttpServletRequest request=(HttpServletRequest)arg0; 24 | HttpServletResponse response=(HttpServletResponse)arg1; 25 | if(request.getSession().getAttribute("admin")==null) 26 | { 27 | String path=request.getContentType(); 28 | response.sendRedirect(path+"/error1.html"); 29 | } 30 | else 31 | { 32 | arg2.doFilter(request,response); 33 | } 34 | } 35 | 36 | /*web.xml 37 | 38 | safeFileter 39 | com.bookstore.util.safeFilter 40 | 41 | 42 | safeFileter 43 | /jsp 44 | */ 45 | 46 | 47 | 48 | public void init(FilterConfig arg0) throws ServletException 49 | { 50 | 51 | 52 | 53 | } 54 | 55 | } 56 | --------------------------------------------------------------------------------