实例介绍
.NET MVC Razor视图企业网站模板源码 源码描述: 一、源码特点 本系统采用asp.net mvc+easy ui 开发,包含新闻管理,产品管理,留言管理,下载管理,焦点图片管理等多个模块,操作简便快捷,界面友好,通用性强,适用绝大多数企业门户网站 二、菜单功能 前台页面 1、首页 2、关于我们:公司简介;企业文化;公司资质;经营领域;组织机构;销售网络 3、产品中心 4、新闻中心:公司动态;行业动态 5、技术支持:售后服务;解决问题;资料下载
【实例截图】
【核心代码】
3e377498-23d1-4ee6-aa26-05a422e0c3e6
└── ASP.NET MVC4通用企业门户网站源码
├── Backup
│ ├── PD.Web
│ │ ├── App_Start
│ │ │ ├── BundleConfig.cs
│ │ │ ├── FilterConfig.cs
│ │ │ ├── RouteConfig.cs
│ │ │ └── WebApiConfig.cs
│ │ ├── Content
│ │ │ ├── easyui
│ │ │ │ ├── locale
│ │ │ │ │ ├── easyui-lang-af.js
│ │ │ │ │ ├── easyui-lang-ar.js
│ │ │ │ │ ├── easyui-lang-bg.js
│ │ │ │ │ ├── easyui-lang-ca.js
│ │ │ │ │ ├── easyui-lang-cs.js
│ │ │ │ │ ├── easyui-lang-cz.js
│ │ │ │ │ ├── easyui-lang-da.js
│ │ │ │ │ ├── easyui-lang-de.js
│ │ │ │ │ ├── easyui-lang-el.js
│ │ │ │ │ ├── easyui-lang-en.js
│ │ │ │ │ ├── easyui-lang-es.js
│ │ │ │ │ ├── easyui-lang-fr.js
│ │ │ │ │ ├── easyui-lang-it.js
│ │ │ │ │ ├── easyui-lang-jp.js
│ │ │ │ │ ├── easyui-lang-nl.js
│ │ │ │ │ ├── easyui-lang-pl.js
│ │ │ │ │ ├── easyui-lang-pt_BR.js
│ │ │ │ │ ├── easyui-lang-ru.js
│ │ │ │ │ ├── easyui-lang-sv_SE.js
│ │ │ │ │ ├── easyui-lang-tr.js
│ │ │ │ │ ├── easyui-lang-zh_CN.js
│ │ │ │ │ └── easyui-lang-zh_TW.js
│ │ │ │ ├── plugins
│ │ │ │ │ ├── jquery.accordion.js
│ │ │ │ │ ├── jquery.calendar.js
│ │ │ │ │ ├── jquery.combobox.js
│ │ │ │ │ ├── jquery.combogrid.js
│ │ │ │ │ ├── jquery.combo.js
│ │ │ │ │ ├── jquery.combotree.js
│ │ │ │ │ ├── jquery.datagrid.js
│ │ │ │ │ ├── jquery.datebox.js
│ │ │ │ │ ├── jquery.datetimebox.js
│ │ │ │ │ ├── jquery.dialog.js
│ │ │ │ │ ├── jquery.draggable.js
│ │ │ │ │ ├── jquery.droppable.js
│ │ │ │ │ ├── jquery.form.js
│ │ │ │ │ ├── jquery.layout.js
│ │ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ │ ├── jquery.menubutton.js
│ │ │ │ │ ├── jquery.menu.js
│ │ │ │ │ ├── jquery.messager.js
│ │ │ │ │ ├── jquery.numberbox.js
│ │ │ │ │ ├── jquery.numberspinner.js
│ │ │ │ │ ├── jquery.pagination.js
│ │ │ │ │ ├── jquery.panel.js
│ │ │ │ │ ├── jquery.parser.js
│ │ │ │ │ ├── jquery.progressbar.js
│ │ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ │ ├── jquery.resizable.js
│ │ │ │ │ ├── jquery.searchbox.js
│ │ │ │ │ ├── jquery.slider.js
│ │ │ │ │ ├── jquery.spinner.js
│ │ │ │ │ ├── jquery.splitbutton.js
│ │ │ │ │ ├── jquery.tabs.js
│ │ │ │ │ ├── jquery.timespinner.js
│ │ │ │ │ ├── jquery.tooltip.js
│ │ │ │ │ ├── jquery.treegrid.js
│ │ │ │ │ ├── jquery.tree.js
│ │ │ │ │ ├── jquery.validatebox.js
│ │ │ │ │ └── jquery.window.js
│ │ │ │ └── themes
│ │ │ │ ├── black
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── default
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── fxk_bg.gif
│ │ │ │ │ │ ├── gban_01.png
│ │ │ │ │ │ ├── icon_sq.png
│ │ │ │ │ │ ├── icon_zk.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── no_icon.gif
│ │ │ │ │ │ ├── ok_icon.gif
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icon_08.png
│ │ │ │ │ │ ├── tree_icon_09.png
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── gray
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── icon.css
│ │ │ │ ├── icons
│ │ │ │ │ ├── back.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── cancel.png
│ │ │ │ │ ├── cut.png
│ │ │ │ │ ├── edit_add.png
│ │ │ │ │ ├── edit_remove.png
│ │ │ │ │ ├── filesave.png
│ │ │ │ │ ├── help.png
│ │ │ │ │ ├── icon_cktp.png
│ │ │ │ │ ├── icon_sqtp.png
│ │ │ │ │ ├── mini_add.png
│ │ │ │ │ ├── mini_edit.png
│ │ │ │ │ ├── mini_refresh.png
│ │ │ │ │ ├── no_icon.gif
│ │ │ │ │ ├── no.png
│ │ │ │ │ ├── ok_icon.gif
│ │ │ │ │ ├── ok.png
│ │ │ │ │ ├── pencil.png
│ │ │ │ │ ├── print.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── reload.png
│ │ │ │ │ ├── search.png
│ │ │ │ │ ├── sum.png
│ │ │ │ │ ├── tip.png
│ │ │ │ │ └── undo.png
│ │ │ │ ├── metro
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ └── window.css
│ │ │ │ ├── myicon.css
│ │ │ │ └── myicons
│ │ │ │ ├── account.png
│ │ │ │ ├── address.png
│ │ │ │ ├── advertising.png
│ │ │ │ ├── archives.png
│ │ │ │ ├── bank.png
│ │ │ │ ├── basket.png
│ │ │ │ ├── bestseller.png
│ │ │ │ ├── billing.png
│ │ │ │ ├── bug.png
│ │ │ │ ├── business.png
│ │ │ │ ├── busy.png
│ │ │ │ ├── calendar.png
│ │ │ │ ├── camera.png
│ │ │ │ ├── card.png
│ │ │ │ ├── comment.png
│ │ │ │ ├── communication.png
│ │ │ │ ├── config.png
│ │ │ │ ├── contact.png
│ │ │ │ ├── credit.png
│ │ │ │ ├── current.png
│ │ │ │ ├── customers.png
│ │ │ │ ├── database.png
│ │ │ │ ├── design.png
│ │ │ │ ├── down.png
│ │ │ │ ├── drawings.png
│ │ │ │ ├── email.png
│ │ │ │ ├── equalizer.png
│ │ │ │ ├── exit.png
│ │ │ │ ├── finished.png
│ │ │ │ ├── flag.png
│ │ │ │ ├── folder.png
│ │ │ │ ├── future.png
│ │ │ │ ├── graphic.png
│ │ │ │ ├── graphy.png
│ │ │ │ ├── heart.png
│ │ │ │ ├── hire.png
│ │ │ │ ├── home.png
│ │ │ │ ├── left.png
│ │ │ │ ├── library.png
│ │ │ │ ├── lightbulb.png
│ │ │ │ ├── lock.png
│ │ │ │ ├── login.png
│ │ │ │ ├── logout.png
│ │ │ │ ├── milestone.png
│ │ │ │ ├── monitor.png
│ │ │ │ ├── networking.png
│ │ │ │ ├── old.png
│ │ │ │ ├── order.png
│ │ │ │ ├── pencil.png
│ │ │ │ ├── phone.png
│ │ │ │ ├── pictures.png
│ │ │ │ ├── print.png
│ │ │ │ ├── process.png
│ │ │ │ ├── product.png
│ │ │ │ ├── project.png
│ │ │ │ ├── publish.png
│ │ │ │ ├── right.png
│ │ │ │ ├── settings.png
│ │ │ │ ├── shipping.png
│ │ │ │ ├── showreel.png
│ │ │ │ ├── signin.png
│ │ │ │ ├── signout.png
│ │ │ │ ├── signup.png
│ │ │ │ ├── sitemap.png
│ │ │ │ ├── special.png
│ │ │ │ ├── star.png
│ │ │ │ ├── statistics.png
│ │ │ │ ├── suppliers.png
│ │ │ │ ├── telescope.png
│ │ │ │ ├── terminal.png
│ │ │ │ ├── time.png
│ │ │ │ ├── up.png
│ │ │ │ ├── user.png
│ │ │ │ ├── world.png
│ │ │ │ └── zoom.png
│ │ │ ├── main.css
│ │ │ ├── nivo-slider
│ │ │ │ ├── icon-slides.png
│ │ │ │ ├── jquery.nivo.slider.pack.js
│ │ │ │ └── nivo-slider.css
│ │ │ ├── page.css
│ │ │ ├── Site.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.autocomplete.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
│ │ ├── Controllers
│ │ │ ├── AdminController.cs
│ │ │ ├── BaseController.cs
│ │ │ ├── CategoryController.cs
│ │ │ ├── DownloadController.cs
│ │ │ ├── FocusController.cs
│ │ │ ├── HomeController.cs
│ │ │ ├── InfoController.cs
│ │ │ ├── LinkController.cs
│ │ │ ├── MsgController.cs
│ │ │ ├── NewsController.cs
│ │ │ ├── ProductController.cs
│ │ │ ├── SettingController.cs
│ │ │ └── UploadImgController.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Helper
│ │ │ ├── BidHandleError.cs
│ │ │ ├── Extension.cs
│ │ │ ├── MVCPagingHelpers.cs
│ │ │ ├── PagingHelpers.cs
│ │ │ ├── Replace.cs
│ │ │ ├── UControls.cs
│ │ │ └── UserHelper.cs
│ │ ├── Images
│ │ │ ├── bottom_bg.jpg
│ │ │ ├── boxhead.jpg
│ │ │ ├── conn_bg.jpg
│ │ │ ├── contact_bg.jpg
│ │ │ ├── focus_05.jpg
│ │ │ ├── hydl_03.jpg
│ │ │ ├── hydl_04.jpg
│ │ │ ├── hydl_05.jpg
│ │ │ ├── hyzx_03.jpg
│ │ │ ├── intro.jpg
│ │ │ ├── lItem_03.jpg
│ │ │ ├── litem_no_06.jpg
│ │ │ ├── litem_select_05.jpg
│ │ │ ├── logo_02.jpg
│ │ │ ├── logo_03.jpg
│ │ │ ├── log.png
│ │ │ ├── menu_off.png
│ │ │ ├── neu.gif
│ │ │ ├── product_bg.jpg
│ │ │ ├── product.jpg
│ │ │ ├── soft.jpg
│ │ │ └── suspend.png
│ │ ├── index.html
│ │ ├── Models
│ │ │ └── News.cs
│ │ ├── packages.config
│ │ ├── PD.Web.csproj
│ │ ├── PD.Web.csproj.user
│ │ ├── product.html
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scripts
│ │ │ ├── agency.js
│ │ │ ├── artDialog.js
│ │ │ ├── common.js
│ │ │ ├── DetailsPageJS.js
│ │ │ ├── dialog-config.js
│ │ │ ├── dialog.js
│ │ │ ├── dialog-plus.js
│ │ │ ├── index.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.7.1.intellisense.js
│ │ │ ├── jquery-1.7.1.js
│ │ │ ├── jquery-1.7.1.min.js
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── jquery.imagezoom.min.js
│ │ │ ├── jquery.kinMaxShow-1.1.min.js
│ │ │ ├── jquery-ui-1.8.24.js
│ │ │ ├── jquery-ui-1.8.24.min.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ ├── jquery.validate.unobtrusive.min.js
│ │ │ ├── jquery.validate-vsdoc.js
│ │ │ ├── kindeditor
│ │ │ │ ├── examples
│ │ │ │ │ ├── auto-height.html
│ │ │ │ │ ├── colorpicker.html
│ │ │ │ │ ├── custom-plugin.html
│ │ │ │ │ ├── custom-theme.html
│ │ │ │ │ ├── default.html
│ │ │ │ │ ├── dialog.html
│ │ │ │ │ ├── dynamic-load.html
│ │ │ │ │ ├── file-dialog.html
│ │ │ │ │ ├── file-manager.html
│ │ │ │ │ ├── filter-mode.html
│ │ │ │ │ ├── image-dialog.html
│ │ │ │ │ ├── index.css
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── jquery.html
│ │ │ │ │ ├── jquery-ui.html
│ │ │ │ │ ├── mootools.html
│ │ │ │ │ ├── multi-image-dialog.html
│ │ │ │ │ ├── multi-language.html
│ │ │ │ │ ├── newline.html
│ │ │ │ │ ├── node.html
│ │ │ │ │ ├── paste-type.html
│ │ │ │ │ ├── qqstyle.html
│ │ │ │ │ ├── readonly.html
│ │ │ │ │ ├── simple.html
│ │ │ │ │ ├── total.html
│ │ │ │ │ ├── uploadbutton.html
│ │ │ │ │ ├── url-type.html
│ │ │ │ │ └── word-count.html
│ │ │ │ ├── FilesManager.ashx
│ │ │ │ ├── FilesUpload.ashx
│ │ │ │ ├── kindeditor-all.js
│ │ │ │ ├── kindeditor-all-min.js
│ │ │ │ ├── kindeditor.js
│ │ │ │ ├── kindeditor-min.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── zh_CN.js
│ │ │ │ │ └── zh_TW.js
│ │ │ │ ├── plugins
│ │ │ │ │ ├── anchor
│ │ │ │ │ │ └── anchor.js
│ │ │ │ │ ├── autoheight
│ │ │ │ │ │ └── autoheight.js
│ │ │ │ │ ├── baidumap
│ │ │ │ │ │ ├── baidumap.js
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── map.html
│ │ │ │ │ ├── clearhtml
│ │ │ │ │ │ └── clearhtml.js
│ │ │ │ │ ├── code
│ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ ├── prettify.css
│ │ │ │ │ │ └── prettify.js
│ │ │ │ │ ├── emoticons
│ │ │ │ │ │ ├── emoticons.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── 100.gif
│ │ │ │ │ │ ├── 101.gif
│ │ │ │ │ │ ├── 102.gif
│ │ │ │ │ │ ├── 103.gif
│ │ │ │ │ │ ├── 104.gif
│ │ │ │ │ │ ├── 105.gif
│ │ │ │ │ │ ├── 106.gif
│ │ │ │ │ │ ├── 107.gif
│ │ │ │ │ │ ├── 108.gif
│ │ │ │ │ │ ├── 109.gif
│ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ ├── 110.gif
│ │ │ │ │ │ ├── 111.gif
│ │ │ │ │ │ ├── 112.gif
│ │ │ │ │ │ ├── 113.gif
│ │ │ │ │ │ ├── 114.gif
│ │ │ │ │ │ ├── 115.gif
│ │ │ │ │ │ ├── 116.gif
│ │ │ │ │ │ ├── 117.gif
│ │ │ │ │ │ ├── 118.gif
│ │ │ │ │ │ ├── 119.gif
│ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ ├── 120.gif
│ │ │ │ │ │ ├── 121.gif
│ │ │ │ │ │ ├── 122.gif
│ │ │ │ │ │ ├── 123.gif
│ │ │ │ │ │ ├── 124.gif
│ │ │ │ │ │ ├── 125.gif
│ │ │ │ │ │ ├── 126.gif
│ │ │ │ │ │ ├── 127.gif
│ │ │ │ │ │ ├── 128.gif
│ │ │ │ │ │ ├── 129.gif
│ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ ├── 130.gif
│ │ │ │ │ │ ├── 131.gif
│ │ │ │ │ │ ├── 132.gif
│ │ │ │ │ │ ├── 133.gif
│ │ │ │ │ │ ├── 134.gif
│ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ ├── 72.gif
│ │ │ │ │ │ ├── 73.gif
│ │ │ │ │ │ ├── 74.gif
│ │ │ │ │ │ ├── 75.gif
│ │ │ │ │ │ ├── 76.gif
│ │ │ │ │ │ ├── 77.gif
│ │ │ │ │ │ ├── 78.gif
│ │ │ │ │ │ ├── 79.gif
│ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ ├── 80.gif
│ │ │ │ │ │ ├── 81.gif
│ │ │ │ │ │ ├── 82.gif
│ │ │ │ │ │ ├── 83.gif
│ │ │ │ │ │ ├── 84.gif
│ │ │ │ │ │ ├── 85.gif
│ │ │ │ │ │ ├── 86.gif
│ │ │ │ │ │ ├── 87.gif
│ │ │ │ │ │ ├── 88.gif
│ │ │ │ │ │ ├── 89.gif
│ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ ├── 90.gif
│ │ │ │ │ │ ├── 91.gif
│ │ │ │ │ │ ├── 92.gif
│ │ │ │ │ │ ├── 93.gif
│ │ │ │ │ │ ├── 94.gif
│ │ │ │ │ │ ├── 95.gif
│ │ │ │ │ │ ├── 96.gif
│ │ │ │ │ │ ├── 97.gif
│ │ │ │ │ │ ├── 98.gif
│ │ │ │ │ │ ├── 99.gif
│ │ │ │ │ │ ├── 9.gif
│ │ │ │ │ │ └── static.gif
│ │ │ │ │ ├── filemanager
│ │ │ │ │ │ ├── filemanager.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── file-16.gif
│ │ │ │ │ │ ├── file-64.gif
│ │ │ │ │ │ ├── folder-16.gif
│ │ │ │ │ │ ├── folder-64.gif
│ │ │ │ │ │ └── go-up.gif
│ │ │ │ │ ├── flash
│ │ │ │ │ │ └── flash.js
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── align_left.gif
│ │ │ │ │ │ ├── align_right.gif
│ │ │ │ │ │ ├── align_top.gif
│ │ │ │ │ │ └── refresh.png
│ │ │ │ │ ├── insertfile
│ │ │ │ │ │ └── insertfile.js
│ │ │ │ │ ├── lineheight
│ │ │ │ │ │ └── lineheight.js
│ │ │ │ │ ├── link
│ │ │ │ │ │ └── link.js
│ │ │ │ │ ├── map
│ │ │ │ │ │ ├── map.html
│ │ │ │ │ │ └── map.js
│ │ │ │ │ ├── media
│ │ │ │ │ │ └── media.js
│ │ │ │ │ ├── multiimage
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ │ │ ├── select-files-zh_CN.png
│ │ │ │ │ │ │ └── swfupload.swf
│ │ │ │ │ │ └── multiimage.js
│ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ └── pagebreak.js
│ │ │ │ │ ├── plainpaste
│ │ │ │ │ │ └── plainpaste.js
│ │ │ │ │ ├── preview
│ │ │ │ │ │ └── preview.js
│ │ │ │ │ ├── quickformat
│ │ │ │ │ │ └── quickformat.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ └── table.js
│ │ │ │ │ ├── template
│ │ │ │ │ │ ├── html
│ │ │ │ │ │ │ ├── 1.html
│ │ │ │ │ │ │ ├── 2.html
│ │ │ │ │ │ │ └── 3.html
│ │ │ │ │ │ └── template.js
│ │ │ │ │ └── wordpaste
│ │ │ │ │ └── wordpaste.js
│ │ │ │ └── themes
│ │ │ │ ├── common
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── flash.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── media.gif
│ │ │ │ │ └── rm.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── background.png
│ │ │ │ │ ├── default.css
│ │ │ │ │ └── default.png
│ │ │ │ │ ├── editor.gif
│ │ │ │ │ └── qq.css
│ │ │ │ └── simple
│ │ │ │ └── simple.css
│ │ │ ├── knockout-2.2.0.debug.js
│ │ │ ├── knockout-2.2.0.js
│ │ │ ├── ListPageJS.js
│ │ │ ├── main.js
│ │ │ ├── Menus.js
│ │ │ ├── messages_cn.js
│ │ │ ├── modernizr-2.5.3.js
│ │ │ ├── popup.js
│ │ │ ├── _references.js
│ │ │ ├── require.js
│ │ │ ├── sea.js
│ │ │ ├── Settings.js
│ │ │ ├── uploadify
│ │ │ │ ├── jquery.uploadify-3.1.js
│ │ │ │ ├── jquery.uploadify-3.1.min.js
│ │ │ │ ├── UploadHandler.ashx
│ │ │ │ ├── UploadHandler.ashx.cs
│ │ │ │ ├── uploadify-cancel.png
│ │ │ │ ├── uploadify.css
│ │ │ │ ├── uploadify.swf
│ │ │ │ └── UploadImages
│ │ │ │ ├── 20140221_155547.jpg
│ │ │ │ ├── jiewu.jpg
│ │ │ │ └── m_14_634780417797187500_11228664.jpg
│ │ │ ├── UserInfromation.js
│ │ │ ├── UserJS.js
│ │ │ └── Validform_v5.3.2_min.js
│ │ ├── static
│ │ │ ├── base.js
│ │ │ ├── common.js
│ │ │ └── layout.css
│ │ ├── Views
│ │ │ ├── Admin
│ │ │ │ ├── Edit.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Login.cshtml
│ │ │ │ ├── Main.cshtml
│ │ │ │ ├── Tip.cshtml
│ │ │ │ └── UpdatePwdPage.cshtml
│ │ │ ├── Category
│ │ │ │ ├── Edit.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── Download
│ │ │ │ ├── Detail.cshtml
│ │ │ │ ├── Edit.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── List.cshtml
│ │ │ ├── Focus
│ │ │ │ ├── Edit.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── Home
│ │ │ │ └── Index.cshtml
│ │ │ ├── Info
│ │ │ │ ├── Detail.cshtml
│ │ │ │ ├── Edit.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── Job.cshtml
│ │ │ │ └── Support.cshtml
│ │ │ ├── Link
│ │ │ │ ├── Edit.cshtml
│ │ │ │ └── Index.cshtml
│ │ │ ├── Msg
│ │ │ │ ├── Edit.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── Send.cshtml
│ │ │ ├── News
│ │ │ │ ├── Detail.cshtml
│ │ │ │ ├── Edit.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── List.cshtml
│ │ │ ├── product
│ │ │ │ ├── Detail.cshtml
│ │ │ │ ├── Edit.cshtml
│ │ │ │ ├── Index.cshtml
│ │ │ │ └── List.cshtml
│ │ │ ├── Setting
│ │ │ │ ├── Contact.cshtml
│ │ │ │ └── Setting.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── Error.cshtml
│ │ │ │ ├── Front.cshtml
│ │ │ │ └── _Layout.cshtml
│ │ │ ├── _ViewStart.cshtml
│ │ │ └── Web.config
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ └── PD.Web.sln
├── DB_sql
│ ├── PD_log.ldf
│ └── PD.mdf
├── packages
│ ├── Dapper.1.42
│ │ ├── Dapper.1.42.nupkg
│ │ └── lib
│ │ ├── net35
│ │ │ ├── Dapper.dll
│ │ │ ├── Dapper.pdb
│ │ │ └── Dapper.xml
│ │ ├── net40
│ │ │ ├── Dapper.dll
│ │ │ ├── Dapper.pdb
│ │ │ └── Dapper.xml
│ │ └── net45
│ │ ├── Dapper.dll
│ │ ├── Dapper.pdb
│ │ └── Dapper.xml
│ ├── DapperExtensions.1.4.4
│ │ ├── DapperExtensions.1.4.4.nupkg
│ │ └── lib
│ │ └── net40
│ │ ├── DapperExtensions.dll
│ │ └── DapperExtensions.pdb
│ ├── EntityFramework.5.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.5.0.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.PS3.psd1
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ ├── migrate.exe
│ │ ├── Redirect.config
│ │ └── Redirect.VS11.config
│ ├── EntityFramework.zh-Hans.5.0.0
│ │ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── jQuery.1.7.1.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.7.1.js
│ │ │ ├── jquery-1.7.1.min.js
│ │ │ └── jquery-1.7.1-vsdoc.js
│ │ ├── jQuery.1.7.1.1.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.7.1.intellisense.js
│ │ └── uninstall.ps1
│ ├── jQuery.UI.Combined.1.8.20.1
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── 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.autocomplete.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
│ │ │ └── Scripts
│ │ │ ├── jquery-ui-1.8.20.js
│ │ │ └── jquery-ui-1.8.20.min.js
│ │ └── jQuery.UI.Combined.1.8.20.1.nupkg
│ ├── jQuery.Validation.1.9.0.1
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ └── jQuery.Validation.1.9.0.1.nupkg
│ ├── knockoutjs.2.1.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── knockout-2.1.0.debug.js
│ │ │ └── knockout-2.1.0.js
│ │ └── knockoutjs.2.1.0.nupkg
│ ├── Microsoft.AspNet.Mvc.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Mvc.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Providers.Core.1.1
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Providers.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── Microsoft.AspNet.Providers.Core.1.1.nupkg
│ │ └── readme.html
│ ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.1
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ └── Microsoft.AspNet.Providers.Core.zh-Hans.1.1.nupkg
│ ├── Microsoft.AspNet.Providers.LocalDB.1.1
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── Microsoft.AspNet.Providers.LocalDB.1.1.nupkg
│ │ └── tools
│ │ └── Install.ps1
│ ├── Microsoft.AspNet.Razor.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.2.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.4.0.20710.0
│ │ └── Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Net.Http.Formatting.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ └── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.dll
│ │ │ ├── System.Web.Http.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ └── Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ └── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.WebHost.dll
│ │ │ ├── System.Web.Http.WebHost.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ └── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ └── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Optimization.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ └── Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
│ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0.nupkg
│ ├── Microsoft.AspNet.WebPages.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
│ ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ └── jquery.unobtrusive-ajax.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0.nupkg
│ ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ └── jquery.validate.unobtrusive.min.js
│ │ └── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0.nupkg
│ ├── Microsoft.Net.Http.2.0.20710.0
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Net.Http.WebRequest.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ └── System.Net.Http.xml
│ │ │ └── net45
│ │ │ └── _._
│ │ └── Microsoft.Net.Http.2.0.20710.0.nupkg
│ ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ └── System.Net.Http.xml
│ │ └── Microsoft.Net.Http.zh-Hans.2.0.20710.0.nupkg
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── Modernizr.2.5.3
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.5.3.js
│ │ └── Modernizr.2.5.3.nupkg
│ ├── Newtonsoft.Json.8.0.2
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40+sl5+wp80+win8+wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net45+wp80+win8+wpa81+dnxcore50
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── www.9ymw.com.jpg
│ │ │ ├── 国内最大的免费商业源码下载平台.url
│ │ │ ├── 源码说明.txt
│ │ │ └── 百纳科技源码.png
│ │ ├── Newtonsoft.Json.8.0.2.nupkg
│ │ ├── tools
│ │ │ └── install.ps1
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── Newtonsoft.Json.8.0.3
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net45
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40+sl5+wp80+win8+wpa81
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── portable-net45+wp80+win8+wpa81+dnxcore50
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── Newtonsoft.Json.8.0.3.nupkg
│ │ └── tools
│ │ └── install.ps1
│ ├── repositories.config
│ └── WebGrease.1.1.0
│ ├── lib
│ │ ├── Antlr3.Runtime.dll
│ │ └── WebGrease.dll
│ ├── tools
│ │ └── WG.exe
│ └── WebGrease.1.1.0.nupkg
├── PD.Access
│ ├── Access.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── PD.Access.dll
│ │ │ └── PD.Access.pdb
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── PD.Access.csproj.FileListAbsolute.txt
│ │ │ ├── PD.Access.csprojResolveAssemblyReference.cache
│ │ │ ├── PD.Access.dll
│ │ │ └── PD.Access.pdb
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── PD.Access.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── Server.cs
│ └── SqlHelper.cs
├── PD.Common
│ ├── bin
│ │ └── Debug
│ │ ├── PD.Common.dll
│ │ └── PD.Common.pdb
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PD.Common.csproj.FileListAbsolute.txt
│ │ ├── PD.Common.csprojResolveAssemblyReference.cache
│ │ ├── PD.Common.dll
│ │ └── PD.Common.pdb
│ ├── Other.cs
│ ├── PD.Common.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ └── ThumNail.cs
├── PD.Controls
│ ├── bin
│ │ └── Debug
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── PD.Access.dll
│ │ ├── PD.Access.pdb
│ │ ├── PD.Common.dll
│ │ ├── PD.Common.pdb
│ │ ├── PD.Controls.dll
│ │ ├── PD.Controls.pdb
│ │ ├── PD.Util.dll
│ │ └── PD.Util.pdb
│ ├── Menus.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PD.Controls.csproj.FileListAbsolute.txt
│ │ ├── PD.Controls.csprojResolveAssemblyReference.cache
│ │ ├── PD.Controls.dll
│ │ └── PD.Controls.pdb
│ ├── PD.Controls.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ └── RoleBO.cs
├── PD.Model
│ ├── bin
│ │ └── Debug
│ │ ├── PD.Model.dll
│ │ └── PD.Model.pdb
│ ├── Category.cs
│ ├── CurrentUserAttribute.cs
│ ├── Download.cs
│ ├── EncodeAttribute.cs
│ ├── Focus.cs
│ ├── Info.cs
│ ├── Link.cs
│ ├── Msg.cs
│ ├── News.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PD.Model.csproj.FileListAbsolute.txt
│ │ ├── PD.Model.csprojResolveAssemblyReference.cache
│ │ ├── PD.Model.dll
│ │ └── PD.Model.pdb
│ ├── PD.Model.csproj
│ ├── Product.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── Roles.cs
│ ├── Setting.cs
│ └── User.cs
├── PD.Util
│ ├── bin
│ │ └── Debug
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── PD.Access.dll
│ │ ├── PD.Access.pdb
│ │ ├── PD.Model.dll
│ │ ├── PD.Model.pdb
│ │ ├── PD.Util.dll
│ │ └── PD.Util.pdb
│ ├── CommonController.cs
│ ├── CommonService.cs
│ ├── JsonHelper.cs
│ ├── JsonMapTable.cs
│ ├── JsonTransform.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PD.Util.csproj.FileListAbsolute.txt
│ │ ├── PD.Util.csprojResolveAssemblyReference.cache
│ │ ├── PD.Util.dll
│ │ └── PD.Util.pdb
│ ├── packages.config
│ ├── PDService.cs
│ ├── PD.Util.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ └── UserService.cs
├── PD.Web
│ ├── App_Start
│ │ ├── BundleConfig.cs
│ │ ├── FilterConfig.cs
│ │ ├── RouteConfig.cs
│ │ └── WebApiConfig.cs
│ ├── ASP.NET MVC4通用企业门户网站源码 - 快捷方式.lnk
│ ├── bin
│ │ ├── Antlr3.Runtime.dll
│ │ ├── Dapper.dll
│ │ ├── DapperExtensions.dll
│ │ ├── DapperExtensions.pdb
│ │ ├── Dapper.pdb
│ │ ├── Dapper.xml
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── PD.Access.dll
│ │ ├── PD.Access.pdb
│ │ ├── PD.Common.dll
│ │ ├── PD.Common.pdb
│ │ ├── PD.Controls.dll
│ │ ├── PD.Controls.pdb
│ │ ├── PD.Model.dll
│ │ ├── PD.Model.pdb
│ │ ├── PD.Util.dll
│ │ ├── PD.Util.pdb
│ │ ├── PD.Web.dll
│ │ ├── PD.Web.dll.config
│ │ ├── PD.Web.pdb
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.Formatting.dll
│ │ ├── System.Net.Http.Formatting.xml
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.xml
│ │ ├── System.Web.Http.dll
│ │ ├── System.Web.Http.WebHost.dll
│ │ ├── System.Web.Http.WebHost.xml
│ │ ├── System.Web.Http.xml
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ ├── System.Web.Optimization.dll
│ │ ├── System.Web.Providers.dll
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.xml
│ │ ├── WebGrease.dll
│ │ └── zh-Hans
│ │ ├── System.Web.Http.resources.dll
│ │ ├── System.Web.Http.WebHost.resources.dll
│ │ ├── System.Web.Optimization.resources.dll
│ │ ├── System.Web.Providers.resources.dll
│ │ ├── System.Web.Razor.resources.dll
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ └── System.Web.WebPages.resources.dll
│ ├── Content
│ │ ├── easyui
│ │ │ ├── locale
│ │ │ │ ├── easyui-lang-af.js
│ │ │ │ ├── easyui-lang-ar.js
│ │ │ │ ├── easyui-lang-bg.js
│ │ │ │ ├── easyui-lang-ca.js
│ │ │ │ ├── easyui-lang-cs.js
│ │ │ │ ├── easyui-lang-cz.js
│ │ │ │ ├── easyui-lang-da.js
│ │ │ │ ├── easyui-lang-de.js
│ │ │ │ ├── easyui-lang-el.js
│ │ │ │ ├── easyui-lang-en.js
│ │ │ │ ├── easyui-lang-es.js
│ │ │ │ ├── easyui-lang-fr.js
│ │ │ │ ├── easyui-lang-it.js
│ │ │ │ ├── easyui-lang-jp.js
│ │ │ │ ├── easyui-lang-nl.js
│ │ │ │ ├── easyui-lang-pl.js
│ │ │ │ ├── easyui-lang-pt_BR.js
│ │ │ │ ├── easyui-lang-ru.js
│ │ │ │ ├── easyui-lang-sv_SE.js
│ │ │ │ ├── easyui-lang-tr.js
│ │ │ │ ├── easyui-lang-zh_CN.js
│ │ │ │ └── easyui-lang-zh_TW.js
│ │ │ ├── plugins
│ │ │ │ ├── jquery.accordion.js
│ │ │ │ ├── jquery.calendar.js
│ │ │ │ ├── jquery.combobox.js
│ │ │ │ ├── jquery.combogrid.js
│ │ │ │ ├── jquery.combo.js
│ │ │ │ ├── jquery.combotree.js
│ │ │ │ ├── jquery.datagrid.js
│ │ │ │ ├── jquery.datebox.js
│ │ │ │ ├── jquery.datetimebox.js
│ │ │ │ ├── jquery.dialog.js
│ │ │ │ ├── jquery.draggable.js
│ │ │ │ ├── jquery.droppable.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.layout.js
│ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ ├── jquery.menubutton.js
│ │ │ │ ├── jquery.menu.js
│ │ │ │ ├── jquery.messager.js
│ │ │ │ ├── jquery.numberbox.js
│ │ │ │ ├── jquery.numberspinner.js
│ │ │ │ ├── jquery.pagination.js
│ │ │ │ ├── jquery.panel.js
│ │ │ │ ├── jquery.parser.js
│ │ │ │ ├── jquery.progressbar.js
│ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ ├── jquery.resizable.js
│ │ │ │ ├── jquery.searchbox.js
│ │ │ │ ├── jquery.slider.js
│ │ │ │ ├── jquery.spinner.js
│ │ │ │ ├── jquery.splitbutton.js
│ │ │ │ ├── jquery.tabs.js
│ │ │ │ ├── jquery.timespinner.js
│ │ │ │ ├── jquery.tooltip.js
│ │ │ │ ├── jquery.treegrid.js
│ │ │ │ ├── jquery.tree.js
│ │ │ │ ├── jquery.validatebox.js
│ │ │ │ └── jquery.window.js
│ │ │ └── themes
│ │ │ ├── black
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── bootstrap
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── default
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── fxk_bg.gif
│ │ │ │ │ ├── gban_01.png
│ │ │ │ │ ├── icon_sq.png
│ │ │ │ │ ├── icon_zk.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── no_icon.gif
│ │ │ │ │ ├── ok_icon.gif
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icon_08.png
│ │ │ │ │ ├── tree_icon_09.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── gray
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── icon.css
│ │ │ ├── icons
│ │ │ │ ├── back.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── cancel.png
│ │ │ │ ├── cut.png
│ │ │ │ ├── edit_add.png
│ │ │ │ ├── edit_remove.png
│ │ │ │ ├── filesave.png
│ │ │ │ ├── help.png
│ │ │ │ ├── icon_cktp.png
│ │ │ │ ├── icon_sqtp.png
│ │ │ │ ├── mini_add.png
│ │ │ │ ├── mini_edit.png
│ │ │ │ ├── mini_refresh.png
│ │ │ │ ├── no_icon.gif
│ │ │ │ ├── no.png
│ │ │ │ ├── ok_icon.gif
│ │ │ │ ├── ok.png
│ │ │ │ ├── pencil.png
│ │ │ │ ├── print.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── search.png
│ │ │ │ ├── sum.png
│ │ │ │ ├── tip.png
│ │ │ │ └── undo.png
│ │ │ ├── metro
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datebox.css
│ │ │ │ ├── dialog.css
│ │ │ │ ├── easyui.css
│ │ │ │ ├── images
│ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── myicon.css
│ │ │ └── myicons
│ │ │ ├── account.png
│ │ │ ├── address.png
│ │ │ ├── advertising.png
│ │ │ ├── archives.png
│ │ │ ├── bank.png
│ │ │ ├── basket.png
│ │ │ ├── bestseller.png
│ │ │ ├── billing.png
│ │ │ ├── bug.png
│ │ │ ├── business.png
│ │ │ ├── busy.png
│ │ │ ├── calendar.png
│ │ │ ├── camera.png
│ │ │ ├── card.png
│ │ │ ├── comment.png
│ │ │ ├── communication.png
│ │ │ ├── config.png
│ │ │ ├── contact.png
│ │ │ ├── credit.png
│ │ │ ├── current.png
│ │ │ ├── customers.png
│ │ │ ├── database.png
│ │ │ ├── design.png
│ │ │ ├── down.png
│ │ │ ├── drawings.png
│ │ │ ├── email.png
│ │ │ ├── equalizer.png
│ │ │ ├── exit.png
│ │ │ ├── finished.png
│ │ │ ├── flag.png
│ │ │ ├── folder.png
│ │ │ ├── future.png
│ │ │ ├── graphic.png
│ │ │ ├── graphy.png
│ │ │ ├── heart.png
│ │ │ ├── hire.png
│ │ │ ├── home.png
│ │ │ ├── left.png
│ │ │ ├── library.png
│ │ │ ├── lightbulb.png
│ │ │ ├── lock.png
│ │ │ ├── login.png
│ │ │ ├── logout.png
│ │ │ ├── milestone.png
│ │ │ ├── monitor.png
│ │ │ ├── networking.png
│ │ │ ├── old.png
│ │ │ ├── order.png
│ │ │ ├── pencil.png
│ │ │ ├── phone.png
│ │ │ ├── pictures.png
│ │ │ ├── print.png
│ │ │ ├── process.png
│ │ │ ├── product.png
│ │ │ ├── project.png
│ │ │ ├── publish.png
│ │ │ ├── right.png
│ │ │ ├── settings.png
│ │ │ ├── shipping.png
│ │ │ ├── showreel.png
│ │ │ ├── signin.png
│ │ │ ├── signout.png
│ │ │ ├── signup.png
│ │ │ ├── sitemap.png
│ │ │ ├── special.png
│ │ │ ├── star.png
│ │ │ ├── statistics.png
│ │ │ ├── suppliers.png
│ │ │ ├── telescope.png
│ │ │ ├── terminal.png
│ │ │ ├── time.png
│ │ │ ├── up.png
│ │ │ ├── user.png
│ │ │ ├── world.png
│ │ │ └── zoom.png
│ │ ├── main.css
│ │ ├── nivo-slider
│ │ │ ├── icon-slides.png
│ │ │ ├── jquery.nivo.slider.pack.js
│ │ │ └── nivo-slider.css
│ │ ├── page.css
│ │ ├── Site.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.autocomplete.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
│ ├── Controllers
│ │ ├── AdminController.cs
│ │ ├── BaseController.cs
│ │ ├── CategoryController.cs
│ │ ├── DownloadController.cs
│ │ ├── FocusController.cs
│ │ ├── HomeController.cs
│ │ ├── InfoController.cs
│ │ ├── LinkController.cs
│ │ ├── MsgController.cs
│ │ ├── NewsController.cs
│ │ ├── ProductController.cs
│ │ ├── SettingController.cs
│ │ └── UploadImgController.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Helper
│ │ ├── BidHandleError.cs
│ │ ├── Extension.cs
│ │ ├── MVCPagingHelpers.cs
│ │ ├── PagingHelpers.cs
│ │ ├── Replace.cs
│ │ ├── UControls.cs
│ │ └── UserHelper.cs
│ ├── Images
│ │ ├── bottom_bg.jpg
│ │ ├── boxhead.jpg
│ │ ├── conn_bg.jpg
│ │ ├── contact_bg.jpg
│ │ ├── focus_05.jpg
│ │ ├── hydl_03.jpg
│ │ ├── hydl_04.jpg
│ │ ├── hydl_05.jpg
│ │ ├── hyzx_03.jpg
│ │ ├── intro.jpg
│ │ ├── lItem_03.jpg
│ │ ├── litem_no_06.jpg
│ │ ├── litem_select_05.jpg
│ │ ├── logo_02.jpg
│ │ ├── logo_03.jpg
│ │ ├── log.png
│ │ ├── menu_off.png
│ │ ├── neu.gif
│ │ ├── product_bg.jpg
│ │ ├── product.jpg
│ │ ├── soft.jpg
│ │ ├── suspend.png
│ │ ├── www.9ymw.com.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── index.html
│ ├── Log
│ │ ├── fatal_2016313.log
│ │ ├── fatal_2016315.log
│ │ ├── fatal_2016316.log
│ │ ├── fatal_2016317.log
│ │ ├── fatal_2018724.log
│ │ └── fatal_201882.log
│ ├── Models
│ │ └── News.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PD.Web.csproj.FileListAbsolute.txt
│ │ ├── PD.Web.csprojResolveAssemblyReference.cache
│ │ ├── PD.Web.dll
│ │ └── PD.Web.pdb
│ ├── packages.config
│ ├── PD.Web.csproj
│ ├── PD.Web.csproj.user
│ ├── product.html
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Scripts
│ │ ├── agency.js
│ │ ├── artDialog.js
│ │ ├── common.js
│ │ ├── DetailsPageJS.js
│ │ ├── dialog-config.js
│ │ ├── dialog.js
│ │ ├── dialog-plus.js
│ │ ├── index.js
│ │ ├── jquery-1.10.2.js
│ │ ├── jquery-1.7.1.intellisense.js
│ │ ├── jquery-1.7.1.js
│ │ ├── jquery-1.7.1.min.js
│ │ ├── jquery.easyui.min.js
│ │ ├── jquery.imagezoom.min.js
│ │ ├── jquery.kinMaxShow-1.1.min.js
│ │ ├── jquery-ui-1.8.24.js
│ │ ├── jquery-ui-1.8.24.min.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── kindeditor
│ │ │ ├── examples
│ │ │ │ ├── auto-height.html
│ │ │ │ ├── colorpicker.html
│ │ │ │ ├── custom-plugin.html
│ │ │ │ ├── custom-theme.html
│ │ │ │ ├── default.html
│ │ │ │ ├── dialog.html
│ │ │ │ ├── dynamic-load.html
│ │ │ │ ├── file-dialog.html
│ │ │ │ ├── file-manager.html
│ │ │ │ ├── filter-mode.html
│ │ │ │ ├── image-dialog.html
│ │ │ │ ├── index.css
│ │ │ │ ├── index.html
│ │ │ │ ├── jquery.html
│ │ │ │ ├── jquery-ui.html
│ │ │ │ ├── mootools.html
│ │ │ │ ├── multi-image-dialog.html
│ │ │ │ ├── multi-language.html
│ │ │ │ ├── newline.html
│ │ │ │ ├── node.html
│ │ │ │ ├── paste-type.html
│ │ │ │ ├── qqstyle.html
│ │ │ │ ├── readonly.html
│ │ │ │ ├── simple.html
│ │ │ │ ├── total.html
│ │ │ │ ├── uploadbutton.html
│ │ │ │ ├── url-type.html
│ │ │ │ └── word-count.html
│ │ │ ├── FilesManager.ashx
│ │ │ ├── FilesUpload.ashx
│ │ │ ├── kindeditor-all.js
│ │ │ ├── kindeditor-all-min.js
│ │ │ ├── kindeditor.js
│ │ │ ├── kindeditor-min.js
│ │ │ ├── lang
│ │ │ │ ├── ar.js
│ │ │ │ ├── en.js
│ │ │ │ ├── zh_CN.js
│ │ │ │ └── zh_TW.js
│ │ │ ├── plugins
│ │ │ │ ├── anchor
│ │ │ │ │ └── anchor.js
│ │ │ │ ├── autoheight
│ │ │ │ │ └── autoheight.js
│ │ │ │ ├── baidumap
│ │ │ │ │ ├── baidumap.js
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── map.html
│ │ │ │ ├── clearhtml
│ │ │ │ │ └── clearhtml.js
│ │ │ │ ├── code
│ │ │ │ │ ├── code.js
│ │ │ │ │ ├── prettify.css
│ │ │ │ │ └── prettify.js
│ │ │ │ ├── emoticons
│ │ │ │ │ ├── emoticons.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 100.gif
│ │ │ │ │ ├── 101.gif
│ │ │ │ │ ├── 102.gif
│ │ │ │ │ ├── 103.gif
│ │ │ │ │ ├── 104.gif
│ │ │ │ │ ├── 105.gif
│ │ │ │ │ ├── 106.gif
│ │ │ │ │ ├── 107.gif
│ │ │ │ │ ├── 108.gif
│ │ │ │ │ ├── 109.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 110.gif
│ │ │ │ │ ├── 111.gif
│ │ │ │ │ ├── 112.gif
│ │ │ │ │ ├── 113.gif
│ │ │ │ │ ├── 114.gif
│ │ │ │ │ ├── 115.gif
│ │ │ │ │ ├── 116.gif
│ │ │ │ │ ├── 117.gif
│ │ │ │ │ ├── 118.gif
│ │ │ │ │ ├── 119.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 120.gif
│ │ │ │ │ ├── 121.gif
│ │ │ │ │ ├── 122.gif
│ │ │ │ │ ├── 123.gif
│ │ │ │ │ ├── 124.gif
│ │ │ │ │ ├── 125.gif
│ │ │ │ │ ├── 126.gif
│ │ │ │ │ ├── 127.gif
│ │ │ │ │ ├── 128.gif
│ │ │ │ │ ├── 129.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 130.gif
│ │ │ │ │ ├── 131.gif
│ │ │ │ │ ├── 132.gif
│ │ │ │ │ ├── 133.gif
│ │ │ │ │ ├── 134.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 72.gif
│ │ │ │ │ ├── 73.gif
│ │ │ │ │ ├── 74.gif
│ │ │ │ │ ├── 75.gif
│ │ │ │ │ ├── 76.gif
│ │ │ │ │ ├── 77.gif
│ │ │ │ │ ├── 78.gif
│ │ │ │ │ ├── 79.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 80.gif
│ │ │ │ │ ├── 81.gif
│ │ │ │ │ ├── 82.gif
│ │ │ │ │ ├── 83.gif
│ │ │ │ │ ├── 84.gif
│ │ │ │ │ ├── 85.gif
│ │ │ │ │ ├── 86.gif
│ │ │ │ │ ├── 87.gif
│ │ │ │ │ ├── 88.gif
│ │ │ │ │ ├── 89.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ ├── 90.gif
│ │ │ │ │ ├── 91.gif
│ │ │ │ │ ├── 92.gif
│ │ │ │ │ ├── 93.gif
│ │ │ │ │ ├── 94.gif
│ │ │ │ │ ├── 95.gif
│ │ │ │ │ ├── 96.gif
│ │ │ │ │ ├── 97.gif
│ │ │ │ │ ├── 98.gif
│ │ │ │ │ ├── 99.gif
│ │ │ │ │ ├── 9.gif
│ │ │ │ │ └── static.gif
│ │ │ │ ├── filemanager
│ │ │ │ │ ├── filemanager.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── file-16.gif
│ │ │ │ │ ├── file-64.gif
│ │ │ │ │ ├── folder-16.gif
│ │ │ │ │ ├── folder-64.gif
│ │ │ │ │ └── go-up.gif
│ │ │ │ ├── flash
│ │ │ │ │ └── flash.js
│ │ │ │ ├── image
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── align_left.gif
│ │ │ │ │ ├── align_right.gif
│ │ │ │ │ ├── align_top.gif
│ │ │ │ │ └── refresh.png
│ │ │ │ ├── insertfile
│ │ │ │ │ └── insertfile.js
│ │ │ │ ├── lineheight
│ │ │ │ │ └── lineheight.js
│ │ │ │ ├── link
│ │ │ │ │ └── link.js
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── map.js
│ │ │ │ ├── media
│ │ │ │ │ └── media.js
│ │ │ │ ├── multiimage
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ │ ├── select-files-zh_CN.png
│ │ │ │ │ │ └── swfupload.swf
│ │ │ │ │ └── multiimage.js
│ │ │ │ ├── pagebreak
│ │ │ │ │ └── pagebreak.js
│ │ │ │ ├── plainpaste
│ │ │ │ │ └── plainpaste.js
│ │ │ │ ├── preview
│ │ │ │ │ └── preview.js
│ │ │ │ ├── quickformat
│ │ │ │ │ └── quickformat.js
│ │ │ │ ├── table
│ │ │ │ │ └── table.js
│ │ │ │ ├── template
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── 1.html
│ │ │ │ │ │ ├── 2.html
│ │ │ │ │ │ └── 3.html
│ │ │ │ │ └── template.js
│ │ │ │ └── wordpaste
│ │ │ │ └── wordpaste.js
│ │ │ └── themes
│ │ │ ├── common
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── blank.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── media.gif
│ │ │ │ └── rm.gif
│ │ │ ├── default
│ │ │ │ ├── background.png
│ │ │ │ ├── default.css
│ │ │ │ └── default.png
│ │ │ │ ├── editor.gif
│ │ │ │ └── qq.css
│ │ │ └── simple
│ │ │ └── simple.css
│ │ ├── knockout-2.2.0.debug.js
│ │ ├── knockout-2.2.0.js
│ │ ├── ListPageJS.js
│ │ ├── main.js
│ │ ├── Menus.js
│ │ ├── messages_cn.js
│ │ ├── modernizr-2.5.3.js
│ │ ├── popup.js
│ │ ├── _references.js
│ │ ├── require.js
│ │ ├── sea.js
│ │ ├── Settings.js
│ │ ├── uploadify
│ │ │ ├── jquery.uploadify-3.1.js
│ │ │ ├── jquery.uploadify-3.1.min.js
│ │ │ ├── UploadHandler.ashx
│ │ │ ├── UploadHandler.ashx.cs
│ │ │ ├── uploadify-cancel.png
│ │ │ ├── uploadify.css
│ │ │ ├── uploadify.swf
│ │ │ └── UploadImages
│ │ │ ├── 20140221_155547.jpg
│ │ │ ├── jiewu.jpg
│ │ │ └── m_14_634780417797187500_11228664.jpg
│ │ ├── UserInfromation.js
│ │ ├── UserJS.js
│ │ └── Validform_v5.3.2_min.js
│ ├── static
│ │ ├── base.js
│ │ ├── common.js
│ │ └── layout.css
│ ├── temp
│ │ ├── 01fd6529e3b3478d92ef7bd551fc7821.jpg
│ │ ├── 0721efb00baa4d44bf1941ec123f1af8.jpg
│ │ ├── 16d3164de7a24fc083674d56b52450c1.jpg
│ │ ├── 1d84636e6e054962be725e13ae960219.jpg
│ │ ├── 23cb6f6be29e4591af524d0508493190.jpg
│ │ ├── 3778685644484df7a90a70d6370122af.jpg
│ │ ├── 4453831741834521bf67076a1102f544.jpg
│ │ ├── 57d94632996e430f88c702b78e7f550a.png
│ │ ├── 7498b8af7ba3458f90155a074252b5e9.jpg
│ │ ├── 8c469dc3d55742edb02c5443140135df.gif
│ │ ├── 9d5c2de36c1a42feb37256b3bd96c3ea.jpg
│ │ ├── a43c059ffb9b47148604ef77a4cac7e4.jpg
│ │ ├── ac87e1c92ee84c81b071426b6132084a.jpg
│ │ ├── d308594cc79e4eeca03648b4c2f5eb3e.jpg
│ │ ├── f9c128531867457cbdd94d6ad988c328.jpg
│ │ └── fe93390350cb47b49683011583e3dcd5.jpg
│ ├── userfiles
│ │ ├── file
│ │ │ ├── 20141218120126_1024.sql
│ │ │ ├── 20141218120133_6478.doc
│ │ │ ├── 20141220143507_1881.jpg
│ │ │ ├── 20141220143524_2961.xls
│ │ │ ├── 20141230102310_0193.pdf
│ │ │ ├── www.9ymw.com.jpg
│ │ │ ├── 国内最大的免费商业源码下载平台.url
│ │ │ ├── 源码说明.txt
│ │ │ └── 百纳科技源码.png
│ │ ├── focus
│ │ │ ├── 20141219195328_6840.jpg
│ │ │ ├── 20141220095112_1418.jpg
│ │ │ ├── 20141220095514_3966.jpg
│ │ │ ├── 20150323153022_5838.jpg
│ │ │ ├── 20150323153352_6388.jpg
│ │ │ ├── 20160226180807_0453.jpg
│ │ │ └── 20180725152332_2373.jpg
│ │ ├── product
│ │ │ ├── 20141218105352_2545.jpg
│ │ │ ├── 20141220095957_4938.jpg
│ │ │ ├── 20141220100146_7711.jpg
│ │ │ ├── 20141220143430_3130.jpg
│ │ │ ├── 20180802144831_1422.gif
│ │ │ └── 20180802153514_7451.png
│ │ ├── www.9ymw.com.jpg
│ │ ├── zizi
│ │ │ ├── 20141219192243_1774.jpg
│ │ │ ├── 20141219192244_4985.jpg
│ │ │ ├── 20141219192409_9254.jpg
│ │ │ ├── 20141219192411_7985.jpg
│ │ │ ├── 20141219192455_3710.jpg
│ │ │ ├── 20141219192525_4817.jpg
│ │ │ ├── 20141219192629_5634.jpg
│ │ │ ├── 20141219192632_7736.jpg
│ │ │ ├── 20141219192813_0053.jpg
│ │ │ ├── 20141219192911_8347.jpg
│ │ │ ├── 20141219192915_2249.jpg
│ │ │ ├── 20141219193115_4988.jpg
│ │ │ ├── 20141219193117_7609.jpg
│ │ │ ├── 20141219193152_6539.jpg
│ │ │ ├── 20141219193155_6290.jpg
│ │ │ ├── 20141219193243_9358.jpg
│ │ │ ├── 20141219193247_6730.jpg
│ │ │ ├── 20141219193538_9228.jpg
│ │ │ ├── 20141219193545_1422.jpg
│ │ │ ├── 20141219193548_8094.jpg
│ │ │ ├── 20141219193552_0506.jpg
│ │ │ ├── 20141219193749_6733.jpg
│ │ │ ├── 20141219193751_3844.jpg
│ │ │ ├── 20141219193800_7419.jpg
│ │ │ ├── 20141219193800_8409.jpg
│ │ │ ├── 20141219193921_2025.jpg
│ │ │ ├── 20141219193922_4136.jpg
│ │ │ ├── 20141225175532_4044.jpg
│ │ │ └── 20141225175532_7504.jpg
│ │ ├── 国内最大的免费商业源码下载平台.url
│ │ ├── 源码说明.txt
│ │ └── 百纳科技源码.png
│ ├── Views
│ │ ├── Admin
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Login.cshtml
│ │ │ ├── Main.cshtml
│ │ │ ├── Tip.cshtml
│ │ │ └── UpdatePwdPage.cshtml
│ │ ├── Category
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Download
│ │ │ ├── Detail.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── List.cshtml
│ │ ├── Focus
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Home
│ │ │ └── Index.cshtml
│ │ ├── Info
│ │ │ ├── Detail.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ ├── Job.cshtml
│ │ │ └── Support.cshtml
│ │ ├── Link
│ │ │ ├── Edit.cshtml
│ │ │ └── Index.cshtml
│ │ ├── Msg
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── Send.cshtml
│ │ ├── News
│ │ │ ├── Detail.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── List.cshtml
│ │ ├── product
│ │ │ ├── Detail.cshtml
│ │ │ ├── Edit.cshtml
│ │ │ ├── Index.cshtml
│ │ │ └── List.cshtml
│ │ ├── Setting
│ │ │ ├── Contact.cshtml
│ │ │ └── Setting.cshtml
│ │ ├── Shared
│ │ │ ├── Error.cshtml
│ │ │ ├── Front.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── _ViewStart.cshtml
│ │ └── Web.config
│ ├── Web.config
│ ├── Web.Debug.config
│ └── Web.Release.config
├── PD.Web.sln
├── PD.Web.v12.suo
├── UpgradeLog.htm
└── 源码说明.txt
358 directories, 2184 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论