实例介绍
史上最全得javaEE网站管理系统,采用jsp+servlet+javabean+sql开发模式,页面完全采用标签,标准的mvc开发,可扩展性强,可以运行。
【实例截图】
【核心代码】
jeecms(1)
├── CmsSys
│ ├── 403.html
│ ├── 404.html
│ ├── 500.html
│ ├── WEB-INF
│ │ ├── arti_sys
│ │ │ ├── arti
│ │ │ │ ├── add.html
│ │ │ │ ├── check_list.html
│ │ │ │ ├── checked_list.html
│ │ │ │ ├── contribute_list.html
│ │ │ │ ├── draft_list.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── list.html
│ │ │ │ ├── my_list.html
│ │ │ │ ├── reject_list.html
│ │ │ │ └── view.html
│ │ │ ├── chnl
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── chnl_category
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── guest
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── guest_group
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── rcm_group
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── rcm_item
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── special_topic
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── sys_value
│ │ │ │ └── edit.html
│ │ │ ├── tpl_incl
│ │ │ │ ├── add.html
│ │ │ │ ├── baklist.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tpl_inde
│ │ │ │ ├── add.html
│ │ │ │ ├── baklist.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tpl_page
│ │ │ │ ├── add.html
│ │ │ │ ├── baklist.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ └── tpl_part
│ │ │ ├── add.html
│ │ │ ├── baklist.html
│ │ │ ├── edit.html
│ │ │ └── list.html
│ │ ├── classes
│ │ │ ├── applicationContext.xml
│ │ │ ├── com
│ │ │ │ └── jeecms
│ │ │ │ ├── arti
│ │ │ │ │ ├── action
│ │ │ │ │ │ └── ArticleAct-conversion.properties
│ │ │ │ │ ├── applicationContext-arti-admin.xml
│ │ │ │ │ ├── applicationContext-arti-ajax.xml
│ │ │ │ │ ├── applicationContext-arti-dev.xml
│ │ │ │ │ ├── applicationContext-arti-guest.xml
│ │ │ │ │ ├── applicationContext-arti-tag.xml
│ │ │ │ │ ├── entity
│ │ │ │ │ │ ├── ArtiGuest.hbm.xml
│ │ │ │ │ │ ├── ArtiGuestGroup.hbm.xml
│ │ │ │ │ │ ├── Article.hbm.xml
│ │ │ │ │ │ └── CheckLog.hbm.xml
│ │ │ │ │ ├── struts-arti-admin.xml
│ │ │ │ │ ├── struts-arti-ajax.xml
│ │ │ │ │ ├── struts-arti-default.xml
│ │ │ │ │ ├── struts-arti-guest.xml
│ │ │ │ │ └── struts-arti-tag.xml
│ │ │ │ ├── cms
│ │ │ │ │ ├── action
│ │ │ │ │ │ ├── UserAdminAct-Com_save-validation.xml
│ │ │ │ │ │ ├── UserAdminAct-conversion.properties
│ │ │ │ │ │ └── WebsiteAct-Com_save-validation.xml
│ │ │ │ │ ├── applicationContext-cms-admin.xml
│ │ │ │ │ ├── applicationContext-cms-ajax.xml
│ │ │ │ │ ├── applicationContext-cms-default.xml
│ │ │ │ │ ├── applicationContext-cms-dev.xml
│ │ │ │ │ ├── applicationContext-cms-tag.xml
│ │ │ │ │ ├── entity
│ │ │ │ │ │ ├── Channel.hbm.xml
│ │ │ │ │ │ ├── ConfigValue.hbm.xml
│ │ │ │ │ │ ├── FriendSite.hbm.xml
│ │ │ │ │ │ ├── FriendSiteCtg.hbm.xml
│ │ │ │ │ │ ├── KeyValue.hbm.xml
│ │ │ │ │ │ ├── RecommendGroup.hbm.xml
│ │ │ │ │ │ ├── RecommendItem.hbm.xml
│ │ │ │ │ │ ├── Template.hbm.xml
│ │ │ │ │ │ ├── VisitLog.hbm.xml
│ │ │ │ │ │ └── Website.hbm.xml
│ │ │ │ │ ├── struts-cms-admin.xml
│ │ │ │ │ ├── struts-cms-ajax.xml
│ │ │ │ │ ├── struts-cms-default.xml
│ │ │ │ │ └── struts-cms-tag.xml
│ │ │ │ ├── msg
│ │ │ │ │ ├── applicationContext-msg-admin.xml
│ │ │ │ │ ├── applicationContext-msg-tag.xml
│ │ │ │ │ ├── entity
│ │ │ │ │ │ ├── MsgBoard.hbm.xml
│ │ │ │ │ │ └── MsgBoardCtg.hbm.xml
│ │ │ │ │ ├── struts-msg-admin.xml
│ │ │ │ │ ├── struts-msg-default.xml
│ │ │ │ │ └── struts-msg-tag.xml
│ │ │ │ └── sys
│ │ │ │ ├── action
│ │ │ │ │ ├── RoleAct-conversion.properties
│ │ │ │ │ ├── UnitedUserAjaxAct-updatePassword-validation.xml
│ │ │ │ │ └── UserAdminAct-conversion.properties
│ │ │ │ ├── applicationContext-sys-admin.xml
│ │ │ │ ├── applicationContext-sys-ajax.xml
│ │ │ │ ├── applicationContext-sys-login.xml
│ │ │ │ ├── entity
│ │ │ │ │ ├── Function.hbm.xml
│ │ │ │ │ ├── Role.hbm.xml
│ │ │ │ │ ├── UserAdmin.hbm.xml
│ │ │ │ │ ├── UserGuest.hbm.xml
│ │ │ │ │ └── UserUnited.hbm.xml
│ │ │ │ ├── struts-sys-admin.xml
│ │ │ │ ├── struts-sys-ajax.xml
│ │ │ │ ├── struts-sys-default.xml
│ │ │ │ └── struts-sys-login.xml
│ │ │ ├── ehcache-app.xml
│ │ │ ├── ehcache.xml
│ │ │ ├── freemarker.properties
│ │ │ ├── i18n.properties
│ │ │ ├── log4j.properties
│ │ │ ├── proxool.xml
│ │ │ ├── struts-default.xml
│ │ │ ├── struts.properties
│ │ │ ├── struts.xml
│ │ │ ├── validators.xml
│ │ │ └── xwork-conversion.properties
│ │ ├── cms_sys
│ │ │ ├── abstract
│ │ │ │ ├── chnl
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── chnl_category
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── rcm_group
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── rcm_item
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── special_topic
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── sys_value
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── tpl_incl
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── baklist.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── tpl_inde
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── baklist.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ ├── tpl_page
│ │ │ │ │ ├── add.html
│ │ │ │ │ ├── baklist.html
│ │ │ │ │ ├── edit.html
│ │ │ │ │ └── list.html
│ │ │ │ └── tpl_part
│ │ │ │ ├── add.html
│ │ │ │ ├── baklist.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── common_js_css
│ │ │ │ ├── baklist.html
│ │ │ │ └── view.html
│ │ │ ├── res
│ │ │ │ ├── add.html
│ │ │ │ └── list.html
│ │ │ ├── server_email
│ │ │ │ └── edit.html
│ │ │ ├── sys_value
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tpl_incl
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tpl_inde
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tpl_page
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tpl_part
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── user_admin
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── user_guest
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── visit_info
│ │ │ │ ├── add.html
│ │ │ │ ├── date_stat.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── hour_stat.html
│ │ │ │ ├── list.html
│ │ │ │ └── stat.html
│ │ │ └── website
│ │ │ ├── add.html
│ │ │ ├── edit.html
│ │ │ └── list.html
│ │ ├── common
│ │ │ └── alert_message.ftl
│ │ ├── ftl_lib
│ │ │ └── ponyjava.com
│ │ │ ├── file_list.ftl
│ │ │ ├── index.ftl
│ │ │ ├── navigation.ftl
│ │ │ ├── newtable.ftl
│ │ │ ├── operate_right.ftl
│ │ │ ├── page.ftl
│ │ │ ├── table.ftl
│ │ │ ├── table_inc_batchoperate.ftl
│ │ │ └── tree.ftl
│ │ ├── lib
│ │ │ ├── ant-antlr-1.6.5.jar
│ │ │ ├── antlr-2.7.6.jar
│ │ │ ├── aopalliance.jar
│ │ │ ├── asm-2.2.3.jar
│ │ │ ├── asm-attrs.jar
│ │ │ ├── asm-commons-2.2.3.jar
│ │ │ ├── asm-util-2.2.3.jar
│ │ │ ├── aspectjrt.jar
│ │ │ ├── avalon-framework-4.1.2.jar
│ │ │ ├── backport-util-concurrent-3.0.jar
│ │ │ ├── cglib-nodep-2.1_3.jar
│ │ │ ├── commons-attributes-api.jar
│ │ │ ├── commons-attributes-compiler.jar
│ │ │ ├── commons-beanutils.jar
│ │ │ ├── commons-chain-1.1.jar
│ │ │ ├── commons-codec-1.3.jar
│ │ │ ├── commons-collections-2.1.1.jar
│ │ │ ├── commons-email-1.1.jar
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.4.jar
│ │ │ ├── commons-lang.jar
│ │ │ ├── commons-logging-1.1.jar
│ │ │ ├── commons-validator-1.3.0.jar
│ │ │ ├── dom4j-1.6.1.jar
│ │ │ ├── ehcache-1.4.1.jar
│ │ │ ├── freemarker-2.3.8.jar
│ │ │ ├── hibernate3.jar
│ │ │ ├── jaas.jar
│ │ │ ├── jakarta-oro-2.0.8.jar
│ │ │ ├── jcaptcha-all-1.0-RC6.jar
│ │ │ ├── jdbc2_0-stdext.jar
│ │ │ ├── jeecms-0.7.0-beta.jar
│ │ │ ├── jotm.jar
│ │ │ ├── jsonplugin-0.21.jar
│ │ │ ├── jta.jar
│ │ │ ├── log4j-1.2.15.jar
│ │ │ ├── mail.jar
│ │ │ ├── mysql.jar
│ │ │ ├── odmg-3.0.jar
│ │ │ ├── ognl-2.6.11.jar
│ │ │ ├── oro-2.0.8.jar
│ │ │ ├── persistence.jar
│ │ │ ├── ponyjava.jar
│ │ │ ├── proxool-0.9.0RC3.jar
│ │ │ ├── serp-1.12.1.jar
│ │ │ ├── spring-security-core-2.0.1.jar
│ │ │ ├── spring.jar
│ │ │ ├── struts2-core-2.0.11.jar
│ │ │ ├── struts2-spring-plugin-2.0.11.jar
│ │ │ ├── xapool.jar
│ │ │ ├── xml-apis.jar
│ │ │ └── xwork-2.0.4.jar
│ │ ├── msg_sys
│ │ │ ├── msg_board
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── msg_board_ctg
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── sys_value
│ │ │ │ └── edit.html
│ │ │ └── tpl_inde
│ │ │ ├── add.html
│ │ │ ├── edit.html
│ │ │ └── list.html
│ │ ├── sys_sys
│ │ │ ├── admin.html
│ │ │ ├── func
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── function_tree.html
│ │ │ ├── login
│ │ │ │ ├── after.html
│ │ │ │ └── input.html
│ │ │ ├── right.html
│ │ │ ├── role
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── tree.html
│ │ │ ├── user_admin
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ ├── user_guest
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── list.html
│ │ │ └── user_united
│ │ │ ├── add.html
│ │ │ ├── edit.html
│ │ │ ├── edit_password.html
│ │ │ └── list.html
│ │ ├── sys_tpl_base
│ │ │ ├── foot
│ │ │ ├── head_begin
│ │ │ ├── head_end
│ │ │ ├── inde
│ │ │ │ ├── arti
│ │ │ │ │ ├── guest
│ │ │ │ │ │ ├── arti_edit.html
│ │ │ │ │ │ ├── arti_input.html
│ │ │ │ │ │ ├── arti_list_all.html
│ │ │ │ │ │ ├── arti_list_checked.html
│ │ │ │ │ │ ├── arti_list_checking.html
│ │ │ │ │ │ ├── arti_list_draft.html
│ │ │ │ │ │ ├── arti_list_inputed.html
│ │ │ │ │ │ ├── arti_list_reject.html
│ │ │ │ │ │ ├── home.html
│ │ │ │ │ │ ├── inc_functions.html
│ │ │ │ │ │ ├── info.html
│ │ │ │ │ │ └── pwd.html
│ │ │ │ │ ├── login_frame.html
│ │ │ │ │ ├── login_single.html
│ │ │ │ │ └── search.html
│ │ │ │ ├── msg
│ │ │ │ │ └── msg_view.html
│ │ │ │ └── shop
│ │ │ │ ├── comment_all.html
│ │ │ │ ├── compare.html
│ │ │ │ ├── guest_console
│ │ │ │ │ ├── all_order_list.html
│ │ │ │ │ ├── cancelled_order_list.html
│ │ │ │ │ ├── comment_list.html
│ │ │ │ │ ├── completed_order_list.html
│ │ │ │ │ ├── favorites_list.html
│ │ │ │ │ ├── fund_record.html
│ │ │ │ │ ├── inc_user_head.html
│ │ │ │ │ ├── inc_user_left.html
│ │ │ │ │ ├── new_order_list.html
│ │ │ │ │ ├── order_detail.html
│ │ │ │ │ ├── payfund_input.html
│ │ │ │ │ ├── posted_order_list.html
│ │ │ │ │ ├── refund_input.html
│ │ │ │ │ ├── user_email_input.html
│ │ │ │ │ ├── user_email_success.html
│ │ │ │ │ ├── user_homepage.html
│ │ │ │ │ ├── user_info_input.html
│ │ │ │ │ ├── user_info_success.html
│ │ │ │ │ ├── user_password_input.html
│ │ │ │ │ └── user_password_success.html
│ │ │ │ ├── order_confirm.html
│ │ │ │ ├── order_input.html
│ │ │ │ ├── order_success.html
│ │ │ │ ├── search.html
│ │ │ │ ├── shopping_cart.html
│ │ │ │ ├── user_login.html
│ │ │ │ ├── user_register_input.html
│ │ │ │ ├── user_register_success.html
│ │ │ │ ├── wholesale_input.html
│ │ │ │ └── wholesale_success.html
│ │ │ ├── page
│ │ │ │ ├── arti
│ │ │ │ │ ├── arti_href.html
│ │ │ │ │ ├── arti_list.html
│ │ │ │ │ ├── search_input.html
│ │ │ │ │ └── search_list.html
│ │ │ │ ├── cms
│ │ │ │ │ ├── chnl_href.html
│ │ │ │ │ ├── chnl_list.html
│ │ │ │ │ └── rcm_list.html
│ │ │ │ ├── msg
│ │ │ │ │ └── msg_list.html
│ │ │ │ └── shop
│ │ │ │ ├── product_list.html
│ │ │ │ ├── user_login_bar.html
│ │ │ │ └── user_login_frame.html
│ │ │ └── tag
│ │ │ ├── action_arti_tag.ftl
│ │ │ ├── action_cms_tag.ftl
│ │ │ ├── action_msg_tag.ftl
│ │ │ ├── action_shop_tag.ftl
│ │ │ ├── common_tag.ftl
│ │ │ ├── content_shop_tag.ftl
│ │ │ ├── index.ftl
│ │ │ └── other_tag.ftl
│ │ ├── template
│ │ │ ├── p-nc138
│ │ │ │ ├── a-close.ftl
│ │ │ │ ├── a.ftl
│ │ │ │ ├── actionerror.ftl
│ │ │ │ ├── actionmessage.ftl
│ │ │ │ ├── autocompleter.ftl
│ │ │ │ ├── checkbox.ftl
│ │ │ │ ├── checkboxlist.ftl
│ │ │ │ ├── combobox.ftl
│ │ │ │ ├── common-attributes.ftl
│ │ │ │ ├── control-close.ftl
│ │ │ │ ├── control.ftl
│ │ │ │ ├── controlfooter.ftl
│ │ │ │ ├── controlheader.ftl
│ │ │ │ ├── datetimepicker.ftl
│ │ │ │ ├── debug.ftl
│ │ │ │ ├── div-close.ftl
│ │ │ │ ├── div.ftl
│ │ │ │ ├── doubleselect.ftl
│ │ │ │ ├── empty.ftl
│ │ │ │ ├── fielderror.ftl
│ │ │ │ ├── file.ftl
│ │ │ │ ├── form-close.ftl
│ │ │ │ ├── form.ftl
│ │ │ │ ├── head.ftl
│ │ │ │ ├── hidden.ftl
│ │ │ │ ├── inputtransferselect.ftl
│ │ │ │ ├── label.ftl
│ │ │ │ ├── optgroup.ftl
│ │ │ │ ├── optiontransferselect.ftl
│ │ │ │ ├── password.ftl
│ │ │ │ ├── radiomap.ftl
│ │ │ │ ├── reset.ftl
│ │ │ │ ├── scripting-events.ftl
│ │ │ │ ├── select.ftl
│ │ │ │ ├── submit.ftl
│ │ │ │ ├── tab-close.ftl
│ │ │ │ ├── tab.ftl
│ │ │ │ ├── tabbedpanel-close.ftl
│ │ │ │ ├── tabbedpanel.ftl
│ │ │ │ ├── table.ftl
│ │ │ │ ├── td-close.ftl
│ │ │ │ ├── td.ftl
│ │ │ │ ├── text.ftl
│ │ │ │ ├── textarea.ftl
│ │ │ │ ├── token.ftl
│ │ │ │ ├── tr.ftl
│ │ │ │ ├── updownselect.ftl
│ │ │ │ └── webeditor.ftl
│ │ │ ├── p-simple
│ │ │ │ ├── a-close.ftl
│ │ │ │ ├── a.ftl
│ │ │ │ ├── actionerror.ftl
│ │ │ │ ├── actionmessage.ftl
│ │ │ │ ├── autocompleter.ftl
│ │ │ │ ├── checkbox.ftl
│ │ │ │ ├── checkboxlist.ftl
│ │ │ │ ├── combobox.ftl
│ │ │ │ ├── common-attributes.ftl
│ │ │ │ ├── controlfooter.ftl
│ │ │ │ ├── controlheader.ftl
│ │ │ │ ├── datetimepicker.ftl
│ │ │ │ ├── debug.ftl
│ │ │ │ ├── div-close.ftl
│ │ │ │ ├── div.ftl
│ │ │ │ ├── doubleselect.ftl
│ │ │ │ ├── empty.ftl
│ │ │ │ ├── fielderror.ftl
│ │ │ │ ├── file.ftl
│ │ │ │ ├── form-close.ftl
│ │ │ │ ├── form.ftl
│ │ │ │ ├── head.ftl
│ │ │ │ ├── hidden.ftl
│ │ │ │ ├── inputtransferselect.ftl
│ │ │ │ ├── label.ftl
│ │ │ │ ├── optgroup.ftl
│ │ │ │ ├── optiontransferselect.ftl
│ │ │ │ ├── password.ftl
│ │ │ │ ├── radiomap.ftl
│ │ │ │ ├── reset.ftl
│ │ │ │ ├── scripting-events.ftl
│ │ │ │ ├── select.ftl
│ │ │ │ ├── submit.ftl
│ │ │ │ ├── tab-close.ftl
│ │ │ │ ├── tab.ftl
│ │ │ │ ├── tabbedpanel-close.ftl
│ │ │ │ ├── tabbedpanel.ftl
│ │ │ │ ├── table.ftl
│ │ │ │ ├── text.ftl
│ │ │ │ ├── textarea.ftl
│ │ │ │ ├── token.ftl
│ │ │ │ ├── updownselect.ftl
│ │ │ │ ├── validate-style.ftl
│ │ │ │ └── webeditor.ftl
│ │ │ └── simple
│ │ │ ├── a-close.ftl
│ │ │ ├── a.ftl
│ │ │ ├── actionerror.ftl
│ │ │ ├── actionmessage.ftl
│ │ │ ├── autocompleter.ftl
│ │ │ ├── checkbox.ftl
│ │ │ ├── checkboxlist.ftl
│ │ │ ├── combobox.ftl
│ │ │ ├── common-attributes.ftl
│ │ │ ├── controlfooter.ftl
│ │ │ ├── controlheader.ftl
│ │ │ ├── datetimepicker.ftl
│ │ │ ├── debug.ftl
│ │ │ ├── div-close.ftl
│ │ │ ├── div.ftl
│ │ │ ├── dojoRequire.js
│ │ │ ├── doubleselect.ftl
│ │ │ ├── empty.ftl
│ │ │ ├── fielderror.ftl
│ │ │ ├── file.ftl
│ │ │ ├── form-close.ftl
│ │ │ ├── form.ftl
│ │ │ ├── head.ftl
│ │ │ ├── hidden.ftl
│ │ │ ├── inputtransferselect.ftl
│ │ │ ├── label.ftl
│ │ │ ├── optgroup.ftl
│ │ │ ├── optiontransferselect.ftl
│ │ │ ├── password.ftl
│ │ │ ├── radiomap.ftl
│ │ │ ├── reset.ftl
│ │ │ ├── scripting-events.ftl
│ │ │ ├── select.ftl
│ │ │ ├── submit.ftl
│ │ │ ├── tab-close.ftl
│ │ │ ├── tab.ftl
│ │ │ ├── tabbedpanel-close.ftl
│ │ │ ├── tabbedpanel.ftl
│ │ │ ├── table.ftl
│ │ │ ├── text.ftl
│ │ │ ├── textarea.ftl
│ │ │ ├── token.ftl
│ │ │ └── updownselect.ftl
│ │ ├── tpl_base
│ │ │ └── nc138
│ │ │ └── arti
│ │ │ ├── 1_body
│ │ │ ├── 1_body_bak
│ │ │ │ ├── 1_body_20081016164824
│ │ │ │ └── 1_body_20081016165802
│ │ │ ├── 1_head
│ │ │ ├── 1_head_bak
│ │ │ │ ├── 1_head_20081016164825
│ │ │ │ └── 1_head_20081016165802
│ │ │ ├── 1_together
│ │ │ ├── 1_together_bak
│ │ │ │ └── 1_together_20081016165802
│ │ │ ├── 2_body
│ │ │ ├── 2_body_bak
│ │ │ │ ├── 2_body_20081016165003
│ │ │ │ └── 2_body_20081016171533
│ │ │ ├── 2_head
│ │ │ ├── 2_head_bak
│ │ │ │ ├── 2_head_20081016165003
│ │ │ │ └── 2_head_20081016171533
│ │ │ ├── 2_together
│ │ │ ├── 2_together_bak
│ │ │ │ └── 2_together_20081016171533
│ │ │ ├── 3_body
│ │ │ ├── 3_body_bak
│ │ │ │ └── 3_body_20081016165109
│ │ │ ├── 3_head
│ │ │ ├── 3_head_bak
│ │ │ │ └── 3_head_20081016165109
│ │ │ ├── 3_together
│ │ │ ├── foot_body
│ │ │ ├── foot_body_bak
│ │ │ │ └── foot_body_20081016165332
│ │ │ ├── foot_tpl_body
│ │ │ ├── foot_tpl_body_bak
│ │ │ │ └── foot_tpl_body_20081016165159
│ │ │ ├── head_body
│ │ │ ├── head_body_bak
│ │ │ │ ├── head_body_20081016165337
│ │ │ │ ├── head_body_20081016170507
│ │ │ │ ├── head_body_20081016170641
│ │ │ │ ├── head_body_20081016170937
│ │ │ │ └── head_body_20081016171021
│ │ │ ├── head_tpl_body
│ │ │ ├── head_tpl_body_bak
│ │ │ │ └── head_tpl_body_20081016165235
│ │ │ ├── right_body
│ │ │ └── right_body_bak
│ │ │ ├── right_body_20081016165328
│ │ │ ├── right_body_20081016165918
│ │ │ ├── right_body_20081016165947
│ │ │ ├── right_body_20081016171944
│ │ │ ├── right_body_20081016172025
│ │ │ ├── right_body_20081016172052
│ │ │ ├── right_body_20081016172332
│ │ │ ├── right_body_20081016172633
│ │ │ ├── right_body_20081016172655
│ │ │ └── right_body_20081016172822
│ │ └── web.xml
│ ├── cms_res
│ │ ├── css
│ │ │ ├── layout.css
│ │ │ └── style.css
│ │ ├── flash
│ │ │ └── focus0.swf
│ │ ├── img
│ │ │ ├── 1.gif
│ │ │ ├── arti
│ │ │ │ ├── head-mark2.gif
│ │ │ │ └── head-mark3.gif
│ │ │ ├── box_bg.gif
│ │ │ ├── box_bg_1.gif
│ │ │ ├── folder.gif
│ │ │ ├── gif.gif
│ │ │ ├── html.gif
│ │ │ ├── jpg.gif
│ │ │ ├── left.gif
│ │ │ ├── login
│ │ │ │ ├── 0002.swf
│ │ │ │ ├── HX_LoginBottom.gif
│ │ │ │ ├── HX_LoginMiddle.gif
│ │ │ │ └── HX_LoginTop.gif
│ │ │ ├── msg
│ │ │ │ ├── answer.gif
│ │ │ │ ├── line1.jpg
│ │ │ │ ├── liuyan.gif
│ │ │ │ ├── question.gif
│ │ │ │ ├── tishi.gif
│ │ │ │ └── title.jpg
│ │ │ ├── pic.gif
│ │ │ ├── shop
│ │ │ │ ├── book.gif
│ │ │ │ ├── bt_b.gif
│ │ │ │ ├── bt_b1.gif
│ │ │ │ ├── bt_b2.gif
│ │ │ │ ├── btm.gif
│ │ │ │ ├── icon.gif
│ │ │ │ ├── login.gif
│ │ │ │ ├── login_bg.gif
│ │ │ │ ├── login_bottom.gif
│ │ │ │ ├── login_btn.gif
│ │ │ │ ├── login_btn1.gif
│ │ │ │ ├── login_code.gif
│ │ │ │ ├── login_hy.gif
│ │ │ │ ├── login_line.gif
│ │ │ │ ├── login_pass.gif
│ │ │ │ ├── login_uname.gif
│ │ │ │ ├── or1.gif
│ │ │ │ └── top.gif
│ │ │ ├── swf.gif
│ │ │ └── unknow.gif
│ │ └── js
│ │ ├── Calendar.html
│ │ ├── GetDate.js
│ │ ├── frame.js
│ │ └── tpl_common.js
│ ├── common_res
│ │ ├── css
│ │ │ ├── datePicker.css
│ │ │ ├── font.css
│ │ │ ├── jquery_validate.css
│ │ │ └── tag.css
│ │ ├── img
│ │ │ └── calendar.png
│ │ └── js
│ │ ├── date.js
│ │ ├── jquery-1_2_6.js
│ │ ├── jquery.MultiFile.js
│ │ ├── jquery.js
│ │ ├── jquery_datePicker.js
│ │ ├── jquery_validate-pack.js
│ │ ├── jquery_validate.js
│ │ ├── jquery_validate_msg.js
│ │ └── pony.js
│ ├── ftl_res
│ │ ├── jeecms
│ │ │ ├── css
│ │ │ │ └── tree.css
│ │ │ └── img
│ │ │ ├── s.gif
│ │ │ └── tree
│ │ │ ├── Thumbs.db
│ │ │ ├── elbow-end-minus-nl.gif
│ │ │ ├── elbow-end-minus.gif
│ │ │ ├── elbow-end-plus-nl.gif
│ │ │ ├── elbow-end-plus.gif
│ │ │ ├── elbow-end.gif
│ │ │ ├── elbow-line.gif
│ │ │ ├── elbow-minus-nl.gif
│ │ │ ├── elbow-minus.gif
│ │ │ ├── elbow-plus-nl.gif
│ │ │ ├── elbow-plus.gif
│ │ │ ├── elbow.gif
│ │ │ ├── folder-open.gif
│ │ │ ├── folder.gif
│ │ │ ├── leaf.gif
│ │ │ └── loading.gif
│ │ └── ponyjava
│ │ ├── css
│ │ │ └── tree.css
│ │ └── js
│ │ ├── table.js
│ │ └── tree.js
│ ├── index.do
│ ├── index.html
│ ├── install
│ │ ├── config
│ │ │ └── web.xml
│ │ ├── db
│ │ │ ├── jeecms-db-0.7.0-beta.sql
│ │ │ └── jeecms-init-0.7.0-beta.sql
│ │ ├── index.html
│ │ ├── install_params.jsp
│ │ └── install_setup.jsp
│ ├── res_base
│ │ └── nc138
│ │ ├── arti
│ │ │ └── tpl_res
│ │ │ ├── 1.css
│ │ │ ├── 1.js
│ │ │ ├── 1_bak
│ │ │ │ ├── 1_20081016164825.css
│ │ │ │ ├── 1_20081016164825.js
│ │ │ │ ├── 1_20081016165802.css
│ │ │ │ └── 1_20081016165802.js
│ │ │ ├── 2.css
│ │ │ ├── 2.js
│ │ │ ├── 2_bak
│ │ │ │ ├── 2_20081016165003.css
│ │ │ │ ├── 2_20081016165003.js
│ │ │ │ ├── 2_20081016171533.css
│ │ │ │ └── 2_20081016171533.js
│ │ │ ├── 3.css
│ │ │ ├── 3.js
│ │ │ └── 3_bak
│ │ │ ├── 3_20081016165109.css
│ │ │ └── 3_20081016165109.js
│ │ ├── css
│ │ ├── css_bak
│ │ │ └── css_20081016165435
│ │ ├── js
│ │ ├── js_bak
│ │ │ └── js_20081016165435
│ │ └── res
│ │ ├── ann.gif
│ │ ├── bgleft.gif
│ │ ├── bgright.gif
│ │ ├── foot_1.gif
│ │ ├── foot_2.gif
│ │ ├── foot_3.gif
│ │ ├── footbg.gif
│ │ ├── head_1.gif
│ │ ├── head_2.gif
│ │ ├── head_3.gif
│ │ ├── ico_1.gif
│ │ ├── ico_2.gif
│ │ ├── logo.jpg
│ │ ├── nav_bg.gif
│ │ ├── nav_lft.gif
│ │ ├── nav_rgt.gif
│ │ ├── search_but.gif
│ │ ├── top_bg.gif
│ │ └── zblz310a.gif
│ ├── struts
│ │ ├── CommonFunctions.js
│ │ ├── inputtransferselect.js
│ │ ├── niftycorners
│ │ │ ├── layout.js
│ │ │ ├── nifty.js
│ │ │ ├── niftyCorners.css
│ │ │ ├── niftyPrint.css
│ │ │ └── niftylayout.css
│ │ ├── optiontransferselect.js
│ │ ├── simple
│ │ │ └── dojoRequire.js
│ │ ├── tabs.css
│ │ ├── tree.css
│ │ ├── validationClient.js
│ │ └── xhtml
│ │ ├── styles.css
│ │ └── validation.js
│ └── theme
│ ├── p-nc138
│ │ └── css
│ │ └── pony.css
│ └── p-simple
│ ├── css
│ │ ├── editor
│ │ │ ├── editor_area.css
│ │ │ └── menu_area.css
│ │ ├── editor.css
│ │ └── pony.css
│ ├── editor
│ │ ├── doc_upload.html
│ │ ├── flash_upload.html
│ │ ├── img_upload.html
│ │ ├── select_color.html
│ │ └── upload_close.html
│ ├── img
│ │ ├── editor
│ │ │ ├── button
│ │ │ │ ├── about.gif
│ │ │ │ ├── abspos.gif
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── backcolor.gif
│ │ │ │ ├── backward.gif
│ │ │ │ ├── bgcolor.gif
│ │ │ │ ├── bgpic.gif
│ │ │ │ ├── blink.gif
│ │ │ │ ├── bold.gif
│ │ │ │ ├── br.gif
│ │ │ │ ├── checked.gif
│ │ │ │ ├── code.gif
│ │ │ │ ├── copy.gif
│ │ │ │ ├── createlink.gif
│ │ │ │ ├── cut.gif
│ │ │ │ ├── date.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── emot.gif
│ │ │ │ ├── excel.gif
│ │ │ │ ├── fieldset.gif
│ │ │ │ ├── file.gif
│ │ │ │ ├── findreplace.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── forecolor.gif
│ │ │ │ ├── formbutton.gif
│ │ │ │ ├── formcheckbox.gif
│ │ │ │ ├── formdropdown.gif
│ │ │ │ ├── formmenu.gif
│ │ │ │ ├── formradio.gif
│ │ │ │ ├── formtext.gif
│ │ │ │ ├── formtextarea.gif
│ │ │ │ ├── forward.gif
│ │ │ │ ├── help.gif
│ │ │ │ ├── icq.gif
│ │ │ │ ├── iframe.gif
│ │ │ │ ├── img.gif
│ │ │ │ ├── indent.gif
│ │ │ │ ├── inserthorizontalrule.gif
│ │ │ │ ├── insertorderedlist.gif
│ │ │ │ ├── insertparagraph.gif
│ │ │ │ ├── insertunorderedlist.gif
│ │ │ │ ├── italic.gif
│ │ │ │ ├── justifycenter.gif
│ │ │ │ ├── justifyfull.gif
│ │ │ │ ├── justifyleft.gif
│ │ │ │ ├── justifyright.gif
│ │ │ │ ├── marquee.gif
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── media.gif
│ │ │ │ ├── minimize.gif
│ │ │ │ ├── modecode.gif
│ │ │ │ ├── modecodebtn.gif
│ │ │ │ ├── modeedit.gif
│ │ │ │ ├── modeeditbtn.gif
│ │ │ │ ├── modepreview.gif
│ │ │ │ ├── modeviewbtn.gif
│ │ │ │ ├── msn.gif
│ │ │ │ ├── outdent.gif
│ │ │ │ ├── page.gif
│ │ │ │ ├── paste.gif
│ │ │ │ ├── pastetext.gif
│ │ │ │ ├── pasteword.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── qq.gif
│ │ │ │ ├── quote.gif
│ │ │ │ ├── redo.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── removeformat.gif
│ │ │ │ ├── save.gif
│ │ │ │ ├── selectall.gif
│ │ │ │ ├── showborders.gif
│ │ │ │ ├── showdetails.gif
│ │ │ │ ├── sizeminus.gif
│ │ │ │ ├── sizeplus.gif
│ │ │ │ ├── space.gif
│ │ │ │ ├── spellcheck.gif
│ │ │ │ ├── strikethrough.gif
│ │ │ │ ├── subscript.gif
│ │ │ │ ├── superscript.gif
│ │ │ │ ├── symbol.gif
│ │ │ │ ├── tablecellprop.gif
│ │ │ │ ├── tablecellsplit.gif
│ │ │ │ ├── tablecoldelete.gif
│ │ │ │ ├── tablecolinsertleft.gif
│ │ │ │ ├── tablecolinsertright.gif
│ │ │ │ ├── tablecolmerge.gif
│ │ │ │ ├── tablecolsplit.gif
│ │ │ │ ├── tableinsert.gif
│ │ │ │ ├── tablemenu.gif
│ │ │ │ ├── tableprop.gif
│ │ │ │ ├── tablerowdelete.gif
│ │ │ │ ├── tablerowinsertabove.gif
│ │ │ │ ├── tablerowinsertbelow.gif
│ │ │ │ ├── tablerowmerge.gif
│ │ │ │ ├── tablerowprop.gif
│ │ │ │ ├── tablerowsplit.gif
│ │ │ │ ├── time.gif
│ │ │ │ ├── tobig.gif
│ │ │ │ ├── tosmall.gif
│ │ │ │ ├── underline.gif
│ │ │ │ ├── undo.gif
│ │ │ │ ├── unlink.gif
│ │ │ │ ├── unselect.gif
│ │ │ │ └── zoommenu.gif
│ │ │ ├── download.gif
│ │ │ └── emot
│ │ │ ├── 01.gif
│ │ │ ├── 02.gif
│ │ │ ├── 03.gif
│ │ │ ├── 04.gif
│ │ │ ├── 05.gif
│ │ │ ├── 06.gif
│ │ │ ├── 07.gif
│ │ │ ├── 08.gif
│ │ │ ├── 09.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 32.gif
│ │ │ ├── 33.gif
│ │ │ ├── 34.gif
│ │ │ ├── 35.gif
│ │ │ ├── 36.gif
│ │ │ ├── 37.gif
│ │ │ ├── 38.gif
│ │ │ ├── 39.gif
│ │ │ ├── 40.gif
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 50.gif
│ │ │ └── Thumbs.db
│ │ ├── form
│ │ │ ├── asc.gif
│ │ │ ├── bg.gif
│ │ │ ├── desc.gif
│ │ │ ├── ebg.jpg
│ │ │ ├── msg-error.gif
│ │ │ └── text-error.jpg
│ │ ├── s.gif
│ │ └── tree
│ │ ├── Thumbs.db
│ │ ├── elbow-end-minus-nl.gif
│ │ ├── elbow-end-minus.gif
│ │ ├── elbow-end-plus-nl.gif
│ │ ├── elbow-end-plus.gif
│ │ ├── elbow-end.gif
│ │ ├── elbow-line.gif
│ │ ├── elbow-minus-nl.gif
│ │ ├── elbow-minus.gif
│ │ ├── elbow-plus-nl.gif
│ │ ├── elbow-plus.gif
│ │ ├── elbow.gif
│ │ ├── folder-open.gif
│ │ ├── folder.gif
│ │ ├── leaf.gif
│ │ └── loading.gif
│ └── js
│ ├── editor
│ │ ├── config.js
│ │ ├── dialog.js
│ │ ├── menu.js
│ │ └── table.js
│ ├── editor.js
│ ├── editor_utf-8.js
│ ├── tree.js
│ ├── validation.js
│ └── webeditor.js
├── JAVA环境配置图文教程.doc
├── chinaz.com.txt
├── jeecms基础概念.txt
├── readme.txt
├── 说明.htm
├── 图文安装JDK+TOMCAT+MYSQL配置指南.doc
├── 相关软件下载.doc
└── 标签说明(文章系统).doc
156 directories, 885 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论