├── WebRoot ├── excel │ └── test ├── word │ └── test ├── META-INF │ └── MANIFEST.MF ├── images │ ├── cz.gif │ ├── dl.gif │ ├── no.png │ ├── ok.png │ ├── sj.gif │ ├── tb.gif │ ├── add.gif │ ├── del.gif │ ├── edit.gif │ ├── ico.png │ ├── pass.gif │ ├── quit.gif │ ├── user.gif │ ├── main_01.gif │ ├── main_03.gif │ ├── main_05.gif │ ├── main_06.gif │ ├── main_07.gif │ ├── main_10.gif │ ├── main_11.gif │ ├── main_13.gif │ ├── main_15.gif │ ├── main_17.gif │ ├── main_19.gif │ ├── main_21.gif │ ├── main_28.gif │ ├── main_29.gif │ ├── main_30.gif │ ├── main_31.gif │ ├── main_32.gif │ ├── main_34.gif │ ├── main_35.gif │ ├── main_43.gif │ ├── main_69.gif │ ├── main_71.gif │ ├── main_72.gif │ ├── main_74.gif │ ├── tab_bg.gif │ ├── checkcode.png │ ├── login_03.gif │ ├── login_04.gif │ ├── login_06.gif │ ├── login_07.gif │ ├── login_08.gif │ ├── login_09.gif │ ├── login_10.gif │ └── login_11.gif ├── pic │ ├── about.jpg │ ├── backup.png │ ├── recovery.png │ ├── welcome.jpg │ └── border │ │ ├── 404.jpg │ │ ├── a_1.gif │ │ ├── a_2.gif │ │ ├── a_3.gif │ │ ├── a_4.gif │ │ ├── b_1.gif │ │ ├── b_4.gif │ │ ├── c_1.gif │ │ ├── c_4.gif │ │ ├── d_1.gif │ │ ├── d_2.gif │ │ ├── d_3.gif │ │ └── d_4.gif ├── tracklock.jsp ├── css │ ├── themes │ │ └── base │ │ │ ├── jquery.ui.all.css │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.base.css │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.dialog.css │ │ │ ├── jquery.ui.tabs.css │ │ │ ├── jquery.ui.core.css │ │ │ └── jquery.ui.button.css │ ├── jquery-ui-timepicker-addon.css │ ├── subcss.css │ └── style.css ├── download_word.jsp ├── group_success.jsp ├── js │ ├── images │ │ ├── help.gif │ │ ├── info.gif │ │ ├── buticon.gif │ │ ├── title.gif │ │ ├── window.gif │ │ ├── dialog_bg.jpg │ │ ├── dialog_cb.gif │ │ ├── dialog_cb.png │ │ ├── dialog_ct.gif │ │ ├── dialog_ct.png │ │ ├── dialog_lb.gif │ │ ├── dialog_lb.png │ │ ├── dialog_lt.gif │ │ ├── dialog_lt.png │ │ ├── dialog_rb.gif │ │ ├── dialog_rb.png │ │ ├── dialog_rt.gif │ │ ├── dialog_rt.png │ │ ├── important.gif │ │ ├── dialog_mlm.gif │ │ ├── dialog_mlm.png │ │ ├── dialog_mrm.gif │ │ ├── dialog_mrm.png │ │ ├── icon_alert.gif │ │ ├── icon_dialog.gif │ │ ├── icon_query.gif │ │ ├── dialog_closebtn.gif │ │ ├── dialog_closebtn_over.gif │ │ └── dir.txt │ ├── jquery.alerts.js │ ├── MarkShowHidden.js │ ├── js.js │ ├── jquery-ui-timepicker-zh-CN.js │ ├── GameManageGetGroup.js │ ├── GameManageGetItem.js │ ├── jquery.alerts.css │ └── GameManagePrintScan.js ├── WEB-INF │ ├── lib │ │ ├── jstl.jar │ │ ├── date4j.jar │ │ ├── poi-3.8.jar │ │ ├── iTextAsian.jar │ │ ├── jspsmart.jar │ │ ├── standard.jar │ │ ├── commons-lang.jar │ │ ├── itext-2.1.5.jar │ │ ├── log4j-1.2.15.jar │ │ ├── commons-logging.jar │ │ ├── ezmorph-1.0.6.jar │ │ ├── itext-rtf-2.1.4.jar │ │ ├── patchca-0.5.0.jar │ │ ├── proxool-cglib.jar │ │ ├── commons-beanutils.jar │ │ ├── proxool-0.9.0RC3.jar │ │ ├── json-lib-2.4-jdk15.jar │ │ ├── commons-collections-3.2.jar │ │ └── mysql-connector-java-5.0.0-beta-bin.jar │ └── proxool.xml ├── My97DatePicker │ ├── skin │ │ ├── datePicker.gif │ │ ├── default │ │ │ └── img.gif │ │ ├── whyGreen │ │ │ ├── bg.jpg │ │ │ └── img.gif │ │ └── WdatePicker.css │ └── lang │ │ ├── en.js │ │ ├── zh-cn.js │ │ └── zh-tw.js ├── set_sturecord.jsp ├── apply_playershow.jsp ├── apply_queryshow.jsp ├── main.jsp ├── gamemanageathleteupload.jsp ├── down.html ├── center.html ├── show_update_runway.jsp ├── downloads.jsp ├── download.jsp ├── apply_listinfo.jsp ├── apply_infolist.jsp ├── apply_groupitem.jsp └── update_runway.jsp ├── .gitignore ├── README ├── .settings ├── org.eclipse.wst.jsdt.ui.superType.name ├── org.eclipse.wst.jsdt.ui.superType.container ├── com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs ├── org.eclipse.ltk.core.refactoring.prefs ├── org.eclipse.core.resources.prefs ├── .jsdtscope ├── org.eclipse.jdt.core.prefs └── com.genuitec.eclipse.j2eedt.core.prefs ├── src ├── log4j.properties ├── db.properties └── cn │ └── edu │ └── hbcit │ └── smms │ ├── pojo │ ├── fildPlayerNumPojo.java │ ├── Track1500PlayerPojo.java │ ├── T_groupPojo.java │ ├── FinalitemGroup.java │ ├── CPItemPojo.java │ ├── Group.java │ ├── GameLookPojo.java │ ├── Group2item.java │ ├── GetPlayerNumber.java │ ├── Stujudge.java │ ├── GroupRunwayInfo.java │ ├── Fieldjudge.java │ ├── FildItemJudge.java │ ├── StudentJudgePojo.java │ ├── ManageItemPJ.java │ ├── ManageGroupPJ.java │ ├── GameDatePlanPojo.java │ ├── ManagerMarkPJ.java │ ├── Group2itemPojo.java │ ├── FildJudgePojo.java │ ├── Group2Sports.java │ ├── Sports2department.java │ ├── SportRecordPojo.java │ ├── PlayerPojo.java │ ├── PlayerNum.java │ ├── T_finalitemPojo.java │ ├── QueryMarkPoJo.java │ ├── Item.java │ ├── Department.java │ ├── QueryAllMarksPlayerMsg.java │ ├── Player.java │ ├── QueryPageData.java │ ├── GameManageCheckTablePojo.java │ ├── Sports.java │ ├── QuerySeInfoData.java │ └── Rule.java │ ├── services │ ├── createprogramservices │ │ ├── SetWordServices.java │ │ ├── AdjustByHandServices.java │ │ ├── WordDemoService.java │ │ └── GameGroupingServices.java │ ├── gamemanageservices │ │ ├── GetMessageservices.java │ │ ├── AddScoreServices.java │ │ ├── GetConditonServices.java │ │ ├── MarkManangerBeanServices.java │ │ ├── GameManageCheckTableServices.java │ │ └── GameManageServices.java │ ├── gamesetservices │ │ ├── DaHuiJiLvServices.java │ │ ├── SetServices.java │ │ ├── FieldjudgeService.java │ │ └── UpdateOfficialSetService.java │ ├── gameapplyservices │ │ ├── AddTeamleaderService.java │ │ └── SelGameApplyService.java │ ├── loginservices │ │ └── LoginService.java │ └── gamequeryservices │ │ └── GameQueryServices.java │ ├── dao │ ├── systemmanagedao │ │ └── RightsDAO.java │ ├── databasedao │ │ └── DBTest.java │ ├── createprogramdao │ │ ├── SetWordConnUtil.java │ │ └── SelectItems.java │ ├── gamequerydao │ │ └── SelectTeamLeaderDao.java │ └── gameapplydao │ │ └── AddTeamleaderDAO.java │ ├── servlet │ ├── gamesetservlet │ │ ├── AddFiledItemJudgeServlet.java │ │ ├── UpdateFinalItemServlet.java │ │ ├── GetSportsInfoServlet.java │ │ ├── UpdatePlayernumServlet.java │ │ ├── ViewCreateRecordServlet.java │ │ ├── SelectStuentJudgeServlet.java │ │ ├── ViewAllRecordServlet.java │ │ ├── ViewPlayerNumServlet.java │ │ ├── RemoveRecordServlet.java │ │ ├── SeleteItemRecordSonServlet.java │ │ └── SeleteItemRecordServlet.java │ ├── loginservlet │ │ └── LogoutServlet.java │ ├── gamequeryservlet │ │ └── SelectTeamleaderServlet.java │ └── systemmanageservlet │ │ └── ViewAddAccountPageServlet.java │ ├── util │ └── OperateProperties.java │ └── filter │ └── LoginFilter.java ├── .mymetadata ├── .project └── .classpath /WebRoot/excel/test: -------------------------------------------------------------------------------- 1 | excel -------------------------------------------------------------------------------- /WebRoot/word/test: -------------------------------------------------------------------------------- 1 | word -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /class 2 | Thumbs.db -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | HBCIT Sports Meeting Management System (SMMS) -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /WebRoot/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /WebRoot/images/cz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/cz.gif -------------------------------------------------------------------------------- /WebRoot/images/dl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/dl.gif -------------------------------------------------------------------------------- /WebRoot/images/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/no.png -------------------------------------------------------------------------------- /WebRoot/images/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/ok.png -------------------------------------------------------------------------------- /WebRoot/images/sj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/sj.gif -------------------------------------------------------------------------------- /WebRoot/images/tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/tb.gif -------------------------------------------------------------------------------- /WebRoot/pic/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/about.jpg -------------------------------------------------------------------------------- /WebRoot/tracklock.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/tracklock.jsp -------------------------------------------------------------------------------- /src/log4j.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/src/log4j.properties -------------------------------------------------------------------------------- /WebRoot/css/themes/base/jquery.ui.all.css: -------------------------------------------------------------------------------- 1 | @import "jquery.ui.base.css"; 2 | @import "jquery.ui.theme.css"; 3 | -------------------------------------------------------------------------------- /WebRoot/images/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/add.gif -------------------------------------------------------------------------------- /WebRoot/images/del.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/del.gif -------------------------------------------------------------------------------- /WebRoot/images/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/edit.gif -------------------------------------------------------------------------------- /WebRoot/images/ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/ico.png -------------------------------------------------------------------------------- /WebRoot/images/pass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/pass.gif -------------------------------------------------------------------------------- /WebRoot/images/quit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/quit.gif -------------------------------------------------------------------------------- /WebRoot/images/user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/user.gif -------------------------------------------------------------------------------- /WebRoot/pic/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/backup.png -------------------------------------------------------------------------------- /WebRoot/pic/recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/recovery.png -------------------------------------------------------------------------------- /WebRoot/pic/welcome.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/welcome.jpg -------------------------------------------------------------------------------- /WebRoot/download_word.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/download_word.jsp -------------------------------------------------------------------------------- /WebRoot/group_success.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/group_success.jsp -------------------------------------------------------------------------------- /WebRoot/images/main_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_01.gif -------------------------------------------------------------------------------- /WebRoot/images/main_03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_03.gif -------------------------------------------------------------------------------- /WebRoot/images/main_05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_05.gif -------------------------------------------------------------------------------- /WebRoot/images/main_06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_06.gif -------------------------------------------------------------------------------- /WebRoot/images/main_07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_07.gif -------------------------------------------------------------------------------- /WebRoot/images/main_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_10.gif -------------------------------------------------------------------------------- /WebRoot/images/main_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_11.gif -------------------------------------------------------------------------------- /WebRoot/images/main_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_13.gif -------------------------------------------------------------------------------- /WebRoot/images/main_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_15.gif -------------------------------------------------------------------------------- /WebRoot/images/main_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_17.gif -------------------------------------------------------------------------------- /WebRoot/images/main_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_19.gif -------------------------------------------------------------------------------- /WebRoot/images/main_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_21.gif -------------------------------------------------------------------------------- /WebRoot/images/main_28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_28.gif -------------------------------------------------------------------------------- /WebRoot/images/main_29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_29.gif -------------------------------------------------------------------------------- /WebRoot/images/main_30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_30.gif -------------------------------------------------------------------------------- /WebRoot/images/main_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_31.gif -------------------------------------------------------------------------------- /WebRoot/images/main_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_32.gif -------------------------------------------------------------------------------- /WebRoot/images/main_34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_34.gif -------------------------------------------------------------------------------- /WebRoot/images/main_35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_35.gif -------------------------------------------------------------------------------- /WebRoot/images/main_43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_43.gif -------------------------------------------------------------------------------- /WebRoot/images/main_69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_69.gif -------------------------------------------------------------------------------- /WebRoot/images/main_71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_71.gif -------------------------------------------------------------------------------- /WebRoot/images/main_72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_72.gif -------------------------------------------------------------------------------- /WebRoot/images/main_74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/main_74.gif -------------------------------------------------------------------------------- /WebRoot/images/tab_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/tab_bg.gif -------------------------------------------------------------------------------- /WebRoot/js/images/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/help.gif -------------------------------------------------------------------------------- /WebRoot/js/images/info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/info.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/404.jpg -------------------------------------------------------------------------------- /WebRoot/pic/border/a_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/a_1.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/a_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/a_2.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/a_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/a_3.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/a_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/a_4.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/b_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/b_1.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/b_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/b_4.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/c_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/c_1.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/c_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/c_4.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/d_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/d_1.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/d_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/d_2.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/d_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/d_3.gif -------------------------------------------------------------------------------- /WebRoot/pic/border/d_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/pic/border/d_4.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jstl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/jstl.jar -------------------------------------------------------------------------------- /WebRoot/images/checkcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/checkcode.png -------------------------------------------------------------------------------- /WebRoot/images/login_03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_03.gif -------------------------------------------------------------------------------- /WebRoot/images/login_04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_04.gif -------------------------------------------------------------------------------- /WebRoot/images/login_06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_06.gif -------------------------------------------------------------------------------- /WebRoot/images/login_07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_07.gif -------------------------------------------------------------------------------- /WebRoot/images/login_08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_08.gif -------------------------------------------------------------------------------- /WebRoot/images/login_09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_09.gif -------------------------------------------------------------------------------- /WebRoot/images/login_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_10.gif -------------------------------------------------------------------------------- /WebRoot/images/login_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/images/login_11.gif -------------------------------------------------------------------------------- /WebRoot/js/images/buticon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/buticon.gif -------------------------------------------------------------------------------- /WebRoot/js/images/title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/title.gif -------------------------------------------------------------------------------- /WebRoot/js/images/window.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/window.gif -------------------------------------------------------------------------------- /WebRoot/js/jquery.alerts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/jquery.alerts.js -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/date4j.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/date4j.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/poi-3.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/poi-3.8.jar -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_bg.jpg -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_cb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_cb.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_cb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_cb.png -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_ct.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_ct.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_ct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_ct.png -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_lb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_lb.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_lb.png -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_lt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_lt.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_lt.png -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_rb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_rb.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_rb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_rb.png -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_rt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_rt.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_rt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_rt.png -------------------------------------------------------------------------------- /WebRoot/js/images/important.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/important.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/iTextAsian.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/iTextAsian.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jspsmart.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/jspsmart.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/standard.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/standard.jar -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_mlm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_mlm.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_mlm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_mlm.png -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_mrm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_mrm.gif -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_mrm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_mrm.png -------------------------------------------------------------------------------- /WebRoot/js/images/icon_alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/icon_alert.gif -------------------------------------------------------------------------------- /WebRoot/js/images/icon_dialog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/icon_dialog.gif -------------------------------------------------------------------------------- /WebRoot/js/images/icon_query.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/icon_query.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-lang.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/commons-lang.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/itext-2.1.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/itext-2.1.5.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/log4j-1.2.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/log4j-1.2.15.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-logging.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/commons-logging.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/ezmorph-1.0.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/ezmorph-1.0.6.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/itext-rtf-2.1.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/itext-rtf-2.1.4.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/patchca-0.5.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/patchca-0.5.0.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/proxool-cglib.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/proxool-cglib.jar -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_closebtn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_closebtn.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-beanutils.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/commons-beanutils.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/proxool-0.9.0RC3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/proxool-0.9.0RC3.jar -------------------------------------------------------------------------------- /WebRoot/My97DatePicker/skin/datePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/My97DatePicker/skin/datePicker.gif -------------------------------------------------------------------------------- /WebRoot/My97DatePicker/skin/default/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/My97DatePicker/skin/default/img.gif -------------------------------------------------------------------------------- /WebRoot/My97DatePicker/skin/whyGreen/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/My97DatePicker/skin/whyGreen/bg.jpg -------------------------------------------------------------------------------- /WebRoot/My97DatePicker/skin/whyGreen/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/My97DatePicker/skin/whyGreen/img.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/json-lib-2.4-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/json-lib-2.4-jdk15.jar -------------------------------------------------------------------------------- /WebRoot/js/images/dialog_closebtn_over.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/js/images/dialog_closebtn_over.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-collections-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/commons-collections-3.2.jar -------------------------------------------------------------------------------- /WebRoot/css/themes/base/jquery.ui.selectable.css: -------------------------------------------------------------------------------- 1 | /* Selectable 2 | ----------------------------------*/ 3 | .ui-selectable-helper { border:1px dotted black } 4 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mysql-connector-java-5.0.0-beta-bin.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hbcit2010software/hbcitsports/HEAD/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.0-beta-bin.jar -------------------------------------------------------------------------------- /.settings/com.genuitec.jboss.ide.eclipse.xdoclet.run.prefs: -------------------------------------------------------------------------------- 1 | #Tue Jul 17 01:21:43 CST 2012 2 | eclipse.preferences.version=1 3 | xdoclet.build.policy=automatic 4 | xdoclet.jdk.support=jdk5 5 | -------------------------------------------------------------------------------- /.settings/org.eclipse.ltk.core.refactoring.prefs: -------------------------------------------------------------------------------- 1 | #Tue Jul 17 01:21:43 CST 2012 2 | eclipse.preferences.version=1 3 | org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false 4 | -------------------------------------------------------------------------------- /src/db.properties: -------------------------------------------------------------------------------- 1 | #说明:-uroot为mysql用户名 -proot为mysql密码 smms为库名;注意更改mysql服务器IP 2 | backupStr=mysqldump -uroot -proot --set-charset=utf8 smms 3 | recoveryStr=mysql -h 127.0.0.1 -uroot -proot smms -------------------------------------------------------------------------------- /WebRoot/css/themes/base/jquery.ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* Progressbar 2 | ----------------------------------*/ 3 | .ui-progressbar { height:2em; text-align: left; } 4 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /WebRoot/My97DatePicker/skin/WdatePicker.css: -------------------------------------------------------------------------------- 1 | .Wdate{ 2 | border:#999 1px solid; 3 | height:20px; 4 | background:#fff url(datePicker.gif) no-repeat right; 5 | } 6 | 7 | .WdateFmtErr{ 8 | font-weight:bold; 9 | color:red; 10 | } -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Sun Nov 11 15:56:47 CST 2012 2 | eclipse.preferences.version=1 3 | encoding//WebRoot/js/GameManagePrintScan.js=UTF-8 4 | encoding//WebRoot/js/mark_manager.js=UTF-8 5 | encoding//WebRoot/js/zDialog_inner.js=UTF-8 6 | encoding/src=UTF-8 7 | -------------------------------------------------------------------------------- /WebRoot/js/MarkShowHidden.js: -------------------------------------------------------------------------------- 1 | //层的显示 2 | function showDepartDiv(){ 3 | $("#departDiv").show(); 4 | $("#itemDiv").hide(); 5 | } 6 | function showItemDiv(){ 7 | $("#itemDiv").show(); 8 | $("#departDiv").hide(); 9 | } 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /WebRoot/js/js.js: -------------------------------------------------------------------------------- 1 | function form_submit(){ 2 | document.getElementById("login").submit(); 3 | } 4 | function form_reset(){ 5 | document.getElementById("login").reset(); 6 | } 7 | function reloadcode(){ 8 | var verify=document.getElementById('safecode'); 9 | verify.setAttribute('src','code.php?'+Math.random()); 10 | } -------------------------------------------------------------------------------- /WebRoot/set_sturecord.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> 2 | 3 | 4 |
5 | 6 | 7 || 21 | | 22 | | 23 | |
| 21 | | 22 | | 23 | | 24 | | 25 | |
| 第几组 | 部门名称(跑道) |
| ${ temp.groupNum } | ${ temp.players } | 33 |
| 本届参赛组别 | 37 |本届参赛项目 | 38 |
| ${msg.groupname } | 42 |
43 | 46 | |
49 |
| 本届参赛组别 | 37 |本届参赛项目 | 38 |
| ${msg.groupname } | 42 |
43 | 46 | |
49 |
| 本届参赛组别 | 41 |本届参赛项目 | 42 |
| ${msg.groupname } | 46 |
47 | 50 | |
53 |
| 57 | | 58 | |