实例介绍
广西移动电子商城 ecps 的项目源码,可以结合视频学习
【实例截图】
【核心代码】
4744302543339110019.zip
└── ecps
├── ecps-console
│ ├── pom.xml
│ ├── src
│ │ └── main
│ │ ├── java
│ │ │ └── cn
│ │ │ └── itcast
│ │ │ └── ecps
│ │ │ ├── controller
│ │ │ │ ├── EbBrandController.java
│ │ │ │ ├── EbFeatureController.java
│ │ │ │ ├── EbItemController.java
│ │ │ │ ├── EbOrderController.java
│ │ │ │ └── EbUploadController.java
│ │ │ ├── server
│ │ │ │ ├── TimeoutServer.java
│ │ │ │ └── TimeoutServlet.java
│ │ │ └── util
│ │ │ └── UploadResponse.java
│ │ ├── resources
│ │ │ ├── cssHorizontalMenu.vm
│ │ │ ├── cssVerticalMenu.vm
│ │ │ ├── decorators.xml
│ │ │ └── springmvc-servlet.xml
│ │ └── webapp
│ │ ├── ecps
│ │ │ └── console
│ │ │ ├── 403.jsp
│ │ │ ├── 404.jsp
│ │ │ ├── check.html
│ │ │ ├── common
│ │ │ │ ├── advertisementmenu.jsp
│ │ │ │ ├── contentMaintainMenu.jsp
│ │ │ │ ├── footer.jsp
│ │ │ │ ├── header.jsp
│ │ │ │ ├── itemmenu.jsp
│ │ │ │ ├── jscript.jsp
│ │ │ │ ├── menu.jsp
│ │ │ │ ├── messages.jsp
│ │ │ │ ├── meta.jsp
│ │ │ │ ├── ordermenu.jsp
│ │ │ │ ├── paymentmenu.jsp
│ │ │ │ ├── permissionmenu.jsp
│ │ │ │ ├── promotionmenu.jsp
│ │ │ │ ├── relationalmenu.jsp
│ │ │ │ ├── reportMenu.jsp
│ │ │ │ ├── search1.jsp
│ │ │ │ ├── search.jsp
│ │ │ │ ├── supplmenu.jsp
│ │ │ │ ├── systemmenu.jsp
│ │ │ │ ├── taglibs.jsp
│ │ │ │ └── valetordermenu.jsp
│ │ │ ├── decorators
│ │ │ │ └── default.jsp
│ │ │ ├── error.jsp
│ │ │ ├── fusionchart
│ │ │ │ └── Charts
│ │ │ ├── images
│ │ │ │ ├── 403.jpg
│ │ │ │ ├── 404.jpg
│ │ │ │ ├── aquadot.jpg
│ │ │ │ ├── arrow-down.gif
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.gif
│ │ │ │ ├── arrow_off.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── asc.gif
│ │ │ │ ├── desc.gif
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── fieldbg.gif
│ │ │ │ ├── gray.gif
│ │ │ │ ├── green.gif
│ │ │ │ ├── ico_file_csv.png
│ │ │ │ ├── ico_file_excel.png
│ │ │ │ ├── ico_file_pdf.png
│ │ │ │ ├── ico_file_xml.png
│ │ │ │ ├── iconCalendar.gif
│ │ │ │ ├── iconEmail.gif
│ │ │ │ ├── iconHelp.gif
│ │ │ │ ├── iconInformation.gif
│ │ │ │ ├── iconWarning.gif
│ │ │ │ ├── is.gif
│ │ │ │ ├── loader.gif
│ │ │ │ ├── logo266x64.png
│ │ │ │ ├── logo266x64.png.bak
│ │ │ │ ├── logo.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── no.gif
│ │ │ │ ├── not.gif
│ │ │ │ ├── orange.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── red.gif
│ │ │ │ ├── square.gif
│ │ │ │ ├── valid-xhtml10.png
│ │ │ │ ├── vcss.png
│ │ │ │ └── yes.gif
│ │ │ ├── login.jsp
│ │ │ ├── logout.jsp
│ │ │ ├── res
│ │ │ │ ├── css
│ │ │ │ │ ├── print.css
│ │ │ │ │ ├── shop.css
│ │ │ │ │ └── style.css
│ │ │ │ ├── img
│ │ │ │ │ ├── admin
│ │ │ │ │ │ ├── logo280x54.png
│ │ │ │ │ │ └── logo280x64.png
│ │ │ │ │ ├── com
│ │ │ │ │ │ ├── adr.png
│ │ │ │ │ │ ├── alt.gif
│ │ │ │ │ │ ├── bg_35h.png
│ │ │ │ │ │ ├── bg_nav.gif
│ │ │ │ │ │ ├── bodyBg.gif
│ │ │ │ │ │ ├── btn115x35.png
│ │ │ │ │ │ ├── btn56x22.png
│ │ │ │ │ │ ├── btn_close.png
│ │ │ │ │ │ ├── bx_bg.gif
│ │ │ │ │ │ ├── bx.gif
│ │ │ │ │ │ ├── clear.gif
│ │ │ │ │ │ ├── close.gif
│ │ │ │ │ │ ├── com_li.gif
│ │ │ │ │ │ ├── customer.gif
│ │ │ │ │ │ ├── date.gif
│ │ │ │ │ │ ├── deflaut.jpg
│ │ │ │ │ │ ├── exclaim.gif
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ ├── footerb.gif
│ │ │ │ │ │ ├── h2.gif
│ │ │ │ │ │ ├── h2.png
│ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ ├── here.gif
│ │ │ │ │ │ ├── here.png
│ │ │ │ │ │ ├── icon32x32.png
│ │ │ │ │ │ ├── icon_amoi.png
│ │ │ │ │ │ ├── icon_footer2.gif
│ │ │ │ │ │ ├── icon_footer3.gif
│ │ │ │ │ │ ├── icon_footer4.gif
│ │ │ │ │ │ ├── icon_footer5.gif
│ │ │ │ │ │ ├── icon.gif
│ │ │ │ │ │ ├── icon_htc.png
│ │ │ │ │ │ ├── icon_lenovo.png
│ │ │ │ │ │ ├── icon_lg.png
│ │ │ │ │ │ ├── icon_motorola.png
│ │ │ │ │ │ ├── icon_nokia.png
│ │ │ │ │ │ ├── icon_sony.png
│ │ │ │ │ │ ├── icon_sumsung.png
│ │ │ │ │ │ ├── icon_zte.png
│ │ │ │ │ │ ├── line2.gif
│ │ │ │ │ │ ├── line.gif
│ │ │ │ │ │ ├── line_r.gif
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── logo110x52.gif
│ │ │ │ │ │ ├── logo110x52.png
│ │ │ │ │ │ ├── logo132x52.gif
│ │ │ │ │ │ ├── logo132x52.png
│ │ │ │ │ │ ├── logo143x54.gif
│ │ │ │ │ │ ├── logo148x64.gif
│ │ │ │ │ │ ├── logo186x72.png
│ │ │ │ │ │ ├── logo_dev.gif
│ │ │ │ │ │ ├── logo_gx.jpg
│ │ │ │ │ │ ├── msg_bg.gif
│ │ │ │ │ │ ├── msg_bg.png
│ │ │ │ │ │ ├── msg.gif
│ │ │ │ │ │ ├── nav2.gif
│ │ │ │ │ │ ├── nav2.png
│ │ │ │ │ │ ├── nav3.gif
│ │ │ │ │ │ ├── navC.gif
│ │ │ │ │ │ ├── nav.gif
│ │ │ │ │ │ ├── nav_here_bg.gif
│ │ │ │ │ │ ├── nav_here.gif
│ │ │ │ │ │ ├── navH.gif
│ │ │ │ │ │ ├── navL.gif
│ │ │ │ │ │ ├── navLine.gif
│ │ │ │ │ │ ├── nav_nor.gif
│ │ │ │ │ │ ├── nav.png
│ │ │ │ │ │ ├── navR.gif
│ │ │ │ │ │ ├── personalCenter.png
│ │ │ │ │ │ ├── sch.gif
│ │ │ │ │ │ ├── sch.png
│ │ │ │ │ │ ├── sum.gif
│ │ │ │ │ │ ├── top1Input.gif
│ │ │ │ │ │ ├── top1SeaBtn.gif
│ │ │ │ │ │ ├── top2.gif
│ │ │ │ │ │ ├── warning.gif
│ │ │ │ │ │ └── warning.png
│ │ │ │ │ ├── gray
│ │ │ │ │ │ ├── Android.gif
│ │ │ │ │ │ ├── arr.gif
│ │ │ │ │ │ ├── bank.png
│ │ │ │ │ │ ├── begin.png
│ │ │ │ │ │ ├── bg355x355.png
│ │ │ │ │ │ ├── bg52x30.gif
│ │ │ │ │ │ ├── bg_control_nav.gif
│ │ │ │ │ │ ├── bg_control_nav.png
│ │ │ │ │ │ ├── bg_h2.gif
│ │ │ │ │ │ ├── bg_h38.gif
│ │ │ │ │ │ ├── bg_h4_ch.gif
│ │ │ │ │ │ ├── bg_left_nav.gif
│ │ │ │ │ │ ├── bg_sort.gif
│ │ │ │ │ │ ├── bg_text.gif
│ │ │ │ │ │ ├── big_type.gif
│ │ │ │ │ │ ├── Bluetooth.gif
│ │ │ │ │ │ ├── box.gif
│ │ │ │ │ │ ├── box_orange.gif
│ │ │ │ │ │ ├── btn100x26.png
│ │ │ │ │ │ ├── btn120x30.png
│ │ │ │ │ │ ├── btn130x36.gif
│ │ │ │ │ │ ├── btn136x36.gif
│ │ │ │ │ │ ├── btn138x40.gif
│ │ │ │ │ │ ├── btn176x46.gif
│ │ │ │ │ │ ├── btn52x21.gif
│ │ │ │ │ │ ├── btn60x20.gif
│ │ │ │ │ │ ├── btn66x23.gif
│ │ │ │ │ │ ├── btn70x21.gif
│ │ │ │ │ │ ├── btn80x22.gif
│ │ │ │ │ │ ├── btn96x23.png
│ │ │ │ │ │ ├── CPU-Dual-core.gif
│ │ │ │ │ │ ├── dev.gif
│ │ │ │ │ │ ├── Dual-cameras.gif
│ │ │ │ │ │ ├── end.png
│ │ │ │ │ │ ├── Flip.gif
│ │ │ │ │ │ ├── GPS.gif
│ │ │ │ │ │ ├── h2_ch.gif
│ │ │ │ │ │ ├── h2_hot.gif
│ │ │ │ │ │ ├── h3_ch.gif
│ │ │ │ │ │ ├── icon16x16.gif
│ │ │ │ │ │ ├── icon62x62.gif
│ │ │ │ │ │ ├── ln01.gif
│ │ │ │ │ │ ├── ln02.gif
│ │ │ │ │ │ ├── ln03.gif
│ │ │ │ │ │ ├── num2.gif
│ │ │ │ │ │ ├── num2.png
│ │ │ │ │ │ ├── num.gif
│ │ │ │ │ │ ├── Saipan.gif
│ │ │ │ │ │ ├── sel.gif
│ │ │ │ │ │ ├── set.png
│ │ │ │ │ │ ├── Slide.gif
│ │ │ │ │ │ ├── Sliding-cover.gif
│ │ │ │ │ │ ├── sort_type.gif
│ │ │ │ │ │ ├── star.png
│ │ │ │ │ │ ├── step.gif
│ │ │ │ │ │ ├── step.png
│ │ │ │ │ │ ├── Straight.gif
│ │ │ │ │ │ ├── switch.gif
│ │ │ │ │ │ ├── switch.png
│ │ │ │ │ │ ├── Wifi.gif
│ │ │ │ │ │ └── Window7.gif
│ │ │ │ │ ├── pic
│ │ │ │ │ │ ├── ad120x50.png
│ │ │ │ │ │ ├── ad188x76b.jpg
│ │ │ │ │ │ ├── ad188x76c.jpg
│ │ │ │ │ │ ├── ad188x76d.jpg
│ │ │ │ │ │ ├── ad188x76.jpg
│ │ │ │ │ │ ├── ad190x220.jpg
│ │ │ │ │ │ ├── ad190x240.jpg
│ │ │ │ │ │ ├── ad190x75.gif
│ │ │ │ │ │ ├── ad420x205.jpg
│ │ │ │ │ │ ├── -ª-ð_MT620_¦Ó+µ_52X52.jpg
│ │ │ │ │ │ ├── -ª-ð_MT620_¦¦+µ_52x52.jpg
│ │ │ │ │ │ ├── ads_2012.gif
│ │ │ │ │ │ ├── adsbottom.jpg
│ │ │ │ │ │ ├── adsr.gif
│ │ │ │ │ │ ├── bigimage00.jpg
│ │ │ │ │ │ ├── bigimage01.jpg
│ │ │ │ │ │ ├── bigimage02.jpg
│ │ │ │ │ │ ├── bigimage03.jpg
│ │ │ │ │ │ ├── bigimage04.jpg
│ │ │ │ │ │ ├── code.png
│ │ │ │ │ │ ├── detail01.jpg
│ │ │ │ │ │ ├── detail02.jpg
│ │ │ │ │ │ ├── detail03.jpg
│ │ │ │ │ │ ├── detail04.jpg
│ │ │ │ │ │ ├── detail05.jpg
│ │ │ │ │ │ ├── detail06.jpg
│ │ │ │ │ │ ├── detail07.jpg
│ │ │ │ │ │ ├── detail08.jpg
│ │ │ │ │ │ ├── inacup_donut.jpg
│ │ │ │ │ │ ├── inacup_pumpkin.jpg
│ │ │ │ │ │ ├── inacup_samoa.jpg
│ │ │ │ │ │ ├── inacup_vanilla.jpg
│ │ │ │ │ │ ├── link01.gif
│ │ │ │ │ │ ├── link02.gif
│ │ │ │ │ │ ├── link03.gif
│ │ │ │ │ │ ├── link04.gif
│ │ │ │ │ │ ├── marketBg.jpg
│ │ │ │ │ │ ├── p102x76.jpg
│ │ │ │ │ │ ├── p120x160-1.jpg
│ │ │ │ │ │ ├── p120x160-2.jpg
│ │ │ │ │ │ ├── p120x160-3.jpg
│ │ │ │ │ │ ├── p120x160-4.jpg
│ │ │ │ │ │ ├── p120x160-5.jpg
│ │ │ │ │ │ ├── p120x160-69.jpg
│ │ │ │ │ │ ├── p120x160-6.jpg
│ │ │ │ │ │ ├── p120x160a.jpg
│ │ │ │ │ │ ├── p120x160.jpg
│ │ │ │ │ │ ├── p120x90.jpg
│ │ │ │ │ │ ├── p150x160.jpg
│ │ │ │ │ │ ├── p159x126.gif
│ │ │ │ │ │ ├── p159x126.png
│ │ │ │ │ │ ├── p160X160.jpg
│ │ │ │ │ │ ├── p180x180.jpg
│ │ │ │ │ │ ├── p250x100a.jpg
│ │ │ │ │ │ ├── p250x100b.jpg
│ │ │ │ │ │ ├── p250x100c.jpg
│ │ │ │ │ │ ├── p250x100d.jpg
│ │ │ │ │ │ ├── p286x286.jpg
│ │ │ │ │ │ ├── p300x300.jpg
│ │ │ │ │ │ ├── p30x40.jpg
│ │ │ │ │ │ ├── p320x120.jpg
│ │ │ │ │ │ ├── p34x34a.jpg
│ │ │ │ │ │ ├── p34x34b.jpg
│ │ │ │ │ │ ├── p34x34c.jpg
│ │ │ │ │ │ ├── p34x34d.jpg
│ │ │ │ │ │ ├── p34x34e.jpg
│ │ │ │ │ │ ├── p34x34f.jpg
│ │ │ │ │ │ ├── p34x34g.jpg
│ │ │ │ │ │ ├── p350x350.jpg
│ │ │ │ │ │ ├── p396x130.jpg
│ │ │ │ │ │ ├── p50x50b.jpg
│ │ │ │ │ │ ├── p50x50c.jpg
│ │ │ │ │ │ ├── p50x50.jpg
│ │ │ │ │ │ ├── p52X52.jpg
│ │ │ │ │ │ ├── p590x330.jpg
│ │ │ │ │ │ ├── p90x120.jpg
│ │ │ │ │ │ ├── smallimage-1.jpg
│ │ │ │ │ │ ├── smallimage-2.jpg
│ │ │ │ │ │ ├── smallimage-3.jpg
│ │ │ │ │ │ ├── smallimage-4.jpg
│ │ │ │ │ │ ├── smallimage.jpg
│ │ │ │ │ │ ├── tinyimage-1.jpg
│ │ │ │ │ │ ├── tinyimage-2.jpg
│ │ │ │ │ │ ├── tinyimage-3.jpg
│ │ │ │ │ │ ├── tinyimage-4.jpg
│ │ │ │ │ │ └── tinyimage.jpg
│ │ │ │ │ └── shop
│ │ │ │ │ ├── arr.gif
│ │ │ │ │ ├── bankpay.png
│ │ │ │ │ ├── bank.png
│ │ │ │ │ ├── bg340x340.png
│ │ │ │ │ ├── bg355x355.png
│ │ │ │ │ ├── bg_35h.png
│ │ │ │ │ ├── bg_th_h26.gif
│ │ │ │ │ ├── big01.gif
│ │ │ │ │ ├── big02.gif
│ │ │ │ │ ├── btn130x36.png
│ │ │ │ │ ├── btn145x40.png
│ │ │ │ │ ├── btn180x46.png
│ │ │ │ │ ├── btn23h.png
│ │ │ │ │ ├── btn24h.png
│ │ │ │ │ ├── btn30h.gif
│ │ │ │ │ ├── btn30h.png
│ │ │ │ │ ├── btn32h.png
│ │ │ │ │ ├── btn36h.png
│ │ │ │ │ ├── btn62x26.png
│ │ │ │ │ ├── btn64x18.png
│ │ │ │ │ ├── btn64x22.png
│ │ │ │ │ ├── btn67x25.gif
│ │ │ │ │ ├── btn80x22.gif
│ │ │ │ │ ├── btn86x25.gif
│ │ │ │ │ ├── btn86x26.gif
│ │ │ │ │ ├── btn86x26.png
│ │ │ │ │ ├── btn88x23.jpg
│ │ │ │ │ ├── btn_close.png
│ │ │ │ │ ├── bx_bg.gif
│ │ │ │ │ ├── bx.gif
│ │ │ │ │ ├── bx.png
│ │ │ │ │ ├── cart210x26.png
│ │ │ │ │ ├── clear.gif
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── cup14x33.gif
│ │ │ │ │ ├── dev2.gif
│ │ │ │ │ ├── dev.gif
│ │ │ │ │ ├── footads.gif
│ │ │ │ │ ├── h2_ch.png
│ │ │ │ │ ├── h2.gif
│ │ │ │ │ ├── h2_l.gif
│ │ │ │ │ ├── h2.png
│ │ │ │ │ ├── h30.gif
│ │ │ │ │ ├── help.png
│ │ │ │ │ ├── hot.png
│ │ │ │ │ ├── icon_down.gif
│ │ │ │ │ ├── icon_heart.gif
│ │ │ │ │ ├── icon_r.gif
│ │ │ │ │ ├── icon_tabDown.gif
│ │ │ │ │ ├── icon_tabUp.gif
│ │ │ │ │ ├── icon_tel.gif
│ │ │ │ │ ├── n01.gif
│ │ │ │ │ ├── n02.gif
│ │ │ │ │ ├── n03.gif
│ │ │ │ │ ├── n04.gif
│ │ │ │ │ ├── n05.gif
│ │ │ │ │ ├── n06.gif
│ │ │ │ │ ├── n07.gif
│ │ │ │ │ ├── n08.gif
│ │ │ │ │ ├── nameBg1.gif
│ │ │ │ │ ├── nameBg.gif
│ │ │ │ │ ├── new.png
│ │ │ │ │ ├── oclass.gif
│ │ │ │ │ ├── oth_2.png
│ │ │ │ │ ├── oth.png
│ │ │ │ │ ├── p150x150.gif
│ │ │ │ │ ├── p34x34a.jpg
│ │ │ │ │ ├── p34x34b.jpg
│ │ │ │ │ ├── p34x34c.jpg
│ │ │ │ │ ├── p34x34d.jpg
│ │ │ │ │ ├── p34x34e.jpg
│ │ │ │ │ ├── p34x34f.jpg
│ │ │ │ │ ├── p34x34g.jpg
│ │ │ │ │ ├── p38x18.gif
│ │ │ │ │ ├── process.png
│ │ │ │ │ ├── sale.png
│ │ │ │ │ ├── search_not.jpg
│ │ │ │ │ ├── set2.png
│ │ │ │ │ ├── set3.png
│ │ │ │ │ ├── set.png
│ │ │ │ │ ├── short.png
│ │ │ │ │ ├── star.png
│ │ │ │ │ ├── suit208x30.png
│ │ │ │ │ ├── tabBg.gif
│ │ │ │ │ ├── tabR.gif
│ │ │ │ │ ├── tabRHBg.gif
│ │ │ │ │ └── tabRH.gif
│ │ │ │ ├── imgs
│ │ │ │ │ ├── 60x40a.gif
│ │ │ │ │ ├── alt_02.gif
│ │ │ │ │ ├── alt.gif
│ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ ├── background.gif
│ │ │ │ │ ├── bg340x340.png
│ │ │ │ │ ├── bg_ch.gif
│ │ │ │ │ ├── bg_footer.gif
│ │ │ │ │ ├── bg_frameL.gif
│ │ │ │ │ ├── bg_nav.gif
│ │ │ │ │ ├── btn102x26.png
│ │ │ │ │ ├── btn120x20.gif
│ │ │ │ │ ├── btn60x20.gif
│ │ │ │ │ ├── btn80x20.gif
│ │ │ │ │ ├── btn83x23.png
│ │ │ │ │ ├── c_4.png
│ │ │ │ │ ├── canal-0.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── cloud.gif
│ │ │ │ │ ├── color.gif
│ │ │ │ │ ├── deflaut.jpg
│ │ │ │ │ ├── dev.gif
│ │ │ │ │ ├── err_403.gif
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── header_bg.gif
│ │ │ │ │ ├── header_left.gif
│ │ │ │ │ ├── icon.gif
│ │ │ │ │ ├── left_right.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── logo1.gif
│ │ │ │ │ ├── logo228x54.png
│ │ │ │ │ ├── logo232x47.png
│ │ │ │ │ ├── logo266x64.png
│ │ │ │ │ ├── logo.gif
│ │ │ │ │ ├── main.gif
│ │ │ │ │ ├── msg.gif
│ │ │ │ │ ├── nav.gif
│ │ │ │ │ ├── p225x290.jpg
│ │ │ │ │ ├── split.gif
│ │ │ │ │ ├── state.gif
│ │ │ │ │ ├── td.gif
│ │ │ │ │ └── th.gif
│ │ │ │ ├── js
│ │ │ │ │ ├── com.js
│ │ │ │ │ ├── common
│ │ │ │ │ ├── district.js
│ │ │ │ │ ├── global.js
│ │ │ │ │ ├── item
│ │ │ │ │ ├── jquery.flexslider-min.js
│ │ │ │ │ ├── jquery.form.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── jquery.md5.js
│ │ │ │ │ ├── jquery.tablesorter.js
│ │ │ │ │ ├── login.js
│ │ │ │ │ ├── many_form_validator.js
│ │ │ │ │ ├── order
│ │ │ │ │ ├── order.js
│ │ │ │ │ ├── pony.js
│ │ │ │ │ ├── upload.js
│ │ │ │ │ └── uploads.js
│ │ │ │ └── plugins
│ │ │ │ ├── fckeditor
│ │ │ │ │ ├── _documentation.html
│ │ │ │ │ ├── editor
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ │ │ │ │ ├── logo_fredck.gif
│ │ │ │ │ │ │ │ └── sponsors
│ │ │ │ │ │ │ │ └── spellchecker_net.gif
│ │ │ │ │ │ │ ├── fck_about.html
│ │ │ │ │ │ │ ├── fck_anchor.html
│ │ │ │ │ │ │ ├── fck_button.html
│ │ │ │ │ │ │ ├── fck_checkbox.html
│ │ │ │ │ │ │ ├── fck_colorselector.html
│ │ │ │ │ │ │ ├── fck_div.html
│ │ │ │ │ │ │ ├── fck_docprops
│ │ │ │ │ │ │ │ └── fck_document_preview.html
│ │ │ │ │ │ │ ├── fck_docprops.html
│ │ │ │ │ │ │ ├── fck_flash
│ │ │ │ │ │ │ │ ├── fck_flash.js
│ │ │ │ │ │ │ │ └── fck_flash_preview.html
│ │ │ │ │ │ │ ├── fck_flash.html
│ │ │ │ │ │ │ ├── fck_form.html
│ │ │ │ │ │ │ ├── fck_hiddenfield.html
│ │ │ │ │ │ │ ├── fck_image
│ │ │ │ │ │ │ │ ├── fck_image.js
│ │ │ │ │ │ │ │ └── fck_image_preview.html
│ │ │ │ │ │ │ ├── fck_image.html
│ │ │ │ │ │ │ ├── fck_link
│ │ │ │ │ │ │ │ └── fck_link.js
│ │ │ │ │ │ │ ├── fck_link.html
│ │ │ │ │ │ │ ├── fck_listprop.html
│ │ │ │ │ │ │ ├── fck_paste.html
│ │ │ │ │ │ │ ├── fck_radiobutton.html
│ │ │ │ │ │ │ ├── fck_replace.html
│ │ │ │ │ │ │ ├── fck_scayt
│ │ │ │ │ │ │ │ └── scayt_dialog.css
│ │ │ │ │ │ │ ├── fck_scayt.html
│ │ │ │ │ │ │ ├── fck_select
│ │ │ │ │ │ │ │ └── fck_select.js
│ │ │ │ │ │ │ ├── fck_select.html
│ │ │ │ │ │ │ ├── fck_smiley.html
│ │ │ │ │ │ │ ├── fck_source.html
│ │ │ │ │ │ │ ├── fck_specialchar.html
│ │ │ │ │ │ │ ├── fck_spellerpages
│ │ │ │ │ │ │ │ └── spellerpages
│ │ │ │ │ │ │ │ ├── blank.html
│ │ │ │ │ │ │ │ ├── controls.html
│ │ │ │ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ │ │ │ ├── server-scripts
│ │ │ │ │ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ │ │ │ │ └── spellchecker.pl
│ │ │ │ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ │ │ │ └── wordWindow.js
│ │ │ │ │ │ │ ├── fck_spellerpages.html
│ │ │ │ │ │ │ ├── fck_tablecell.html
│ │ │ │ │ │ │ ├── fck_table.html
│ │ │ │ │ │ │ ├── fck_template
│ │ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ │ │ └── template3.gif
│ │ │ │ │ │ │ ├── fck_template.html
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ │ │ │ │ ├── Folder.gif
│ │ │ │ │ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ │ │ │ │ ├── FolderOpened.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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── ImageObject.cfc
│ │ │ │ │ │ │ │ └── upload.cfm
│ │ │ │ │ │ │ ├── lasso
│ │ │ │ │ │ │ │ ├── config.lasso
│ │ │ │ │ │ │ │ ├── connector.lasso
│ │ │ │ │ │ │ │ └── upload.lasso
│ │ │ │ │ │ │ ├── perl
│ │ │ │ │ │ │ │ ├── basexml.pl
│ │ │ │ │ │ │ │ ├── commands.pl
│ │ │ │ │ │ │ │ ├── config.pl
│ │ │ │ │ │ │ │ ├── connector.cgi
│ │ │ │ │ │ │ │ ├── io.pl
│ │ │ │ │ │ │ │ ├── upload.cgi
│ │ │ │ │ │ │ │ ├── upload_fck.pl
│ │ │ │ │ │ │ │ └── util.pl
│ │ │ │ │ │ │ ├── php
│ │ │ │ │ │ │ │ ├── basexml.php
│ │ │ │ │ │ │ │ ├── commands.php
│ │ │ │ │ │ │ │ ├── config.php
│ │ │ │ │ │ │ │ ├── connector.php
│ │ │ │ │ │ │ │ ├── io.php
│ │ │ │ │ │ │ │ ├── phpcompat.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
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── autogrow
│ │ │ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ │ │ ├── bbcode
│ │ │ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ │ │ └── _sample
│ │ │ │ │ │ │ │ ├── sample.config.js
│ │ │ │ │ │ │ │ └── sample.html
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── _fckviewstrips.html
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── _source
│ │ │ │ │ │ │ ├── classes
│ │ │ │ │ │ │ │ ├── fckcontextmenu.js
│ │ │ │ │ │ │ │ ├── fckdataprocessor.js
│ │ │ │ │ │ │ │ ├── fckdocumentfragment_gecko.js
│ │ │ │ │ │ │ │ ├── fckdocumentfragment_ie.js
│ │ │ │ │ │ │ │ ├── fckdomrange_gecko.js
│ │ │ │ │ │ │ │ ├── fckdomrange_ie.js
│ │ │ │ │ │ │ │ ├── fckdomrangeiterator.js
│ │ │ │ │ │ │ │ ├── fckdomrange.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
│ │ │ │ │ │ │ │ ├── fcktoolbarbreak_gecko.js
│ │ │ │ │ │ │ │ ├── fcktoolbarbreak_ie.js
│ │ │ │ │ │ │ │ ├── fcktoolbarbutton.js
│ │ │ │ │ │ │ │ ├── fcktoolbarbuttonui.js
│ │ │ │ │ │ │ │ ├── fcktoolbarfontformatcombo.js
│ │ │ │ │ │ │ │ ├── fcktoolbarfontscombo.js
│ │ │ │ │ │ │ │ ├── fcktoolbarfontsizecombo.js
│ │ │ │ │ │ │ │ ├── fcktoolbar.js
│ │ │ │ │ │ │ │ ├── fcktoolbarpanelbutton.js
│ │ │ │ │ │ │ │ ├── fcktoolbarspecialcombo.js
│ │ │ │ │ │ │ │ ├── fcktoolbarstylecombo.js
│ │ │ │ │ │ │ │ ├── fckw3crange.js
│ │ │ │ │ │ │ │ ├── fckxml_gecko.js
│ │ │ │ │ │ │ │ ├── fckxml_ie.js
│ │ │ │ │ │ │ │ └── fckxml.js
│ │ │ │ │ │ │ ├── commandclasses
│ │ │ │ │ │ │ │ ├── fckblockquotecommand.js
│ │ │ │ │ │ │ │ ├── fckcorestylecommand.js
│ │ │ │ │ │ │ │ ├── fckfitwindow.js
│ │ │ │ │ │ │ │ ├── fckindentcommands.js
│ │ │ │ │ │ │ │ ├── fckjustifycommands.js
│ │ │ │ │ │ │ │ ├── fcklistcommands.js
│ │ │ │ │ │ │ │ ├── fcknamedcommand.js
│ │ │ │ │ │ │ │ ├── fck_othercommands.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
│ │ │ │ │ │ │ ├── fckbrowserinfo.js
│ │ │ │ │ │ │ ├── fckcodeformatter.js
│ │ │ │ │ │ │ ├── fckcommands.js
│ │ │ │ │ │ │ ├── fckconfig.js
│ │ │ │ │ │ │ ├── fck_contextmenu.js
│ │ │ │ │ │ │ ├── fckdebug_empty.js
│ │ │ │ │ │ │ ├── fckdebug.js
│ │ │ │ │ │ │ ├── fckdialog.js
│ │ │ │ │ │ │ ├── fckdocumentprocessor.js
│ │ │ │ │ │ │ ├── fckdomtools.js
│ │ │ │ │ │ │ ├── fck_gecko.js
│ │ │ │ │ │ │ ├── fck_ie.js
│ │ │ │ │ │ │ ├── fck.js
│ │ │ │ │ │ │ ├── fcklanguagemanager.js
│ │ │ │ │ │ │ ├── fcklisthandler.js
│ │ │ │ │ │ │ ├── fcklistslib.js
│ │ │ │ │ │ │ ├── fckplugins.js
│ │ │ │ │ │ │ ├── fckregexlib.js
│ │ │ │ │ │ │ ├── fckscayt.js
│ │ │ │ │ │ │ ├── fckselection_gecko.js
│ │ │ │ │ │ │ ├── fckselection_ie.js
│ │ │ │ │ │ │ ├── fckselection.js
│ │ │ │ │ │ │ ├── fckstyles.js
│ │ │ │ │ │ │ ├── fcktablehandler_gecko.js
│ │ │ │ │ │ │ ├── fcktablehandler_ie.js
│ │ │ │ │ │ │ ├── fcktablehandler.js
│ │ │ │ │ │ │ ├── fcktoolbaritems.js
│ │ │ │ │ │ │ ├── fcktoolbarset.js
│ │ │ │ │ │ │ ├── fcktools_gecko.js
│ │ │ │ │ │ │ ├── fcktools_ie.js
│ │ │ │ │ │ │ ├── fcktools.js
│ │ │ │ │ │ │ ├── fckundo.js
│ │ │ │ │ │ │ ├── fckurlparams.js
│ │ │ │ │ │ │ ├── fckxhtmlentities.js
│ │ │ │ │ │ │ ├── fckxhtml_gecko.js
│ │ │ │ │ │ │ ├── fckxhtml_ie.js
│ │ │ │ │ │ │ └── fckxhtml.js
│ │ │ │ │ │ └── wsc
│ │ │ │ │ │ ├── ciframe.html
│ │ │ │ │ │ ├── tmpFrameset.html
│ │ │ │ │ │ └── w.html
│ │ │ │ │ ├── fckconfig.js
│ │ │ │ │ ├── fckeditor.afp
│ │ │ │ │ ├── fckeditor.asp
│ │ │ │ │ ├── fckeditor.cfc
│ │ │ │ │ ├── fckeditor.cfm
│ │ │ │ │ ├── fckeditor.js
│ │ │ │ │ ├── fckeditor.lasso
│ │ │ │ │ ├── fckeditor.php
│ │ │ │ │ ├── fckeditor_php4.php
│ │ │ │ │ ├── fckeditor_php5.php
│ │ │ │ │ ├── fckeditor.pl
│ │ │ │ │ ├── fckeditor.py
│ │ │ │ │ ├── fckpackager.xml
│ │ │ │ │ ├── fckstyles.xml
│ │ │ │ │ ├── fcktemplates.xml
│ │ │ │ │ ├── fckutils.cfm
│ │ │ │ │ ├── license.txt
│ │ │ │ │ ├── myconfig.js
│ │ │ │ │ ├── _samples
│ │ │ │ │ │ ├── adobeair
│ │ │ │ │ │ │ ├── application.xml
│ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ ├── 128.png
│ │ │ │ │ │ │ │ ├── 16.png
│ │ │ │ │ │ │ │ ├── 32.png
│ │ │ │ │ │ │ │ └── 48.png
│ │ │ │ │ │ │ ├── package.bat
│ │ │ │ │ │ │ ├── run.bat
│ │ │ │ │ │ │ ├── sample01_cert.pfx
│ │ │ │ │ │ │ └── sample01.html
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── _plugins
│ │ │ │ │ │ │ ├── findreplace
│ │ │ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ │ │ ├── find.gif
│ │ │ │ │ │ │ │ ├── find.html
│ │ │ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ │ │ └── it.js
│ │ │ │ │ │ │ │ ├── replace.gif
│ │ │ │ │ │ │ │ └── replace.html
│ │ │ │ │ │ │ └── samples
│ │ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ │ ├── py
│ │ │ │ │ │ │ ├── sample01.py
│ │ │ │ │ │ │ └── sampleposteddata.py
│ │ │ │ │ │ ├── sample.css
│ │ │ │ │ │ └── sampleslist.html
│ │ │ │ │ ├── _upgrade.html
│ │ │ │ │ ├── _whatsnew_history.html
│ │ │ │ │ └── _whatsnew.html
│ │ │ │ ├── jquery.tablesorter.zip
│ │ │ │ └── My97DatePicker
│ │ │ │ ├── calendar.js
│ │ │ │ ├── config.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh-tw.js
│ │ │ │ ├── My97DatePicker.html
│ │ │ │ ├── skin
│ │ │ │ │ ├── datePicker.gif
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── datepicker.css
│ │ │ │ │ │ └── img.gif
│ │ │ │ │ ├── WdatePicker.css
│ │ │ │ │ └── whyGreen
│ │ │ │ │ ├── bg.jpg
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ └── img.gif
│ │ │ │ └── WdatePicker.js
│ │ │ ├── scripts
│ │ │ │ ├── builder.js
│ │ │ │ ├── calendar
│ │ │ │ │ ├── calendar.js
│ │ │ │ │ ├── calendar-setup.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── calendar-af.js
│ │ │ │ │ ├── calendar-al.js
│ │ │ │ │ ├── calendar-bg.js
│ │ │ │ │ ├── calendar-big5.js
│ │ │ │ │ ├── calendar-big5-utf8.js
│ │ │ │ │ ├── calendar-br.js
│ │ │ │ │ ├── calendar-ca.js
│ │ │ │ │ ├── calendar-cs-utf8.js
│ │ │ │ │ ├── calendar-cs-win.js
│ │ │ │ │ ├── calendar-da.js
│ │ │ │ │ ├── calendar-de.js
│ │ │ │ │ ├── calendar-du.js
│ │ │ │ │ ├── calendar-el.js
│ │ │ │ │ ├── calendar-en.js
│ │ │ │ │ ├── calendar-es.js
│ │ │ │ │ ├── calendar-fi.js
│ │ │ │ │ ├── calendar-fr.js
│ │ │ │ │ ├── calendar-he-utf8.js
│ │ │ │ │ ├── calendar-hr.js
│ │ │ │ │ ├── calendar-hr-utf8.js
│ │ │ │ │ ├── calendar-hu.js
│ │ │ │ │ ├── calendar-it.js
│ │ │ │ │ ├── calendar-jp.js
│ │ │ │ │ ├── calendar-ko.js
│ │ │ │ │ ├── calendar-ko-utf8.js
│ │ │ │ │ ├── calendar-lt.js
│ │ │ │ │ ├── calendar-lt-utf8.js
│ │ │ │ │ ├── calendar-lv.js
│ │ │ │ │ ├── calendar-nl.js
│ │ │ │ │ ├── calendar-no.js
│ │ │ │ │ ├── calendar-pl.js
│ │ │ │ │ ├── calendar-pl-utf8.js
│ │ │ │ │ ├── calendar-pt.js
│ │ │ │ │ ├── calendar-ro.js
│ │ │ │ │ ├── calendar-ru.js
│ │ │ │ │ ├── calendar-ru_win_.js
│ │ │ │ │ ├── calendar-si.js
│ │ │ │ │ ├── calendar-sk.js
│ │ │ │ │ ├── calendar-sp.js
│ │ │ │ │ ├── calendar-sv.js
│ │ │ │ │ ├── calendar-tr.js
│ │ │ │ │ ├── calendar-zh.js
│ │ │ │ │ └── cn_utf8.js
│ │ │ │ ├── controls.js
│ │ │ │ ├── dojo
│ │ │ │ │ └── test.html
│ │ │ │ ├── dragdrop.js
│ │ │ │ ├── dtree
│ │ │ │ │ ├── dtree.css
│ │ │ │ │ ├── dtree.js
│ │ │ │ │ └── img
│ │ │ │ │ ├── base.gif
│ │ │ │ │ ├── cd.gif
│ │ │ │ │ ├── empty.gif
│ │ │ │ │ ├── folder.gif
│ │ │ │ │ ├── folderopen.gif
│ │ │ │ │ ├── globe.gif
│ │ │ │ │ ├── imgfolder.gif
│ │ │ │ │ ├── joinbottom.gif
│ │ │ │ │ ├── join.gif
│ │ │ │ │ ├── line.gif
│ │ │ │ │ ├── minusbottom.gif
│ │ │ │ │ ├── minus.gif
│ │ │ │ │ ├── musicfolder.gif
│ │ │ │ │ ├── nolines_minus.gif
│ │ │ │ │ ├── nolines_plus.gif
│ │ │ │ │ ├── page.gif
│ │ │ │ │ ├── plusbottom.gif
│ │ │ │ │ ├── plus.gif
│ │ │ │ │ ├── question.gif
│ │ │ │ │ └── trash.gif
│ │ │ │ ├── effects.js
│ │ │ │ ├── global.js
│ │ │ │ ├── jquery-1.4.2.min.js
│ │ │ │ ├── jquery.tablesorter.js
│ │ │ │ ├── login.js
│ │ │ │ ├── many_form_validator.js
│ │ │ │ ├── prototype.js
│ │ │ │ ├── README.txt
│ │ │ │ ├── scriptaculous.js
│ │ │ │ ├── selectbox.js
│ │ │ │ ├── slider.js
│ │ │ │ ├── sound.js
│ │ │ │ ├── tabletree
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── jquery.treeTable.css
│ │ │ │ │ │ └── master.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── bg-table-thead.png
│ │ │ │ │ │ ├── folder.png
│ │ │ │ │ │ ├── page_white_text.png
│ │ │ │ │ │ ├── toggle-collapse-dark.png
│ │ │ │ │ │ ├── toggle-collapse-light.png
│ │ │ │ │ │ ├── toggle-expand-dark.png
│ │ │ │ │ │ └── toggle-expand-light.png
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.treeTable.min.js
│ │ │ │ └── validator.jsp
│ │ │ └── styles
│ │ │ ├── andreas01
│ │ │ │ ├── images
│ │ │ │ │ ├── bg.gif
│ │ │ │ │ ├── fieldbg.gif
│ │ │ │ │ └── front.jpg
│ │ │ │ ├── layout-1col.css
│ │ │ │ ├── layout.css
│ │ │ │ ├── layout-navtop-3col.css
│ │ │ │ ├── nav-horizontal.css
│ │ │ │ ├── print.css
│ │ │ │ ├── theme.css
│ │ │ │ ├── tools.css
│ │ │ │ └── typo.css
│ │ │ ├── calendar-aqua
│ │ │ │ ├── active-bg.gif
│ │ │ │ ├── dark-bg.gif
│ │ │ │ ├── hover-bg.gif
│ │ │ │ ├── menuarrow.gif
│ │ │ │ ├── normal-bg.gif
│ │ │ │ ├── rowhover-bg.gif
│ │ │ │ ├── status-bg.gif
│ │ │ │ ├── theme.css
│ │ │ │ ├── title-bg.gif
│ │ │ │ └── today-bg.gif
│ │ │ ├── displaytag.css
│ │ │ ├── forms.css
│ │ │ ├── messages.css
│ │ │ ├── puzzlewithstyle
│ │ │ │ ├── images
│ │ │ │ │ ├── bodybackground.gif
│ │ │ │ │ └── headerbackground.gif
│ │ │ │ ├── layout-1col.css
│ │ │ │ ├── layout.css
│ │ │ │ ├── layout-navleft-1col.css
│ │ │ │ ├── layout-navleft-2col.css
│ │ │ │ ├── layout-navtop-1col.css
│ │ │ │ ├── layout-navtop-3col.css
│ │ │ │ ├── layout-navtop-localleft.css
│ │ │ │ ├── layout-navtop-subright.css
│ │ │ │ ├── nav-horizontal.css
│ │ │ │ ├── nav-vertical.css
│ │ │ │ ├── theme.css
│ │ │ │ ├── tools.css
│ │ │ │ └── typo.css
│ │ │ └── simplicity
│ │ │ ├── images
│ │ │ │ ├── background.gif
│ │ │ │ ├── bg340x340.png
│ │ │ │ ├── btn102x26.png
│ │ │ │ ├── btn60x20.gif
│ │ │ │ ├── btn80x20.gif
│ │ │ │ ├── btn83x23.png
│ │ │ │ ├── color.gif
│ │ │ │ ├── dev.gif
│ │ │ │ ├── icon.gif
│ │ │ │ ├── logo228x54.png
│ │ │ │ ├── logo266x64.png
│ │ │ │ ├── main.gif
│ │ │ │ ├── nav.gif
│ │ │ │ ├── split.gif
│ │ │ │ └── th.gif
│ │ │ ├── layout-1col.css
│ │ │ ├── layout.css
│ │ │ ├── layout-navtop-localleft.css
│ │ │ ├── layout-navtop-subright.css
│ │ │ ├── nav-horizontal.css
│ │ │ ├── print.css
│ │ │ ├── theme.css
│ │ │ ├── tools.css
│ │ │ └── typo.css
│ │ ├── index.jsp
│ │ └── WEB-INF
│ │ ├── menu-config.xml
│ │ ├── shop
│ │ │ ├── activity
│ │ │ │ ├── addoffer1.jsp
│ │ │ │ ├── addoffer2.jsp
│ │ │ │ ├── addoffer3.jsp
│ │ │ │ ├── addoffergroup.jsp
│ │ │ │ ├── checkoffergroup.jsp
│ │ │ │ ├── editoffer1.jsp
│ │ │ │ ├── editoffer2.jsp
│ │ │ │ ├── editoffer3.jsp
│ │ │ │ ├── editoffergroup.jsp
│ │ │ │ ├── listAudit.jsp
│ │ │ │ ├── listoffergroup.jsp
│ │ │ │ ├── listoffer.jsp
│ │ │ │ ├── viewauditoffergroup.jsp
│ │ │ │ ├── viewoffer1.jsp
│ │ │ │ ├── viewoffer2.jsp
│ │ │ │ ├── viewoffer3.jsp
│ │ │ │ └── viewoffergroup.jsp
│ │ │ ├── admin
│ │ │ │ ├── activeUsers.jsp
│ │ │ │ ├── siteConfigShow.jsp
│ │ │ │ └── userList.jsp
│ │ │ ├── advertisement
│ │ │ │ ├── addAdlocal.jsp
│ │ │ │ ├── addAdvertisement.jsp
│ │ │ │ ├── adlocal.jsp
│ │ │ │ ├── advertisement.jsp
│ │ │ │ ├── editAdlocal.jsp
│ │ │ │ ├── editAdvertisement.jsp
│ │ │ │ ├── flash.jsp
│ │ │ │ ├── img.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── photoGallery.jsp
│ │ │ │ ├── relevancyAd.jsp
│ │ │ │ └── wordPreview.jsp
│ │ │ ├── card
│ │ │ │ ├── addCard.jsp
│ │ │ │ ├── addCatItemCard.jsp
│ │ │ │ ├── editCard.jsp
│ │ │ │ └── list.jsp
│ │ │ ├── consolelog
│ │ │ │ ├── more.jsp
│ │ │ │ └── top10.jsp
│ │ │ ├── contentMaintain
│ │ │ │ ├── exportitem.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── itemList.jsp
│ │ │ │ ├── listSlot.jsp
│ │ │ │ └── showitem.jsp
│ │ │ ├── contentset
│ │ │ │ ├── addkeyword.jsp
│ │ │ │ ├── addsensitive.jsp
│ │ │ │ ├── addtag.jsp
│ │ │ │ ├── editkeyword.jsp
│ │ │ │ ├── editsensitive.jsp
│ │ │ │ ├── edittag.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── listkeyword.jsp
│ │ │ │ ├── listsensitive.jsp
│ │ │ │ └── listtag.jsp
│ │ │ ├── dataAccessFailure.jsp
│ │ │ ├── fileupload.jsp
│ │ │ ├── groupon
│ │ │ │ ├── addGroupon.jsp
│ │ │ │ ├── editGroupon.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── listGroupon.jsp
│ │ │ │ ├── listHeraldGroupon.jsp
│ │ │ │ ├── more.jsp
│ │ │ │ └── noticeMgmt.jsp
│ │ │ ├── item
│ │ │ │ ├── addbrand.jsp
│ │ │ │ ├── addCatItem.jsp
│ │ │ │ ├── addcat.jsp
│ │ │ │ ├── addfeature.jsp
│ │ │ │ ├── addItem.jsp
│ │ │ │ ├── cattree.jsp
│ │ │ │ ├── checkItem.jsp
│ │ │ │ ├── editbrand.jsp
│ │ │ │ ├── editcat.jsp
│ │ │ │ ├── editfeature.jsp
│ │ │ │ ├── editItem.jsp
│ │ │ │ ├── editItemSpec.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── listAudit.jsp
│ │ │ │ ├── listbrand.jsp
│ │ │ │ ├── listCardCat.jsp
│ │ │ │ ├── listcat.jsp
│ │ │ │ ├── listfeature.jsp
│ │ │ │ ├── list.jsp
│ │ │ │ ├── recycleList.jsp
│ │ │ │ ├── syncData.jsp
│ │ │ │ ├── transparentItemList.jsp
│ │ │ │ └── viewItem.jsp
│ │ │ ├── jbpm
│ │ │ │ └── list.jsp
│ │ │ ├── log
│ │ │ │ └── backlog.jsp
│ │ │ ├── mainMenu.jsp
│ │ │ ├── order
│ │ │ │ ├── detail.jsp
│ │ │ │ ├── guestOrder
│ │ │ │ │ └── listGuestOrder.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── orderAbnormal
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderAbnormal.jsp
│ │ │ │ ├── orderCall
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderCall.jsp
│ │ │ │ ├── orderCard
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderCard.jsp
│ │ │ │ ├── orderCrm
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderCrm.jsp
│ │ │ │ ├── orderDelivery
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderDelivery.jsp
│ │ │ │ ├── orderDelivery1
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderDelivery1.jsp
│ │ │ │ ├── orderInValid
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderInValid.jsp
│ │ │ │ ├── orderPay
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderPay.jsp
│ │ │ │ ├── orderReplace
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderReplace.jsp
│ │ │ │ ├── orderReturn
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderReturn.jsp
│ │ │ │ ├── orderRR
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderRR.jsp
│ │ │ │ ├── orderRstock
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderRstock.jsp
│ │ │ │ ├── orderSelf
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderSelf.jsp
│ │ │ │ ├── orderStock
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderStock.jsp
│ │ │ │ ├── orderSucess
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderSucess.jsp
│ │ │ │ ├── orderSummary
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ ├── editOrder.jsp
│ │ │ │ │ └── orderSummary.jsp
│ │ │ │ ├── orderValid
│ │ │ │ │ ├── detail.jsp
│ │ │ │ │ └── orderValid.jsp
│ │ │ │ └── print.jsp
│ │ │ ├── payment
│ │ │ │ ├── addpaymentorg.jsp
│ │ │ │ ├── addpayolbank.jsp
│ │ │ │ ├── editpaymentorg.jsp
│ │ │ │ ├── editpaymentTool.jsp
│ │ │ │ ├── editpaymentWay.jsp
│ │ │ │ ├── editpayolbank.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── listOrderPayment.jsp
│ │ │ │ ├── listOrderPayRecordDetail.jsp
│ │ │ │ ├── listpaymentorg.jsp
│ │ │ │ ├── listPaymentStatus.jsp
│ │ │ │ ├── listpayolbankerror.jsp
│ │ │ │ ├── listpayolbank.jsp
│ │ │ │ ├── listPayRecord.jsp
│ │ │ │ ├── listPayTotal.jsp
│ │ │ │ ├── listRefundRecord.jsp
│ │ │ │ ├── paymentTool.jsp
│ │ │ │ ├── paymentWay.jsp
│ │ │ │ └── revocationManagement.jsp
│ │ │ ├── permission
│ │ │ │ ├── addperm.jsp
│ │ │ │ ├── addrole.jsp
│ │ │ │ ├── adduser.jsp
│ │ │ │ ├── editperm.jsp
│ │ │ │ ├── editrole.jsp
│ │ │ │ ├── edituserindex.jsp
│ │ │ │ ├── edituser.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── listperm1.jsp
│ │ │ │ ├── listperm.jsp
│ │ │ │ ├── listrole.jsp
│ │ │ │ ├── listuser.jsp
│ │ │ │ └── permission.jsp
│ │ │ ├── pickList.jsp
│ │ │ ├── productForm.jsp
│ │ │ ├── productList.jsp
│ │ │ ├── promotion
│ │ │ │ ├── groupon
│ │ │ │ ├── index.jsp
│ │ │ │ └── secKill
│ │ │ │ ├── addSecKill.jsp
│ │ │ │ ├── editSecKill.jsp
│ │ │ │ ├── listHeraldSecKill.jsp
│ │ │ │ └── listSecKill.jsp
│ │ │ ├── ptlUser
│ │ │ │ ├── index.jsp
│ │ │ │ ├── ptlUserBar.jsp
│ │ │ │ ├── ptlUserInfo.jsp
│ │ │ │ ├── ptlUser.jsp
│ │ │ │ └── ptlUserList.jsp
│ │ │ ├── recommend
│ │ │ │ ├── configRecomm.jsp
│ │ │ │ └── initConfigNote.jsp
│ │ │ ├── relational
│ │ │ │ ├── distri
│ │ │ │ │ ├── addDistri.jsp
│ │ │ │ │ ├── editDistri.jsp
│ │ │ │ │ ├── list.jsp
│ │ │ │ │ └── previewDistri.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ └── suppl
│ │ │ │ ├── addSuppl.jsp
│ │ │ │ ├── editSuppl.jsp
│ │ │ │ ├── list.jsp
│ │ │ │ └── previewSuppl.jsp
│ │ │ ├── report
│ │ │ │ ├── amountReport.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── marketSalesReport_bareMachine.jsp
│ │ │ │ ├── marketSalesReport.jsp
│ │ │ │ ├── marketSalesReport_marketingcase.jsp
│ │ │ │ ├── marketSalesReport_simcard.jsp
│ │ │ │ └── orderSummaryReport.jsp
│ │ │ ├── signup.jsp
│ │ │ ├── simcard
│ │ │ │ ├── brand
│ │ │ │ │ ├── editbrand.jsp
│ │ │ │ │ └── listbrand.jsp
│ │ │ │ ├── card
│ │ │ │ │ ├── editsimcard.jsp
│ │ │ │ │ ├── listsimcard.jsp
│ │ │ │ │ └── viewsimcard.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── item
│ │ │ │ │ ├── editSuitItem.jsp
│ │ │ │ │ └── listsuititem.jsp
│ │ │ │ ├── label
│ │ │ │ │ ├── addsimcardlabel.jsp
│ │ │ │ │ ├── editsimcardlabel.jsp
│ │ │ │ │ └── simcardlabellist.jsp
│ │ │ │ ├── suit
│ │ │ │ │ ├── editsuit.jsp
│ │ │ │ │ └── listsuit.jsp
│ │ │ │ └── suitvas
│ │ │ │ ├── editSuitVas.jsp
│ │ │ │ └── listsuitvas.jsp
│ │ │ ├── system
│ │ │ │ ├── editattconfig.jsp
│ │ │ │ ├── editmemberconfig.jsp
│ │ │ │ ├── editsafetyconfig.jsp
│ │ │ │ ├── editsiteconfig.jsp
│ │ │ │ ├── showattconfig.jsp
│ │ │ │ ├── showmemberconfig.jsp
│ │ │ │ ├── showsafetyconfig.jsp
│ │ │ │ ├── showsiteconfig.jsp
│ │ │ │ └── staticPage.jsp
│ │ │ ├── uploadDisplay.jsp
│ │ │ ├── userform.jsp
│ │ │ └── valetorder
│ │ │ ├── cheifRecomm.jsp
│ │ │ ├── guestOrder.jsp
│ │ │ ├── guestSubmitOrder.jsp
│ │ │ ├── index.jsp
│ │ │ ├── infotip.jsp
│ │ │ ├── itemParam.jsp
│ │ │ ├── phoneClassification.jsp
│ │ │ └── underlinepay.jsp
│ │ ├── sitemesh.xml
│ │ └── web.xml
│ └── target
│ ├── classes
│ │ ├── cn
│ │ │ └── itcast
│ │ │ └── ecps
│ │ │ ├── controller
│ │ │ │ ├── EbBrandController.class
│ │ │ │ ├── EbFeatureController.class
│ │ │ │ ├── EbItemController.class
│ │ │ │ ├── EbOrderController.class
│ │ │ │ └── EbUploadController.class
│ │ │ ├── server
│ │ │ │ ├── TimeoutServer.class
│ │ │ │ └── TimeoutServlet.class
│ │ │ └── util
│ │ │ └── UploadResponse.class
│ │ ├── cssHorizontalMenu.vm
│ │ ├── cssVerticalMenu.vm
│ │ ├── decorators.xml
│ │ └── springmvc-servlet.xml
│ └── m2e-wtp
│ └── web-resources
│ └── META-INF
│ ├── MANIFEST.MF
│ └── maven
│ └── cn.itcast.ecps
│ └── ecps-console
│ ├── pom.properties
│ └── pom.xml
├── ecps-core
│ ├── pom.xml
│ ├── src
│ │ ├── main
│ │ │ ├── java
│ │ │ │ └── cn
│ │ │ │ └── itcast
│ │ │ │ └── ecps
│ │ │ │ ├── dao
│ │ │ │ │ ├── EbBrandDao.java
│ │ │ │ │ ├── EbFeatureDao.java
│ │ │ │ │ ├── EbItemClobDao.java
│ │ │ │ │ ├── EbItemDao.java
│ │ │ │ │ ├── EbOrderDao.java
│ │ │ │ │ ├── EbOrderDetailDao.java
│ │ │ │ │ ├── EbParaValueDao.java
│ │ │ │ │ ├── EbSkuDao.java
│ │ │ │ │ ├── EbSpecValueDao.java
│ │ │ │ │ └── impl
│ │ │ │ │ ├── EbBrandDaoImpl.java
│ │ │ │ │ ├── EbFeatureDaoImpl.java
│ │ │ │ │ ├── EbItemClobDaoImpl.java
│ │ │ │ │ ├── EbItemDaoImpl.java
│ │ │ │ │ ├── EbOrderDaoImpl.java
│ │ │ │ │ ├── EbOrderDetailDaoImpl.java
│ │ │ │ │ ├── EbParaValueDaoImpl.java
│ │ │ │ │ ├── EbSkuDaoImpl.java
│ │ │ │ │ └── EbSpecValueDaoImpl.java
│ │ │ │ ├── ftl
│ │ │ │ │ └── productDetail.ftl
│ │ │ │ ├── model
│ │ │ │ │ ├── EbBrand.java
│ │ │ │ │ ├── EbFeature.java
│ │ │ │ │ ├── EbItemClob.java
│ │ │ │ │ ├── EbItem.java
│ │ │ │ │ ├── EbOrderDetail.java
│ │ │ │ │ ├── EbOrder.java
│ │ │ │ │ ├── EbParaValue.java
│ │ │ │ │ ├── EbSku.java
│ │ │ │ │ └── EbSpecValue.java
│ │ │ │ ├── service
│ │ │ │ │ ├── EbBrandService.java
│ │ │ │ │ ├── EbFeatureService.java
│ │ │ │ │ ├── EbItemService.java
│ │ │ │ │ ├── EbOrderServiceImpl.java
│ │ │ │ │ ├── EbOrderService.java
│ │ │ │ │ ├── EbSkuService.java
│ │ │ │ │ └── impl
│ │ │ │ │ ├── EbBrandServiceImpl.java
│ │ │ │ │ ├── EbFeatureServiceImpl.java
│ │ │ │ │ ├── EbItemServiceImpl.java
│ │ │ │ │ └── EbSkuServiceImpl.java
│ │ │ │ ├── stub
│ │ │ │ │ ├── EbItemWSService.java
│ │ │ │ │ ├── EbItemWSServiceService.java
│ │ │ │ │ ├── ObjectFactory.java
│ │ │ │ │ ├── package-info.java
│ │ │ │ │ ├── PublishItem.java
│ │ │ │ │ └── PublishItemResponse.java
│ │ │ │ ├── util
│ │ │ │ │ ├── Constants.java
│ │ │ │ │ ├── FMutil.java
│ │ │ │ │ └── Page.java
│ │ │ │ └── ws
│ │ │ │ └── service
│ │ │ │ ├── EbItemWSService.java
│ │ │ │ └── impl
│ │ │ │ └── EbItemWSServiceImpl.java
│ │ │ └── resources
│ │ │ ├── beans.xml
│ │ │ ├── cxf-servlet.xml
│ │ │ ├── log4j.properties
│ │ │ ├── mybatis
│ │ │ │ └── sqlMap
│ │ │ │ ├── EbBrandMapper.xml
│ │ │ │ ├── EbFeatureMapper.xml
│ │ │ │ ├── EbItemClobMapper.xml
│ │ │ │ ├── EbItemMapper.xml
│ │ │ │ ├── EbOrderDetailMapper.xml
│ │ │ │ ├── EbOrderMapper.xml
│ │ │ │ ├── EbParaValueMapper.xml
│ │ │ │ ├── EbSkuMapper.xml
│ │ │ │ └── EbSpecValueMapper.xml
│ │ │ ├── sqlMapConfig.xml
│ │ │ └── sqlMapGenernator.xml
│ │ └── test
│ │ └── java
│ │ └── cn
│ │ └── itcast
│ │ └── ecps
│ │ ├── dao
│ │ │ └── EbItemDaoTest.java
│ │ └── service
│ │ └── EbBrandServiceTest.java
│ └── target
│ ├── classes
│ │ ├── beans.xml
│ │ ├── cn
│ │ │ └── itcast
│ │ │ └── ecps
│ │ │ ├── dao
│ │ │ │ ├── EbBrandDao.class
│ │ │ │ ├── EbFeatureDao.class
│ │ │ │ ├── EbItemClobDao.class
│ │ │ │ ├── EbItemDao.class
│ │ │ │ ├── EbOrderDao.class
│ │ │ │ ├── EbOrderDetailDao.class
│ │ │ │ ├── EbParaValueDao.class
│ │ │ │ ├── EbSkuDao.class
│ │ │ │ ├── EbSpecValueDao.class
│ │ │ │ └── impl
│ │ │ │ ├── EbBrandDaoImpl.class
│ │ │ │ ├── EbFeatureDaoImpl.class
│ │ │ │ ├── EbItemClobDaoImpl.class
│ │ │ │ ├── EbItemDaoImpl.class
│ │ │ │ ├── EbOrderDaoImpl.class
│ │ │ │ ├── EbOrderDetailDaoImpl.class
│ │ │ │ ├── EbParaValueDaoImpl.class
│ │ │ │ ├── EbSkuDaoImpl.class
│ │ │ │ └── EbSpecValueDaoImpl.class
│ │ │ ├── model
│ │ │ │ ├── EbBrand.class
│ │ │ │ ├── EbFeature.class
│ │ │ │ ├── EbItem.class
│ │ │ │ ├── EbItemClob.class
│ │ │ │ ├── EbOrder.class
│ │ │ │ ├── EbOrderDetail.class
│ │ │ │ ├── EbParaValue.class
│ │ │ │ ├── EbSku.class
│ │ │ │ └── EbSpecValue.class
│ │ │ ├── service
│ │ │ │ ├── EbBrandService.class
│ │ │ │ ├── EbFeatureService.class
│ │ │ │ ├── EbItemService.class
│ │ │ │ ├── EbOrderService.class
│ │ │ │ ├── EbOrderServiceImpl.class
│ │ │ │ ├── EbSkuService.class
│ │ │ │ └── impl
│ │ │ │ ├── EbBrandServiceImpl.class
│ │ │ │ ├── EbFeatureServiceImpl.class
│ │ │ │ ├── EbItemServiceImpl.class
│ │ │ │ └── EbSkuServiceImpl.class
│ │ │ ├── stub
│ │ │ │ ├── EbItemWSService.class
│ │ │ │ ├── EbItemWSServiceService.class
│ │ │ │ ├── ObjectFactory.class
│ │ │ │ ├── package-info.class
│ │ │ │ ├── PublishItem.class
│ │ │ │ └── PublishItemResponse.class
│ │ │ ├── util
│ │ │ │ ├── Constants.class
│ │ │ │ ├── FMutil.class
│ │ │ │ └── Page.class
│ │ │ └── ws
│ │ │ └── service
│ │ │ ├── EbItemWSService.class
│ │ │ └── impl
│ │ │ └── EbItemWSServiceImpl.class
│ │ ├── cxf-servlet.xml
│ │ ├── log4j.properties
│ │ ├── META-INF
│ │ │ ├── MANIFEST.MF
│ │ │ └── maven
│ │ │ └── cn.itcast.ecps
│ │ │ └── ecps-core
│ │ │ ├── pom.properties
│ │ │ └── pom.xml
│ │ ├── mybatis
│ │ │ └── sqlMap
│ │ │ ├── EbBrandMapper.xml
│ │ │ ├── EbFeatureMapper.xml
│ │ │ ├── EbItemClobMapper.xml
│ │ │ ├── EbItemMapper.xml
│ │ │ ├── EbOrderDetailMapper.xml
│ │ │ ├── EbOrderMapper.xml
│ │ │ ├── EbParaValueMapper.xml
│ │ │ ├── EbSkuMapper.xml
│ │ │ └── EbSpecValueMapper.xml
│ │ ├── sqlMapConfig.xml
│ │ └── sqlMapGenernator.xml
│ └── test-classes
├── ecps-portal
│ ├── pom.xml
│ ├── src
│ │ └── main
│ │ ├── java
│ │ │ └── cn
│ │ │ └── itcast
│ │ │ └── ecps
│ │ │ └── controller
│ │ │ └── EbItemController.java
│ │ ├── resources
│ │ │ └── springmvc-servlet.xml
│ │ └── webapp
│ │ ├── index.jsp
│ │ ├── res
│ │ │ ├── css
│ │ │ │ ├── blue.css
│ │ │ │ ├── buylist.css
│ │ │ │ └── style.css
│ │ │ ├── img
│ │ │ │ ├── blue
│ │ │ │ │ ├── backtotop.png
│ │ │ │ │ ├── bg_740x40.png
│ │ │ │ │ ├── bg_h2.gif
│ │ │ │ │ ├── bg_h38.gif
│ │ │ │ │ ├── bg_leftMenu.gif
│ │ │ │ │ ├── bgline.jpg
│ │ │ │ │ ├── bg_selectList.gif
│ │ │ │ │ ├── btn112x24.gif
│ │ │ │ │ ├── btn70x24.gif
│ │ │ │ │ ├── btn80x22.gif
│ │ │ │ │ ├── bx3.gif
│ │ │ │ │ ├── cartOK.gif
│ │ │ │ │ └── h2_ch.gif
│ │ │ │ ├── com
│ │ │ │ │ ├── arr.gif
│ │ │ │ │ ├── arrow.gif
│ │ │ │ │ ├── bar_ch.png
│ │ │ │ │ ├── bg_bar.gif
│ │ │ │ │ ├── bg_dl.gif
│ │ │ │ │ ├── bg_entry.gif
│ │ │ │ │ ├── bg_h180.gif
│ │ │ │ │ ├── bg_h240.gif
│ │ │ │ │ ├── bg_h38.gif
│ │ │ │ │ ├── bg_line.gif
│ │ │ │ │ ├── bg_nav.gif
│ │ │ │ │ ├── bg_register.gif
│ │ │ │ │ ├── bg_sch.gif
│ │ │ │ │ ├── bg_tip.gif
│ │ │ │ │ ├── btn120x30.gif
│ │ │ │ │ ├── btn60x26.gif
│ │ │ │ │ ├── bx2.gif
│ │ │ │ │ ├── bx3.gif
│ │ │ │ │ ├── bx4.gif
│ │ │ │ │ ├── bx5.gif
│ │ │ │ │ ├── bx.gif
│ │ │ │ │ ├── cart-1.gif
│ │ │ │ │ ├── cart.gif
│ │ │ │ │ ├── cart_h3.gif
│ │ │ │ │ ├── clear.gif
│ │ │ │ │ ├── close1.gif
│ │ │ │ │ ├── close.gif
│ │ │ │ │ ├── down.gif
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── i18x22.gif
│ │ │ │ │ ├── icon36x36.gif
│ │ │ │ │ ├── icon_car.gif
│ │ │ │ │ ├── line_bar.gif
│ │ │ │ │ ├── line_nav.gif
│ │ │ │ │ ├── logo153x58.gif
│ │ │ │ │ ├── logo200x110.gif
│ │ │ │ │ ├── msg_bg.png
│ │ │ │ │ ├── msg.gif
│ │ │ │ │ ├── nav_ch.png
│ │ │ │ │ ├── subnav_bg2.gif
│ │ │ │ │ ├── tip_close.gif
│ │ │ │ │ ├── up_nav.gif
│ │ │ │ │ └── warning.png
│ │ │ │ ├── gray
│ │ │ │ │ ├── Android.gif
│ │ │ │ │ ├── arr.gif
│ │ │ │ │ ├── backtotop.png
│ │ │ │ │ ├── bank
│ │ │ │ │ │ ├── bank_01.gif
│ │ │ │ │ │ ├── bank_02.gif
│ │ │ │ │ │ ├── bank_03.gif
│ │ │ │ │ │ ├── bank_04.gif
│ │ │ │ │ │ ├── bank_05.gif
│ │ │ │ │ │ ├── bank_06.gif
│ │ │ │ │ │ ├── bank_07.gif
│ │ │ │ │ │ ├── bank_08.gif
│ │ │ │ │ │ ├── bank_09.gif
│ │ │ │ │ │ ├── bank_10.gif
│ │ │ │ │ │ ├── bank_11.gif
│ │ │ │ │ │ └── bank_12.gif
│ │ │ │ │ ├── bank.png
│ │ │ │ │ ├── begin.png
│ │ │ │ │ ├── bg355x355.png
│ │ │ │ │ ├── bg52x30.gif
│ │ │ │ │ ├── bg_control_nav1.png
│ │ │ │ │ ├── bg_control_nav.gif
│ │ │ │ │ ├── bg_control_nav.png
│ │ │ │ │ ├── bg_h2.gif
│ │ │ │ │ ├── bg_h4_ch.gif
│ │ │ │ │ ├── bg_left_nav.gif
│ │ │ │ │ ├── bg_sort.gif
│ │ │ │ │ ├── bg_text.gif
│ │ │ │ │ ├── big_type.gif
│ │ │ │ │ ├── Bluetooth.gif
│ │ │ │ │ ├── btn100x26.png
│ │ │ │ │ ├── btn100x30.gif
│ │ │ │ │ ├── btn120x30.png
│ │ │ │ │ ├── btn130x36.gif
│ │ │ │ │ ├── btn136x36.gif
│ │ │ │ │ ├── btn138x40.gif
│ │ │ │ │ ├── btn176x46.gif
│ │ │ │ │ ├── btn52x21.gif
│ │ │ │ │ ├── btn60x20.gif
│ │ │ │ │ ├── btn66x23.gif
│ │ │ │ │ ├── btn70x21.gif
│ │ │ │ │ ├── btn80x22.gif
│ │ │ │ │ ├── btn96x23.png
│ │ │ │ │ ├── CPU-Dual-core.gif
│ │ │ │ │ ├── dev.gif
│ │ │ │ │ ├── Dual-cameras.gif
│ │ │ │ │ ├── end.png
│ │ │ │ │ ├── Flip.gif
│ │ │ │ │ ├── GPS.gif
│ │ │ │ │ ├── h2_ch.gif
│ │ │ │ │ ├── h2_hot.gif
│ │ │ │ │ ├── h3_ch.gif
│ │ │ │ │ ├── icon16x16.gif
│ │ │ │ │ ├── icon62x62.gif
│ │ │ │ │ ├── li_h46.gif
│ │ │ │ │ ├── ln01.gif
│ │ │ │ │ ├── ln02.gif
│ │ │ │ │ ├── ln03.gif
│ │ │ │ │ ├── num2.gif
│ │ │ │ │ ├── num2.png
│ │ │ │ │ ├── num.gif
│ │ │ │ │ ├── Saipan.gif
│ │ │ │ │ ├── sel.gif
│ │ │ │ │ ├── set.png
│ │ │ │ │ ├── Slide.gif
│ │ │ │ │ ├── Sliding-cover.gif
│ │ │ │ │ ├── sort_type.gif
│ │ │ │ │ ├── star.png
│ │ │ │ │ ├── step.gif
│ │ │ │ │ ├── step.png
│ │ │ │ │ ├── Straight.gif
│ │ │ │ │ ├── switch.gif
│ │ │ │ │ ├── switch.png
│ │ │ │ │ ├── Wifi.gif
│ │ │ │ │ └── Window7.gif
│ │ │ │ ├── help
│ │ │ │ │ ├── help_10.jpg
│ │ │ │ │ ├── help_11.jpg
│ │ │ │ │ ├── help_12.jpg
│ │ │ │ │ ├── help_1.jpg
│ │ │ │ │ ├── help_2.jpg
│ │ │ │ │ ├── help_3.jpg
│ │ │ │ │ ├── help_4.jpg
│ │ │ │ │ ├── help_5.jpg
│ │ │ │ │ ├── help_6.jpg
│ │ │ │ │ ├── help_7.jpg
│ │ │ │ │ ├── help_8.jpg
│ │ │ │ │ └── help_9.jpg
│ │ │ │ ├── icon
│ │ │ │ │ ├── android.gif
│ │ │ │ │ ├── bluetooth.gif
│ │ │ │ │ ├── dual_cameras.gif
│ │ │ │ │ ├── dual_core.gif
│ │ │ │ │ ├── flip.gif
│ │ │ │ │ ├── global.gif
│ │ │ │ │ ├── gps.gif
│ │ │ │ │ ├── icon_30x30.png
│ │ │ │ │ ├── icon_title.gif
│ │ │ │ │ ├── m_zone.gif
│ │ │ │ │ ├── saipan.gif
│ │ │ │ │ ├── shenzhouxing.gif
│ │ │ │ │ ├── slide.gif
│ │ │ │ │ ├── sliding_cover.gif
│ │ │ │ │ ├── straight.gif
│ │ │ │ │ ├── timer.gif
│ │ │ │ │ ├── wifi.gif
│ │ │ │ │ └── window7.gif
│ │ │ │ ├── pic
│ │ │ │ │ ├── ad1_238x118.jpg
│ │ │ │ │ ├── ad200x169.jpg
│ │ │ │ │ ├── ad200x244.jpg
│ │ │ │ │ ├── ad200x75.jpg
│ │ │ │ │ ├── ad218x364.jpg
│ │ │ │ │ ├── ad2_238x118.jpg
│ │ │ │ │ ├── ad230x88a.jpg
│ │ │ │ │ ├── ad230x88b.jpg
│ │ │ │ │ ├── ad420x205.jpg
│ │ │ │ │ ├── ad950x80.jpg
│ │ │ │ │ ├── bank01.png
│ │ │ │ │ ├── bank02.png
│ │ │ │ │ ├── bank03.png
│ │ │ │ │ ├── bank04.png
│ │ │ │ │ ├── bank05.png
│ │ │ │ │ ├── bank06.png
│ │ │ │ │ ├── bank07.png
│ │ │ │ │ ├── bank08.png
│ │ │ │ │ ├── bank09.png
│ │ │ │ │ ├── bank10.png
│ │ │ │ │ ├── bank11.png
│ │ │ │ │ ├── bank12.png
│ │ │ │ │ ├── bigimage00.jpg
│ │ │ │ │ ├── bigimage01.jpg
│ │ │ │ │ ├── bigimage02.jpg
│ │ │ │ │ ├── bigimage03.jpg
│ │ │ │ │ ├── bigimage04.jpg
│ │ │ │ │ ├── code.png
│ │ │ │ │ ├── hot.gif
│ │ │ │ │ ├── inacup_donut.jpg
│ │ │ │ │ ├── inacup_pumpkin.jpg
│ │ │ │ │ ├── inacup_samoa.jpg
│ │ │ │ │ ├── inacup_vanilla.jpg
│ │ │ │ │ ├── n01.gif
│ │ │ │ │ ├── n02.gif
│ │ │ │ │ ├── n03.gif
│ │ │ │ │ ├── n04.gif
│ │ │ │ │ ├── n05.gif
│ │ │ │ │ ├── n06.gif
│ │ │ │ │ ├── n07.gif
│ │ │ │ │ ├── n08.gif
│ │ │ │ │ ├── new.gif
│ │ │ │ │ ├── p140x140a.png
│ │ │ │ │ ├── p140X140b.png
│ │ │ │ │ ├── p140x140c.png
│ │ │ │ │ ├── p198x250a.jpg
│ │ │ │ │ ├── p198x250b.jpg
│ │ │ │ │ ├── p198x250c.jpg
│ │ │ │ │ ├── p396x130.jpg
│ │ │ │ │ ├── p50x50b.jpg
│ │ │ │ │ ├── p50x50c.jpg
│ │ │ │ │ ├── p50x50.jpg
│ │ │ │ │ ├── p800a.jpg
│ │ │ │ │ ├── p800b.jpg
│ │ │ │ │ ├── p800c.jpg
│ │ │ │ │ ├── p800d.jpg
│ │ │ │ │ ├── smallimage-1.jpg
│ │ │ │ │ ├── smallimage-2.jpg
│ │ │ │ │ ├── smallimage-3.jpg
│ │ │ │ │ ├── smallimage-4.jpg
│ │ │ │ │ ├── smallimage-5.jpg
│ │ │ │ │ ├── smallimage.jpg
│ │ │ │ │ ├── temp3.jpg
│ │ │ │ │ ├── temp4.jpg
│ │ │ │ │ ├── tinyimage-1.jpg
│ │ │ │ │ ├── tinyimage-2.jpg
│ │ │ │ │ ├── tinyimage-3.jpg
│ │ │ │ │ ├── tinyimage-4.jpg
│ │ │ │ │ └── tinyimage.jpg
│ │ │ │ ├── red
│ │ │ │ ├── share
│ │ │ │ │ ├── counter.gif
│ │ │ │ │ ├── HaveAtry.jpg
│ │ │ │ │ ├── jiathis_ico16x16.png
│ │ │ │ │ ├── jiathis_ico_32x32.png
│ │ │ │ │ ├── shareButtonCounter.png
│ │ │ │ │ ├── type-button-share.jpg
│ │ │ │ │ └── type-button-tuijian.jpg
│ │ │ │ └── tuangou
│ │ │ │ ├── addToF.gif
│ │ │ │ ├── bg_detail.gif
│ │ │ │ ├── bg_li.jpg
│ │ │ │ ├── bg_num.gif
│ │ │ │ ├── bg_seckill.gif
│ │ │ │ ├── bg_wane.gif
│ │ │ │ ├── btn101x31.gif
│ │ │ │ ├── btn107x44.gif
│ │ │ │ ├── btn412x93.gif
│ │ │ │ ├── btn95x38.gif
│ │ │ │ ├── btn98x23.gif
│ │ │ │ ├── btn_arrow2.gif
│ │ │ │ ├── btn_arrow.gif
│ │ │ │ ├── btn_as.gif
│ │ │ │ ├── btn_blue135x39.gif
│ │ │ │ ├── btn_detail135x39.gif
│ │ │ │ ├── btn_disable.jpg
│ │ │ │ ├── btn_gray99x33.gif
│ │ │ │ ├── btn_yellow99x33.gif
│ │ │ │ ├── captcha.gif
│ │ │ │ ├── cellphone1.jpg
│ │ │ │ ├── check.gif
│ │ │ │ ├── clock.gif
│ │ │ │ ├── payWay.jpg
│ │ │ │ ├── phone_125x247.jpg
│ │ │ │ ├── phone_51x102.jpg
│ │ │ │ ├── round_bg.jpg
│ │ │ │ ├── roundBot.jpg
│ │ │ │ ├── roundTop.jpg
│ │ │ │ ├── sep_bg.png
│ │ │ │ ├── sprite.jpg
│ │ │ │ ├── tab-here.jpg
│ │ │ │ ├── tab-no.jpg
│ │ │ │ ├── temp11.jpg
│ │ │ │ ├── temp2.png
│ │ │ │ ├── temp.png
│ │ │ │ ├── trait1.jpg
│ │ │ │ ├── trait2.jpg
│ │ │ │ ├── trait3.jpg
│ │ │ │ ├── trait4.jpg
│ │ │ │ ├── trait5.jpg
│ │ │ │ └── trait.jpg
│ │ │ └── js
│ │ │ ├── cloud-zoom.1.0.2.js
│ │ │ ├── com.js
│ │ │ ├── html5.js
│ │ │ ├── jquery.js
│ │ │ └── unitpngfix.js
│ │ ├── static
│ │ │ └── 3329.html
│ │ ├── static3329.html
│ │ └── WEB-INF
│ │ ├── template
│ │ │ ├── help.html
│ │ │ ├── index.jsp
│ │ │ ├── passport
│ │ │ │ ├── iframeLogin.html
│ │ │ │ ├── iframeLogin.jsp
│ │ │ │ └── login.jsp
│ │ │ ├── person
│ │ │ │ ├── changePassword.jsp
│ │ │ │ ├── deliverAddress.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── myFavorites.jsp
│ │ │ │ ├── myOrders.jsp
│ │ │ │ ├── orderDetails.jsp
│ │ │ │ ├── profile.jsp
│ │ │ │ ├── returnApplication.jsp
│ │ │ │ ├── returnOrders.jsp
│ │ │ │ └── returnSingleDetail.jsp
│ │ │ ├── phoneClassification.jsp
│ │ │ ├── productDetail.jsp
│ │ │ ├── searchPage.jsp
│ │ │ ├── shop
│ │ │ │ ├── car.jsp
│ │ │ │ ├── confirmProductCase1.jsp
│ │ │ │ ├── confirmProductCase2.jsp
│ │ │ │ └── confirmProductCase.jsp
│ │ │ └── taglibs.jsp
│ │ └── web.xml
│ └── target
│ ├── classes
│ │ ├── cn
│ │ │ └── itcast
│ │ │ └── ecps
│ │ │ └── controller
│ │ │ └── EbItemController.class
│ │ └── springmvc-servlet.xml
│ └── m2e-wtp
│ └── web-resources
│ └── META-INF
│ ├── MANIFEST.MF
│ └── maven
│ └── cn.itcast.ecps
│ └── ecps-portal
│ ├── pom.properties
│ └── pom.xml
├── pom.xml
├── src
│ ├── main
│ │ └── java
│ │ └── cn
│ │ └── itcast
│ │ └── ecps
│ │ └── App.java
│ └── test
│ └── java
│ └── cn
│ └── itcast
│ └── ecps
└── target
├── classes
└── test-classes
308 directories, 1838 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论