在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → java订单系统原型代码

java订单系统原型代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:12.07M
  • 下载次数:11
  • 浏览次数:207
  • 发布时间:2020-09-14
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
用jsp开发的一个订单系统,原型该系统的设计思想是胖客户端模式web前端采用jquery-ui+ajax实现,通过xml与后台进行互交。该系统还包涵以后android客户端,未在该源码中。
【实例截图】
【核心代码】
Order2
└── Order2
├── bin
│   ├── Fibonacce.class
│   ├── flexigrid
│   │   └── flexigrid.class
│   ├── init.xml
│   ├── jqgrid
│   │   └── jqgrid.class
│   ├── org
│   │   ├── init
│   │   │   ├── init$initSql.class
│   │   │   ├── init.class
│   │   │   └── init.xml
│   │   ├── json
│   │   │   └── jsonNode.class
│   │   ├── kxml2
│   │   │   └── io
│   │   │   └── KXmlParser.class
│   │   ├── msg
│   │   │   ├── msg.class
│   │   │   └── msgInterFace.class
│   │   ├── sql
│   │   │   ├── drive
│   │   │   │   ├── jdbcDAO.class
│   │   │   │   ├── jdbcFactory.class
│   │   │   │   └── mysqlDAO.class
│   │   │   ├── sql$key.class
│   │   │   ├── sql.class
│   │   │   ├── sqlInterFace.class
│   │   │   └── table
│   │   │   ├── adviceinfo1_1.class
│   │   │   ├── adviceinfo.class
│   │   │   ├── DAOtable1_1.class
│   │   │   ├── DAOtable.class
│   │   │   ├── deliverpathinfo1_1.class
│   │   │   ├── deliverpathinfo.class
│   │   │   ├── orderinfo1_1.class
│   │   │   ├── orderinfo.class
│   │   │   ├── productinfo1_1.class
│   │   │   ├── productinfo.class
│   │   │   ├── producttypeinfo1_1.class
│   │   │   ├── SystemInfo1_1.class
│   │   │   ├── SystemInfo.class
│   │   │   ├── tableInterFace.class
│   │   │   ├── taskinfo1_1.class
│   │   │   ├── taskinfo.class
│   │   │   ├── userinfo1_1.class
│   │   │   ├── userinfo.class
│   │   │   ├── userproductinfo1_1.class
│   │   │   └── userproductinfo.class
│   │   ├── util
│   │   │   ├── check
│   │   │   │   ├── string
│   │   │   │   │   ├── stringCheck.class
│   │   │   │   │   └── stringcheckInterFace.class
│   │   │   │   └── userLmits.class
│   │   │   ├── filter
│   │   │   │   ├── filterInterFace.class
│   │   │   │   └── stringFilter.class
│   │   │   ├── getNewData.class
│   │   │   ├── message
│   │   │   │   ├── msg.class
│   │   │   │   └── Msg_InterFace.class
│   │   │   ├── SerialNumberUtil.class
│   │   │   └── strUtil.class
│   │   └── xmlpull
│   │   └── v1
│   │   ├── XmlPullParser.class
│   │   └── XmlPullParserException.class
│   ├── requestInterFace
│   │   ├── Handle
│   │   │   ├── adviceHandle.class
│   │   │   ├── deliverpathHandle.class
│   │   │   ├── formatOrder.class
│   │   │   ├── formatProduct.class
│   │   │   ├── orderHandle.class
│   │   │   ├── orderStat.class
│   │   │   ├── productHandle.class
│   │   │   ├── productTypeHandle.class
│   │   │   ├── taskHandle.class
│   │   │   ├── userHandle.class
│   │   │   └── userProductHandle.class
│   │   ├── queryInterFace.class
│   │   └── UserInfoInterFace
│   │   ├── queryAdviceinfo.class
│   │   ├── query.class
│   │   ├── queryDeliverpathinfo.class
│   │   ├── queryOrderinfo.class
│   │   ├── queryProductinfo.class
│   │   ├── queryTaskinfo.class
│   │   ├── queryUserInfo.class
│   │   └── queryUserproductinfo.class
│   ├── sms
│   │   └── sendSms.class
│   ├── Test.class
│   ├── TestHTTP.class
│   ├── util
│   │   ├── byteInterFace
│   │   │   ├── byteReadInterFace.class
│   │   │   └── ByteWorkInterFace.class
│   │   ├── byteTools.class
│   │   ├── check.class
│   │   ├── configure.class
│   │   ├── getRandom.class
│   │   ├── piped
│   │   │   ├── pipedStream
│   │   │   │   ├── abpipdeOutObjectEventObject.class
│   │   │   │   ├── abpipedEventObjectLinker.class
│   │   │   │   ├── abpipedInObjectEventObject.class
│   │   │   │   ├── pipedEventObjectLinker.class
│   │   │   │   └── pipedLinkerFactory.class
│   │   │   └── pipedStreamInterFace
│   │   │   ├── FactoryInterFacr.class
│   │   │   ├── GetpipedEventObject.class
│   │   │   ├── Get_SetpipedEventObject.class
│   │   │   ├── pipedInObjectListener.class
│   │   │   ├── pipedOutObjectListener.class
│   │   │   └── SetpipedEventObject.class
│   │   ├── print
│   │   │   ├── drive
│   │   │   │   └── printSystemDrive.class
│   │   │   ├── printInterFace
│   │   │   │   └── printInterFace.class
│   │   │   └── printLogCat.class
│   │   ├── readData.class
│   │   ├── sort
│   │   │   ├── sortFactory.class
│   │   │   ├── sortInterFace
│   │   │   │   ├── compareInterFace.class
│   │   │   │   └── sortInterFace.class
│   │   │   └── sortTest.class
│   │   └── test
│   │   └── testInterFace.class
│   └── xml
│   ├── msgre.class
│   ├── request
│   │   └── request.class
│   ├── response
│   │   └── response.class
│   ├── root.class
│   ├── var.class
│   └── xmlInterFace.class
├── commons-codec-1.4.jar
├── commons-httpclient-3.1.jar
├── commons-logging-1.1.1.jar
├── datanucleus-json-1.0.2.jar
├── newOrder
│   ├── neworder.sql
│   ├── neworder.sql.bak
│   ├── order.sql
│   ├── order.sql.bak
│   ├── 接口设计.doc
│   ├── 数据库设计.doc
│   └── 数据库设计.docx
├── src
│   ├── Fibonacce.java
│   ├── flexigrid
│   │   └── flexigrid.java
│   ├── init.xml
│   ├── jqgrid
│   │   └── jqgrid.java
│   ├── org
│   │   ├── init
│   │   │   ├── init.java
│   │   │   └── init.xml
│   │   ├── json
│   │   │   └── jsonNode.java
│   │   ├── kxml2
│   │   │   └── io
│   │   │   └── KXmlParser.java
│   │   ├── msg
│   │   │   ├── msgInterFace.java
│   │   │   └── msg.java
│   │   ├── sql
│   │   │   ├── drive
│   │   │   │   ├── jdbcDAO.java
│   │   │   │   ├── jdbcFactory.java
│   │   │   │   └── mysqlDAO.java
│   │   │   ├── sqlInterFace.java
│   │   │   ├── sql.java
│   │   │   └── table
│   │   │   ├── adviceinfo1_1.java
│   │   │   ├── adviceinfo.java
│   │   │   ├── DAOtable1_1.java
│   │   │   ├── DAOtable.java
│   │   │   ├── deliverpathinfo1_1.java
│   │   │   ├── deliverpathinfo.java
│   │   │   ├── orderinfo1_1.java
│   │   │   ├── orderinfo.java
│   │   │   ├── productinfo1_1.java
│   │   │   ├── productinfo.java
│   │   │   ├── producttypeinfo1_1.java
│   │   │   ├── SystemInfo1_1.java
│   │   │   ├── SystemInfo.java
│   │   │   ├── tableInterFace.java
│   │   │   ├── taskinfo1_1.java
│   │   │   ├── taskinfo.java
│   │   │   ├── userinfo1_1.java
│   │   │   ├── userinfo.java
│   │   │   ├── userproductinfo1_1.java
│   │   │   └── userproductinfo.java
│   │   ├── util
│   │   │   ├── check
│   │   │   │   ├── string
│   │   │   │   │   ├── stringcheckInterFace.java
│   │   │   │   │   └── stringCheck.java
│   │   │   │   └── userLmits.java
│   │   │   ├── filter
│   │   │   │   ├── filterInterFace.java
│   │   │   │   └── stringFilter.java
│   │   │   ├── getNewData.java
│   │   │   ├── message
│   │   │   │   ├── Msg_InterFace.java
│   │   │   │   └── msg.java
│   │   │   ├── SerialNumberUtil.java
│   │   │   └── strUtil.java
│   │   └── xmlpull
│   │   └── v1
│   │   ├── XmlPullParserException.java
│   │   └── XmlPullParser.java
│   ├── requestInterFace
│   │   ├── Handle
│   │   │   ├── adviceHandle.java
│   │   │   ├── deliverpathHandle.java
│   │   │   ├── formatOrder.java
│   │   │   ├── formatProduct.java
│   │   │   ├── orderHandle.java
│   │   │   ├── orderStat.java
│   │   │   ├── productHandle.java
│   │   │   ├── productTypeHandle.java
│   │   │   ├── taskHandle.java
│   │   │   ├── userHandle.java
│   │   │   └── userProductHandle.java
│   │   ├── queryInterFace.java
│   │   └── UserInfoInterFace
│   │   ├── queryAdviceinfo.java
│   │   ├── queryDeliverpathinfo.java
│   │   ├── query.java
│   │   ├── queryOrderinfo.java
│   │   ├── queryProductinfo.java
│   │   ├── queryTaskinfo.java
│   │   ├── queryUserInfo.java
│   │   └── queryUserproductinfo.java
│   ├── sms
│   │   └── sendSms.java
│   ├── TestHTTP.java
│   ├── Test.java
│   ├── util
│   │   ├── byteInterFace
│   │   │   ├── byteReadInterFace.java
│   │   │   └── ByteWorkInterFace.java
│   │   ├── byteTools.java
│   │   ├── check.java
│   │   ├── configure.java
│   │   ├── getRandom.java
│   │   ├── piped
│   │   │   ├── pipedStream
│   │   │   │   ├── abpipdeOutObjectEventObject.java
│   │   │   │   ├── abpipedEventObjectLinker.java
│   │   │   │   ├── abpipedInObjectEventObject.java
│   │   │   │   ├── pipedEventObjectLinker.java
│   │   │   │   └── pipedLinkerFactory.java
│   │   │   └── pipedStreamInterFace
│   │   │   ├── FactoryInterFacr.java
│   │   │   ├── GetpipedEventObject.java
│   │   │   ├── Get_SetpipedEventObject.java
│   │   │   ├── pipedInObjectListener.java
│   │   │   ├── pipedOutObjectListener.java
│   │   │   └── SetpipedEventObject.java
│   │   ├── print
│   │   │   ├── drive
│   │   │   │   └── printSystemDrive.java
│   │   │   ├── printInterFace
│   │   │   │   └── printInterFace.java
│   │   │   └── printLogCat.java
│   │   ├── readData.java
│   │   ├── sort
│   │   │   ├── sortFactory.java
│   │   │   ├── sortInterFace
│   │   │   │   ├── compareInterFace.java
│   │   │   │   └── sortInterFace.java
│   │   │   └── sortTest.java
│   │   └── test
│   │   └── testInterFace.java
│   └── xml
│   ├── msgre.java
│   ├── request
│   │   └── request.java
│   ├── response
│   │   └── response.java
│   ├── root.java
│   ├── var.java
│   └── xmlInterFace.java
└── WebRoot
├── admin
│   ├── adminMain.jsp
│   ├── handleAdvice_js.js
│   ├── handleAdvice.jsp
│   ├── handleOrder_js.js
│   ├── handleOrder.jsp
│   ├── handleProduct_js.js
│   ├── handleProduct.jsp
│   ├── handleProductType_js.js
│   ├── handleProductType.jsp
│   ├── handleStatOrder_js.js
│   ├── handleStatOrder.jsp
│   ├── handleUPTask_js.js
│   ├── handleUPTask.jsp
│   ├── handleUser_js.js
│   ├── handleUser.jsp
│   └── handleUserProduct.jsp
├── adviceHandle
│   ├── addAdvice.jsp
│   ├── delectAdvice.jsp
│   ├── editAdvice.jsp
│   ├── ModifyAdvice.jsp
│   ├── queryAdvice.jsp
│   └── searchAdviceType.jsp
├── client
│   ├── addOrder_js.js
│   └── addOrder.jsp
├── deliver
│   ├── handleOrder_deliver_js.js
│   └── handleOrder_deliver.jsp
├── deliverpathHandle
│   ├── addDeliverpath.jsp
│   ├── addPathToDeliver.jsp
│   ├── delectDeliverpath.jsp
│   ├── editDeliverpath.jsp
│   ├── ModifyDeliverpath.jsp
│   └── queryDeliverpath.jsp
├── grelly
│   ├── 528.jpg
│   ├── galleryview.css
│   ├── img
│   │   ├── 01.jpg
│   │   ├── 02.jpg
│   │   ├── 03.jpg
│   │   ├── 04.jpg
│   │   ├── 05.jpg
│   │   ├── 06.jpg
│   │   ├── 07.jpg
│   │   ├── 08.jpg
│   │   ├── frame-01.jpg
│   │   ├── frame-02.jpg
│   │   ├── frame-03.jpg
│   │   ├── frame-04.jpg
│   │   ├── frame-05.jpg
│   │   ├── frame-06.jpg
│   │   ├── frame-07.jpg
│   │   └── frame-08.jpg
│   ├── index.htm
│   ├── js
│   │   ├── jquery-1.4.min.js
│   │   ├── jquery.easing.1.3.js
│   │   ├── jquery.galleryview-1.1.js
│   │   ├── jquery.timers-1.1.2.js
│   │   └── themes
│   │   └── light
│   │   ├── next.gif
│   │   ├── next.png
│   │   ├── panel-nav-next.gif
│   │   ├── panel-nav-prev.gif
│   │   ├── pointer.png
│   │   ├── prev.gif
│   │   └── prev.png
│   └── loader.gif
├── gridtest.html
├── grid示例
│   ├── images
│   │   └── youi
│   │   ├── button
│   │   │   ├── btn-arrow.gif
│   │   │   └── btn-sprite.gif
│   │   ├── form
│   │   │   ├── clear-trigger.gif
│   │   │   ├── clear-trigger.psd
│   │   │   ├── date-trigger.gif
│   │   │   ├── date-trigger.psd
│   │   │   ├── error-tip-corners.gif
│   │   │   ├── exclamation.gif
│   │   │   ├── search-trigger.gif
│   │   │   ├── search-trigger.psd
│   │   │   ├── select-img.gif
│   │   │   ├── text-bg.gif
│   │   │   ├── trigger.gif
│   │   │   ├── trigger-over.gif
│   │   │   ├── trigger.psd
│   │   │   └── trigger-tpl.gif
│   │   ├── grid
│   │   │   ├── add-record.gif
│   │   │   ├── arrow-left-white.gif
│   │   │   ├── arrow-right-white.gif
│   │   │   ├── col-move-bottom.gif
│   │   │   ├── col-move-top.gif
│   │   │   ├── columns.gif
│   │   │   ├── dirty.gif
│   │   │   ├── done.gif
│   │   │   ├── drop-no.gif
│   │   │   ├── drop-yes.gif
│   │   │   ├── export-excel.gif
│   │   │   ├── export-xml.gif
│   │   │   ├── footer-bg.gif
│   │   │   ├── grid3-hd-btn.gif
│   │   │   ├── grid3-hrow.gif
│   │   │   ├── grid3-hrow-over.gif
│   │   │   ├── grid3-special-col-bg.gif
│   │   │   ├── grid3-special-col-sel-bg.gif
│   │   │   ├── grid-blue-hd.gif
│   │   │   ├── grid-blue-split.gif
│   │   │   ├── grid-hrow.gif
│   │   │   ├── grid-loading.gif
│   │   │   ├── grid-split.gif
│   │   │   ├── grid-vista-hd.gif
│   │   │   ├── group-by.gif
│   │   │   ├── group-expand-sprite.gif
│   │   │   ├── hd-pop.gif
│   │   │   ├── hmenu-asc.gif
│   │   │   ├── hmenu-desc.gif
│   │   │   ├── hmenu-lock.gif
│   │   │   ├── hmenu-lock.png
│   │   │   ├── hmenu-unlock.gif
│   │   │   ├── hmenu-unlock.png
│   │   │   ├── invalid_line.gif
│   │   │   ├── loading.gif
│   │   │   ├── mso-hd.gif
│   │   │   ├── nowait.gif
│   │   │   ├── num.gif
│   │   │   ├── page-first-disabled.gif
│   │   │   ├── page-first.gif
│   │   │   ├── page-last-disabled.gif
│   │   │   ├── page-last.gif
│   │   │   ├── page-next-disabled.gif
│   │   │   ├── page-next.gif
│   │   │   ├── page-prev-disabled.gif
│   │   │   ├── page-prev.gif
│   │   │   ├── pick-button.gif
│   │   │   ├── print.gif
│   │   │   ├── refresh.gif
│   │   │   ├── remove-record.gif
│   │   │   ├── row-check-sprite.gif
│   │   │   ├── row-expand-sprite.gif
│   │   │   ├── row-over.gif
│   │   │   ├── row-sel.gif
│   │   │   ├── sort_asc.gif
│   │   │   ├── sort_desc.gif
│   │   │   ├── summary-bg.gif
│   │   │   └── wait.gif
│   │   ├── panel
│   │   │   ├── bottom-center.gif
│   │   │   ├── collapse.gif
│   │   │   ├── corners-sprite.gif
│   │   │   ├── expand.gif
│   │   │   ├── left-right.gif
│   │   │   ├── light-hd.gif
│   │   │   ├── tool-sprites.gif
│   │   │   ├── tool-sprite-tpl.gif
│   │   │   ├── tools-sprites-trans.gif
│   │   │   ├── top-bottom.gif
│   │   │   ├── top-bottom.png
│   │   │   ├── white-corners-sprite.gif
│   │   │   ├── white-left-right.gif
│   │   │   └── white-top-bottom.gif
│   │   └── s.gif
│   ├── index.html
│   ├── roles.json
│   ├── scripts
│   │   ├── lib
│   │   │   ├── jquery-1.2.6-packed.js
│   │   │   └── jquery-ui-1.5.1.packed.js
│   │   ├── opoa.js
│   │   └── youi
│   │   ├── source
│   │   │   ├── youi.base.js
│   │   │   ├── youi.field.js
│   │   │   └── youi.widget.js
│   │   └── youi.grid-all.js
│   ├── styles
│   │   ├── youi.field.css
│   │   ├── youi.grid.css
│   │   └── youi.panel.css
│   └── users.json
├── handleUser.jsp
├── HttpServletLongTime
│   └── httpStream.jsp
├── images
│   ├── 00-2.gif
│   ├── 00.gif
│   ├── 010-2.gif
│   ├── 010.gif
│   ├── 011-2.gif
│   ├── 011.gif
│   ├── 012-2.gif
│   ├── 01-2.gif
│   ├── 012.gif
│   ├── 01.gif
│   ├── 02-2.gif
│   ├── 02.gif
│   ├── 03-2.gif
│   ├── 03.gif
│   ├── 04-2.gif
│   ├── 04.gif
│   ├── 05-2.gif
│   ├── 05.gif
│   ├── 06-2.gif
│   ├── 06.gif
│   ├── 07-2.gif
│   ├── 07.gif
│   ├── 08-2.gif
│   ├── 08.gif
│   ├── 09-2.gif
│   ├── 09.gif
│   ├── 0jibg.gif
│   ├── 2006-TOP100.gif
│   ├── 242-98.gif
│   ├── 3j_line_2.gif
│   ├── 3j_top_bg.gif
│   ├── 3m_banner_rtgc_172.swf
│   ├── 3m_fkp.swf
│   ├── 3m.gif
│   ├── 704_top.gif
│   ├── 704_up.gif
│   ├── addnum.htm
│   ├── a.gif
│   ├── ajax.js
│   ├── allsmart.gif
│   ├── animate.js
│   ├── area.js
│   ├── arrow_dw.gif
│   ├── bel_bgleft.gif
│   ├── belkin.gif
│   ├── belkin_larr.gif
│   ├── belkin_lbg.gif
│   ├── belkin_linel1.gif
│   ├── bel_login.gif
│   ├── biaoshi.gif
│   ├── birthday-16-1.gif
│   ├── birthday_page.swf
│   ├── bitmap.gif
│   ├── bk0001.gif
│   ├── boy151.gif
│   ├── br0002.gif
│   ├── br0005.gif
│   ├── br0006.gif
│   ├── br0007.gif
│   ├── br0009.gif
│   ├── br0010.gif
│   ├── br0013.gif
│   ├── br0014.gif
│   ├── br0016.gif
│   ├── br0017.gif
│   ├── br0019.gif
│   ├── br0020.gif
│   ├── br0021.gif
│   ├── br0023.gif
│   ├── br0026.gif
│   ├── br0043.gif
│   ├── br0060.gif
│   ├── br0064.gif
│   ├── br0068.gif
│   ├── br0071.gif
│   ├── br0073.gif
│   ├── br0089.gif
│   ├── br0090.gif
│   ├── br0092.gif
│   ├── br0093.gif
│   ├── br0095.gif
│   ├── br0100.gif
│   ├── br0101.gif
│   ├── br0103.gif
│   ├── br0106.gif
│   ├── br0109.gif
│   ├── br0112.gif
│   ├── br0118.gif
│   ├── br0128.gif
│   ├── br0129.gif
│   ├── br0130.gif
│   ├── br0131.gif
│   ├── br0132.gif
│   ├── br0135.gif
│   ├── br0138.gif
│   ├── br0139.gif
│   ├── br0141.gif
│   ├── br0143.gif
│   ├── br0147.gif
│   ├── br0150.gif
│   ├── br0156.gif
│   ├── br0159.gif
│   ├── br0161.gif
│   ├── br0162.gif
│   ├── br0165.gif
│   ├── br0166.gif
│   ├── br0172.gif
│   ├── br0173.gif
│   ├── br0194.gif
│   ├── br0197.gif
│   ├── br0201.gif
│   ├── br0202.gif
│   ├── br0205.gif
│   ├── br0206.gif
│   ├── br0207.gif
│   ├── br0214.gif
│   ├── br0215.gif
│   ├── br0221.gif
│   ├── br0227.gif
│   ├── br0233.gif
│   ├── br0235.gif
│   ├── br0236.gif
│   ├── br0246.gif
│   ├── br0254.gif
│   ├── br0261.gif
│   ├── br0262.gif
│   ├── br0263.gif
│   ├── br0264.gif
│   ├── br0273.gif
│   ├── br0274.gif
│   ├── br0275.gif
│   ├── br0276.gif
│   ├── br0277.gif
│   ├── br0278.gif
│   ├── br0279.gif
│   ├── br0280.gif
│   ├── br0281.gif
│   ├── br0282.gif
│   ├── br0283.gif
│   ├── br0284.gif
│   ├── br0285.gif
│   ├── br0286.gif
│   ├── br0287.gif
│   ├── br0288.gif
│   ├── br0289.gif
│   ├── br0290.gif
│   ├── br0292.gif
│   ├── br0293.gif
│   ├── br0294.gif
│   ├── br0321.gif
│   ├── br0322.gif
│   ├── br0324.gif
│   ├── br0327.gif
│   ├── br0344.gif
│   ├── br0346.gif
│   ├── br0352.gif
│   ├── br0353.gif
│   ├── br0354.gif
│   ├── br0355.gif
│   ├── br0357.gif
│   ├── br0359.gif
│   ├── br0360.gif
│   ├── br0365.gif
│   ├── br0367.gif
│   ├── br0371.gif
│   ├── br0372.gif
│   ├── br0373.gif
│   ├── br0374.gif
│   ├── br0375.gif
│   ├── br0376.gif
│   ├── br0386.gif
│   ├── br0387.gif
│   ├── br0388.gif
│   ├── br0389.gif
│   ├── br0390.gif
│   ├── br0391.gif
│   ├── br0392.gif
│   ├── br0393.gif
│   ├── br0394.gif
│   ├── br0395.gif
│   ├── br0396.gif
│   ├── br0397.gif
│   ├── br0399.gif
│   ├── br0401.gif
│   ├── br0402.gif
│   ├── br0404.gif
│   ├── br0405.gif
│   ├── br0406.gif
│   ├── br0408.gif
│   ├── br0409.gif
│   ├── br0411.gif
│   ├── br0413.gif
│   ├── br0424.gif
│   ├── br0425.gif
│   ├── br0426.gif
│   ├── br0428.gif
│   ├── br0432.gif
│   ├── br0433.gif
│   ├── br0435.gif
│   ├── br0438.gif
│   ├── br0441.gif
│   ├── br0455.gif
│   ├── br0456.gif
│   ├── br0457.gif
│   ├── br0458.gif
│   ├── br0459.gif
│   ├── br0460.gif
│   ├── br0461.gif
│   ├── br0462.gif
│   ├── br0463.gif
│   ├── br0464.gif
│   ├── br0465.gif
│   ├── br0466.gif
│   ├── br0467.gif
│   ├── br0468.gif
│   ├── br0469.gif
│   ├── br0470.gif
│   ├── br0471.gif
│   ├── br0472.gif
│   ├── brand_banner.gif
│   ├── buy_allsmart.gif
│   ├── buy_close.gif
│   ├── buy_mof.gif
│   ├── buy_nf.gif
│   ├── buy_nv.gif
│   ├── buysta_bg.gif
│   ├── buysta.htm
│   ├── buy_totalstorage.gif
│   ├── car_1.gif
│   ├── chongxie.gif
│   ├── club-49.gif
│   ├── club-50.gif
│   ├── club-51.gif
│   ├── club-52.gif
│   ├── club-53.gif
│   ├── club-56.gif
│   ├── club-58.gif
│   ├── collapsed_no.gif
│   ├── common.js
│   ├── cp0053.gif
│   ├── cp0068.gif
│   ├── credits.gif
│   ├── cx0125.gif
│   ├── dazong.gif
│   ├── dian.gif
│   ├── down.gif
│   ├── end_up.gif
│   ├── ep0002.gif
│   ├── ep0012.gif
│   ├── ep0037.gif
│   ├── ex_dz.gif
│   ├── ex_help.gif
│   ├── ex_my.gif
│   ├── ex_reg.gif
│   ├── fcthink2.gif
│   ├── fk_2.gif
│   ├── forum.gif
│   ├── forumlink.gif
│   ├── gaoji.gif
│   ├── +.gif
│   ├── -.gif
│   ├── gjss.gif
│   ├── go.gif
│   ├── gou_dian.gif
│   ├── gou.gif
│   ├── gou_top_1.gif
│   ├── gou_top_2.gif
│   ├── gou_top_3.gif
│   ├── gou_up_3.gif
│   ├── gouwu_new.gif
│   ├── help_10.jpg
│   ├── help_11.jpg
│   ├── hot_gif.gif
│   ├── in0.gif
│   ├── in12.gif
│   ├── in13.gif
│   ├── in1.gif
│   ├── in2.gif
│   ├── in3.gif
│   ├── in4.gif
│   ├── in5.gif
│   ├── in6.gif
│   ├── in7.gif
│   ├── in8.gif
│   ├── in9.gif
│   ├── index_01.gif
│   ├── index_02.gif
│   ├── index_03.gif
│   ├── index_04.gif
│   ├── index_05.gif
│   ├── index_06.gif
│   ├── index_09.gif
│   ├── index_10.gif
│   ├── index_11.gif
│   ├── index_12.gif
│   ├── index_13.gif
│   ├── index_14.gif
│   ├── index_16.gif
│   ├── index_banner.swf
│   ├── index.gif
│   ├── info_src.htm
│   ├── in.gif
│   ├── jiantou_2.gif
│   ├── jiantou.gif
│   ├── jingcai.gif
│   ├── jrgw.gif
│   ├── lastpost.gif
│   ├── ld.gif
│   ├── left.gif
│   ├── leftmf.gif
│   ├── line.gif
│   ├── log_01.gif
│   ├── log_02.gif
│   ├── log_03.gif
│   ├── log_04.gif
│   ├── log_05.gif
│   ├── log_06.gif
│   ├── log_07.gif
│   ├── loginbg1.gif
│   ├── login.gif
│   ├── logitech.gif
│   ├── logo_bkman.gif
│   ├── luntan.gif
│   ├── m_25.gif
│   ├── m_33.gif
│   ├── mail.gif
│   ├── monitor.js
│   ├── monitorStatic.js
│   ├── more.gif
│   ├── na-100.gif
│   ├── na-10.gif
│   ├── na-11.gif
│   ├── na-121.gif
│   ├── na-122.gif
│   ├── na-12.gif
│   ├── na-138.gif
│   ├── na-13.gif
│   ├── na-140-1.gif
│   ├── na-140-3.gif
│   ├── na-140.gif
│   ├── na-14.gif
│   ├── na-15.gif
│   ├── na-163.gif
│   ├── na-166.gif
│   ├── na-167.gif
│   ├── na-168.gif
│   ├── na-16.gif
│   ├── na-170.gif
│   ├── na-171.gif
│   ├── na-172.gif
│   ├── na-17.gif
│   ├── na-18-1.gif
│   ├── na-185.gif
│   ├── na-19.gif
│   ├── na-1.gif
│   ├── na-20.gif
│   ├── na-21.gif
│   ├── na-22.gif
│   ├── na-23.gif
│   ├── na-2466.gif
│   ├── na-246.gif
│   ├── na-24.gif
│   ├── na-25.gif
│   ├── na-26.gif
│   ├── na-27.gif
│   ├── na-28.gif
│   ├── na-29.gif
│   ├── na-2.gif
│   ├── na-2.jpg
│   ├── na-35.gif
│   ├── na-3.gif
│   ├── na-3.jpg
│   ├── na-4.gif
│   ├── na-5.gif
│   ├── na-6.gif
│   ├── na-7.gif
│   ├── na-8.gif
│   ├── na-99.gif
│   ├── na-9.gif
│   ├── na-n.jpg
│   ├── new1.swf
│   ├── new.css
│   ├── newp_top.gif
│   ├── newp_up.gif
│   ├── news.gif
│   ├── omron.gif
│   ├── online_admin.gif
│   ├── online.gif
│   ├── online_member.gif
│   ├── online_moderator.gif
│   ├── online_supermod.gif
│   ├── op0010.gif
│   ├── op0016.gif
│   ├── op0032.gif
│   ├── op0036.gif
│   ├── op0091.gif
│   ├── op0092.gif
│   ├── op0098.gif
│   ├── op0105.gif
│   ├── op0107.gif
│   ├── op0111.gif
│   ├── op0112.gif
│   ├── op0113.gif
│   ├── op0114.gif
│   ├── op0115.gif
│   ├── op0116.gif
│   ├── op0120.gif
│   ├── op0122.gif
│   ├── op0123.gif
│   ├── op0125.gif
│   ├── op0127.gif
│   ├── op0129.gif
│   ├── op0134.gif
│   ├── op0135.gif
│   ├── op0138.gif
│   ├── op0141.gif
│   ├── op0142.gif
│   ├── op0147.gif
│   ├── op0149.gif
│   ├── op0150.gif
│   ├── op0151.gif
│   ├── op0152.gif
│   ├── op0152.jpg
│   ├── op0153.gif
│   ├── op0154.gif
│   ├── op0155.gif
│   ├── op0156.gif
│   ├── op0163.gif
│   ├── op0164.gif
│   ├── op0165.gif
│   ├── op0166.gif
│   ├── op0167.gif
│   ├── op0169.gif
│   ├── op0170.gif
│   ├── op0171.gif
│   ├── op0172.gif
│   ├── op0173.gif
│   ├── op0174.gif
│   ├── paihang_bg.gif
│   ├── paihang_top.gif
│   ├── paihang_up.gif
│   ├── paixu_01.gif
│   ├── paixu_02.gif
│   ├── paixu_03.gif
│   ├── paixu_04.gif
│   ├── paixu_05.gif
│   ├── passwdview.gif
│   ├── piaochuang.js
│   ├── pin.gif
│   ├── pingpai.gif
│   ├── pingpai_new.gif
│   ├── pma_10.gif
│   ├── pma_20.gif
│   ├── pma_24.gif
│   ├── pma_4.gif
│   ├── pma_banner_12_1.gif
│   ├── pma_banner_21_1.gif
│   ├── pma_banner_22_2.gif
│   ├── product
│   │   ├── 11.jpg
│   │   ├── 2.jpg
│   │   └── 3.jpg
│   ├── rd0063.gif
│   ├── rd0075.gif
│   ├── rd0127.gif
│   ├── rd0128.gif
│   ├── rd0129.gif
│   ├── rd0130.gif
│   ├── rd0131.gif
│   ├── rd0137.gif
│   ├── rd0140.gif
│   ├── rd0224.gif
│   ├── rd0225.gif
│   ├── rd0226.gif
│   ├── rd0232.gif
│   ├── rd0233.gif
│   ├── rd0234.gif
│   ├── rd0235.gif
│   ├── red_forum.gif
│   ├── redsign.gif
│   ├── rj0004.gif
│   ├── rj0005.gif
│   ├── rj0008.gif
│   ├── rj0015.gif
│   ├── rj0016.gif
│   ├── rj0017.gif
│   ├── ruijie.gif
│   ├── server8.htm
│   ├── sf_2.gif
│   ├── shenri.gif
│   ├── sigg.gif
│   ├── site.gif
│   ├── spacer.gif
│   ├── sr_01.gif
│   ├── sr_02.gif
│   ├── sr_03.gif
│   ├── sr_04.gif
│   ├── sr_05.jpg
│   ├── sr_08.gif
│   ├── sr_09.gif
│   ├── sv0020.gif
│   ├── sv0051.gif
│   ├── sv0054.gif
│   ├── sv0055.gif
│   ├── sv0056.gif
│   ├── sv_bl.jpg
│   ├── tel.gif
│   ├── textButton.js
│   ├── textStatic.js
│   ├── thcode.bmp
│   ├── thinkcard.gif
│   ├── thinkpad.gif
│   ├── thinkpad_logo.gif
│   ├── thinkshop_sales.swf
│   ├── tijiao.gif
│   ├── tj.gif
│   ├── topbg2.gif
│   ├── topbg3.gif
│   ├── topbg.gif
│   ├── top.gif
│   ├── top_right.gif
│   ├── tou_01.gif
│   ├── tou_02.gif
│   ├── tou_03.gif
│   ├── trbg.gif
│   ├── tt0700.gif
│   ├── tt0845.gif
│   ├── tt0850.gif
│   ├── tt0868.gif
│   ├── tt0869.gif
│   ├── tt0887.gif
│   ├── tt0896.gif
│   ├── tt0906.gif
│   ├── tt0907.gif
│   ├── tt0910.gif
│   ├── tt0911.gif
│   ├── tt0912.gif
│   ├── tt0913.gif
│   ├── tt0914.gif
│   ├── tt0918.gif
│   ├── tt0919.gif
│   ├── tt0920.gif
│   ├── tt0921.gif
│   ├── tt0922.gif
│   ├── tt0923.gif
│   ├── victorinox.gif
│   ├── wc_1.gif
│   ├── wen_top.gif
│   ├── wen_up.gif
│   ├── xian.gif
│   ├── xiaoche_bat.gif
│   ├── xiaoche.gif
│   ├── xiaoche_ticket.gif
│   ├── xml.gif
│   ├── zl_2.gif
│   ├── zm_go.gif
│   ├── zm_line2.gif
│   ├── zm_line.gif
│   ├── zoom.gif
│   └── zp0226.gif
├── jquery-ui-1.8.18
│   ├── AUTHORS.txt
│   ├── demos
│   │   ├── accordion
│   │   │   ├── collapsible.html
│   │   │   ├── custom-icons.html
│   │   │   ├── default.html
│   │   │   ├── fillspace.html
│   │   │   ├── hoverintent.html
│   │   │   ├── index.html
│   │   │   ├── mouseover.html
│   │   │   ├── no-auto-height.html
│   │   │   └── sortable.html
│   │   ├── addClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── animate
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── autocomplete
│   │   │   ├── categories.html
│   │   │   ├── combobox.html
│   │   │   ├── custom-data.html
│   │   │   ├── default.html
│   │   │   ├── folding.html
│   │   │   ├── images
│   │   │   │   ├── jquery_32x32.png
│   │   │   │   ├── jqueryui_32x32.png
│   │   │   │   ├── sizzlejs_32x32.png
│   │   │   │   ├── transparent_1x1.png
│   │   │   │   └── ui-anim_basic_16x16.gif
│   │   │   ├── index.html
│   │   │   ├── london.xml
│   │   │   ├── maxheight.html
│   │   │   ├── multiple.html
│   │   │   ├── multiple-remote.html
│   │   │   ├── remote.html
│   │   │   ├── remote-jsonp.html
│   │   │   ├── remote-with-cache.html
│   │   │   ├── search.php
│   │   │   └── xml.html
│   │   ├── button
│   │   │   ├── checkbox.html
│   │   │   ├── default.html
│   │   │   ├── icons.html
│   │   │   ├── index.html
│   │   │   ├── radio.html
│   │   │   ├── splitbutton.html
│   │   │   └── toolbar.html
│   │   ├── datepicker
│   │   │   ├── alt-field.html
│   │   │   ├── animation.html
│   │   │   ├── buttonbar.html
│   │   │   ├── date-formats.html
│   │   │   ├── date-range.html
│   │   │   ├── default.html
│   │   │   ├── dropdown-month-year.html
│   │   │   ├── icon-trigger.html
│   │   │   ├── images
│   │   │   │   └── calendar.gif
│   │   │   ├── index.html
│   │   │   ├── inline.html
│   │   │   ├── localization.html
│   │   │   ├── min-max.html
│   │   │   ├── multiple-calendars.html
│   │   │   ├── other-months.html
│   │   │   └── show-week.html
│   │   ├── demos.css
│   │   ├── dialog
│   │   │   ├── animated.html
│   │   │   ├── default.html
│   │   │   ├── index.html
│   │   │   ├── modal-confirmation.html
│   │   │   ├── modal-form.html
│   │   │   ├── modal.html
│   │   │   └── modal-message.html
│   │   ├── draggable
│   │   │   ├── constrain-movement.html
│   │   │   ├── cursor-style.html
│   │   │   ├── default.html
│   │   │   ├── delay-start.html
│   │   │   ├── events.html
│   │   │   ├── handle.html
│   │   │   ├── index.html
│   │   │   ├── revert.html
│   │   │   ├── scroll.html
│   │   │   ├── snap-to.html
│   │   │   ├── sortable.html
│   │   │   └── visual-feedback.html
│   │   ├── droppable
│   │   │   ├── accepted-elements.html
│   │   │   ├── default.html
│   │   │   ├── images
│   │   │   │   ├── high_tatras2.jpg
│   │   │   │   ├── high_tatras2_min.jpg
│   │   │   │   ├── high_tatras3.jpg
│   │   │   │   ├── high_tatras3_min.jpg
│   │   │   │   ├── high_tatras4.jpg
│   │   │   │   ├── high_tatras4_min.jpg
│   │   │   │   ├── high_tatras.jpg
│   │   │   │   └── high_tatras_min.jpg
│   │   │   ├── index.html
│   │   │   ├── photo-manager.html
│   │   │   ├── propagation.html
│   │   │   ├── revert.html
│   │   │   ├── shopping-cart.html
│   │   │   └── visual-feedback.html
│   │   ├── effect
│   │   │   ├── default.html
│   │   │   ├── easing.html
│   │   │   └── index.html
│   │   ├── hide
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── images
│   │   │   ├── calendar.gif
│   │   │   ├── demo-config-on.gif
│   │   │   ├── demo-config-on-tile.gif
│   │   │   ├── demo-spindown-closed.gif
│   │   │   ├── demo-spindown-open.gif
│   │   │   ├── icon-docs-info.gif
│   │   │   └── pbar-ani.gif
│   │   ├── index.html
│   │   ├── position
│   │   │   ├── cycler.html
│   │   │   ├── default.html
│   │   │   ├── images
│   │   │   │   ├── earth.jpg
│   │   │   │   ├── flight.jpg
│   │   │   │   └── rocket.jpg
│   │   │   └── index.html
│   │   ├── progressbar
│   │   │   ├── animated.html
│   │   │   ├── default.html
│   │   │   ├── images
│   │   │   │   └── pbar-ani.gif
│   │   │   ├── index.html
│   │   │   └── resize.html
│   │   ├── removeClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── resizable
│   │   │   ├── animate.html
│   │   │   ├── aspect-ratio.html
│   │   │   ├── constrain-area.html
│   │   │   ├── default.html
│   │   │   ├── delay-start.html
│   │   │   ├── helper.html
│   │   │   ├── index.html
│   │   │   ├── max-min.html
│   │   │   ├── snap-to-grid.html
│   │   │   ├── synchronous-resize.html
│   │   │   ├── textarea.html
│   │   │   └── visual-feedback.html
│   │   ├── selectable
│   │   │   ├── default.html
│   │   │   ├── display-grid.html
│   │   │   ├── index.html
│   │   │   └── serialize.html
│   │   ├── show
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── slider
│   │   │   ├── colorpicker.html
│   │   │   ├── default.html
│   │   │   ├── hotelrooms.html
│   │   │   ├── index.html
│   │   │   ├── multiple-vertical.html
│   │   │   ├── range.html
│   │   │   ├── rangemax.html
│   │   │   ├── rangemin.html
│   │   │   ├── range-vertical.html
│   │   │   ├── side-scroll.html
│   │   │   ├── slider-vertical.html
│   │   │   ├── steps.html
│   │   │   └── tabs.html
│   │   ├── sortable
│   │   │   ├── connect-lists.html
│   │   │   ├── connect-lists-through-tabs.html
│   │   │   ├── default.html
│   │   │   ├── delay-start.html
│   │   │   ├── display-grid.html
│   │   │   ├── empty-lists.html
│   │   │   ├── index.html
│   │   │   ├── items.html
│   │   │   ├── placeholder.html
│   │   │   └── portlets.html
│   │   ├── switchClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── tabs
│   │   │   ├── ajax
│   │   │   │   ├── content1.html
│   │   │   │   ├── content2.html
│   │   │   │   ├── content3-slow.php
│   │   │   │   └── content4-broken.php
│   │   │   ├── ajax.html
│   │   │   ├── bottom.html
│   │   │   ├── collapsible.html
│   │   │   ├── cookie.html
│   │   │   ├── default.html
│   │   │   ├── index.html
│   │   │   ├── manipulation.html
│   │   │   ├── mouseover.html
│   │   │   ├── sortable.html
│   │   │   └── vertical.html
│   │   ├── toggle
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   ├── toggleClass
│   │   │   ├── default.html
│   │   │   └── index.html
│   │   └── widget
│   │   ├── default.html
│   │   └── index.html
│   ├── docs
│   │   ├── accordion.html
│   │   ├── addClass.html
│   │   ├── animate.html
│   │   ├── autocomplete.html
│   │   ├── button.html
│   │   ├── datepicker.html
│   │   ├── dialog.html
│   │   ├── draggable.html
│   │   ├── droppable.html
│   │   ├── effect-blind.html
│   │   ├── effect-bounce.html
│   │   ├── effect-clip.html
│   │   ├── effect-drop.html
│   │   ├── effect-explode.html
│   │   ├── effect-fade.html
│   │   ├── effect-fold.html
│   │   ├── effect-highlight.html
│   │   ├── effect.html
│   │   ├── effect-puff.html
│   │   ├── effect-pulsate.html
│   │   ├── effect-scale.html
│   │   ├── effect-shake.html
│   │   ├── effect-size.html
│   │   ├── effect-slide.html
│   │   ├── effect-transfer.html
│   │   ├── hide.html
│   │   ├── menu.html
│   │   ├── position.html
│   │   ├── progressbar.html
│   │   ├── removeClass.html
│   │   ├── resizable.html
│   │   ├── selectable.html
│   │   ├── show.html
│   │   ├── slider.html
│   │   ├── sortable.html
│   │   ├── spinner.html
│   │   ├── switchClass.html
│   │   ├── tabs.html
│   │   ├── toggleClass.html
│   │   ├── toggle.html
│   │   └── tooltip.html
│   ├── external
│   │   ├── jquery.bgiframe-2.1.2.js
│   │   ├── jquery.cookie.js
│   │   ├── jquery.metadata.js
│   │   ├── qunit.css
│   │   └── qunit.js
│   ├── flexigrid-1.1
│   │   ├── css
│   │   │   ├── flexigrid.css
│   │   │   ├── flexigrid.pack.css
│   │   │   └── images
│   │   │   ├── bg.gif
│   │   │   ├── btn-sprite.gif
│   │   │   ├── ddn.png
│   │   │   ├── dn.png
│   │   │   ├── fhbg.gif
│   │   │   ├── first.gif
│   │   │   ├── hl.png
│   │   │   ├── last.gif
│   │   │   ├── line.gif
│   │   │   ├── load.gif
│   │   │   ├── load.png
│   │   │   ├── magnifier.png
│   │   │   ├── next.gif
│   │   │   ├── prev.gif
│   │   │   ├── up.png
│   │   │   ├── uup.png
│   │   │   └── wbg.gif
│   │   ├── flexigrid.jsp
│   │   ├── flexigridValue.js
│   │   ├── grid.html
│   │   ├── jquery.flexigrid.js
│   │   ├── js
│   │   │   ├── flexigrid.js
│   │   │   └── flexigrid.pack.js
│   │   └── manage_user.js
│   ├── GPL-LICENSE.txt
│   ├── jqgrid3.7.2
│   │   ├── css
│   │   │   ├── ellipsis-xbl.xml
│   │   │   └── ui.jqgrid.css
│   │   ├── js
│   │   │   ├── Changes.txt
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   ├── grid.locale-cat.js
│   │   │   │   ├── grid.locale-cn.js
│   │   │   │   ├── grid.locale-cs.js
│   │   │   │   ├── grid.locale-de.js
│   │   │   │   ├── grid.locale-dk.js
│   │   │   │   ├── grid.locale-el.js
│   │   │   │   ├── grid.locale-en.js
│   │   │   │   ├── grid.locale-es.js
│   │   │   │   ├── grid.locale-fa.js
│   │   │   │   ├── grid.locale-fi.js
│   │   │   │   ├── grid.locale-fr.js
│   │   │   │   ├── grid.locale-he.js
│   │   │   │   ├── grid.locale-hu.js
│   │   │   │   ├── grid.locale-is.js
│   │   │   │   ├── grid.locale-it.js
│   │   │   │   ├── grid.locale-ja.js
│   │   │   │   ├── grid.locale-nl.js
│   │   │   │   ├── grid.locale-no.js
│   │   │   │   ├── grid.locale-pl.js
│   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   ├── grid.locale-pt.js
│   │   │   │   ├── grid.locale-ro.js
│   │   │   │   ├── grid.locale-ru.js
│   │   │   │   ├── grid.locale-sk.js
│   │   │   │   ├── grid.locale-sv.js
│   │   │   │   ├── grid.locale-tr.js
│   │   │   │   └── grid.locale-ua.js
│   │   │   ├── install.txt
│   │   │   ├── jquery-1.4.2.min.js
│   │   │   └── jquery.jqGrid.min.js
│   │   └── src
│   │   ├── css
│   │   │   ├── ellipsis-xbl.xml
│   │   │   ├── jquery.searchFilter.css
│   │   │   ├── ui.jqgrid.css
│   │   │   └── ui.multiselect.css
│   │   ├── grid.base.js
│   │   ├── grid.celledit.js
│   │   ├── grid.common.js
│   │   ├── grid.custom.js
│   │   ├── grid.formedit.js
│   │   ├── grid.import.js
│   │   ├── grid.inlinedit.js
│   │   ├── grid.jqueryui.js
│   │   ├── grid.loader.js
│   │   ├── grid.postext.js
│   │   ├── grid.setcolumns.js
│   │   ├── grid.subgrid.js
│   │   ├── grid.tbltogrid.js
│   │   ├── grid.treegrid.js
│   │   ├── i18n
│   │   │   ├── grid.locale-bg1251.js
│   │   │   ├── grid.locale-bg.js
│   │   │   ├── grid.locale-cat.js
│   │   │   ├── grid.locale-cn.js
│   │   │   ├── grid.locale-cs.js
│   │   │   ├── grid.locale-de.js
│   │   │   ├── grid.locale-dk.js
│   │   │   ├── grid.locale-el.js
│   │   │   ├── grid.locale-en.js
│   │   │   ├── grid.locale-es.js
│   │   │   ├── grid.locale-fa.js
│   │   │   ├── grid.locale-fi.js
│   │   │   ├── grid.locale-fr.js
│   │   │   ├── grid.locale-he.js
│   │   │   ├── grid.locale-hu.js
│   │   │   ├── grid.locale-is.js
│   │   │   ├── grid.locale-it.js
│   │   │   ├── grid.locale-ja.js
│   │   │   ├── grid.locale-nl.js
│   │   │   ├── grid.locale-no.js
│   │   │   ├── grid.locale-pl.js
│   │   │   ├── grid.locale-pt-br.js
│   │   │   ├── grid.locale-pt.js
│   │   │   ├── grid.locale-ro.js
│   │   │   ├── grid.locale-ru.js
│   │   │   ├── grid.locale-sk.js
│   │   │   ├── grid.locale-sv.js
│   │   │   ├── grid.locale-tr.js
│   │   │   └── grid.locale-ua.js
│   │   ├── jqDnR.js
│   │   ├── jqModal.js
│   │   ├── jquery.fmatter.js
│   │   ├── jquery.searchFilter.js
│   │   ├── JsonXml.js
│   │   └── ui.multiselect.js
│   ├── jqGrid-4.3.1
│   │   ├── css
│   │   │   ├── ellipsis-xbl.xml
│   │   │   └── ui.jqgrid.css
│   │   ├── extensions
│   │   │   └── ExtBank
│   │   │   ├── bankbox.ini
│   │   │   ├── bankbox_up.ini
│   │   │   ├── banklist.dll
│   │   │   ├── icon
│   │   │   │   └── tip.png
│   │   │   ├── stat_bankbox.ini
│   │   │   └── stat.ini
│   │   ├── jqGridtest.html
│   │   ├── js
│   │   │   ├── Changes.txt
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-ar.js
│   │   │   │   ├── grid.locale-bg1251.js
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   ├── grid.locale-cat.js
│   │   │   │   ├── grid.locale-cn.js
│   │   │   │   ├── grid.locale-cs.js
│   │   │   │   ├── grid.locale-da.js
│   │   │   │   ├── grid.locale-de.js
│   │   │   │   ├── grid.locale-el.js
│   │   │   │   ├── grid.locale-en.js
│   │   │   │   ├── grid.locale-es.js
│   │   │   │   ├── grid.locale-fa.js
│   │   │   │   ├── grid.locale-fi.js
│   │   │   │   ├── grid.locale-fr.js
│   │   │   │   ├── grid.locale-gl.js
│   │   │   │   ├── grid.locale-he.js
│   │   │   │   ├── grid.locale-hr1250.js
│   │   │   │   ├── grid.locale-hr.js
│   │   │   │   ├── grid.locale-hu.js
│   │   │   │   ├── grid.locale-is.js
│   │   │   │   ├── grid.locale-it.js
│   │   │   │   ├── grid.locale-ja.js
│   │   │   │   ├── grid.locale-lt.js
│   │   │   │   ├── grid.locale-mne.js
│   │   │   │   ├── grid.locale-nl.js
│   │   │   │   ├── grid.locale-no.js
│   │   │   │   ├── grid.locale-pl.js
│   │   │   │   ├── grid.locale-pt-br.js
│   │   │   │   ├── grid.locale-pt.js
│   │   │   │   ├── grid.locale-ro.js
│   │   │   │   ├── grid.locale-ru.js
│   │   │   │   ├── grid.locale-sk.js
│   │   │   │   ├── grid.locale-sr.js
│   │   │   │   ├── grid.locale-sr-latin.js
│   │   │   │   ├── grid.locale-sv.js
│   │   │   │   ├── grid.locale-th.js
│   │   │   │   ├── grid.locale-tr.js
│   │   │   │   └── grid.locale-ua.js
│   │   │   ├── install.txt
│   │   │   ├── jquery-1.5.2.min.js
│   │   │   ├── jquery.jqGrid.min.js
│   │   │   └── jquery.jqGrid.src.js
│   │   ├── plugins
│   │   │   ├── grid.addons.js
│   │   │   ├── grid.postext.js
│   │   │   ├── grid.setcolumns.js
│   │   │   ├── jquery.contextmenu.js
│   │   │   ├── jquery.searchFilter.js
│   │   │   ├── jquery.tablednd.js
│   │   │   ├── searchFilter.css
│   │   │   ├── ui.multiselect.css
│   │   │   └── ui.multiselect.js
│   │   └── src
│   │   ├── css
│   │   │   ├── ellipsis-xbl.xml
│   │   │   ├── ui.jqgrid.css
│   │   │   └── ui.multiselect.css
│   │   ├── grid.base.js
│   │   ├── grid.celledit.js
│   │   ├── grid.common.js
│   │   ├── grid.custom.js
│   │   ├── grid.filter.js
│   │   ├── grid.formedit.js
│   │   ├── grid.grouping.js
│   │   ├── grid.import.js
│   │   ├── grid.inlinedit.js
│   │   ├── grid.jqueryui.js
│   │   ├── grid.loader.js
│   │   ├── grid.subgrid.js
│   │   ├── grid.tbltogrid.js
│   │   ├── grid.treegrid.js
│   │   ├── i18n
│   │   │   ├── grid.locale-ar.js
│   │   │   ├── grid.locale-bg1251.js
│   │   │   ├── grid.locale-bg.js
│   │   │   ├── grid.locale-cat.js
│   │   │   ├── grid.locale-cn.js
│   │   │   ├── grid.locale-cs.js
│   │   │   ├── grid.locale-da.js
│   │   │   ├── grid.locale-de.js
│   │   │   ├── grid.locale-dk.js
│   │   │   ├── grid.locale-el.js
│   │   │   ├── grid.locale-en.js
│   │   │   ├── grid.locale-es.js
│   │   │   ├── grid.locale-fa.js
│   │   │   ├── grid.locale-fi.js
│   │   │   ├── grid.locale-fr.js
│   │   │   ├── grid.locale-gl.js
│   │   │   ├── grid.locale-he.js
│   │   │   ├── grid.locale-hr1250.js
│   │   │   ├── grid.locale-hr.js
│   │   │   ├── grid.locale-hu.js
│   │   │   ├── grid.locale-is.js
│   │   │   ├── grid.locale-it.js
│   │   │   ├── grid.locale-ja.js
│   │   │   ├── grid.locale-lt.js
│   │   │   ├── grid.locale-mne.js
│   │   │   ├── grid.locale-nl.js
│   │   │   ├── grid.locale-no.js
│   │   │   ├── grid.locale-pl.js
│   │   │   ├── grid.locale-pt-br.js
│   │   │   ├── grid.locale-pt.js
│   │   │   ├── grid.locale-ro.js
│   │   │   ├── grid.locale-ru.js
│   │   │   ├── grid.locale-sk.js
│   │   │   ├── grid.locale-sr.js
│   │   │   ├── grid.locale-sr-latin.js
│   │   │   ├── grid.locale-sv.js
│   │   │   ├── grid.locale-th.js
│   │   │   ├── grid.locale-tr.js
│   │   │   └── grid.locale-ua.js
│   │   ├── jqDnR.js
│   │   ├── jqModal.js
│   │   ├── jquery.fmatter.js
│   │   └── JsonXml.js
│   ├── jqgrid_demo35
│   │   ├── adding.html
│   │   ├── adding.js
│   │   ├── afterinsrow.html
│   │   ├── afterinsrow.js
│   │   ├── autowidth.html
│   │   ├── bigset.html
│   │   ├── bigset.js
│   │   ├── bigset.php
│   │   ├── books.xml
│   │   ├── calendar.html
│   │   ├── calen.js
│   │   ├── cellbug.html
│   │   ├── celledit.html
│   │   ├── celledit.js
│   │   ├── cmultiex.html
│   │   ├── cmultiex.js
│   │   ├── csvalid.html
│   │   ├── csvalid.js
│   │   ├── custbutt.html
│   │   ├── custbutt.js
│   │   ├── custfrm.html
│   │   ├── custfrm.js
│   │   ├── database.sql
│   │   ├── datatype.html
│   │   ├── datatype.js
│   │   ├── dbconfig.php
│   │   ├── defparams.html
│   │   ├── defparams.js
│   │   ├── deleting.html
│   │   ├── deleting.js
│   │   ├── demo.html
│   │   ├── editing.html
│   │   ├── editing.js
│   │   ├── editing.php
│   │   ├── example.html
│   │   ├── example.php
│   │   ├── exportex.html
│   │   ├── exportex.js
│   │   ├── formatter.html
│   │   ├── formatter.js
│   │   ├── getex.html
│   │   ├── getex.js
│   │   ├── gridwidth.html
│   │   ├── gridwidth.js
│   │   ├── hiddengrid.html
│   │   ├── hiddengrid.js
│   │   ├── hidedyn.html
│   │   ├── hidedyn.js
│   │   ├── hideex.html
│   │   ├── hideex.js
│   │   ├── hideshow.html
│   │   ├── hideshow.js
│   │   ├── jqgrid.html
│   │   ├── js
│   │   │   ├── i18n
│   │   │   │   ├── grid.locale-bg.js
│   │   │   │   └── grid.locale-en.js
│   │   │   ├── jquery.contextmenu.js
│   │   │   ├── jquery.jqGrid.min.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.layout.js
│   │   │   ├── jquery.tablednd.js
│   │   │   ├── jquery-ui-1.7.1.custom.min.js
│   │   │   ├── src
│   │   │   │   ├── grid.base.js
│   │   │   │   ├── grid.celledit.js
│   │   │   │   ├── grid.common.js
│   │   │   │   ├── grid.custom.js
│   │   │   │   ├── grid.formedit.js
│   │   │   │   ├── grid.import.js
│   │   │   │   ├── grid.inlinedit.js
│   │   │   │   ├── grid.loader.js
│   │   │   │   ├── grid.postext.js
│   │   │   │   ├── grid.setcolumns.js
│   │   │   │   ├── grid.subgrid.js
│   │   │   │   ├── grid.tbltogrid.js
│   │   │   │   ├── grid.treegrid.js
│   │   │   │   ├── jqDnR.js
│   │   │   │   ├── jqModal.js
│   │   │   │   ├── jquery.fmatter.js
│   │   │   │   ├── jquery.searchFilter.js
│   │   │   │   └── JsonXml.js
│   │   │   └── tablednd.js
│   │   ├── jsonex.html
│   │   ├── jsonex.js
│   │   ├── jsonmap.html
│   │   ├── jsonmap.js
│   │   ├── jsonopt.html
│   │   ├── jsonopt.js
│   │   ├── JSON.php
│   │   ├── jsubgrid.html
│   │   ├── jsubgrid.js
│   │   ├── loadcml.html
│   │   ├── loadcml.js
│   │   ├── loaderror.html
│   │   ├── loaderror.js
│   │   ├── loadoncex.html
│   │   ├── loadoncex.js
│   │   ├── localex.html
│   │   ├── localex.js
│   │   ├── longtext.txt
│   │   ├── manipex.html
│   │   ├── manipex.js
│   │   ├── masterex.html
│   │   ├── masterex.js
│   │   ├── methods32.html
│   │   ├── methods32.js
│   │   ├── methods.html
│   │   ├── methods.js
│   │   ├── multibug.html
│   │   ├── multiex.html
│   │   ├── multiex.js
│   │   ├── navgrid2.html
│   │   ├── navgrid2.js
│   │   ├── navgrid3.html
│   │   ├── navgrid3.js
│   │   ├── navgrid4.html
│   │   ├── navgrid4.js
│   │   ├── navgrid.html
│   │   ├── navgrid.js
│   │   ├── postdata.html
│   │   ├── postdata.js
│   │   ├── readme.txt
│   │   ├── refactor.html
│   │   ├── resizecol.html
│   │   ├── resizecol.js
│   │   ├── resizeex.html
│   │   ├── resizeex.js
│   │   ├── rowedex1.html
│   │   ├── rowedex1.js
│   │   ├── rowedex2.html
│   │   ├── rowedex2.js
│   │   ├── rowedex3.html
│   │   ├── rowedex3.js
│   │   ├── rowedex4.html
│   │   ├── rowedex4.js
│   │   ├── rowedex5.html
│   │   ├── rowedex5.js
│   │   ├── scrgrid.html
│   │   ├── scrgrid.js
│   │   ├── search1.html
│   │   ├── search1.js
│   │   ├── search2.html
│   │   ├── search2.js
│   │   ├── search3.html
│   │   ├── search3.js
│   │   ├── search4.html
│   │   ├── search4.js
│   │   ├── search_adv.php
│   │   ├── searching.html
│   │   ├── searching.js
│   │   ├── search.php
│   │   ├── selectall.html
│   │   ├── selectall.js
│   │   ├── server_ado.php
│   │   ├── server.php
│   │   ├── setcolumns.html
│   │   ├── setcolumns.js
│   │   ├── setex.html
│   │   ├── setex.js
│   │   ├── someurl.php
│   │   ├── sortcols.html
│   │   ├── sortcols.js
│   │   ├── speed.html
│   │   ├── speed.html.bak
│   │   ├── speed.js
│   │   ├── speed.js.bak
│   │   ├── subgrid_grid.html
│   │   ├── subgrid_grid.js
│   │   ├── subgrid.html
│   │   ├── subgrid.js
│   │   ├── subgrid.php
│   │   ├── summary.html
│   │   ├── summary.js
│   │   ├── tablednd.html
│   │   ├── tablednd.js
│   │   ├── tbltogrid.html
│   │   ├── tbltogrid.js
│   │   ├── test.txt
│   │   ├── testxml.xml
│   │   ├── themes
│   │   │   ├── redmond
│   │   │   │   ├── images
│   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   ├── ui-bg_flat_55_fbec88_40x100.png
│   │   │   │   │   ├── ui-bg_glass_75_d0e5f5_1x400.png
│   │   │   │   │   ├── ui-bg_glass_85_dfeffc_1x400.png
│   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png
│   │   │   │   │   ├── ui-bg_inset-hard_100_f5f8f9_1x100.png
│   │   │   │   │   ├── ui-bg_inset-hard_100_fcfdfd_1x100.png
│   │   │   │   │   ├── ui-icons_217bc0_256x240.png
│   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   ├── ui-icons_469bdd_256x240.png
│   │   │   │   │   ├── ui-icons_6da8d5_256x240.png
│   │   │   │   │   ├── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   ├── ui-icons_d8e7f3_256x240.png
│   │   │   │   │   └── ui-icons_f9bd01_256x240.png
│   │   │   │   └── jquery-ui-1.7.1.custom.css
│   │   │   └── ui.jqgrid.css
│   │   ├── toolbar.html
│   │   ├── toolbar.js
│   │   ├── treegrid2.html
│   │   ├── treegrid2.js
│   │   ├── treegridadv.html
│   │   ├── treegridadv.js
│   │   ├── treegrid.html
│   │   ├── treegrid.js
│   │   ├── tree.xml
│   │   ├── ui.jqgrid.css
│   │   ├── xmlex.html
│   │   ├── xmlex.js
│   │   ├── xmlimp.html
│   │   ├── xmlimp.js
│   │   ├── xmlmap.html
│   │   └── xmlmap.js
│   ├── jquery-1.3.2.min.js
│   ├── jquery-1.7.1.js
│   ├── jquery-1.7.2.min.js
│   ├── jquery.html
│   ├── jquery.jqGrid-3.7.2.zip
│   ├── jquery.jqGrid-4.3.1.zip
│   ├── MIT-LICENSE.txt
│   ├── testjquery
│   │   ├── change.html
│   │   ├── delegate.html
│   │   ├── hover.html
│   │   ├── lovetest.html
│   │   └── resize.html
│   ├── tests
│   │   ├── index.html
│   │   ├── jquery-1.3.2.js
│   │   ├── jquery-1.4.1.js
│   │   ├── jquery-1.4.2.js
│   │   ├── jquery-1.4.3.js
│   │   ├── jquery-1.4.4.js
│   │   ├── jquery-1.4.js
│   │   ├── jquery-1.5.1.js
│   │   ├── jquery-1.5.2.js
│   │   ├── jquery-1.5.js
│   │   ├── jquery-1.6.1.js
│   │   ├── jquery-1.6.2.js
│   │   ├── jquery-1.6.3.js
│   │   ├── jquery-1.6.4.js
│   │   ├── jquery-1.6.js
│   │   ├── jquery-1.7.1.js
│   │   ├── jquery-1.7.js
│   │   ├── jquery.js
│   │   ├── jquery.simulate.js
│   │   ├── static
│   │   │   ├── accordion
│   │   │   │   ├── default.html
│   │   │   │   ├── dl.html
│   │   │   │   └── ul.html
│   │   │   ├── button
│   │   │   │   └── default.html
│   │   │   ├── datepicker
│   │   │   │   ├── datepicker.html
│   │   │   │   └── default.html
│   │   │   ├── dialog
│   │   │   │   ├── default.html
│   │   │   │   └── dialog.html
│   │   │   ├── draggable
│   │   │   │   └── default.html
│   │   │   ├── droppable
│   │   │   │   └── default.html
│   │   │   ├── highlight_error.html
│   │   │   ├── icons.html
│   │   │   ├── index.html
│   │   │   ├── menu
│   │   │   │   ├── all-menus-icons.html
│   │   │   │   └── default.html
│   │   │   ├── overlay.html
│   │   │   ├── progressbar
│   │   │   │   ├── default.html
│   │   │   │   └── progressbar.html
│   │   │   ├── resizable
│   │   │   │   └── default.html
│   │   │   ├── selectable
│   │   │   │   └── default.html
│   │   │   ├── slider
│   │   │   │   ├── default.html
│   │   │   │   ├── default_vertical.html
│   │   │   │   ├── slider_horizontal.html
│   │   │   │   ├── slider_horizontal_range.html
│   │   │   │   ├── slider_horizontal_range_max.html
│   │   │   │   ├── slider_horizontal_range_min.html
│   │   │   │   ├── slider_vertical.html
│   │   │   │   ├── slider_vertical_range.html
│   │   │   │   ├── slider_vertical_range_max.html
│   │   │   │   └── slider_vertical_range_min.html
│   │   │   ├── sortable
│   │   │   │   └── default.html
│   │   │   ├── static.css
│   │   │   ├── static.js
│   │   │   └── tabs
│   │   │   ├── default.html
│   │   │   └── tabs.html
│   │   ├── unit
│   │   │   ├── accordion
│   │   │   │   ├── accordion_core.js
│   │   │   │   ├── accordion_defaults.js
│   │   │   │   ├── accordion_events.js
│   │   │   │   ├── accordion.html
│   │   │   │   ├── accordion_methods.js
│   │   │   │   ├── accordion_options.js
│   │   │   │   └── accordion_tickets.js
│   │   │   ├── all.html
│   │   │   ├── autocomplete
│   │   │   │   ├── autocomplete_core.js
│   │   │   │   ├── autocomplete_defaults.js
│   │   │   │   ├── autocomplete_events.js
│   │   │   │   ├── autocomplete.html
│   │   │   │   ├── autocomplete_methods.js
│   │   │   │   ├── autocomplete_options.js
│   │   │   │   ├── autocomplete_tickets.js
│   │   │   │   ├── remote_object_array_labels.txt
│   │   │   │   ├── remote_object_array_values.txt
│   │   │   │   └── remote_string_array.txt
│   │   │   ├── button
│   │   │   │   ├── button_core.js
│   │   │   │   ├── button_defaults.js
│   │   │   │   ├── button_events.js
│   │   │   │   ├── button.html
│   │   │   │   ├── button_methods.js
│   │   │   │   ├── button_options.js
│   │   │   │   └── button_tickets.js
│   │   │   ├── core
│   │   │   │   ├── core.html
│   │   │   │   ├── core.js
│   │   │   │   └── selector.js
│   │   │   ├── datepicker
│   │   │   │   ├── datepicker_core.js
│   │   │   │   ├── datepicker_defaults.js
│   │   │   │   ├── datepicker_events.js
│   │   │   │   ├── datepicker.html
│   │   │   │   ├── datepicker_methods.js
│   │   │   │   ├── datepicker_options.js
│   │   │   │   └── datepicker_tickets.js
│   │   │   ├── defaults.html
│   │   │   ├── dialog
│   │   │   │   ├── dialog_core.js
│   │   │   │   ├── dialog_defaults.js
│   │   │   │   ├── dialog_events.js
│   │   │   │   ├── dialog.html
│   │   │   │   ├── dialog_methods.js
│   │   │   │   ├── dialog_options.js
│   │   │   │   └── dialog_tickets.js
│   │   │   ├── draggable
│   │   │   │   ├── draggable_core.js
│   │   │   │   ├── draggable_defaults.js
│   │   │   │   ├── draggable_events.js
│   │   │   │   ├── draggable.html
│   │   │   │   ├── draggable_methods.js
│   │   │   │   ├── draggable_options.js
│   │   │   │   └── draggable_tickets.js
│   │   │   ├── droppable
│   │   │   │   ├── droppable_core.js
│   │   │   │   ├── droppable_defaults.js
│   │   │   │   ├── droppable_events.js
│   │   │   │   ├── droppable.html
│   │   │   │   ├── droppable_methods.js
│   │   │   │   ├── droppable_options.js
│   │   │   │   └── droppable_tickets.js
│   │   │   ├── images
│   │   │   │   └── jqueryui_32x32.png
│   │   │   ├── index.html
│   │   │   ├── position
│   │   │   │   ├── position_core.js
│   │   │   │   └── position.html
│   │   │   ├── progressbar
│   │   │   │   ├── progressbar_core.js
│   │   │   │   ├── progressbar_defaults.js
│   │   │   │   ├── progressbar_events.js
│   │   │   │   ├── progressbar.html
│   │   │   │   ├── progressbar_methods.js
│   │   │   │   ├── progressbar_options.js
│   │   │   │   └── progressbar_tickets.js
│   │   │   ├── resizable
│   │   │   │   ├── images
│   │   │   │   │   └── test.jpg
│   │   │   │   ├── resizable_core.js
│   │   │   │   ├── resizable_defaults.js
│   │   │   │   ├── resizable_events.js
│   │   │   │   ├── resizable.html
│   │   │   │   ├── resizable_methods.js
│   │   │   │   ├── resizable_options.js
│   │   │   │   └── resizable_tickets.js
│   │   │   ├── selectable
│   │   │   │   ├── selectable_core.js
│   │   │   │   ├── selectable_defaults.js
│   │   │   │   ├── selectable_events.js
│   │   │   │   ├── selectable.html
│   │   │   │   ├── selectable_methods.js
│   │   │   │   ├── selectable_options.js
│   │   │   │   └── selectable_tickets.js
│   │   │   ├── slider
│   │   │   │   ├── slider_core.js
│   │   │   │   ├── slider_defaults.js
│   │   │   │   ├── slider_events.js
│   │   │   │   ├── slider.html
│   │   │   │   ├── slider_methods.js
│   │   │   │   ├── slider_options.js
│   │   │   │   └── slider_tickets.js
│   │   │   ├── sortable
│   │   │   │   ├── sortable_core.js
│   │   │   │   ├── sortable_defaults.js
│   │   │   │   ├── sortable_events.js
│   │   │   │   ├── sortable.html
│   │   │   │   ├── sortable_methods.js
│   │   │   │   ├── sortable_options.js
│   │   │   │   └── sortable_tickets.js
│   │   │   ├── swarminject.js
│   │   │   ├── tabs
│   │   │   │   ├── data
│   │   │   │   │   └── test.html
│   │   │   │   ├── spinner.gif
│   │   │   │   ├── tabs_core.js
│   │   │   │   ├── tabs_defaults.js
│   │   │   │   ├── tabs_events.js
│   │   │   │   ├── tabs.html
│   │   │   │   ├── tabs_methods.js
│   │   │   │   ├── tabs_options.js
│   │   │   │   └── tabs_tickets.js
│   │   │   ├── testsuite.js
│   │   │   ├── testsuites.js
│   │   │   └── widget
│   │   │   ├── widget_core.js
│   │   │   ├── widget.html
│   │   │   └── widget_tickets.js
│   │   └── visual
│   │   ├── accordion
│   │   │   ├── accordion_dl.html
│   │   │   ├── accordion.html
│   │   │   ├── accordion_method_destroy.html
│   │   │   ├── accordion_method_disable.html
│   │   │   ├── accordion_option_animated_bounceslide.html
│   │   │   ├── accordion_option_animated_easeslide.html
│   │   │   ├── accordion_option_animated_false.html
│   │   │   ├── accordion_option_animated_slide.html
│   │   │   ├── accordion_option_animated_true.html
│   │   │   ├── accordion_option_autoHeight_false.html
│   │   │   ├── accordion_option_autoHeight_true.html
│   │   │   ├── accordion_option_fillSpace_true.html
│   │   │   ├── accordion_option_navigation_true.html
│   │   │   ├── accordion_ticket_4322.html
│   │   │   ├── accordion_ticket_4331.html
│   │   │   ├── accordion_ticket_4444.html
│   │   │   └── accordion_ul.html
│   │   ├── all.css
│   │   ├── all.html
│   │   ├── animate
│   │   │   ├── animate_backgroundColor_hex.html
│   │   │   ├── animate_backgroundColor_rgb.html
│   │   │   ├── animate_color_hex.html
│   │   │   └── animate_color_rgb.html
│   │   ├── autocomplete
│   │   │   └── autocomplete.html
│   │   ├── button
│   │   │   ├── button_disabled_true.html
│   │   │   ├── button.html
│   │   │   ├── button_input_type_checkbox.html
│   │   │   ├── button_option_disabled_true.html
│   │   │   ├── button_performance.html
│   │   │   ├── button_ticket_5254.html
│   │   │   ├── button_ticket_5261.html
│   │   │   └── button_ticket_5278.html
│   │   ├── compound
│   │   │   ├── accordion_dialog.html
│   │   │   ├── accordion_tabs.html
│   │   │   ├── datepicker_dialog.html
│   │   │   ├── draggable_accordion_accordion_tabs_draggable.html
│   │   │   ├── draggable_accordion.html
│   │   │   ├── sortable_accordion_sortable_tabs.html
│   │   │   ├── tabs_tabs.html
│   │   │   └── widgets_in_dialog.html
│   │   ├── datepicker
│   │   │   ├── calendar.gif
│   │   │   ├── datepicker.html
│   │   │   ├── datepicker_multi_inline.html
│   │   │   ├── datepicker_ticket_4071.html
│   │   │   ├── datepicker_ticket_4240.html
│   │   │   ├── datepicker_ticket_4443.html
│   │   │   ├── datepicker_ticket_5676.html
│   │   │   ├── datepicker_ticket_7552.html
│   │   │   ├── multimonth.html
│   │   │   └── viewport.html
│   │   ├── dialog
│   │   │   ├── dialog.html
│   │   │   ├── dialog_on_page_with_large_dom.html
│   │   │   ├── dialog_on_page_with_scrollbars.html
│   │   │   ├── dialog_option_buttons_OK_Cancel.html
│   │   │   ├── dialog_option_closeOnEscape_false.html
│   │   │   ├── dialog_option_closeOnEscape_true.html
│   │   │   ├── dialog_option_modal_false.html
│   │   │   ├── dialog_option_modal_true.html
│   │   │   ├── dialog_option_position_right_top.html
│   │   │   ├── dialog_ticket_4350.html
│   │   │   └── dialog_ticket_4826.html
│   │   ├── draggable
│   │   │   ├── draggable.html
│   │   │   ├── draggable_option_containment_array.html
│   │   │   ├── draggable_option_cursorAt_object.html
│   │   │   ├── draggable_option_handle_selector.html
│   │   │   ├── draggable_option_iframeFix_false.html
│   │   │   ├── draggable_option_iframeFix_selector.html
│   │   │   ├── draggable_option_iframeFix_true.html
│   │   │   └── draggable.scroll.html
│   │   ├── droppable
│   │   │   ├── droppable.css
│   │   │   ├── droppable.html
│   │   │   ├── droppable_option_accept_default.html
│   │   │   ├── droppable_option_accept_function.html
│   │   │   ├── droppable_option_accept_selector.html
│   │   │   ├── droppable_ticket_4087.html
│   │   │   └── droppable_ticket_4088.html
│   │   ├── effects.all.css
│   │   ├── effects.all.html
│   │   ├── effects.all.js
│   │   ├── index.html
│   │   ├── menu
│   │   │   ├── contextmenu.html
│   │   │   ├── drilldown.html
│   │   │   ├── menu.html
│   │   │   └── nested.html
│   │   ├── mouse
│   │   │   └── mouse_ticket_6946.html
│   │   ├── position
│   │   │   ├── position.html
│   │   │   └── position_margin.html
│   │   ├── progressbar
│   │   │   └── progressbar.html
│   │   ├── resizable
│   │   │   ├── images
│   │   │   │   └── test.png
│   │   │   ├── resizable.html
│   │   │   ├── resizable_option_alsoResize_child.html
│   │   │   ├── resizable_option_aspectRatio_0.5.html
│   │   │   ├── resizable_option_aspectRatio_1.0.html
│   │   │   ├── resizable_option_aspectRatio_1.5.html
│   │   │   ├── resizable_option_aspectRatio_preserve_maxHeight_150.html
│   │   │   ├── resizable_option_aspectRatio_preserve_maxWidth_150.html
│   │   │   ├── resizable_option_aspectRatio_preserve_minHeight_50.html
│   │   │   ├── resizable_option_aspectRatio_preserve_minWidth_50.html
│   │   │   ├── resizable_option_aspectRatio_preserve_w100xh100.html
│   │   │   ├── resizable_option_aspectRatio_preserve_w100xh50.html
│   │   │   ├── resizable_option_aspectRatio_preserve_w50xh100.html
│   │   │   ├── resizable_ticket_3053.html
│   │   │   ├── resizable_ticket_4199.html
│   │   │   ├── resizable_ticket_4217.html
│   │   │   ├── resizable_ticket_4940.html
│   │   │   └── resizable_ticket_5335.html
│   │   ├── selectable
│   │   │   ├── selectable.html
│   │   │   └── selectable_ticket_4341.html
│   │   ├── slider
│   │   │   ├── slider_horizontal.html
│   │   │   ├── slider_horizontal_range.html
│   │   │   ├── slider_horizontal_range_max.html
│   │   │   ├── slider_horizontal_range_min.html
│   │   │   ├── slider.html
│   │   │   ├── slider_in_container_with_scrollbars.html
│   │   │   ├── slider_method_destroy.html
│   │   │   ├── slider_method_disable.html
│   │   │   ├── slider_option_animate_false.html
│   │   │   ├── slider_option_animate_true.html
│   │   │   ├── slider_option_max_300.html
│   │   │   ├── slider_option_max_30.html
│   │   │   ├── slider_option_max_3.html
│   │   │   ├── slider_option_min_-300.html
│   │   │   ├── slider_option_min_-30.html
│   │   │   ├── slider_option_min_-3.html
│   │   │   ├── slider_option_orientation_horizontal.html
│   │   │   ├── slider_option_orientation_vertical.html
│   │   │   ├── slider_option_range_false.html
│   │   │   ├── slider_option_range_max.html
│   │   │   ├── slider_option_range_min.html
│   │   │   ├── slider_option_range_true.html
│   │   │   ├── slider_option_step_25.html
│   │   │   ├── slider_option_step_5.html
│   │   │   ├── slider_option_value_30.html
│   │   │   ├── slider_option_value_3.html
│   │   │   ├── slider_option_values_25_50_75.html
│   │   │   ├── slider_option_values_25_75.html
│   │   │   ├── slider_option_values_50.html
│   │   │   ├── slider_ticket_3736.html
│   │   │   ├── slider_ticket_3762.html
│   │   │   ├── slider_ticket_4385.html
│   │   │   ├── slider_ticket_4467.html
│   │   │   ├── slider_vertical.html
│   │   │   ├── slider_vertical_range.html
│   │   │   ├── slider_vertical_range_max.html
│   │   │   └── slider_vertical_range_min.html
│   │   ├── sortable
│   │   │   ├── sortable.html
│   │   │   ├── sortable_massive_scale.html
│   │   │   ├── sortable_option_revert_false.html
│   │   │   ├── sortable_option_revert_true.html
│   │   │   ├── sortable_ticket_4231.html
│   │   │   └── sortable_ticket_5355.html
│   │   ├── tabs
│   │   │   └── tabs.html
│   │   ├── theme.html
│   │   └── visual.css
│   ├── themes
│   │   └── base
│   │   ├── images
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── jquery.ui.accordion.css
│   │   ├── jquery.ui.all.css
│   │   ├── jquery.ui.autocomplete.css
│   │   ├── jquery.ui.base.css
│   │   ├── jquery.ui.button.css
│   │   ├── jquery.ui.core.css
│   │   ├── jquery-ui.css
│   │   ├── jquery.ui.datepicker.css
│   │   ├── jquery.ui.dialog.css
│   │   ├── jquery.ui.progressbar.css
│   │   ├── jquery.ui.resizable.css
│   │   ├── jquery.ui.selectable.css
│   │   ├── jquery.ui.slider.css
│   │   ├── jquery.ui.tabs.css
│   │   ├── jquery.ui.theme.css
│   │   └── minified
│   │   ├── images
│   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   ├── ui-icons_454545_256x240.png
│   │   │   ├── ui-icons_888888_256x240.png
│   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   ├── jquery.ui.accordion.min.css
│   │   ├── jquery.ui.all.min.css
│   │   ├── jquery.ui.autocomplete.min.css
│   │   ├── jquery.ui.base.min.css
│   │   ├── jquery.ui.button.min.css
│   │   ├── jquery.ui.core.min.css
│   │   ├── jquery.ui.datepicker.min.css
│   │   ├── jquery.ui.dialog.min.css
│   │   ├── jquery-ui.min.css
│   │   ├── jquery.ui.progressbar.min.css
│   │   ├── jquery.ui.resizable.min.css
│   │   ├── jquery.ui.selectable.min.css
│   │   ├── jquery.ui.slider.min.css
│   │   ├── jquery.ui.tabs.min.css
│   │   └── jquery.ui.theme.min.css
│   ├── ui
│   │   ├── i18n
│   │   │   ├── jquery.ui.datepicker-af.js
│   │   │   ├── jquery.ui.datepicker-ar-DZ.js
│   │   │   ├── jquery.ui.datepicker-ar.js
│   │   │   ├── jquery.ui.datepicker-az.js
│   │   │   ├── jquery.ui.datepicker-bg.js
│   │   │   ├── jquery.ui.datepicker-bs.js
│   │   │   ├── jquery.ui.datepicker-ca.js
│   │   │   ├── jquery.ui.datepicker-cs.js
│   │   │   ├── jquery.ui.datepicker-cy-GB.js
│   │   │   ├── jquery.ui.datepicker-da.js
│   │   │   ├── jquery.ui.datepicker-de.js
│   │   │   ├── jquery.ui.datepicker-el.js
│   │   │   ├── jquery.ui.datepicker-en-AU.js
│   │   │   ├── jquery.ui.datepicker-en-GB.js
│   │   │   ├── jquery.ui.datepicker-en-NZ.js
│   │   │   ├── jquery.ui.datepicker-eo.js
│   │   │   ├── jquery.ui.datepicker-es.js
│   │   │   ├── jquery.ui.datepicker-et.js
│   │   │   ├── jquery.ui.datepicker-eu.js
│   │   │   ├── jquery.ui.datepicker-fa.js
│   │   │   ├── jquery.ui.datepicker-fi.js
│   │   │   ├── jquery.ui.datepicker-fo.js
│   │   │   ├── jquery.ui.datepicker-fr-CH.js
│   │   │   ├── jquery.ui.datepicker-fr.js
│   │   │   ├── jquery.ui.datepicker-gl.js
│   │   │   ├── jquery.ui.datepicker-he.js
│   │   │   ├── jquery.ui.datepicker-hi.js
│   │   │   ├── jquery.ui.datepicker-hr.js
│   │   │   ├── jquery.ui.datepicker-hu.js
│   │   │   ├── jquery.ui.datepicker-hy.js
│   │   │   ├── jquery.ui.datepicker-id.js
│   │   │   ├── jquery.ui.datepicker-is.js
│   │   │   ├── jquery.ui.datepicker-it.js
│   │   │   ├── jquery.ui.datepicker-ja.js
│   │   │   ├── jquery.ui.datepicker-kk.js
│   │   │   ├── jquery.ui.datepicker-km.js
│   │   │   ├── jquery.ui.datepicker-ko.js
│   │   │   ├── jquery.ui.datepicker-lb.js
│   │   │   ├── jquery.ui.datepicker-lt.js
│   │   │   ├── jquery.ui.datepicker-lv.js
│   │   │   ├── jquery.ui.datepicker-mk.js
│   │   │   ├── jquery.ui.datepicker-ml.js
│   │   │   ├── jquery.ui.datepicker-ms.js
│   │   │   ├── jquery.ui.datepicker-nl-BE.js
│   │   │   ├── jquery.ui.datepicker-nl.js
│   │   │   ├── jquery.ui.datepicker-no.js
│   │   │   ├── jquery.ui.datepicker-pl.js
│   │   │   ├── jquery.ui.datepicker-pt-BR.js
│   │   │   ├── jquery.ui.datepicker-pt.js
│   │   │   ├── jquery.ui.datepicker-rm.js
│   │   │   ├── jquery.ui.datepicker-ro.js
│   │   │   ├── jquery.ui.datepicker-ru.js
│   │   │   ├── jquery.ui.datepicker-sk.js
│   │   │   ├── jquery.ui.datepicker-sl.js
│   │   │   ├── jquery.ui.datepicker-sq.js
│   │   │   ├── jquery.ui.datepicker-sr.js
│   │   │   ├── jquery.ui.datepicker-sr-SR.js
│   │   │   ├── jquery.ui.datepicker-sv.js
│   │   │   ├── jquery.ui.datepicker-ta.js
│   │   │   ├── jquery.ui.datepicker-th.js
│   │   │   ├── jquery.ui.datepicker-tj.js
│   │   │   ├── jquery.ui.datepicker-tr.js
│   │   │   ├── jquery.ui.datepicker-uk.js
│   │   │   ├── jquery.ui.datepicker-vi.js
│   │   │   ├── jquery.ui.datepicker-zh-CN.js
│   │   │   ├── jquery.ui.datepicker-zh-HK.js
│   │   │   ├── jquery.ui.datepicker-zh-TW.js
│   │   │   └── jquery-ui-i18n.js
│   │   ├── jquery.effects.blind.js
│   │   ├── jquery.effects.bounce.js
│   │   ├── jquery.effects.clip.js
│   │   ├── jquery.effects.core.js
│   │   ├── jquery.effects.drop.js
│   │   ├── jquery.effects.explode.js
│   │   ├── jquery.effects.fade.js
│   │   ├── jquery.effects.fold.js
│   │   ├── jquery.effects.highlight.js
│   │   ├── jquery.effects.pulsate.js
│   │   ├── jquery.effects.scale.js
│   │   ├── jquery.effects.shake.js
│   │   ├── jquery.effects.slide.js
│   │   ├── jquery.effects.transfer.js
│   │   ├── jquery.ui.accordion.js
│   │   ├── jquery.ui.autocomplete.js
│   │   ├── jquery.ui.button.js
│   │   ├── jquery.ui.core.js
│   │   ├── jquery.ui.datepicker.js
│   │   ├── jquery.ui.dialog.js
│   │   ├── jquery.ui.draggable.js
│   │   ├── jquery.ui.droppable.js
│   │   ├── jquery-ui.js
│   │   ├── jquery.ui.mouse.js
│   │   ├── jquery.ui.position.js
│   │   ├── jquery.ui.progressbar.js
│   │   ├── jquery.ui.resizable.js
│   │   ├── jquery.ui.selectable.js
│   │   ├── jquery.ui.slider.js
│   │   ├── jquery.ui.sortable.js
│   │   ├── jquery.ui.tabs.js
│   │   ├── jquery.ui.widget.js
│   │   └── minified
│   │   ├── i18n
│   │   │   ├── jquery.ui.datepicker-af.min.js
│   │   │   ├── jquery.ui.datepicker-ar-DZ.min.js
│   │   │   ├── jquery.ui.datepicker-ar.min.js
│   │   │   ├── jquery.ui.datepicker-az.min.js
│   │   │   ├── jquery.ui.datepicker-bg.min.js
│   │   │   ├── jquery.ui.datepicker-bs.min.js
│   │   │   ├── jquery.ui.datepicker-ca.min.js
│   │   │   ├── jquery.ui.datepicker-cs.min.js
│   │   │   ├── jquery.ui.datepicker-cy-GB.min.js
│   │   │   ├── jquery.ui.datepicker-da.min.js
│   │   │   ├── jquery.ui.datepicker-de.min.js
│   │   │   ├── jquery.ui.datepicker-el.min.js
│   │   │   ├── jquery.ui.datepicker-en-AU.min.js
│   │   │   ├── jquery.ui.datepicker-en-GB.min.js
│   │   │   ├── jquery.ui.datepicker-en-NZ.min.js
│   │   │   ├── jquery.ui.datepicker-eo.min.js
│   │   │   ├── jquery.ui.datepicker-es.min.js
│   │   │   ├── jquery.ui.datepicker-et.min.js
│   │   │   ├── jquery.ui.datepicker-eu.min.js
│   │   │   ├── jquery.ui.datepicker-fa.min.js
│   │   │   ├── jquery.ui.datepicker-fi.min.js
│   │   │   ├── jquery.ui.datepicker-fo.min.js
│   │   │   ├── jquery.ui.datepicker-fr-CH.min.js
│   │   │   ├── jquery.ui.datepicker-fr.min.js
│   │   │   ├── jquery.ui.datepicker-gl.min.js
│   │   │   ├── jquery.ui.datepicker-he.min.js
│   │   │   ├── jquery.ui.datepicker-hi.min.js
│   │   │   ├── jquery.ui.datepicker-hr.min.js
│   │   │   ├── jquery.ui.datepicker-hu.min.js
│   │   │   ├── jquery.ui.datepicker-hy.min.js
│   │   │   ├── jquery.ui.datepicker-id.min.js
│   │   │   ├── jquery.ui.datepicker-is.min.js
│   │   │   ├── jquery.ui.datepicker-it.min.js
│   │   │   ├── jquery.ui.datepicker-ja.min.js
│   │   │   ├── jquery.ui.datepicker-kk.min.js
│   │   │   ├── jquery.ui.datepicker-km.min.js
│   │   │   ├── jquery.ui.datepicker-ko.min.js
│   │   │   ├── jquery.ui.datepicker-lb.min.js
│   │   │   ├── jquery.ui.datepicker-lt.min.js
│   │   │   ├── jquery.ui.datepicker-lv.min.js
│   │   │   ├── jquery.ui.datepicker-mk.min.js
│   │   │   ├── jquery.ui.datepicker-ml.min.js
│   │   │   ├── jquery.ui.datepicker-ms.min.js
│   │   │   ├── jquery.ui.datepicker-nl-BE.min.js
│   │   │   ├── jquery.ui.datepicker-nl.min.js
│   │   │   ├── jquery.ui.datepicker-no.min.js
│   │   │   ├── jquery.ui.datepicker-pl.min.js
│   │   │   ├── jquery.ui.datepicker-pt-BR.min.js
│   │   │   ├── jquery.ui.datepicker-pt.min.js
│   │   │   ├── jquery.ui.datepicker-rm.min.js
│   │   │   ├── jquery.ui.datepicker-ro.min.js
│   │   │   ├── jquery.ui.datepicker-ru.min.js
│   │   │   ├── jquery.ui.datepicker-sk.min.js
│   │   │   ├── jquery.ui.datepicker-sl.min.js
│   │   │   ├── jquery.ui.datepicker-sq.min.js
│   │   │   ├── jquery.ui.datepicker-sr.min.js
│   │   │   ├── jquery.ui.datepicker-sr-SR.min.js
│   │   │   ├── jquery.ui.datepicker-sv.min.js
│   │   │   ├── jquery.ui.datepicker-ta.min.js
│   │   │   ├── jquery.ui.datepicker-th.min.js
│   │   │   ├── jquery.ui.datepicker-tj.min.js
│   │   │   ├── jquery.ui.datepicker-tr.min.js
│   │   │   ├── jquery.ui.datepicker-uk.min.js
│   │   │   ├── jquery.ui.datepicker-vi.min.js
│   │   │   ├── jquery.ui.datepicker-zh-CN.min.js
│   │   │   ├── jquery.ui.datepicker-zh-HK.min.js
│   │   │   ├── jquery.ui.datepicker-zh-TW.min.js
│   │   │   └── jquery-ui-i18n.min.js
│   │   ├── jquery.effects.blind.min.js
│   │   ├── jquery.effects.bounce.min.js
│   │   ├── jquery.effects.clip.min.js
│   │   ├── jquery.effects.core.min.js
│   │   ├── jquery.effects.drop.min.js
│   │   ├── jquery.effects.explode.min.js
│   │   ├── jquery.effects.fade.min.js
│   │   ├── jquery.effects.fold.min.js
│   │   ├── jquery.effects.highlight.min.js
│   │   ├── jquery.effects.pulsate.min.js
│   │   ├── jquery.effects.scale.min.js
│   │   ├── jquery.effects.shake.min.js
│   │   ├── jquery.effects.slide.min.js
│   │   ├── jquery.effects.transfer.min.js
│   │   ├── jquery.ui.accordion.min.js
│   │   ├── jquery.ui.autocomplete.min.js
│   │   ├── jquery.ui.button.min.js
│   │   ├── jquery.ui.core.min.js
│   │   ├── jquery.ui.datepicker.min.js
│   │   ├── jquery.ui.dialog.min.js
│   │   ├── jquery.ui.draggable.min.js
│   │   ├── jquery.ui.droppable.min.js
│   │   ├── jquery-ui.min.js
│   │   ├── jquery.ui.mouse.min.js
│   │   ├── jquery.ui.position.min.js
│   │   ├── jquery.ui.progressbar.min.js
│   │   ├── jquery.ui.resizable.min.js
│   │   ├── jquery.ui.selectable.min.js
│   │   ├── jquery.ui.slider.min.js
│   │   ├── jquery.ui.sortable.min.js
│   │   ├── jquery.ui.tabs.min.js
│   │   └── jquery.ui.widget.min.js
│   └── version.txt
├── js
│   ├── blackbird.js
│   ├── check.js
│   ├── jquery-1.3.2.min.js
│   ├── jQuery.CascadingSelect.js
│   ├── jquery.contextmenu.js
│   ├── jquery.contextmenu.packed.js
│   ├── jquery.dialog.js
│   ├── jquery.draggable.js
│   ├── jQuery.FillOptions.js
│   ├── jquery.flexigrid.js
│   ├── jquery.linkbutton.js
│   ├── jquery.resizable.js
│   ├── jquery.shadow.js
│   ├── loadXml.js
│   └── selectDate.js
├── login
│   ├── LoginCheck.jsp
│   ├── LoginClient.jsp
│   ├── Login.html
│   ├── login.js
│   └── Login.jsp
├── Login.html
├── main
│   ├── adminMain.html
│   ├── deliverFrame.jsp
│   ├── deliverMain.jsp
│   ├── exit.jsp
│   ├── mainFrame.jsp
│   ├── Page_Header.jsp
│   ├── salesFrame.jsp
│   └── salesMain.jsp
├── META-INF
│   └── MANIFEST.MF
├── newslist
│   ├── css
│   │   └── newslist.css
│   ├── images
│   │   ├── newslist
│   │   │   ├── godownbtn.gif
│   │   │   └── goupbtn.gif
│   │   └── slideshow2
│   │   ├── slideshow2bg.gif
│   │   ├── v3_picture21.gif
│   │   └── v3_picture6.gif
│   ├── js
│   │   ├── jquery1.4.js
│   │   └── newsList.js
│   ├── newslist.html
│   └── newslist效果图.jpg
├── orderHandle
│   ├── addOrder.jsp
│   ├── addOrderProduct.jsp
│   ├── Confirm_Order.jsp
│   ├── delectOrder.jsp
│   ├── DispatchOrder.jsp
│   ├── ModifyOrder.jsp
│   ├── ModifyOrderMain.jsp
│   ├── queryMainOrder.jsp
│   ├── queryOrder.jsp
│   ├── queryProductOrder.jsp
│   ├── returned_goods.jsp
│   ├── searchOrderStatus.jsp
│   ├── Sure_Delivery.jsp
│   ├── Sure_Receiving.jsp
│   └── testConfirm_Order.jsp
├── orderStatus
│   ├── ProductBackByType.jsp
│   ├── ProductBack.jsp
│   ├── StatProductSaleMoney.jsp
│   ├── StatProductSaleNum.jsp
│   └── StatUserOrder.jsp
├── productHandle
│   ├── addProduct.jsp
│   ├── delectProduct.jsp
│   ├── editProduct.jsp
│   ├── ModifyProduct.jsp
│   ├── queryProduct.jsp
│   ├── searchProductID.jsp
│   └── searchProduct.jsp
├── producttypeinfoHandle
│   ├── addProductType.jsp
│   ├── delectProductType.jsp
│   ├── editProductType.jsp
│   ├── queryProductType.jsp
│   └── searchProductType.jsp
├── queryUser.jsp
├── response
│   └── response.js
├── salesman
│   ├── handleMyUser_js.js
│   ├── handleMyUser.jsp
│   ├── handleTask_js.js
│   └── handleTask.jsp
├── systemHandle
│   ├── ModifyFaHuoAddr.jsp
│   └── Modifynotice.jsp
├── TaskHandle
│   ├── addTask.jsp
│   ├── delectTask.jsp
│   ├── editTask.jsp
│   ├── ModifyTask.jsp
│   ├── queryTask.jsp
│   └── searchTask_Type.jsp
├── TCPHandle
│   ├── TCPCloseListener.jsp
│   └── TCPStartListener.jsp
├── UDPHandle
│   ├── CloseListener.jsp
│   ├── SendUDP.jsp
│   └── StartListener.jsp
├── untitled
│   └── Login.html
├── update
│   └── update.jsp
├── userHandle
│   ├── addUser.jsp
│   ├── changePass.jsp
│   ├── delectUser.jsp
│   ├── editUser.jsp
│   ├── ModifyUser.jsp
│   ├── queryUser.html
│   ├── queryUser.jsp
│   ├── queryUser_Type.jsp
│   ├── searchUser.jsp
│   ├── searchUser_Name_ID.jsp
│   ├── searchUser_Name.jsp
│   ├── updataLoginPwd.jsp
│   └── VisitUser.jsp
├── UserProductHandle
│   ├── addUserProduct.jsp
│   ├── delectUserProduct.jsp
│   ├── editUserProduct.jsp
│   ├── ModifyUserProduct.jsp
│   └── queryUserProduct.jsp
├── util
│   ├── paramPrint.jsp
│   └── util.js
└── WEB-INF
├── classes
│   ├── byteInterFace
│   │   └── copy
│   │   ├── byteReadInterFace.class
│   │   └── ByteWorkInterFace.class
│   ├── Fibonacce.class
│   ├── flexigrid
│   │   └── flexigrid.class
│   ├── init.xml
│   ├── jqgrid
│   │   └── jqgrid.class
│   ├── org
│   │   ├── Command
│   │   │   ├── CommandDBHandler.class
│   │   │   ├── CommandFactory.class
│   │   │   ├── Commandinfo1_1.class
│   │   │   ├── Commandinfo1_2.class
│   │   │   ├── Commandinfo.class
│   │   │   ├── CommandTask.class
│   │   │   └── CommandWD.class
│   │   ├── DataTransfer
│   │   │   ├── DataTransferFromSms.class
│   │   │   ├── DataTransferFromTCP.class
│   │   │   └── TransferInterFace.class
│   │   ├── Filter
│   │   │   ├── AbstractFilterHandle.class
│   │   │   ├── Filter.class
│   │   │   ├── FilterConfig.class
│   │   │   ├── LoginFilter.class
│   │   │   ├── LogoutFilter.class
│   │   │   ├── RegFilter.class
│   │   │   ├── SessionFilter.class
│   │   │   └── TCPCommandFilter.class
│   │   ├── HttpServletHandle
│   │   │   ├── HelloWorldServlet.class
│   │   │   ├── HttpServletStream$ReadWorkThread.class
│   │   │   ├── HttpServletStream$WriteWorkThread.class
│   │   │   ├── HttpServletStream.class
│   │   │   ├── HttpServletStreamTest$TCP.class
│   │   │   ├── HttpServletStreamTest.class
│   │   │   ├── MessageRec.class
│   │   │   ├── MessageSender.class
│   │   │   └── ServletHandle.class
│   │   ├── init
│   │   │   ├── init$initSql.class
│   │   │   ├── init.class
│   │   │   ├── init.xml
│   │   │   └── pipedFactory.class
│   │   ├── json
│   │   │   └── jsonNode.class
│   │   ├── kxml2
│   │   │   └── io
│   │   │   └── KXmlParser.class
│   │   ├── msg
│   │   │   ├── msg.class
│   │   │   └── msgInterFace.class
│   │   ├── Observer
│   │   │   ├── AbObserver.class
│   │   │   ├── AbstractSubject.class
│   │   │   ├── Observer.class
│   │   │   └── Subject.class
│   │   ├── p2p
│   │   │   ├── P2PCommandInterFace.class
│   │   │   └── P2PHandle.class
│   │   ├── SocketStream
│   │   │   ├── SocketAddress.class
│   │   │   ├── SocketClient.class
│   │   │   ├── Socket_msg.class
│   │   │   ├── SocketServe$1.class
│   │   │   ├── SocketServe.class
│   │   │   ├── SocketServeFactory.class
│   │   │   ├── SocketStream$ReadWorkThread.class
│   │   │   ├── SocketStream$WriteWorkThread.class
│   │   │   ├── SocketStream.class
│   │   │   └── SocketStreamFactory.class
│   │   ├── sql
│   │   │   ├── drive
│   │   │   │   ├── jdbcDAO.class
│   │   │   │   ├── jdbcFactory.class
│   │   │   │   └── mysqlDAO.class
│   │   │   ├── sql$key.class
│   │   │   ├── sql.class
│   │   │   ├── sqlInterFace.class
│   │   │   └── table
│   │   │   ├── adviceinfo1_1.class
│   │   │   ├── adviceinfo.class
│   │   │   ├── DAOtable1_1.class
│   │   │   ├── DAOtable.class
│   │   │   ├── deliverpathinfo1_1.class
│   │   │   ├── deliverpathinfo.class
│   │   │   ├── orderinfo1_1.class
│   │   │   ├── orderinfo.class
│   │   │   ├── productinfo1_1.class
│   │   │   ├── productinfo.class
│   │   │   ├── producttypeinfo1_1.class
│   │   │   ├── SystemInfo1_1.class
│   │   │   ├── SystemInfo.class
│   │   │   ├── tableInterFace.class
│   │   │   ├── taskinfo1_1.class
│   │   │   ├── taskinfo.class
│   │   │   ├── userinfo1_1.class
│   │   │   ├── userinfo.class
│   │   │   ├── UserInfoInfo.class
│   │   │   ├── UserLogin.class
│   │   │   ├── UserMapEqu.class
│   │   │   ├── userproductinfo1_1.class
│   │   │   └── userproductinfo.class
│   │   ├── Stream
│   │   │   ├── stream$ReadWorkThread.class
│   │   │   ├── stream$WriteWorkThread.class
│   │   │   ├── stream.class
│   │   │   └── StreamInterFace.class
│   │   ├── task
│   │   │   ├── longtask
│   │   │   │   ├── getUserInfoTask.class
│   │   │   │   ├── LongSendToUserTask.class
│   │   │   │   ├── LongTasker.class
│   │   │   │   ├── LongTaskFacktory.class
│   │   │   │   ├── LongTaskTest$LongTaskObserver.class
│   │   │   │   └── LongTaskTest.class
│   │   │   ├── task$1.class
│   │   │   ├── TaskBridge.class
│   │   │   ├── TaskBridgeFactory.class
│   │   │   ├── task.class
│   │   │   ├── Tasker.class
│   │   │   ├── taskInterFace.class
│   │   │   ├── TaskManage.class
│   │   │   ├── TaskSourcable.class
│   │   │   ├── UDPSendTask.class
│   │   │   ├── UserLoginTask.class
│   │   │   ├── UserLoginTaskTest$TaskLoginObserver.class
│   │   │   └── UserLoginTaskTest.class
│   │   ├── TCP
│   │   │   ├── TCPServer$TCPLogin.class
│   │   │   └── TCPServer.class
│   │   ├── UDP
│   │   │   ├── UDPAddress.class
│   │   │   ├── UDPClient$1.class
│   │   │   ├── UDPClient.class
│   │   │   ├── UDP_Msg.class
│   │   │   ├── UDP_Packet.class
│   │   │   ├── UDPServe$1.class
│   │   │   └── UDPServe.class
│   │   ├── UDPHandle
│   │   │   ├── SendUDP$UDPclient.class
│   │   │   ├── SendUDP.class
│   │   │   ├── UDPTest$UDPclient.class
│   │   │   ├── UDPTest$UDPserve.class
│   │   │   └── UDPTest.class
│   │   ├── UserHandle
│   │   │   ├── LoginUser$1.class
│   │   │   ├── LoginUser$TCPLogin$1.class
│   │   │   ├── LoginUser$TCPLogin.class
│   │   │   ├── LoginUser.class
│   │   │   ├── LoginUserInfo.class
│   │   │   ├── OnLineUserFactory.class
│   │   │   ├── TCPListener.class
│   │   │   ├── TCPUser_Login$TCPLogin.class
│   │   │   ├── TCPUser_Login.class
│   │   │   ├── UDPUser_Login$UDPserve.class
│   │   │   ├── UDPUser_Login.class
│   │   │   ├── UserAbstractSubject.class
│   │   │   ├── UserContext.class
│   │   │   ├── UserLogin_Logout.class
│   │   │   ├── UserObserver.class
│   │   │   ├── UserReg.class
│   │   │   └── UserSubject.class
│   │   ├── UserMapEquHandle
│   │   │   └── UserMapEquHandle.class
│   │   ├── util
│   │   │   ├── check
│   │   │   │   ├── string
│   │   │   │   │   ├── stringCheck.class
│   │   │   │   │   └── stringcheckInterFace.class
│   │   │   │   └── userLmits.class
│   │   │   ├── filter
│   │   │   │   ├── filterInterFace.class
│   │   │   │   └── stringFilter.class
│   │   │   ├── getNewData.class
│   │   │   ├── message
│   │   │   │   ├── msg.class
│   │   │   │   └── Msg_InterFace.class
│   │   │   ├── SerialNumberUtil.class
│   │   │   └── strUtil.class
│   │   └── xmlpull
│   │   └── v1
│   │   ├── XmlPullParser.class
│   │   └── XmlPullParserException.class
│   ├── requestInterFace
│   │   ├── Handle
│   │   │   ├── adviceHandle.class
│   │   │   ├── deliverpathHandle.class
│   │   │   ├── formatOrder.class
│   │   │   ├── formatProduct.class
│   │   │   ├── orderHandle.class
│   │   │   ├── orderStat.class
│   │   │   ├── productHandle.class
│   │   │   ├── productTypeHandle.class
│   │   │   ├── taskHandle.class
│   │   │   ├── userHandle.class
│   │   │   └── userProductHandle.class
│   │   ├── queryInterFace.class
│   │   └── UserInfoInterFace
│   │   ├── queryAdviceinfo.class
│   │   ├── query.class
│   │   ├── queryDeliverpathinfo.class
│   │   ├── queryOrderinfo.class
│   │   ├── queryProductinfo.class
│   │   ├── queryTaskinfo.class
│   │   ├── queryUserInfo.class
│   │   └── queryUserproductinfo.class
│   ├── sms
│   │   └── sendSms.class
│   ├── tcptest$1.class
│   ├── tcptest$TCPclient.class
│   ├── tcptest.class
│   ├── Test.class
│   ├── TestContextParamServlet.class
│   ├── TestHTTP.class
│   ├── udptest$UDPclient.class
│   ├── udptest.class
│   ├── util
│   │   ├── byteInterFace
│   │   │   ├── byteReadInterFace.class
│   │   │   └── ByteWorkInterFace.class
│   │   ├── byteTools.class
│   │   ├── check.class
│   │   ├── configure.class
│   │   ├── getRandom.class
│   │   ├── piped
│   │   │   ├── pipedStream
│   │   │   │   ├── abpipdeOutObjectEventObject.class
│   │   │   │   ├── abpipedEventObjectLinker.class
│   │   │   │   ├── abpipedInObjectEventObject.class
│   │   │   │   ├── pipedEventObjectLinker.class
│   │   │   │   └── pipedLinkerFactory.class
│   │   │   └── pipedStreamInterFace
│   │   │   ├── FactoryInterFacr.class
│   │   │   ├── GetpipedEventObject.class
│   │   │   ├── Get_SetpipedEventObject.class
│   │   │   ├── pipedInObjectListener.class
│   │   │   ├── pipedOutObjectListener.class
│   │   │   └── SetpipedEventObject.class
│   │   ├── print
│   │   │   ├── drive
│   │   │   │   └── printSystemDrive.class
│   │   │   ├── printInterFace
│   │   │   │   └── printInterFace.class
│   │   │   └── printLogCat.class
│   │   ├── readData.class
│   │   ├── sort
│   │   │   ├── sortFactory.class
│   │   │   ├── sortInterFace
│   │   │   │   ├── compareInterFace.class
│   │   │   │   └── sortInterFace.class
│   │   │   └── sortTest.class
│   │   ├── strUtil.class
│   │   └── test
│   │   └── testInterFace.class
│   └── xml
│   ├── msgre.class
│   ├── request
│   │   └── request.class
│   ├── response
│   │   └── response.class
│   ├── root.class
│   ├── var.class
│   └── xmlInterFace.class
├── lib
│   ├── catalina-ant.jar
│   ├── catalina-ha.jar
│   ├── catalina.jar
│   ├── commons-codec-1.4.jar
│   ├── commons-fileupload-1.1.1.jar
│   ├── commons-httpclient-3.1.jar
│   ├── commons-io-1.2.jar
│   ├── commons-logging-1.1.1.jar
│   ├── datanucleus-json-1.0.2.jar
│   ├── jcommon-1.0.5.jar
│   ├── jfreechart-1.0.2.jar
│   └── mysql-connector-java-3.1.13-bin.jar
├── tag
│   └── HW.tld
├── web.xml
└── web.xml.bak

313 directories, 2549 files

标签:

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警