在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → EKECMS网站管理系统(电脑端+手机端)

EKECMS网站管理系统(电脑端+手机端)

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:10.17M
  • 下载次数:30
  • 浏览次数:205
  • 发布时间:2021-12-04
  • 实例类别:ASP/Basic基础
  • 发 布 人:haohao2222
  • 文件格式:.rar
  • 所需积分:0
 相关标签: 管理系统 cms 手机端 手机 管理

实例介绍

【实例简介】EKECMS网站管理系统(电脑端 手机端)
 以下简称EKECMS。EKECMS是基于eFrameWork快速开发框架下的应用,主要目的是用于eFrameWork框架的使用示例,功能较全但平面较老,大家可根据实际项目要求进行修改及扩展。

eFrameWork为公开框架,所以默认帐号、密码、目录结构等信息也是公开的,为保证系统安全性,请务必仔细阅读以下内容。
1.修改管理员默认用户名、密码。
2.Manage文件夹为开发平台,实际项目开发完成后可考虑不上传些文件夹。如需在网络上开启,请重命名该文件夹。
3.System文件夹为系统管理端,实际项目请重命名该文件夹。
4.参数安全性检查统一写成一个通用函数放在Global下,请求产生时调用验证。可根据需要进行完善。
5.数据库打开及关闭默认放在Global下统一打开和关闭,使用比较方便。但如果访问量大的站建议需要用到数据库时再打开,用完关闭。
6.系统默认用户名:eketeam 密码:123456 可登录开发平台和管理系统。
7.数据库还原后,记得修改web.config连接字符串
8.eFrameWork框架及EKECMS将不断完善更新,敬请关注frame.eketeam.com
9.下载最新框架及项目请到官网frame.eketeam.com进行,同版本有些小BUG会在官网保持最新。
10.用于商业目的,请保留框架信息。

使用EKECMS优势:
1.管理后台通过eFrameWork框架配置完成,便于维护、扩展。
2.图片自动压缩处理 对bmp文件或相机照片直接上传,系统会进行压缩处理,否则文件超大导致网站加载慢。
3.自动翻译为:简体中文和繁体中文版本。
4.成熟精练的实现思路及结构布局。
5.完善的角色权限机制。
6.自动下载网络文件(复制网页时包括的各种附件)。
7.整站SEO信息可管理。
8.垃圾文件自动删除机制。

设计原则:
1.PC端、手机端共用一套数据(方便维护),也可以分开部署。
2.一站多用,同一套网站可多家企业共用(手动在数据库添加站点,及站点下用户)。
3.不真正删除数据,防止误删除。
4.附件按日期存放,方便备份数据。
5.栏目动态定义:其中包括(父栏目,单页文章,文章列表,产品展示,图片展示,案例展示,视频展示,在线留言),具体界面及数据内容根据实际情况修改。
6.整站高可重用。

EKECMS网站管理系统更新日志:
2019-4-8
增加了伪静态
2019-4-18
增加了数据缓存机制
2019-5-5
增加伪静态开启状态(默认为不开启),防止有用户不会设置导致访问不了。

【实例截图】
【核心代码】.
├── DataBase
│   └── EKECMS.bak
├── EKECMS
│   ├── AppOld
│   │   ├── Custom.aspx
│   │   ├── Custom.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Head.ascx
│   │   ├── Head.ascx.cs
│   │   ├── Home.aspx
│   │   ├── Home.aspx.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── LoginOut.aspx
│   │   ├── LoginOut.aspx.cs
│   │   ├── Main.Master
│   │   ├── Main.Master.cs
│   │   ├── MainNone.Master
│   │   ├── MainNone.Master.cs
│   │   ├── Menu.ascx
│   │   ├── Menu.ascx.cs
│   │   ├── Model.aspx
│   │   ├── Model.aspx.cs
│   │   ├── ModifyPass.aspx
│   │   ├── ModifyPass.aspx.cs
│   │   ├── getDate.ascx
│   │   ├── getDate.ascx.cs
│   │   ├── getDate.aspx
│   │   ├── getDate.aspx.cs
│   │   └── style.css
│   ├── App_Code
│   │   ├── Common.cs
│   │   ├── CustomMenu.cs
│   │   ├── Pub.cs
│   │   ├── SiteInfo.cs
│   │   └── eFHelper.cs
│   ├── Application
│   │   ├── Custom.aspx
│   │   ├── Custom.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── DictionariesInt.aspx
│   │   ├── DictionariesInt.aspx.cs
│   │   ├── Head.ascx
│   │   ├── Head.ascx.cs
│   │   ├── Home.aspx
│   │   ├── Home.aspx.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── LoginOut.aspx
│   │   ├── LoginOut.aspx.cs
│   │   ├── Main.Master
│   │   ├── Main.Master.cs
│   │   ├── MainNone.Master
│   │   ├── MainNone.Master.cs
│   │   ├── Menu.ascx
│   │   ├── Menu.ascx.cs
│   │   ├── Model.aspx
│   │   ├── Model.aspx.cs
│   │   ├── ModifyPass.aspx
│   │   ├── ModifyPass.aspx.cs
│   │   ├── SiteInfo.aspx
│   │   ├── SiteInfo.aspx.cs
│   │   ├── UserInfo.aspx
│   │   ├── UserInfo.aspx.cs
│   │   ├── loginbg.png
│   │   └── style.css
│   ├── Article.aspx
│   ├── Article.aspx.cs
│   ├── Articles.aspx
│   ├── Articles.aspx.cs
│   ├── Case.aspx
│   ├── Case.aspx.cs
│   ├── Cases.aspx
│   ├── Cases.aspx.cs
│   ├── Content.aspx
│   ├── Content.aspx.cs
│   ├── Controls
│   │   ├── Comment.ascx
│   │   ├── Comment.ascx.cs
│   │   ├── CopyRight.ascx
│   │   ├── CopyRight.ascx.cs
│   │   ├── Head.ascx
│   │   ├── Head.ascx.cs
│   │   ├── Left.ascx
│   │   ├── Left.ascx.cs
│   │   ├── Message.ascx
│   │   ├── Message.ascx.cs
│   │   ├── Top.ascx
│   │   ├── Top.ascx.cs
│   │   ├── mComment.ascx
│   │   ├── mComment.ascx.cs
│   │   ├── mCopyRight.ascx
│   │   ├── mCopyRight.ascx.cs
│   │   ├── mHead.ascx
│   │   ├── mHead.ascx.cs
│   │   ├── mMessage.ascx
│   │   ├── mMessage.ascx.cs
│   │   ├── mTop.ascx
│   │   └── mTop.ascx.cs
│   ├── Customs
│   │   ├── DictionariesInt.aspx
│   │   ├── DictionariesInt.aspx.cs
│   │   ├── Home.aspx
│   │   ├── Home.aspx.cs
│   │   ├── SiteInfo.aspx
│   │   ├── SiteInfo.aspx.cs
│   │   └── base
│   │       ├── AppRolePower.aspx
│   │       ├── AppRolePower.aspx.cs
│   │       ├── AppUserPower.aspx
│   │       ├── AppUserPower.aspx.cs
│   │       ├── CheckUp.aspx
│   │       ├── CheckUp.aspx.cs
│   │       ├── CheckupRecords.aspx
│   │       ├── CheckupRecords.aspx.cs
│   │       ├── ExcelImport.aspx
│   │       ├── ExcelImport.aspx.cs
│   │       ├── FileSelect.aspx
│   │       └── FileSelect.aspx.cs
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Error
│   │   ├── 404.html
│   │   ├── 500.html
│   │   ├── execute.html
│   │   ├── images
│   │   │   ├── 404.jpg
│   │   │   ├── 500.jpg
│   │   │   ├── bg.jpg
│   │   │   ├── execute.jpg
│   │   │   └── other.jpg
│   │   ├── log
│   │   └── other.html
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── GuestBooks.aspx
│   ├── GuestBooks.aspx.cs
│   ├── Images
│   │   ├── ArrowL.jpg
│   │   ├── ArrowR.jpg
│   │   ├── Building.jpg
│   │   ├── CurL.cur
│   │   ├── CurR.cur
│   │   ├── add.png
│   │   ├── arrow.gif
│   │   ├── arrow_over.gif
│   │   ├── arrow_w.gif
│   │   ├── arrowh.gif
│   │   ├── arrowhm.gif
│   │   ├── bodybg.gif
│   │   ├── btn_comment.jpg
│   │   ├── btn_message.jpg
│   │   ├── btn_skip.gif
│   │   ├── close.gif
│   │   ├── copy_url.gif
│   │   ├── copyurl.gif
│   │   ├── cpbg.gif
│   │   ├── cpbga1.gif
│   │   ├── cpt.jpg
│   │   ├── cptit.gif
│   │   ├── del.png
│   │   ├── development.jpg
│   │   ├── email.gif
│   │   ├── favicon.ico
│   │   ├── file.gif
│   │   ├── focus.swf
│   │   ├── folder.gif
│   │   ├── footerbg.gif
│   │   ├── head.png
│   │   ├── his.gif
│   │   ├── home.gif
│   │   ├── ico
│   │   │   ├── bmp.gif
│   │   │   ├── cab.gif
│   │   │   ├── chm.gif
│   │   │   ├── csv.gif
│   │   │   ├── doc.gif
│   │   │   ├── dot.gif
│   │   │   ├── gif.gif
│   │   │   ├── hlp.gif
│   │   │   ├── jpeg.gif
│   │   │   ├── jpg.gif
│   │   │   ├── mbk.gif
│   │   │   ├── mdb.gif
│   │   │   ├── mid.gif
│   │   │   ├── pdf.gif
│   │   │   ├── pic.gif
│   │   │   ├── png.gif
│   │   │   ├── ppt.gif
│   │   │   ├── psd.gif
│   │   │   ├── rar.gif
│   │   │   ├── rm.gif
│   │   │   ├── rtf.gif
│   │   │   ├── swf.gif
│   │   │   ├── tif.gif
│   │   │   ├── txt.gif
│   │   │   ├── unknown.gif
│   │   │   ├── wma.gif
│   │   │   ├── xls.gif
│   │   │   ├── xml.gif
│   │   │   └── zip.gif
│   │   ├── ico.gif
│   │   ├── ico.png
│   │   ├── inbg.jpg
│   │   ├── jsonedit.png
│   │   ├── lbg.jpg
│   │   ├── line.gif
│   │   ├── mbg.jpg
│   │   ├── mbg_over.gif
│   │   ├── menubg.jpg
│   │   ├── more.gif
│   │   ├── msgico.gif
│   │   ├── new.gif
│   │   ├── none.gif
│   │   ├── open.gif
│   │   ├── panel_bg.jpg
│   │   ├── picbg.gif
│   │   ├── play.png
│   │   ├── player
│   │   │   ├── adv_skip.png
│   │   │   ├── buffer.swf
│   │   │   ├── buttom_bg.png
│   │   │   ├── close_adv.png
│   │   │   ├── full_on.png
│   │   │   ├── full_out.png
│   │   │   ├── general_on.png
│   │   │   ├── general_out.png
│   │   │   ├── logo.swf
│   │   │   ├── logoc.png
│   │   │   ├── mute_on.png
│   │   │   ├── mute_out.png
│   │   │   ├── pause_on.png
│   │   │   ├── pause_out.png
│   │   │   ├── pause_scgedyke.png
│   │   │   ├── pause_scgedyke_on.png
│   │   │   ├── play_on.png
│   │   │   ├── play_out.png
│   │   │   ├── schedule.png
│   │   │   ├── schedule_bg.png
│   │   │   ├── schedule_load.png
│   │   │   ├── schedule_play.png
│   │   │   ├── sound_on.png
│   │   │   ├── sound_out.png
│   │   │   ├── v_off.png
│   │   │   ├── v_on.png
│   │   │   ├── volume_back.png
│   │   │   ├── volume_float.png
│   │   │   └── volume_on.png
│   │   ├── player.swf
│   │   ├── player.xml
│   │   ├── smenubg.jpg
│   │   ├── submenu_bg.jpg
│   │   ├── submenu_ico.jpg
│   │   ├── submenu_item.jpg
│   │   ├── sw_false.gif
│   │   ├── sw_true.gif
│   │   ├── tag.jpg
│   │   ├── tit_p.jpg
│   │   ├── topbg.jpg
│   │   ├── unknow.gif
│   │   ├── user.gif
│   │   ├── users.gif
│   │   ├── view.jpg
│   │   └── webqq
│   │       ├── bottom.png
│   │       ├── center.jpg
│   │       ├── close.gif
│   │       ├── close_cur.gif
│   │       ├── qq.gif
│   │       └── top.png
│   ├── Jobs.aspx
│   ├── Jobs.aspx.cs
│   ├── Manage
│   │   ├── Accounts.aspx
│   │   ├── Accounts.aspx.cs
│   │   ├── AppRoles.aspx
│   │   ├── AppRoles.aspx.cs
│   │   ├── AppUsers.aspx
│   │   ├── AppUsers.aspx.cs
│   │   ├── ApplicationItems.aspx
│   │   ├── ApplicationItems.aspx.cs
│   │   ├── Applications.aspx
│   │   ├── Applications.aspx.cs
│   │   ├── Cache.aspx
│   │   ├── Cache.aspx.cs
│   │   ├── Compare.aspx
│   │   ├── Compare.aspx.cs
│   │   ├── Config.aspx
│   │   ├── Config.aspx.cs
│   │   ├── DBManage.aspx
│   │   ├── DBManage.aspx.cs
│   │   ├── DataContents.aspx
│   │   ├── DataContents.aspx.cs
│   │   ├── DataSources.aspx
│   │   ├── DataSources.aspx.cs
│   │   ├── DataViews.aspx
│   │   ├── DataViews.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── DevUsers.aspx
│   │   ├── DevUsers.aspx.cs
│   │   ├── GroupMenu.ascx
│   │   ├── GroupMenu.ascx.cs
│   │   ├── Labels.aspx
│   │   ├── Labels.aspx.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── LoginOut.aspx
│   │   ├── LoginOut.aspx.cs
│   │   ├── Main.Master
│   │   ├── Main.Master.cs
│   │   ├── MainNone.Master
│   │   ├── MainNone.Master.cs
│   │   ├── Menu.ascx
│   │   ├── Menu.ascx.cs
│   │   ├── ModelExport.aspx
│   │   ├── ModelExport.aspx.cs
│   │   ├── ModelImport.aspx
│   │   ├── ModelImport.aspx.cs
│   │   ├── ModelItems.aspx
│   │   ├── ModelItems.aspx.cs
│   │   ├── ModelItems_Action.aspx
│   │   ├── ModelItems_Action.aspx.cs
│   │   ├── ModelItems_Basic.aspx
│   │   ├── ModelItems_Basic.aspx.cs
│   │   ├── ModelItems_CheckUp.aspx
│   │   ├── ModelItems_CheckUp.aspx.cs
│   │   ├── ModelItems_Client.aspx
│   │   ├── ModelItems_Client.aspx.cs
│   │   ├── ModelItems_Columns.aspx
│   │   ├── ModelItems_Columns.aspx.cs
│   │   ├── ModelItems_Data.aspx
│   │   ├── ModelItems_Data.aspx.cs
│   │   ├── ModelItems_Export.aspx
│   │   ├── ModelItems_Export.aspx.cs
│   │   ├── ModelItems_FillData.aspx
│   │   ├── ModelItems_FillData.aspx.cs
│   │   ├── ModelItems_Js.aspx
│   │   ├── ModelItems_Js.aspx.cs
│   │   ├── ModelItems_Layout.aspx
│   │   ├── ModelItems_Layout.aspx.cs
│   │   ├── ModelItems_List.aspx
│   │   ├── ModelItems_List.aspx.cs
│   │   ├── ModelItems_Report.aspx
│   │   ├── ModelItems_Report.aspx.cs
│   │   ├── ModelItems_Search.aspx
│   │   ├── ModelItems_Search.aspx.cs
│   │   ├── ModelItems_WebAPI.aspx
│   │   ├── ModelItems_WebAPI.aspx.cs
│   │   ├── Models.aspx
│   │   ├── Models.aspx.cs
│   │   ├── ReportItems.aspx
│   │   ├── ReportItems.aspx.cs
│   │   ├── Reports.aspx
│   │   ├── Reports.aspx.cs
│   │   ├── RunCustom.aspx
│   │   ├── RunCustom.aspx.cs
│   │   ├── RunModel.aspx
│   │   ├── RunModel.aspx.cs
│   │   ├── SiteItems.aspx
│   │   ├── SiteItems.aspx.cs
│   │   ├── Sites.aspx
│   │   ├── Sites.aspx.cs
│   │   ├── TableInfo.aspx
│   │   ├── TableInfo.aspx.cs
│   │   ├── TableInfo_Export.aspx
│   │   ├── TableInfo_Export.aspx.cs
│   │   ├── ToKens.aspx
│   │   ├── ToKens.aspx.cs
│   │   ├── Update.aspx
│   │   ├── Update.aspx.cs
│   │   ├── createModel.aspx
│   │   ├── createModel.aspx.cs
│   │   ├── createTable.aspx
│   │   ├── createTable.aspx.cs
│   │   ├── fileManage.aspx
│   │   ├── fileManage.aspx.cs
│   │   ├── images
│   │   │   ├── add.png
│   │   │   ├── btn_add.png
│   │   │   ├── btn_minus.png
│   │   │   ├── del.png
│   │   │   ├── help.gif
│   │   │   ├── jsonedit.png
│   │   │   ├── left_ico.jpg
│   │   │   ├── link.png
│   │   │   ├── loading.gif
│   │   │   ├── tips.png
│   │   │   └── unlink.png
│   │   ├── javascript
│   │   │   └── columns.js
│   │   ├── setModel.aspx
│   │   ├── setModel.aspx.cs
│   │   └── style.css
│   ├── Master
│   │   ├── Home.Master
│   │   ├── Home.Master.cs
│   │   ├── Phone.Master
│   │   ├── Phone.Master.cs
│   │   ├── Site.Master
│   │   ├── Site.Master.cs
│   │   ├── mHome.Master
│   │   └── mHome.Master.cs
│   ├── Parents.aspx
│   ├── Parents.aspx.cs
│   ├── Phone
│   │   ├── Article.aspx
│   │   ├── Article.aspx.cs
│   │   ├── Articles.aspx
│   │   ├── Articles.aspx.cs
│   │   ├── Case.aspx
│   │   ├── Case.aspx.cs
│   │   ├── Cases.aspx
│   │   ├── Cases.aspx.cs
│   │   ├── Content.aspx
│   │   ├── Content.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── GuestBooks.aspx
│   │   ├── GuestBooks.aspx.cs
│   │   ├── Jobs.aspx
│   │   ├── Jobs.aspx.cs
│   │   ├── Parents.aspx
│   │   ├── Parents.aspx.cs
│   │   ├── Picture.aspx
│   │   ├── Picture.aspx.cs
│   │   ├── Pictures.aspx
│   │   ├── Pictures.aspx.cs
│   │   ├── Product.aspx
│   │   ├── Product.aspx.cs
│   │   ├── Products.aspx
│   │   ├── Products.aspx.cs
│   │   ├── Video.aspx
│   │   ├── Video.aspx.cs
│   │   ├── Videos.aspx
│   │   └── Videos.aspx.cs
│   ├── Picture.aspx
│   ├── Picture.aspx.cs
│   ├── Pictures.aspx
│   ├── Pictures.aspx.cs
│   ├── Plugins
│   │   ├── AntV
│   │   │   ├── data-set.min.js
│   │   │   ├── f2_3.4.2.js
│   │   │   ├── f2_3.4.2.min.js
│   │   │   ├── g2.min.js
│   │   │   └── jquery-3.2.1.min.js
│   │   ├── DepartmentSelect.aspx
│   │   ├── DepartmentSelect.aspx.cs
│   │   ├── FileSelect.aspx
│   │   ├── FileSelect.aspx.cs
│   │   ├── FillData.aspx
│   │   ├── FillData.aspx.cs
│   │   ├── FillSelectData.aspx
│   │   ├── FillSelectData.aspx.cs
│   │   ├── FontIco.aspx
│   │   ├── FontIco.aspx.cs
│   │   ├── IconSelect.aspx
│   │   ├── IconSelect.aspx.cs
│   │   ├── PathSelect.aspx
│   │   ├── PathSelect.aspx.cs
│   │   ├── ProUpload.aspx
│   │   ├── ProUpload.aspx.cs
│   │   ├── RSA.aspx
│   │   ├── RndPic.aspx
│   │   ├── RndPic.aspx.cs
│   │   ├── Slideads
│   │   │   ├── focus_li.png
│   │   │   ├── jquery.slide.js
│   │   │   └── style.css
│   │   ├── Tencent
│   │   │   ├── WeChat
│   │   │   │   ├── BindWeChat.aspx
│   │   │   │   ├── BindWeChat.aspx.cs
│   │   │   │   ├── BindWeChatCode.aspx
│   │   │   │   ├── BindWeChatCode.aspx.cs
│   │   │   │   ├── WeChatScanLogin.aspx
│   │   │   │   ├── WeChatScanLogin.aspx.cs
│   │   │   │   ├── jsPayNotifyPage.aspx
│   │   │   │   ├── jsPayNotifyPage.aspx.cs
│   │   │   │   ├── nativePayNotifyPage.aspx
│   │   │   │   ├── nativePayNotifyPage.aspx.cs
│   │   │   │   ├── nativePayQRCode.aspx
│   │   │   │   └── nativePayQRCode.aspx.cs
│   │   │   └── WxWork
│   │   │       ├── BindWxWork.aspx
│   │   │       ├── BindWxWork.aspx.cs
│   │   │       ├── BindWxWorkCode.aspx
│   │   │       ├── BindWxWorkCode.aspx.cs
│   │   │       ├── WxWorkScanLogin.aspx
│   │   │       └── WxWorkScanLogin.aspx.cs
│   │   ├── Theme
│   │   │   ├── appold
│   │   │   │   ├── images
│   │   │   │   │   ├── eLayout_btn.jpg
│   │   │   │   │   ├── eLayout_left_bg.jpg
│   │   │   │   │   ├── eLayout_top_bg.jpg
│   │   │   │   │   ├── emenu_close.gif
│   │   │   │   │   ├── emenu_cur.jpg
│   │   │   │   │   ├── emenu_hover.jpg
│   │   │   │   │   ├── emenu_open.gif
│   │   │   │   │   └── emenu_plus.gif
│   │   │   │   ├── mobile
│   │   │   │   │   ├── base.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── eHeader_add.png
│   │   │   │   │   │   ├── eHeader_close.png
│   │   │   │   │   │   ├── eHeader_edit.png
│   │   │   │   │   │   ├── eHeader_menu.png
│   │   │   │   │   │   ├── eHeader_more.png
│   │   │   │   │   │   ├── eHeader_return.png
│   │   │   │   │   │   ├── eHeader_search.png
│   │   │   │   │   │   ├── subbtnadd.png
│   │   │   │   │   │   ├── toolmenu_bg.png
│   │   │   │   │   │   └── toolmenu_ico.png
│   │   │   │   │   ├── layout.js
│   │   │   │   │   ├── style.css
│   │   │   │   │   ├── swiper-3.2.7.min.css
│   │   │   │   │   └── swiper-3.4.0.jquery.min.js
│   │   │   │   └── style.css
│   │   │   ├── default
│   │   │   │   ├── images
│   │   │   │   │   ├── eLayout_btn.jpg
│   │   │   │   │   ├── eLayout_left_bg.jpg
│   │   │   │   │   ├── eLayout_menu_bg.png
│   │   │   │   │   ├── eLayout_menu_bg_cur.png
│   │   │   │   │   ├── eLayout_top_bg.jpg
│   │   │   │   │   ├── eLayout_top_bg.png
│   │   │   │   │   ├── eLayout_user.png
│   │   │   │   │   ├── emenu_close.gif
│   │   │   │   │   ├── emenu_close_hover.gif
│   │   │   │   │   ├── emenu_cur.jpg
│   │   │   │   │   ├── emenu_hover.jpg
│   │   │   │   │   ├── emenu_open.gif
│   │   │   │   │   ├── emenu_open_hover.gif
│   │   │   │   │   ├── emenu_plus.gif
│   │   │   │   │   ├── fix_fixed.gif
│   │   │   │   │   ├── leftfix_fixed.gif
│   │   │   │   │   ├── leftfix_float.gif
│   │   │   │   │   ├── loginout.png
│   │   │   │   │   ├── pass.png
│   │   │   │   │   ├── popmenu_down.gif
│   │   │   │   │   ├── popmenu_loginout.png
│   │   │   │   │   ├── popmenu_loginout_cur.png
│   │   │   │   │   ├── popmenu_modifypass.png
│   │   │   │   │   ├── popmenu_modifypass_cur.png
│   │   │   │   │   ├── popmenu_userinfo.png
│   │   │   │   │   ├── popmenu_userinfo_cur.png
│   │   │   │   │   ├── topfix_float.gif
│   │   │   │   │   └── user.png
│   │   │   │   ├── layout.js
│   │   │   │   ├── mobile
│   │   │   │   │   ├── base.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── eHeader_add.png
│   │   │   │   │   │   ├── eHeader_close.png
│   │   │   │   │   │   ├── eHeader_edit.png
│   │   │   │   │   │   ├── eHeader_menu.png
│   │   │   │   │   │   ├── eHeader_more.png
│   │   │   │   │   │   ├── eHeader_return.png
│   │   │   │   │   │   ├── eHeader_search.png
│   │   │   │   │   │   ├── subbtnadd.png
│   │   │   │   │   │   ├── toolmenu_bg.png
│   │   │   │   │   │   └── toolmenu_ico.png
│   │   │   │   │   ├── layout.js
│   │   │   │   │   ├── style.css
│   │   │   │   │   ├── swiper-3.2.7.min.css
│   │   │   │   │   └── swiper-3.4.0.jquery.min.js
│   │   │   │   └── style.css
│   │   │   ├── manage
│   │   │   │   ├── images
│   │   │   │   │   ├── eLayout_bg.jpg
│   │   │   │   │   ├── eLayout_loginout.gif
│   │   │   │   │   ├── eLayout_loginout.png
│   │   │   │   │   ├── eLayout_menu.jpg
│   │   │   │   │   ├── eLayout_menu_bg.png
│   │   │   │   │   ├── eLayout_menu_cur.jpg
│   │   │   │   │   ├── eLayout_user.png
│   │   │   │   │   ├── etab_bg.jpg
│   │   │   │   │   ├── fix_fixed.gif
│   │   │   │   │   ├── help.gif
│   │   │   │   │   ├── leftfix_fixed.gif
│   │   │   │   │   ├── leftfix_float.gif
│   │   │   │   │   ├── outconfig.png
│   │   │   │   │   ├── tips.png
│   │   │   │   │   └── topfix_float.gif
│   │   │   │   ├── layout.js
│   │   │   │   └── style.css
│   │   │   └── sitemanage
│   │   │       ├── images
│   │   │       │   ├── eLayout_clearcache.png
│   │   │       │   ├── eLayout_top_bg.png
│   │   │       │   ├── popmenu_down.gif
│   │   │       │   ├── popmenu_loginout.png
│   │   │       │   ├── popmenu_loginout_cur.png
│   │   │       │   ├── popmenu_modifypass.png
│   │   │       │   ├── popmenu_modifypass_cur.png
│   │   │       │   ├── popmenu_userinfo.png
│   │   │       │   └── popmenu_userinfo_cur.png
│   │   │       └── style.css
│   │   ├── UserSelect.aspx
│   │   ├── UserSelect.aspx.cs
│   │   ├── ace
│   │   │   ├── ace.js
│   │   │   ├── editor.html
│   │   │   ├── ext-language_tools.js
│   │   │   ├── mode-csharp.js
│   │   │   ├── mode-html.js
│   │   │   ├── mode-html_elixir.js
│   │   │   ├── mode-html_ruby.js
│   │   │   ├── mode-javascript.js
│   │   │   ├── theme-dawn.js
│   │   │   ├── theme-tomorrow.js
│   │   │   └── theme-twilight.js
│   │   ├── bdmap.html
│   │   ├── eAds
│   │   │   └── moveads
│   │   │       ├── images
│   │   │       │   └── 201311201503114238.jpg
│   │   │       ├── index.html
│   │   │       └── moveads.js
│   │   ├── eColor.html
│   │   ├── eComment
│   │   │   └── default
│   │   │       ├── images
│   │   │       │   ├── btn_comment.jpg
│   │   │       │   └── msg.gif
│   │   │       ├── index.html
│   │   │       └── style.css
│   │   ├── eControls
│   │   │   ├── default
│   │   │   │   ├── images
│   │   │   │   │   ├── bdmap_edit.gif
│   │   │   │   │   ├── bdmap_edit.png
│   │   │   │   │   ├── bdmap_ico.png
│   │   │   │   │   ├── eButton.png
│   │   │   │   │   ├── eColor_icon.gif
│   │   │   │   │   ├── eColumnMenu_menu.gif
│   │   │   │   │   ├── eColumnMenu_write.gif
│   │   │   │   │   ├── eDataTable_PullAsc.gif
│   │   │   │   │   ├── eDataTable_PullCur.gif
│   │   │   │   │   ├── eDataTable_PullDesc.gif
│   │   │   │   │   ├── eDataTable_btn_add.png
│   │   │   │   │   ├── eDataTable_btn_del.png
│   │   │   │   │   ├── eDataTable_icon_checkup.png
│   │   │   │   │   ├── eDataTable_icon_copy.png
│   │   │   │   │   ├── eDataTable_icon_del.gif
│   │   │   │   │   ├── eDataTable_icon_edit.png
│   │   │   │   │   ├── eDataTable_icon_print.png
│   │   │   │   │   ├── eDataTable_icon_view.jpg
│   │   │   │   │   ├── eDataTable_loading.gif
│   │   │   │   │   ├── eDataTable_more.png
│   │   │   │   │   ├── eDataTable_more1.png
│   │   │   │   │   ├── eDataTable_more_cur.png
│   │   │   │   │   ├── eDataTable_more_cur1.png
│   │   │   │   │   ├── eEditer_audio.gif
│   │   │   │   │   ├── eEditer_del.png
│   │   │   │   │   ├── eEditer_down.png
│   │   │   │   │   ├── eEditer_image.gif
│   │   │   │   │   ├── eEditer_text.gif
│   │   │   │   │   ├── eEditer_text1.gif
│   │   │   │   │   ├── eEditer_title.gif
│   │   │   │   │   ├── eEditer_up.png
│   │   │   │   │   ├── eEditer_video.gif
│   │   │   │   │   ├── eFileList_Add.png
│   │   │   │   │   ├── eFileList_add1.png
│   │   │   │   │   ├── eFileList_del.png
│   │   │   │   │   ├── eForm_data.png
│   │   │   │   │   ├── eForm_date.gif
│   │   │   │   │   ├── eForm_date.png
│   │   │   │   │   ├── eForm_loading.gif
│   │   │   │   │   ├── eForm_search.gif
│   │   │   │   │   ├── eFrameTab_bar_cur.png
│   │   │   │   │   ├── eFrameTab_bar_def.png
│   │   │   │   │   ├── eFrameTab_bg.png
│   │   │   │   │   ├── eFrameTab_close.png
│   │   │   │   │   ├── eFrameTab_close_cur.gif
│   │   │   │   │   ├── eFrameTab_close_cur.png
│   │   │   │   │   ├── eImage_nopic.gif
│   │   │   │   │   ├── eImages_add.gif
│   │   │   │   │   ├── eImages_del.png
│   │   │   │   │   ├── eListTree_minus.gif
│   │   │   │   │   ├── eListTree_plus.gif
│   │   │   │   │   ├── ePager_skip.gif
│   │   │   │   │   ├── ePanel_bg.jpg
│   │   │   │   │   ├── ePanel_default.gif
│   │   │   │   │   ├── ePanel_icos.gif
│   │   │   │   │   ├── ePanel_search.gif
│   │   │   │   │   ├── eReport_btn_close.gif
│   │   │   │   │   ├── eReport_btn_close_cur.gif
│   │   │   │   │   ├── eReport_ico.gif
│   │   │   │   │   ├── eReport_ico1.gif
│   │   │   │   │   ├── eReport_ico2.gif
│   │   │   │   │   ├── eReport_loading.gif
│   │   │   │   │   ├── eReport_search.png
│   │   │   │   │   ├── eSearchItem_close.gif
│   │   │   │   │   ├── eSearchItem_close_cur.gif
│   │   │   │   │   ├── eSearchItem_search.gif
│   │   │   │   │   ├── eSearchItem_search1.gif
│   │   │   │   │   ├── eSearchItem_search2.gif
│   │   │   │   │   ├── eTree_false.png
│   │   │   │   │   ├── eTree_licur.gif
│   │   │   │   │   ├── eTree_minus.gif
│   │   │   │   │   ├── eTree_plus.gif
│   │   │   │   │   ├── eTree_true.png
│   │   │   │   │   ├── eTree_user.png
│   │   │   │   │   ├── eTree_user_selected.gif
│   │   │   │   │   ├── ebutton.gif
│   │   │   │   │   ├── ebutton_icos.gif
│   │   │   │   │   ├── etab.jpg
│   │   │   │   │   ├── etab_bg.jpg
│   │   │   │   │   ├── fileManage_addface.gif
│   │   │   │   │   ├── fileManage_addface1.png
│   │   │   │   │   ├── fileManage_addfile.gif
│   │   │   │   │   ├── fileManage_addfolder.gif
│   │   │   │   │   ├── fileManage_audio.gif
│   │   │   │   │   ├── fileManage_audio.png
│   │   │   │   │   ├── fileManage_audio1.png
│   │   │   │   │   ├── fileManage_back.gif
│   │   │   │   │   ├── fileManage_backup.gif
│   │   │   │   │   ├── fileManage_copy.gif
│   │   │   │   │   ├── fileManage_del.gif
│   │   │   │   │   ├── fileManage_down.gif
│   │   │   │   │   ├── fileManage_download.gif
│   │   │   │   │   ├── fileManage_edit.gif
│   │   │   │   │   ├── fileManage_editface.png
│   │   │   │   │   ├── fileManage_file.gif
│   │   │   │   │   ├── fileManage_folder.gif
│   │   │   │   │   ├── fileManage_html.gif
│   │   │   │   │   ├── fileManage_image.gif
│   │   │   │   │   ├── fileManage_paste.gif
│   │   │   │   │   ├── fileManage_refresh.gif
│   │   │   │   │   ├── fileManage_rename.gif
│   │   │   │   │   ├── fileManage_restore.gif
│   │   │   │   │   ├── fileManage_share.png
│   │   │   │   │   ├── fileManage_tags.gif
│   │   │   │   │   ├── fileManage_tags.png
│   │   │   │   │   ├── fileManage_unzip.gif
│   │   │   │   │   ├── fileManage_up.gif
│   │   │   │   │   ├── fileManage_upload.gif
│   │   │   │   │   ├── fileManage_video.gif
│   │   │   │   │   ├── fileManage_video.png
│   │   │   │   │   ├── fileManage_zip.gif
│   │   │   │   │   ├── fileManage_zip.png
│   │   │   │   │   ├── fileManage_zip1.png
│   │   │   │   │   ├── help.gif
│   │   │   │   │   ├── multipleuser_del.gif
│   │   │   │   │   ├── multipleuser_open.gif
│   │   │   │   │   ├── power_close.gif
│   │   │   │   │   ├── power_open.gif
│   │   │   │   │   ├── raty_cus-half.png
│   │   │   │   │   ├── raty_cus-off.png
│   │   │   │   │   ├── raty_cus-on.png
│   │   │   │   │   ├── raty_cusa-half.png
│   │   │   │   │   ├── raty_cusa-off.png
│   │   │   │   │   ├── raty_cusa-on.png
│   │   │   │   │   ├── raty_star-half-big.png
│   │   │   │   │   ├── raty_star-half.png
│   │   │   │   │   ├── raty_star-off-big.png
│   │   │   │   │   ├── raty_star-off.png
│   │   │   │   │   ├── raty_star-on-big.png
│   │   │   │   │   ├── raty_star-on.png
│   │   │   │   │   ├── selInput_ico.png
│   │   │   │   │   └── tips.png
│   │   │   │   ├── mobile
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── bdmap_edit.gif
│   │   │   │   │   │   ├── bdmap_edit.png
│   │   │   │   │   │   ├── bdmap_ico.png
│   │   │   │   │   │   ├── checkbox-checked-disabled.png
│   │   │   │   │   │   ├── checkbox-checked.png
│   │   │   │   │   │   ├── checkbox-disabled.png
│   │   │   │   │   │   ├── checkbox.png
│   │   │   │   │   │   ├── eCard_close.png
│   │   │   │   │   │   ├── eCard_icon_checkup.png
│   │   │   │   │   │   ├── eCard_icon_copy.png
│   │   │   │   │   │   ├── eCard_icon_del.gif
│   │   │   │   │   │   ├── eCard_icon_edit.png
│   │   │   │   │   │   ├── eCard_icon_print.png
│   │   │   │   │   │   ├── eCard_icon_view.jpg
│   │   │   │   │   │   ├── eCard_more.png
│   │   │   │   │   │   ├── eCard_open.png
│   │   │   │   │   │   ├── eCard_right.png
│   │   │   │   │   │   ├── eColor_icon.gif
│   │   │   │   │   │   ├── eColumnMenu_menu.gif
│   │   │   │   │   │   ├── eColumnMenu_write.gif
│   │   │   │   │   │   ├── eDataTable_PullAsc.gif
│   │   │   │   │   │   ├── eDataTable_PullCur.gif
│   │   │   │   │   │   ├── eDataTable_PullDesc.gif
│   │   │   │   │   │   ├── eDataTable_btn_add.png
│   │   │   │   │   │   ├── eDataTable_btn_del.png
│   │   │   │   │   │   ├── eDataTable_icon_checkup.png
│   │   │   │   │   │   ├── eDataTable_icon_copy.png
│   │   │   │   │   │   ├── eDataTable_icon_del.gif
│   │   │   │   │   │   ├── eDataTable_icon_edit.png
│   │   │   │   │   │   ├── eDataTable_icon_print.png
│   │   │   │   │   │   ├── eDataTable_icon_view.jpg
│   │   │   │   │   │   ├── eDataTable_loading.gif
│   │   │   │   │   │   ├── eDataTable_more.png
│   │   │   │   │   │   ├── eEditer_audio.gif
│   │   │   │   │   │   ├── eEditer_del.png
│   │   │   │   │   │   ├── eEditer_down.png
│   │   │   │   │   │   ├── eEditer_image.gif
│   │   │   │   │   │   ├── eEditer_text.gif
│   │   │   │   │   │   ├── eEditer_text1.gif
│   │   │   │   │   │   ├── eEditer_title.gif
│   │   │   │   │   │   ├── eEditer_up.png
│   │   │   │   │   │   ├── eEditer_video.gif
│   │   │   │   │   │   ├── eFileList_Add.png
│   │   │   │   │   │   ├── eFileList_add1.png
│   │   │   │   │   │   ├── eFileList_del.png
│   │   │   │   │   │   ├── eForm_data.png
│   │   │   │   │   │   ├── eForm_date.png
│   │   │   │   │   │   ├── eForm_date1.png
│   │   │   │   │   │   ├── eForm_loading.gif
│   │   │   │   │   │   ├── eForm_search.gif
│   │   │   │   │   │   ├── eImage_nopic.gif
│   │   │   │   │   │   ├── eImages_add.gif
│   │   │   │   │   │   ├── eImages_del.png
│   │   │   │   │   │   ├── eListTree_Ico.png
│   │   │   │   │   │   ├── eListTree_menu.png
│   │   │   │   │   │   ├── eListTree_minus.gif
│   │   │   │   │   │   ├── eListTree_plus.gif
│   │   │   │   │   │   ├── ePanel_search1.png
│   │   │   │   │   │   ├── ePanel_search2.png
│   │   │   │   │   │   ├── ePanel_select.png
│   │   │   │   │   │   ├── ePanel_selectc.png
│   │   │   │   │   │   ├── eReport_btn_close.gif
│   │   │   │   │   │   ├── eReport_btn_close_cur.gif
│   │   │   │   │   │   ├── eReport_ico.gif
│   │   │   │   │   │   ├── eReport_ico1.gif
│   │   │   │   │   │   ├── eReport_ico2.gif
│   │   │   │   │   │   ├── eReport_loading.gif
│   │   │   │   │   │   ├── eReport_search.png
│   │   │   │   │   │   ├── eSearchItem_close.gif
│   │   │   │   │   │   ├── eSearchItem_close_cur.gif
│   │   │   │   │   │   ├── eSearchItem_search.gif
│   │   │   │   │   │   ├── eSearchItem_search1.gif
│   │   │   │   │   │   ├── eSearchItem_search2.gif
│   │   │   │   │   │   ├── eTree_false.png
│   │   │   │   │   │   ├── eTree_licur.gif
│   │   │   │   │   │   ├── eTree_minus.gif
│   │   │   │   │   │   ├── eTree_plus.gif
│   │   │   │   │   │   ├── eTree_true.png
│   │   │   │   │   │   ├── eTree_user.png
│   │   │   │   │   │   ├── multipleuser_del.gif
│   │   │   │   │   │   ├── multipleuser_open.gif
│   │   │   │   │   │   ├── power_close.gif
│   │   │   │   │   │   ├── power_open.gif
│   │   │   │   │   │   ├── radio-checked-disabled.png
│   │   │   │   │   │   ├── radio-checked.png
│   │   │   │   │   │   ├── radio-disabled.png
│   │   │   │   │   │   ├── radio.png
│   │   │   │   │   │   ├── raty_cus-half.png
│   │   │   │   │   │   ├── raty_cus-off.png
│   │   │   │   │   │   ├── raty_cus-on.png
│   │   │   │   │   │   ├── raty_cusa-half.png
│   │   │   │   │   │   ├── raty_cusa-off.png
│   │   │   │   │   │   ├── raty_cusa-on.png
│   │   │   │   │   │   ├── raty_star-half-big.png
│   │   │   │   │   │   ├── raty_star-half.png
│   │   │   │   │   │   ├── raty_star-off-big.png
│   │   │   │   │   │   ├── raty_star-off.png
│   │   │   │   │   │   ├── raty_star-on-big.png
│   │   │   │   │   │   ├── raty_star-on.png
│   │   │   │   │   │   └── selInput_ico.png
│   │   │   │   │   └── style.css
│   │   │   │   └── style.css
│   │   │   └── eControls.js
│   │   ├── eLogin
│   │   │   ├── default
│   │   │   │   ├── images
│   │   │   │   │   ├── b_c.gif
│   │   │   │   │   ├── b_l.gif
│   │   │   │   │   ├── b_r.gif
│   │   │   │   │   ├── btn_login.gif
│   │   │   │   │   ├── c_l.gif
│   │   │   │   │   ├── c_r.gif
│   │   │   │   │   ├── none.gif
│   │   │   │   │   ├── t_c.gif
│   │   │   │   │   ├── t_l.gif
│   │   │   │   │   ├── t_r.gif
│   │   │   │   │   └── title.gif
│   │   │   │   ├── index.html
│   │   │   │   └── style.css
│   │   │   └── standard
│   │   │       ├── images
│   │   │       │   ├── code.png
│   │   │       │   ├── icon1.png
│   │   │       │   ├── icon2.png
│   │   │       │   ├── icon3.png
│   │   │       │   ├── pass.png
│   │   │       │   └── user.png
│   │   │       └── style.css
│   │   ├── ePager
│   │   │   └── red
│   │   │       ├── index.html
│   │   │       └── style.css
│   │   ├── easyui
│   │   │   ├── easyui.css
│   │   │   ├── icon.css
│   │   │   ├── icons
│   │   │   │   ├── back.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── clear.png
│   │   │   │   ├── cut.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── filter.png
│   │   │   │   ├── help.png
│   │   │   │   ├── large_chart.png
│   │   │   │   ├── large_clipart.png
│   │   │   │   ├── large_picture.png
│   │   │   │   ├── large_shapes.png
│   │   │   │   ├── large_smartart.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── man.png
│   │   │   │   ├── mini_add.png
│   │   │   │   ├── mini_edit.png
│   │   │   │   ├── mini_refresh.png
│   │   │   │   ├── no.png
│   │   │   │   ├── ok.png
│   │   │   │   ├── pencil.png
│   │   │   │   ├── print.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── reload.png
│   │   │   │   ├── search.png
│   │   │   │   ├── sum.png
│   │   │   │   ├── tip.png
│   │   │   │   └── undo.png
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.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
│   │   │   │   └── tree_icons.png
│   │   │   ├── jquery-1.4.4.min.js
│   │   │   └── jquery.easyui.min.js
│   │   ├── font-awesome-4.7.0
│   │   │   ├── css
│   │   │   │   └── font-awesome.css
│   │   │   └── fonts
│   │   │       ├── FontAwesome.otf
│   │   │       ├── fontawesome-webfont.eot
│   │   │       ├── fontawesome-webfont.svg
│   │   │       ├── fontawesome-webfont.ttf
│   │   │       ├── fontawesome-webfont.woff
│   │   │       └── fontawesome-webfont.woff2
│   │   ├── fontico.txt
│   │   ├── getData.ashx
│   │   ├── kindeditor351
│   │   │   ├── index.css
│   │   │   ├── kindeditor.js
│   │   │   ├── plugins
│   │   │   │   ├── about.html
│   │   │   │   ├── accessory.html
│   │   │   │   ├── advtable
│   │   │   │   │   └── advtable.html
│   │   │   │   ├── emoticons
│   │   │   │   │   ├── 0.gif
│   │   │   │   │   ├── 1.gif
│   │   │   │   │   ├── 10.gif
│   │   │   │   │   ├── 100.gif
│   │   │   │   │   ├── 101.gif
│   │   │   │   │   ├── 102.gif
│   │   │   │   │   ├── 103.gif
│   │   │   │   │   ├── 104.gif
│   │   │   │   │   ├── 105.gif
│   │   │   │   │   ├── 106.gif
│   │   │   │   │   ├── 107.gif
│   │   │   │   │   ├── 108.gif
│   │   │   │   │   ├── 109.gif
│   │   │   │   │   ├── 11.gif
│   │   │   │   │   ├── 110.gif
│   │   │   │   │   ├── 111.gif
│   │   │   │   │   ├── 112.gif
│   │   │   │   │   ├── 113.gif
│   │   │   │   │   ├── 114.gif
│   │   │   │   │   ├── 115.gif
│   │   │   │   │   ├── 116.gif
│   │   │   │   │   ├── 117.gif
│   │   │   │   │   ├── 118.gif
│   │   │   │   │   ├── 119.gif
│   │   │   │   │   ├── 12.gif
│   │   │   │   │   ├── 120.gif
│   │   │   │   │   ├── 121.gif
│   │   │   │   │   ├── 122.gif
│   │   │   │   │   ├── 123.gif
│   │   │   │   │   ├── 124.gif
│   │   │   │   │   ├── 125.gif
│   │   │   │   │   ├── 126.gif
│   │   │   │   │   ├── 127.gif
│   │   │   │   │   ├── 128.gif
│   │   │   │   │   ├── 129.gif
│   │   │   │   │   ├── 13.gif
│   │   │   │   │   ├── 130.gif
│   │   │   │   │   ├── 131.gif
│   │   │   │   │   ├── 132.gif
│   │   │   │   │   ├── 133.gif
│   │   │   │   │   ├── 134.gif
│   │   │   │   │   ├── 14.gif
│   │   │   │   │   ├── 15.gif
│   │   │   │   │   ├── 16.gif
│   │   │   │   │   ├── 17.gif
│   │   │   │   │   ├── 18.gif
│   │   │   │   │   ├── 19.gif
│   │   │   │   │   ├── 2.gif
│   │   │   │   │   ├── 20.gif
│   │   │   │   │   ├── 21.gif
│   │   │   │   │   ├── 22.gif
│   │   │   │   │   ├── 23.gif
│   │   │   │   │   ├── 24.gif
│   │   │   │   │   ├── 25.gif
│   │   │   │   │   ├── 26.gif
│   │   │   │   │   ├── 27.gif
│   │   │   │   │   ├── 28.gif
│   │   │   │   │   ├── 29.gif
│   │   │   │   │   ├── 3.gif
│   │   │   │   │   ├── 30.gif
│   │   │   │   │   ├── 31.gif
│   │   │   │   │   ├── 32.gif
│   │   │   │   │   ├── 33.gif
│   │   │   │   │   ├── 34.gif
│   │   │   │   │   ├── 35.gif
│   │   │   │   │   ├── 36.gif
│   │   │   │   │   ├── 37.gif
│   │   │   │   │   ├── 38.gif
│   │   │   │   │   ├── 39.gif
│   │   │   │   │   ├── 4.gif
│   │   │   │   │   ├── 40.gif
│   │   │   │   │   ├── 41.gif
│   │   │   │   │   ├── 42.gif
│   │   │   │   │   ├── 43.gif
│   │   │   │   │   ├── 44.gif
│   │   │   │   │   ├── 45.gif
│   │   │   │   │   ├── 46.gif
│   │   │   │   │   ├── 47.gif
│   │   │   │   │   ├── 48.gif
│   │   │   │   │   ├── 49.gif
│   │   │   │   │   ├── 5.gif
│   │   │   │   │   ├── 50.gif
│   │   │   │   │   ├── 51.gif
│   │   │   │   │   ├── 52.gif
│   │   │   │   │   ├── 53.gif
│   │   │   │   │   ├── 54.gif
│   │   │   │   │   ├── 55.gif
│   │   │   │   │   ├── 56.gif
│   │   │   │   │   ├── 57.gif
│   │   │   │   │   ├── 58.gif
│   │   │   │   │   ├── 59.gif
│   │   │   │   │   ├── 6.gif
│   │   │   │   │   ├── 60.gif
│   │   │   │   │   ├── 61.gif
│   │   │   │   │   ├── 62.gif
│   │   │   │   │   ├── 63.gif
│   │   │   │   │   ├── 64.gif
│   │   │   │   │   ├── 65.gif
│   │   │   │   │   ├── 66.gif
│   │   │   │   │   ├── 67.gif
│   │   │   │   │   ├── 68.gif
│   │   │   │   │   ├── 69.gif
│   │   │   │   │   ├── 7.gif
│   │   │   │   │   ├── 70.gif
│   │   │   │   │   ├── 71.gif
│   │   │   │   │   ├── 72.gif
│   │   │   │   │   ├── 73.gif
│   │   │   │   │   ├── 74.gif
│   │   │   │   │   ├── 75.gif
│   │   │   │   │   ├── 76.gif
│   │   │   │   │   ├── 77.gif
│   │   │   │   │   ├── 78.gif
│   │   │   │   │   ├── 79.gif
│   │   │   │   │   ├── 8.gif
│   │   │   │   │   ├── 80.gif
│   │   │   │   │   ├── 81.gif
│   │   │   │   │   ├── 82.gif
│   │   │   │   │   ├── 83.gif
│   │   │   │   │   ├── 84.gif
│   │   │   │   │   ├── 85.gif
│   │   │   │   │   ├── 86.gif
│   │   │   │   │   ├── 87.gif
│   │   │   │   │   ├── 88.gif
│   │   │   │   │   ├── 89.gif
│   │   │   │   │   ├── 9.gif
│   │   │   │   │   ├── 90.gif
│   │   │   │   │   ├── 91.gif
│   │   │   │   │   ├── 92.gif
│   │   │   │   │   ├── 93.gif
│   │   │   │   │   ├── 94.gif
│   │   │   │   │   ├── 95.gif
│   │   │   │   │   ├── 96.gif
│   │   │   │   │   ├── 97.gif
│   │   │   │   │   ├── 98.gif
│   │   │   │   │   ├── 99.gif
│   │   │   │   │   └── qq.gif
│   │   │   │   ├── file_manager
│   │   │   │   │   ├── file_manager.css
│   │   │   │   │   ├── file_manager.html
│   │   │   │   │   ├── file_manager.js
│   │   │   │   │   └── images
│   │   │   │   │       ├── file-16.gif
│   │   │   │   │       ├── file-64.gif
│   │   │   │   │       ├── folder-16.gif
│   │   │   │   │       ├── folder-64.gif
│   │   │   │   │       └── go-up.gif
│   │   │   │   ├── flash.html
│   │   │   │   ├── image
│   │   │   │   │   ├── image.html
│   │   │   │   │   └── images
│   │   │   │   │       ├── align_left.gif
│   │   │   │   │       ├── align_right.gif
│   │   │   │   │       ├── align_top.gif
│   │   │   │   │       └── refresh.gif
│   │   │   │   ├── link
│   │   │   │   │   └── link.html
│   │   │   │   ├── media.html
│   │   │   │   ├── plainpaste.html
│   │   │   │   └── wordpaste.html
│   │   │   └── skins
│   │   │       ├── common
│   │   │       │   ├── blank.gif
│   │   │       │   ├── editor.css
│   │   │       │   ├── flash.gif
│   │   │       │   ├── loading.gif
│   │   │       │   ├── media.gif
│   │   │       │   └── rm.gif
│   │   │       ├── default
│   │   │       │   └── default.gif
│   │   │       └── default.css
│   │   ├── layui226
│   │   │   ├── css
│   │   │   │   ├── layui.css
│   │   │   │   ├── layui.mobile.css
│   │   │   │   └── modules
│   │   │   │       ├── code.css
│   │   │   │       ├── laydate
│   │   │   │       │   └── default
│   │   │   │       │       └── laydate.css
│   │   │   │       └── layer
│   │   │   │           └── default
│   │   │   │               ├── icon-ext.png
│   │   │   │               ├── icon.png
│   │   │   │               ├── layer.css
│   │   │   │               ├── loading-0.gif
│   │   │   │               ├── loading-1.gif
│   │   │   │               └── loading-2.gif
│   │   │   ├── font
│   │   │   │   ├── iconfont.eot
│   │   │   │   ├── iconfont.svg
│   │   │   │   ├── iconfont.ttf
│   │   │   │   └── iconfont.woff
│   │   │   ├── images
│   │   │   │   └── face
│   │   │   │       ├── 0.gif
│   │   │   │       ├── 1.gif
│   │   │   │       ├── 10.gif
│   │   │   │       ├── 11.gif
│   │   │   │       ├── 12.gif
│   │   │   │       ├── 13.gif
│   │   │   │       ├── 14.gif
│   │   │   │       ├── 15.gif
│   │   │   │       ├── 16.gif
│   │   │   │       ├── 17.gif
│   │   │   │       ├── 18.gif
│   │   │   │       ├── 19.gif
│   │   │   │       ├── 2.gif
│   │   │   │       ├── 20.gif
│   │   │   │       ├── 21.gif
│   │   │   │       ├── 22.gif
│   │   │   │       ├── 23.gif
│   │   │   │       ├── 24.gif
│   │   │   │       ├── 25.gif
│   │   │   │       ├── 26.gif
│   │   │   │       ├── 27.gif
│   │   │   │       ├── 28.gif
│   │   │   │       ├── 29.gif
│   │   │   │       ├── 3.gif
│   │   │   │       ├── 30.gif
│   │   │   │       ├── 31.gif
│   │   │   │       ├── 32.gif
│   │   │   │       ├── 33.gif
│   │   │   │       ├── 34.gif
│   │   │   │       ├── 35.gif
│   │   │   │       ├── 36.gif
│   │   │   │       ├── 37.gif
│   │   │   │       ├── 38.gif
│   │   │   │       ├── 39.gif
│   │   │   │       ├── 4.gif
│   │   │   │       ├── 40.gif
│   │   │   │       ├── 41.gif
│   │   │   │       ├── 42.gif
│   │   │   │       ├── 43.gif
│   │   │   │       ├── 44.gif
│   │   │   │       ├── 45.gif
│   │   │   │       ├── 46.gif
│   │   │   │       ├── 47.gif
│   │   │   │       ├── 48.gif
│   │   │   │       ├── 49.gif
│   │   │   │       ├── 5.gif
│   │   │   │       ├── 50.gif
│   │   │   │       ├── 51.gif
│   │   │   │       ├── 52.gif
│   │   │   │       ├── 53.gif
│   │   │   │       ├── 54.gif
│   │   │   │       ├── 55.gif
│   │   │   │       ├── 56.gif
│   │   │   │       ├── 57.gif
│   │   │   │       ├── 58.gif
│   │   │   │       ├── 59.gif
│   │   │   │       ├── 6.gif
│   │   │   │       ├── 60.gif
│   │   │   │       ├── 61.gif
│   │   │   │       ├── 62.gif
│   │   │   │       ├── 63.gif
│   │   │   │       ├── 64.gif
│   │   │   │       ├── 65.gif
│   │   │   │       ├── 66.gif
│   │   │   │       ├── 67.gif
│   │   │   │       ├── 68.gif
│   │   │   │       ├── 69.gif
│   │   │   │       ├── 7.gif
│   │   │   │       ├── 70.gif
│   │   │   │       ├── 71.gif
│   │   │   │       ├── 8.gif
│   │   │   │       └── 9.gif
│   │   │   ├── lay
│   │   │   │   └── modules
│   │   │   │       ├── carousel.js
│   │   │   │       ├── code.js
│   │   │   │       ├── element.js
│   │   │   │       ├── flow.js
│   │   │   │       ├── form.js
│   │   │   │       ├── jquery.js
│   │   │   │       ├── laydate.js
│   │   │   │       ├── layedit.js
│   │   │   │       ├── layer.js
│   │   │   │       ├── laypage.js
│   │   │   │       ├── laytpl.js
│   │   │   │       ├── mobile.js
│   │   │   │       ├── table.js
│   │   │   │       ├── tree.js
│   │   │   │       ├── upload.js
│   │   │   │       └── util.js
│   │   │   ├── layui.all.js
│   │   │   └── layui.js
│   │   ├── mred
│   │   │   ├── images
│   │   │   │   ├── arrow1.png
│   │   │   │   ├── guestbook.png
│   │   │   │   ├── home.png
│   │   │   │   ├── map.png
│   │   │   │   ├── more.gif
│   │   │   │   ├── play.png
│   │   │   │   ├── tel.png
│   │   │   │   └── textlist.gif
│   │   │   └── style.css
│   │   ├── swiper342
│   │   │   ├── images
│   │   │   │   ├── IMG_0786.JPG
│   │   │   │   ├── timg.jpg
│   │   │   │   └── timg1.jpg
│   │   │   ├── index.css
│   │   │   ├── index.html
│   │   │   ├── swiper342.css
│   │   │   └── swiper342.min.js
│   │   └── writing
│   │       ├── images
│   │       │   └── success.png
│   │       ├── writing.css
│   │       └── writing.js
│   ├── Product.aspx
│   ├── Product.aspx.cs
│   ├── Products.aspx
│   ├── Products.aspx.cs
│   ├── Resume.aspx
│   ├── Resume.aspx.cs
│   ├── Scripts
│   │   ├── Init.js
│   │   ├── ajaxfileupload.js
│   │   ├── case.js
│   │   ├── clipboard.min.js
│   │   ├── common.js
│   │   ├── eketeam.js
│   │   ├── jquery.flexslider-min.js
│   │   ├── jquery.jcarousellite.min.js
│   │   ├── jquery.js
│   │   ├── jquery.min.js
│   │   ├── jquery.nicescroll.min.js
│   │   ├── jquery.raty.min.js
│   │   ├── rolldate.min.js
│   │   └── sys.js
│   ├── Video.aspx
│   ├── Video.aspx.cs
│   ├── Videos.aspx
│   ├── Videos.aspx.cs
│   ├── Web.config
│   ├── aspnet_client
│   │   └── system_web
│   │       └── 4_0_30319
│   ├── bin
│   │   ├── EKETEAM.dll
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── LitJson.dll
│   │   └── URLRewriter.dll
│   ├── style.css
│   └── upload
│       ├── 1
│       │   ├── 2019
│       │   │   └── 03
│       │   │       ├── 201205111944084001.gif
│       │   │       ├── 201311201350225534.gif
│       │   │       ├── 201311201352064812.jpg
│       │   │       ├── 201311201353491679.gif
│       │   │       ├── 201311201454038853.gif
│       │   │       ├── 201311201503114238.jpg
│       │   │       ├── 201311212102011628.jpg
│       │   │       ├── 201311212106135182.jpg
│       │   │       ├── 201311212107249951.jpg
│       │   │       ├── 201311212108442509.jpg
│       │   │       ├── 201311212109417269.jpg
│       │   │       ├── 201404121506228820.jpg
│       │   │       ├── 201404121554326785.jpg
│       │   │       ├── 201404121702051107.jpg
│       │   │       ├── 201404121715206687.jpg
│       │   │       ├── 201404121827320875.jpg
│       │   │       ├── 201404121905380095.gif
│       │   │       ├── 201404121950468000.jpg
│       │   │       ├── 201404122027085727.jpg
│       │   │       ├── 201805031815189480.jpg
│       │   │       ├── 201805031815475483.jpg
│       │   │       ├── 201805031934146660.jpg
│       │   │       ├── 201805031935235494.jpg
│       │   │       ├── 201805051655117709.jpg
│       │   │       ├── 201809120956560767.jpg
│       │   │       ├── 201903161934146661.jpg
│       │   │       ├── 201903171450320643.gif
│       │   │       ├── 201903171508238193.jpg
│       │   │       ├── 201903171510155670.jpg
│       │   │       ├── 201903171513029512.jpg
│       │   │       ├── 201903171513445233.jpg
│       │   │       ├── 201903172201421642.jpg
│       │   │       ├── 201903172211540030.jpg
│       │   │       ├── 201903172213278627.jpg
│       │   │       ├── 201903192144221126.jpg
│       │   │       └── 201903192144294230.jpg
│       │   └── filemanage
│       │       ├── icons
│       │       │   ├── AdpPrimaryKey.png
│       │       │   ├── Bullets.png
│       │       │   ├── CategorizeMenu.png
│       │       │   ├── ChartLine.png
│       │       │   ├── ChartPie.png
│       │       │   ├── ChartPlacement.png
│       │       │   ├── ChartTypeOtherInsertGallery.png
│       │       │   ├── CustomHeaderGallery.png
│       │       │   ├── CustomTablesGallery.png
│       │       │   ├── DataFormExcel.png
│       │       │   ├── Database.png
│       │       │   ├── DatabasePermissionsMenu.png
│       │       │   ├── DatasheetNewField.png
│       │       │   ├── ExchangeFolder.png
│       │       │   ├── FileNewDefault.png
│       │       │   ├── GroupAdpDiagramLayout.png
│       │       │   ├── GroupEquationStructures.png
│       │       │   ├── GroupEquationTools.png
│       │       │   ├── GroupForm.png
│       │       │   ├── GroupInclude.png
│       │       │   ├── GroupInsertIllustrations.png
│       │       │   ├── GroupMembers.png
│       │       │   ├── GroupPivotChartType.png
│       │       │   ├── Home.png
│       │       │   ├── Paste.png
│       │       │   ├── ShowMembersPage.png
│       │       │   ├── TranslationToolTip.png
│       │       │   ├── ViewsChart.png
│       │       │   ├── WatchWindow.png
│       │       │   ├── user.png
│       │       │   └── users.png
│       │       └── images
│       │           └── site.jpg
│       ├── 2
│       │   ├── 2020
│       │   │   └── 11
│       │   │       ├── 202011252200070788.jpg
│       │   │       ├── 202011252201573098.jpg
│       │   │       ├── 202011252202040524.jpg
│       │   │       ├── 202011252202130354.jpg
│       │   │       ├── 202011252203143619.jpg
│       │   │       ├── 202011252214024672.jpg
│       │   │       ├── 202011252214028840.jpg
│       │   │       ├── 202011252214325255.jpg
│       │   │       └── 202011252214515813.jpg
│       │   └── temp
│       └── temp
├── EKECMS.sln
├── EKECMS.v11.suo
├── eFrameWork官网.url
└── 使用说明.txt

111 directories, 1302 files


实例下载地址

EKECMS网站管理系统(电脑端+手机端)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警