实例介绍
【实例简介】
【软件功能特点】 一、强大的模板引擎技术 企业网站管理系统借鉴了Discuz的模板技术,实现了MVC模式,模板全面标签化,只需懂得简单的html语言就能打造一个漂亮的网站; 二、无限极分类,自由选取模块。 实现递归无限级分类,每个分类可自定义模块,自选模块; 三、模版、插件共分享资源无限 模版,方便地安装插件、模版、边框;采用积分机制激励插件、模版的DIY开发和资源分享,越来越丰富的资源让您的网站越来越丰富多彩; 四、邮件订阅及群发功能 邮件订阅及邮件群发功能,后台轻松实现邮件营销,让您的企业通过互联网快速向外传播; 五、良好的用户体验 采用JQUERY、AJAX等前端技术,注重用户友好度和用户体验; 六、网站地图(sitemap.xml) 生成生成Google网站地图,通过Google工具,让搜索引擎快速收录最新发布的页面; 七、平滑的静态网页生成 基于AJAX的平滑静态网页技术,生成静态网页,提高网站访问效率,有利搜索引擎收录。 【安装】 请注意备份原有数据库内容,以免覆盖。 1.下载并解压缩文件包,上传至服务器或主机空间 2.在浏览器地址栏中输入:http://你的域名/install.php进入安装界面; 3.按步骤安装系统。 4.进入http://你的域名/admin用自己设置的管理用户名字和密码登录后台进行初始设置.
【实例截图】
【核心代码】
4744302543324166910.rar
└── cms2
├── Admin
│ ├── Admin_Ajax_UpDate.php
│ ├── Admin_Book.php
│ ├── Admin_cache.php
│ ├── Admin_Columns.php
│ ├── Admin_Columns_Set.php
│ ├── Admin_Content.php
│ ├── Admin_Email.php
│ ├── Admin_Email_Send.php
│ ├── Admin_Email_Set.php
│ ├── Admin_HtmlContent.php
│ ├── Admin_HtmlIndex.php
│ ├── Admin_Htmltun2Ajax.php
│ ├── Admin_HtmlTypeAjax.php
│ ├── Admin_HtmlType.php
│ ├── Admin_Index.php
│ ├── Admin_Left.php
│ ├── Admin_Links.php
│ ├── Admin_Login.php
│ ├── Admin_Log.php
│ ├── Admin_Member.php
│ ├── Admin_Menu.php
│ ├── Admin_Notice.php
│ ├── Admin_Set.php
│ ├── Admin_Settings.php
│ ├── Admin_SiteMap.php
│ ├── Admin_Slide.php
│ ├── Admin_Sql2.php
│ ├── Admin_Sql.php
│ ├── Admin_switchframe.php
│ ├── Admin_Sysinfo.php
│ ├── Admin_Templates.php
│ ├── Admin_Top.php
│ ├── dbback
│ │ └── index.htm
│ ├── images
│ │ ├── admin_10.gif
│ │ ├── admin_12.gif
│ │ ├── Admin_Navbg.gif
│ │ ├── Admin_Topbg.gif
│ │ ├── bg_06.gif
│ │ ├── calendar.gif
│ │ ├── dir2.gif
│ │ ├── direct_blue.gif
│ │ ├── direct.gif
│ │ ├── dir.gif
│ │ ├── down_list.gif
│ │ ├── +.gif
│ │ ├── -.gif
│ │ ├── head.jpg
│ │ ├── hi.gif
│ │ ├── icon_01.gif
│ │ ├── icon_02.gif
│ │ ├── idmax_bg1.gif
│ │ ├── idmax_bg4.gif
│ │ ├── idmax_user.png
│ │ ├── input_bg_29.gif
│ │ ├── left_nav_bg.jpg
│ │ ├── list_title.gif
│ │ ├── list_title_onclick.gif
│ │ ├── loading.gif
│ │ ├── logo.jpg
│ │ ├── manage_r2_c13.jpg
│ │ ├── manage_r2_c14.jpg
│ │ ├── manage_r2_c18.jpg
│ │ ├── manage_r2_c1.jpg
│ │ ├── manage_r3_c11.jpg
│ │ ├── manage_r5_c1.jpg
│ │ ├── manage_r6_c2.jpg
│ │ ├── manage_r7_c2.jpg
│ │ ├── manage_r9_c1.jpg
│ │ ├── nav_bg.jpg
│ │ ├── return.gif
│ │ ├── slide.gif
│ │ ├── switch_left.gif
│ │ ├── switch_right.gif
│ │ ├── Thumbs.db
│ │ ├── title.gif
│ │ ├── tobbg.gif
│ │ └── up_list.gif
│ ├── inc
│ │ ├── Calendar.js
│ │ ├── function.php
│ │ ├── header2.php
│ │ ├── header.php
│ │ ├── htmljs.js
│ │ ├── JS.js
│ │ ├── left.js
│ │ ├── module.php
│ │ └── nav.js
│ ├── index.php
│ ├── module
│ │ ├── article.php
│ │ ├── ckeditor
│ │ │ ├── adapters
│ │ │ │ └── jquery.js
│ │ │ ├── ckeditor_basic.js
│ │ │ ├── ckeditor_basic_source.js
│ │ │ ├── ckeditor.js
│ │ │ ├── ckeditor.pack
│ │ │ ├── ckeditor.php
│ │ │ ├── ckeditor_php4.php
│ │ │ ├── ckeditor_php5.php
│ │ │ ├── ckeditor_source.js
│ │ │ ├── config.js
│ │ │ ├── contents.css
│ │ │ ├── images
│ │ │ │ ├── spacer.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── _languages.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh.js
│ │ │ ├── plugins
│ │ │ │ ├── a11yhelp
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── a11yhelp.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── he.js
│ │ │ │ ├── about
│ │ │ │ │ └── dialogs
│ │ │ │ │ ├── about.js
│ │ │ │ │ ├── logo_ckeditor.png
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── clipboard
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── paste.js
│ │ │ │ ├── colordialog
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── colordialog.js
│ │ │ │ ├── dialog
│ │ │ │ │ └── dialogDefinition.js
│ │ │ │ ├── div
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── div.js
│ │ │ │ ├── find
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── find.js
│ │ │ │ ├── flash
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── flash.js
│ │ │ │ │ └── images
│ │ │ │ │ └── placeholder.png
│ │ │ │ ├── forms
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ ├── button.js
│ │ │ │ │ │ ├── checkbox.js
│ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ ├── hiddenfield.js
│ │ │ │ │ │ ├── radio.js
│ │ │ │ │ │ ├── select.js
│ │ │ │ │ │ ├── textarea.js
│ │ │ │ │ │ └── textfield.js
│ │ │ │ │ └── images
│ │ │ │ │ └── hiddenfield.gif
│ │ │ │ ├── iframedialog
│ │ │ │ │ └── plugin.js
│ │ │ │ ├── image
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── image.js
│ │ │ │ ├── link
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ └── link.js
│ │ │ │ │ └── images
│ │ │ │ │ └── anchor.gif
│ │ │ │ ├── liststyle
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── liststyle.js
│ │ │ │ ├── pagebreak
│ │ │ │ │ └── images
│ │ │ │ │ └── pagebreak.gif
│ │ │ │ ├── pastefromword
│ │ │ │ │ └── filter
│ │ │ │ │ └── default.js
│ │ │ │ ├── pastetext
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── pastetext.js
│ │ │ │ ├── scayt
│ │ │ │ │ └── dialogs
│ │ │ │ │ ├── options.js
│ │ │ │ │ └── toolbar.css
│ │ │ │ ├── showblocks
│ │ │ │ │ └── images
│ │ │ │ │ ├── block_address.png
│ │ │ │ │ ├── block_blockquote.png
│ │ │ │ │ ├── block_div.png
│ │ │ │ │ ├── block_h1.png
│ │ │ │ │ ├── block_h2.png
│ │ │ │ │ ├── block_h3.png
│ │ │ │ │ ├── block_h4.png
│ │ │ │ │ ├── block_h5.png
│ │ │ │ │ ├── block_h6.png
│ │ │ │ │ ├── block_p.png
│ │ │ │ │ └── block_pre.png
│ │ │ │ ├── smiley
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── smiley.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ ├── envelope.gif
│ │ │ │ │ ├── heart.gif
│ │ │ │ │ ├── kiss.gif
│ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ └── wink_smile.gif
│ │ │ │ ├── specialchar
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── specialchar.js
│ │ │ │ ├── styles
│ │ │ │ │ └── styles
│ │ │ │ │ └── default.js
│ │ │ │ ├── table
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── table.js
│ │ │ │ ├── tabletools
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── tableCell.js
│ │ │ │ ├── templates
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── templates.js
│ │ │ │ │ └── templates
│ │ │ │ │ ├── default.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── template1.gif
│ │ │ │ │ ├── template2.gif
│ │ │ │ │ └── template3.gif
│ │ │ │ ├── uicolor
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── uicolor.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ └── en.js
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ ├── uicolor.gif
│ │ │ │ │ └── yui
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── hue_bg.png
│ │ │ │ │ │ ├── hue_thumb.png
│ │ │ │ │ │ ├── picker_mask.png
│ │ │ │ │ │ ├── picker_thumb.png
│ │ │ │ │ │ └── yui.css
│ │ │ │ │ └── yui.js
│ │ │ │ └── wsc
│ │ │ │ └── dialogs
│ │ │ │ ├── ciframe.html
│ │ │ │ ├── tmpFrameset.html
│ │ │ │ ├── wsc.css
│ │ │ │ └── wsc.js
│ │ │ ├── skins
│ │ │ │ └── kama
│ │ │ │ ├── dialog.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── dialog_sides.gif
│ │ │ │ │ ├── dialog_sides.png
│ │ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ │ ├── mini.gif
│ │ │ │ │ ├── noimage.png
│ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── toolbar_start.gif
│ │ │ │ ├── skin.js
│ │ │ │ └── templates.css
│ │ │ └── themes
│ │ │ └── default
│ │ │ └── theme.js
│ │ ├── ckfinder
│ │ │ ├── ckfinder.html
│ │ │ ├── ckfinder.js
│ │ │ ├── ckfinder.php
│ │ │ ├── ckfinder_v1.js
│ │ │ ├── config.js
│ │ │ ├── config.php
│ │ │ ├── core
│ │ │ │ ├── ckfinder_php4.php
│ │ │ │ ├── ckfinder_php5.php
│ │ │ │ └── connector
│ │ │ │ └── php
│ │ │ │ ├── connector.php
│ │ │ │ ├── constants.php
│ │ │ │ ├── images
│ │ │ │ │ └── sv.jpg
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.php
│ │ │ │ │ ├── zh-cn.php
│ │ │ │ │ └── zh-tw.php
│ │ │ │ ├── php4
│ │ │ │ │ ├── CommandHandler
│ │ │ │ │ │ ├── CommandHandlerBase.php
│ │ │ │ │ │ ├── CopyFiles.php
│ │ │ │ │ │ ├── CreateFolder.php
│ │ │ │ │ │ ├── DeleteFile.php
│ │ │ │ │ │ ├── DeleteFolder.php
│ │ │ │ │ │ ├── DownloadFile.php
│ │ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ │ ├── GetFiles.php
│ │ │ │ │ │ ├── GetFolders.php
│ │ │ │ │ │ ├── Init.php
│ │ │ │ │ │ ├── MoveFiles.php
│ │ │ │ │ │ ├── QuickUpload.php
│ │ │ │ │ │ ├── RenameFile.php
│ │ │ │ │ │ ├── RenameFolder.php
│ │ │ │ │ │ ├── Thumbnail.php
│ │ │ │ │ │ └── XmlCommandHandlerBase.php
│ │ │ │ │ ├── Core
│ │ │ │ │ │ ├── AccessControlConfig.php
│ │ │ │ │ │ ├── Config.php
│ │ │ │ │ │ ├── Connector.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── FolderHandler.php
│ │ │ │ │ │ ├── Hooks.php
│ │ │ │ │ │ ├── ImagesConfig.php
│ │ │ │ │ │ ├── Registry.php
│ │ │ │ │ │ ├── ResourceTypeConfig.php
│ │ │ │ │ │ ├── ThumbnailsConfig.php
│ │ │ │ │ │ └── Xml.php
│ │ │ │ │ ├── ErrorHandler
│ │ │ │ │ │ ├── Base.php
│ │ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ │ ├── Http.php
│ │ │ │ │ │ └── QuickUpload.php
│ │ │ │ │ └── Utils
│ │ │ │ │ ├── FileSystem.php
│ │ │ │ │ ├── Misc.php
│ │ │ │ │ ├── Security.php
│ │ │ │ │ └── XmlNode.php
│ │ │ │ └── php5
│ │ │ │ ├── CommandHandler
│ │ │ │ │ ├── CommandHandlerBase.php
│ │ │ │ │ ├── CopyFiles.php
│ │ │ │ │ ├── CreateFolder.php
│ │ │ │ │ ├── DeleteFile.php
│ │ │ │ │ ├── DeleteFolder.php
│ │ │ │ │ ├── DownloadFile.php
│ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ ├── GetFiles.php
│ │ │ │ │ ├── GetFolders.php
│ │ │ │ │ ├── Init.php
│ │ │ │ │ ├── MoveFiles.php
│ │ │ │ │ ├── QuickUpload.php
│ │ │ │ │ ├── RenameFile.php
│ │ │ │ │ ├── RenameFolder.php
│ │ │ │ │ ├── Thumbnail.php
│ │ │ │ │ └── XmlCommandHandlerBase.php
│ │ │ │ ├── Core
│ │ │ │ │ ├── AccessControlConfig.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── Connector.php
│ │ │ │ │ ├── Factory.php
│ │ │ │ │ ├── FolderHandler.php
│ │ │ │ │ ├── Hooks.php
│ │ │ │ │ ├── ImagesConfig.php
│ │ │ │ │ ├── Registry.php
│ │ │ │ │ ├── ResourceTypeConfig.php
│ │ │ │ │ ├── ThumbnailsConfig.php
│ │ │ │ │ └── Xml.php
│ │ │ │ ├── ErrorHandler
│ │ │ │ │ ├── Base.php
│ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ ├── Http.php
│ │ │ │ │ └── QuickUpload.php
│ │ │ │ └── Utils
│ │ │ │ ├── FileSystem.php
│ │ │ │ ├── Misc.php
│ │ │ │ ├── Security.php
│ │ │ │ └── XmlNode.php
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── plugins
│ │ │ │ ├── dummy
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ └── pl.js
│ │ │ │ │ └── plugin.js
│ │ │ │ ├── fileeditor
│ │ │ │ │ ├── codemirror
│ │ │ │ │ │ ├── contrib
│ │ │ │ │ │ │ └── php
│ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ └── phpcolors.css
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ ├── parsephphtmlmixed.js
│ │ │ │ │ │ │ │ ├── parsephp.js
│ │ │ │ │ │ │ │ └── tokenizephp.js
│ │ │ │ │ │ │ └── LICENSE
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── csscolors.css
│ │ │ │ │ │ │ ├── docs.css
│ │ │ │ │ │ │ ├── jscolors.css
│ │ │ │ │ │ │ ├── people.jpg
│ │ │ │ │ │ │ ├── sparqlcolors.css
│ │ │ │ │ │ │ └── xmlcolors.css
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── codemirror.js
│ │ │ │ │ │ │ ├── editor.js
│ │ │ │ │ │ │ ├── highlight.js
│ │ │ │ │ │ │ ├── mirrorframe.js
│ │ │ │ │ │ │ ├── parsecss.js
│ │ │ │ │ │ │ ├── parsedummy.js
│ │ │ │ │ │ │ ├── parsehtmlmixed.js
│ │ │ │ │ │ │ ├── parsejavascript.js
│ │ │ │ │ │ │ ├── parsesparql.js
│ │ │ │ │ │ │ ├── parsexml.js
│ │ │ │ │ │ │ ├── select.js
│ │ │ │ │ │ │ ├── stringstream.js
│ │ │ │ │ │ │ ├── tokenizejavascript.js
│ │ │ │ │ │ │ ├── tokenize.js
│ │ │ │ │ │ │ ├── undo.js
│ │ │ │ │ │ │ └── util.js
│ │ │ │ │ │ └── LICENSE
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ └── plugin.php
│ │ │ │ ├── imageresize
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── mini.gif
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ └── plugin.php
│ │ │ │ └── watermark
│ │ │ │ ├── logo.gif
│ │ │ │ └── plugin.php
│ │ │ ├── skins
│ │ │ │ ├── kama
│ │ │ │ │ ├── app.css
│ │ │ │ │ ├── host.css
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ckffolder.gif
│ │ │ │ │ │ ├── ckffolderopened.gif
│ │ │ │ │ │ ├── ckfminus.gif
│ │ │ │ │ │ ├── ckfnothumb.gif
│ │ │ │ │ │ ├── ckfplus.gif
│ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ ├── 16
│ │ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ │ ├── ogg.gif
│ │ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ │ └── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── ogg.gif
│ │ │ │ │ │ │ ├── ogg.png
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── loaders
│ │ │ │ │ │ │ ├── 16x16.gif
│ │ │ │ │ │ │ └── 32x32.gif
│ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ │ ├── sprites.png
│ │ │ │ │ │ └── toolbar
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── clear_basket.gif
│ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ ├── download.gif
│ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ ├── refresh.gif
│ │ │ │ │ │ ├── settings.gif
│ │ │ │ │ │ └── view.gif
│ │ │ │ │ ├── richcombo.css
│ │ │ │ │ ├── skin.js
│ │ │ │ │ └── uipanel.css
│ │ │ │ └── v1
│ │ │ │ ├── app.css
│ │ │ │ ├── host.css
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── ckffolder.gif
│ │ │ │ │ ├── ckffolderopened.gif
│ │ │ │ │ ├── ckfminus.gif
│ │ │ │ │ ├── ckfnothumb.gif
│ │ │ │ │ ├── ckfplus.gif
│ │ │ │ │ ├── dialog_sides.gif
│ │ │ │ │ ├── dialog_sides.png
│ │ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 16
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ └── 32
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── loaders
│ │ │ │ │ │ ├── 16x16.gif
│ │ │ │ │ │ └── 32x32.gif
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── clear_basket.gif
│ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ ├── download.gif
│ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ ├── refresh.gif
│ │ │ │ │ │ ├── settings.gif
│ │ │ │ │ │ └── view.gif
│ │ │ │ │ └── toolbar_start.gif
│ │ │ │ ├── richcombo.css
│ │ │ │ ├── skin.js
│ │ │ │ └── uipanel.css
│ │ │ └── userfiles
│ │ ├── download.php
│ │ ├── hr.php
│ │ ├── product.php
│ │ ├── single.php
│ │ └── turl.php
│ ├── style
│ │ ├── common.css
│ │ └── default.css
│ ├── Upload.php
│ ├── UploadS.php
│ └── Version.php
├── class.php
├── FlashSlide
│ ├── Style1
│ │ └── Flash.swf
│ ├── Style2
│ │ └── slideshow.js
│ ├── Style3
│ │ └── Flash.swf
│ └── Style4
│ └── Flash.swf
├── html
├── inc
│ ├── ajaxrequest.js
│ ├── class.mysql.php
│ ├── class.page.php
│ ├── config_db.php
│ ├── config.php
│ ├── fonts
│ │ └── SF Automaton Bold Oblique.ttf
│ ├── hits.php
│ ├── JS.js
│ ├── linb.php
│ ├── MailClass.php
│ ├── MailConfig.inc.php
│ ├── module.php
│ ├── showhits.php
│ ├── sitemap.php
│ ├── template.php
│ └── vcode.php
├── index.php
├── install
│ ├── config.php
│ ├── images
│ │ ├── but_back.png
│ │ ├── but_next.png
│ │ ├── home_icon.png
│ │ ├── ico-step-now.png
│ │ ├── ico-step-succeed.png
│ │ ├── panel_top.png
│ │ ├── position_bg.png
│ │ ├── step-ico-bg.png
│ │ ├── Thumbs.db
│ │ ├── top-bg.png
│ │ ├── top-logo.png
│ │ ├── top_nav_shades.gif
│ │ └── top_shades.png
│ ├── index.php
│ ├── install.inc.php
│ ├── sql.txt
│ ├── style.css
│ ├── tablebox.css
│ └── templates
│ ├── step-1.html
│ ├── step-2.html
│ ├── step-3.html
│ ├── step-4.html
│ └── Thumbs.db
├── member
├── notice.php
├── plug
│ ├── book.php
│ └── email.php
├── search.php
├── sitemap.xml
├── Slide
│ ├── Thumbs.db
│ └── tun2.jpg
├── templates
│ ├── default
│ │ ├── article.htm
│ │ ├── book.htm
│ │ ├── css
│ │ │ └── style.css
│ │ ├── footer.htm
│ │ ├── header.htm
│ │ ├── hr.htm
│ │ ├── images
│ │ │ ├── about.jpg
│ │ │ ├── actionbar.gif
│ │ │ ├── action.png
│ │ │ ├── a.jpg
│ │ │ ├── banner.swf
│ │ │ ├── bg.png
│ │ │ ├── bottomfade.gif
│ │ │ ├── bottomfade.png
│ │ │ ├── bullet.gif
│ │ │ ├── bullet.png
│ │ │ ├── crumbs.gif
│ │ │ ├── index_l_line.gif
│ │ │ ├── list.gif
│ │ │ ├── logo.gif
│ │ │ ├── logo.jpg
│ │ │ ├── logo.png
│ │ │ ├── main-new.png
│ │ │ ├── m.gif
│ │ │ ├── nav-back.png
│ │ │ ├── panel.png
│ │ │ ├── selected.gif
│ │ │ ├── s.png
│ │ │ ├── Thumbs.db
│ │ │ └── video.png
│ │ ├── index.htm
│ │ ├── notice.htm
│ │ ├── product.htm
│ │ ├── Scripts
│ │ │ ├── expressInstall.swf
│ │ │ └── swfobject_modified.js
│ │ ├── search.htm
│ │ ├── single.htm
│ │ ├── view_article.htm
│ │ ├── view_hr.htm
│ │ └── view_product.htm
│ ├── tun2
│ │ ├── ad
│ │ │ ├── 1_b.jpg
│ │ │ ├── 1_s.jpg
│ │ │ ├── 2_b.jpg
│ │ │ ├── 2_s.jpg
│ │ │ └── Thumbs.db
│ │ ├── article.htm
│ │ ├── book.htm
│ │ ├── css
│ │ │ ├── ie6.css
│ │ │ └── style.css
│ │ ├── footer.htm
│ │ ├── gd
│ │ │ └── index.php
│ │ ├── header.htm
│ │ ├── hr.htm
│ │ ├── images
│ │ │ ├── about.jpg
│ │ │ ├── autentificare_icon.gif
│ │ │ ├── banner_active.png
│ │ │ ├── banner_bottom_bg.png
│ │ │ ├── banner_next.png
│ │ │ ├── banner_prev.png
│ │ │ ├── btn_adauga.png
│ │ │ ├── btn_detalii.png
│ │ │ ├── btn_email.png
│ │ │ ├── btn_ordonare_ascendenta.png
│ │ │ ├── btn_ordonare_descendenta.png
│ │ │ ├── bullet_info01.png
│ │ │ ├── bullet_info02.png
│ │ │ ├── cart_icon.png
│ │ │ ├── cart_spacer.gif
│ │ │ ├── creaza_cont_icon.gif
│ │ │ ├── cr_icon.png
│ │ │ ├── email_icon.png
│ │ │ ├── filterControls_bg.png
│ │ │ ├── filters_title.png
│ │ │ ├── home_icon.png
│ │ │ ├── icon.gif
│ │ │ ├── input_email.png
│ │ │ ├── links_bg.png
│ │ │ ├── links.png
│ │ │ ├── links_spacer.png
│ │ │ ├── listingBox01_body.png
│ │ │ ├── listingBox01_bottom.png
│ │ │ ├── listingBox01_top.png
│ │ │ ├── listingBox_body.png
│ │ │ ├── listingBox_bottom.png
│ │ │ ├── listingBox_top.png
│ │ │ ├── list.png
│ │ │ ├── log2.jpg
│ │ │ ├── logo2.png
│ │ │ ├── logo.png
│ │ │ ├── nav_center.png
│ │ │ ├── nav_hover.png
│ │ │ ├── nav_left_corner.png
│ │ │ ├── nav_right_corner.png
│ │ │ ├── nav_spacer.png
│ │ │ ├── paginator_left.png
│ │ │ ├── paginator_right.png
│ │ │ ├── panel_body.png
│ │ │ ├── panel_bottom_dark.png
│ │ │ ├── panel_bottom.png
│ │ │ ├── panel_top.png
│ │ │ ├── position_bg.png
│ │ │ ├── price_center.gif
│ │ │ ├── price_left_corner.gif
│ │ │ ├── price_right_corner.gif
│ │ │ ├── promo_icon.png
│ │ │ ├── search_bg.png
│ │ │ ├── testproduct.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── title.png
│ │ │ ├── top_10.gif
│ │ │ ├── top_1.gif
│ │ │ ├── top_2.gif
│ │ │ ├── top_3.gif
│ │ │ ├── top_4.gif
│ │ │ ├── top_5.gif
│ │ │ ├── top_6.gif
│ │ │ ├── top_7.gif
│ │ │ ├── top_8.gif
│ │ │ ├── top_9.gif
│ │ │ ├── top_nav_shades.gif
│ │ │ ├── top_shades.png
│ │ │ ├── tun2_logo.png
│ │ │ └── tw_icon.png
│ │ ├── index.htm
│ │ ├── js
│ │ │ ├── custom.js
│ │ │ ├── jquery-1.3.2.min.js
│ │ │ └── jquery.tools.min.js
│ │ ├── notice.htm
│ │ ├── product.htm
│ │ ├── search.htm
│ │ ├── single.htm
│ │ ├── view_article.htm
│ │ ├── view_hr.htm
│ │ └── view_product.htm
│ └── tun2.tpl
│ ├── article.tpl.php
│ ├── book.tpl.php
│ ├── footer.tpl.php
│ ├── header.tpl.php
│ ├── hr.tpl.php
│ ├── index.tpl.php
│ ├── product.tpl.php
│ ├── single.tpl.php
│ ├── view_article.tpl.php
│ ├── view_hr.tpl.php
│ └── view_product.tpl.php
├── upfile
│ ├── images
│ │ ├── 201006061007220c539(1).jpg
│ │ └── 201006061007220c539.jpg
│ ├── _thumbs
│ │ └── Images
│ │ ├── 201006061007220c539(1).jpg
│ │ └── 201006061007220c539.jpg
│ └── Thumbs.db
├── view.php
├── 授权协议.doc
├── 模板标签.doc
└── 用户手册.doc
154 directories, 718 files
【软件功能特点】 一、强大的模板引擎技术 企业网站管理系统借鉴了Discuz的模板技术,实现了MVC模式,模板全面标签化,只需懂得简单的html语言就能打造一个漂亮的网站; 二、无限极分类,自由选取模块。 实现递归无限级分类,每个分类可自定义模块,自选模块; 三、模版、插件共分享资源无限 模版,方便地安装插件、模版、边框;采用积分机制激励插件、模版的DIY开发和资源分享,越来越丰富的资源让您的网站越来越丰富多彩; 四、邮件订阅及群发功能 邮件订阅及邮件群发功能,后台轻松实现邮件营销,让您的企业通过互联网快速向外传播; 五、良好的用户体验 采用JQUERY、AJAX等前端技术,注重用户友好度和用户体验; 六、网站地图(sitemap.xml) 生成生成Google网站地图,通过Google工具,让搜索引擎快速收录最新发布的页面; 七、平滑的静态网页生成 基于AJAX的平滑静态网页技术,生成静态网页,提高网站访问效率,有利搜索引擎收录。 【安装】 请注意备份原有数据库内容,以免覆盖。 1.下载并解压缩文件包,上传至服务器或主机空间 2.在浏览器地址栏中输入:http://你的域名/install.php进入安装界面; 3.按步骤安装系统。 4.进入http://你的域名/admin用自己设置的管理用户名字和密码登录后台进行初始设置.
【实例截图】
【核心代码】
4744302543324166910.rar
└── cms2
├── Admin
│ ├── Admin_Ajax_UpDate.php
│ ├── Admin_Book.php
│ ├── Admin_cache.php
│ ├── Admin_Columns.php
│ ├── Admin_Columns_Set.php
│ ├── Admin_Content.php
│ ├── Admin_Email.php
│ ├── Admin_Email_Send.php
│ ├── Admin_Email_Set.php
│ ├── Admin_HtmlContent.php
│ ├── Admin_HtmlIndex.php
│ ├── Admin_Htmltun2Ajax.php
│ ├── Admin_HtmlTypeAjax.php
│ ├── Admin_HtmlType.php
│ ├── Admin_Index.php
│ ├── Admin_Left.php
│ ├── Admin_Links.php
│ ├── Admin_Login.php
│ ├── Admin_Log.php
│ ├── Admin_Member.php
│ ├── Admin_Menu.php
│ ├── Admin_Notice.php
│ ├── Admin_Set.php
│ ├── Admin_Settings.php
│ ├── Admin_SiteMap.php
│ ├── Admin_Slide.php
│ ├── Admin_Sql2.php
│ ├── Admin_Sql.php
│ ├── Admin_switchframe.php
│ ├── Admin_Sysinfo.php
│ ├── Admin_Templates.php
│ ├── Admin_Top.php
│ ├── dbback
│ │ └── index.htm
│ ├── images
│ │ ├── admin_10.gif
│ │ ├── admin_12.gif
│ │ ├── Admin_Navbg.gif
│ │ ├── Admin_Topbg.gif
│ │ ├── bg_06.gif
│ │ ├── calendar.gif
│ │ ├── dir2.gif
│ │ ├── direct_blue.gif
│ │ ├── direct.gif
│ │ ├── dir.gif
│ │ ├── down_list.gif
│ │ ├── +.gif
│ │ ├── -.gif
│ │ ├── head.jpg
│ │ ├── hi.gif
│ │ ├── icon_01.gif
│ │ ├── icon_02.gif
│ │ ├── idmax_bg1.gif
│ │ ├── idmax_bg4.gif
│ │ ├── idmax_user.png
│ │ ├── input_bg_29.gif
│ │ ├── left_nav_bg.jpg
│ │ ├── list_title.gif
│ │ ├── list_title_onclick.gif
│ │ ├── loading.gif
│ │ ├── logo.jpg
│ │ ├── manage_r2_c13.jpg
│ │ ├── manage_r2_c14.jpg
│ │ ├── manage_r2_c18.jpg
│ │ ├── manage_r2_c1.jpg
│ │ ├── manage_r3_c11.jpg
│ │ ├── manage_r5_c1.jpg
│ │ ├── manage_r6_c2.jpg
│ │ ├── manage_r7_c2.jpg
│ │ ├── manage_r9_c1.jpg
│ │ ├── nav_bg.jpg
│ │ ├── return.gif
│ │ ├── slide.gif
│ │ ├── switch_left.gif
│ │ ├── switch_right.gif
│ │ ├── Thumbs.db
│ │ ├── title.gif
│ │ ├── tobbg.gif
│ │ └── up_list.gif
│ ├── inc
│ │ ├── Calendar.js
│ │ ├── function.php
│ │ ├── header2.php
│ │ ├── header.php
│ │ ├── htmljs.js
│ │ ├── JS.js
│ │ ├── left.js
│ │ ├── module.php
│ │ └── nav.js
│ ├── index.php
│ ├── module
│ │ ├── article.php
│ │ ├── ckeditor
│ │ │ ├── adapters
│ │ │ │ └── jquery.js
│ │ │ ├── ckeditor_basic.js
│ │ │ ├── ckeditor_basic_source.js
│ │ │ ├── ckeditor.js
│ │ │ ├── ckeditor.pack
│ │ │ ├── ckeditor.php
│ │ │ ├── ckeditor_php4.php
│ │ │ ├── ckeditor_php5.php
│ │ │ ├── ckeditor_source.js
│ │ │ ├── config.js
│ │ │ ├── contents.css
│ │ │ ├── images
│ │ │ │ ├── spacer.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── _languages.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh.js
│ │ │ ├── plugins
│ │ │ │ ├── a11yhelp
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── a11yhelp.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── en.js
│ │ │ │ │ └── he.js
│ │ │ │ ├── about
│ │ │ │ │ └── dialogs
│ │ │ │ │ ├── about.js
│ │ │ │ │ ├── logo_ckeditor.png
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── clipboard
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── paste.js
│ │ │ │ ├── colordialog
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── colordialog.js
│ │ │ │ ├── dialog
│ │ │ │ │ └── dialogDefinition.js
│ │ │ │ ├── div
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── div.js
│ │ │ │ ├── find
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── find.js
│ │ │ │ ├── flash
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── flash.js
│ │ │ │ │ └── images
│ │ │ │ │ └── placeholder.png
│ │ │ │ ├── forms
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ ├── button.js
│ │ │ │ │ │ ├── checkbox.js
│ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ ├── hiddenfield.js
│ │ │ │ │ │ ├── radio.js
│ │ │ │ │ │ ├── select.js
│ │ │ │ │ │ ├── textarea.js
│ │ │ │ │ │ └── textfield.js
│ │ │ │ │ └── images
│ │ │ │ │ └── hiddenfield.gif
│ │ │ │ ├── iframedialog
│ │ │ │ │ └── plugin.js
│ │ │ │ ├── image
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── image.js
│ │ │ │ ├── link
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ └── link.js
│ │ │ │ │ └── images
│ │ │ │ │ └── anchor.gif
│ │ │ │ ├── liststyle
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── liststyle.js
│ │ │ │ ├── pagebreak
│ │ │ │ │ └── images
│ │ │ │ │ └── pagebreak.gif
│ │ │ │ ├── pastefromword
│ │ │ │ │ └── filter
│ │ │ │ │ └── default.js
│ │ │ │ ├── pastetext
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── pastetext.js
│ │ │ │ ├── scayt
│ │ │ │ │ └── dialogs
│ │ │ │ │ ├── options.js
│ │ │ │ │ └── toolbar.css
│ │ │ │ ├── showblocks
│ │ │ │ │ └── images
│ │ │ │ │ ├── block_address.png
│ │ │ │ │ ├── block_blockquote.png
│ │ │ │ │ ├── block_div.png
│ │ │ │ │ ├── block_h1.png
│ │ │ │ │ ├── block_h2.png
│ │ │ │ │ ├── block_h3.png
│ │ │ │ │ ├── block_h4.png
│ │ │ │ │ ├── block_h5.png
│ │ │ │ │ ├── block_h6.png
│ │ │ │ │ ├── block_p.png
│ │ │ │ │ └── block_pre.png
│ │ │ │ ├── smiley
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── smiley.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ ├── envelope.gif
│ │ │ │ │ ├── heart.gif
│ │ │ │ │ ├── kiss.gif
│ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ └── wink_smile.gif
│ │ │ │ ├── specialchar
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── specialchar.js
│ │ │ │ ├── styles
│ │ │ │ │ └── styles
│ │ │ │ │ └── default.js
│ │ │ │ ├── table
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── table.js
│ │ │ │ ├── tabletools
│ │ │ │ │ └── dialogs
│ │ │ │ │ └── tableCell.js
│ │ │ │ ├── templates
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── templates.js
│ │ │ │ │ └── templates
│ │ │ │ │ ├── default.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── template1.gif
│ │ │ │ │ ├── template2.gif
│ │ │ │ │ └── template3.gif
│ │ │ │ ├── uicolor
│ │ │ │ │ ├── dialogs
│ │ │ │ │ │ └── uicolor.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ └── en.js
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ ├── uicolor.gif
│ │ │ │ │ └── yui
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── hue_bg.png
│ │ │ │ │ │ ├── hue_thumb.png
│ │ │ │ │ │ ├── picker_mask.png
│ │ │ │ │ │ ├── picker_thumb.png
│ │ │ │ │ │ └── yui.css
│ │ │ │ │ └── yui.js
│ │ │ │ └── wsc
│ │ │ │ └── dialogs
│ │ │ │ ├── ciframe.html
│ │ │ │ ├── tmpFrameset.html
│ │ │ │ ├── wsc.css
│ │ │ │ └── wsc.js
│ │ │ ├── skins
│ │ │ │ └── kama
│ │ │ │ ├── dialog.css
│ │ │ │ ├── editor.css
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── dialog_sides.gif
│ │ │ │ │ ├── dialog_sides.png
│ │ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ │ ├── mini.gif
│ │ │ │ │ ├── noimage.png
│ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── toolbar_start.gif
│ │ │ │ ├── skin.js
│ │ │ │ └── templates.css
│ │ │ └── themes
│ │ │ └── default
│ │ │ └── theme.js
│ │ ├── ckfinder
│ │ │ ├── ckfinder.html
│ │ │ ├── ckfinder.js
│ │ │ ├── ckfinder.php
│ │ │ ├── ckfinder_v1.js
│ │ │ ├── config.js
│ │ │ ├── config.php
│ │ │ ├── core
│ │ │ │ ├── ckfinder_php4.php
│ │ │ │ ├── ckfinder_php5.php
│ │ │ │ └── connector
│ │ │ │ └── php
│ │ │ │ ├── connector.php
│ │ │ │ ├── constants.php
│ │ │ │ ├── images
│ │ │ │ │ └── sv.jpg
│ │ │ │ ├── lang
│ │ │ │ │ ├── en.php
│ │ │ │ │ ├── zh-cn.php
│ │ │ │ │ └── zh-tw.php
│ │ │ │ ├── php4
│ │ │ │ │ ├── CommandHandler
│ │ │ │ │ │ ├── CommandHandlerBase.php
│ │ │ │ │ │ ├── CopyFiles.php
│ │ │ │ │ │ ├── CreateFolder.php
│ │ │ │ │ │ ├── DeleteFile.php
│ │ │ │ │ │ ├── DeleteFolder.php
│ │ │ │ │ │ ├── DownloadFile.php
│ │ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ │ ├── GetFiles.php
│ │ │ │ │ │ ├── GetFolders.php
│ │ │ │ │ │ ├── Init.php
│ │ │ │ │ │ ├── MoveFiles.php
│ │ │ │ │ │ ├── QuickUpload.php
│ │ │ │ │ │ ├── RenameFile.php
│ │ │ │ │ │ ├── RenameFolder.php
│ │ │ │ │ │ ├── Thumbnail.php
│ │ │ │ │ │ └── XmlCommandHandlerBase.php
│ │ │ │ │ ├── Core
│ │ │ │ │ │ ├── AccessControlConfig.php
│ │ │ │ │ │ ├── Config.php
│ │ │ │ │ │ ├── Connector.php
│ │ │ │ │ │ ├── Factory.php
│ │ │ │ │ │ ├── FolderHandler.php
│ │ │ │ │ │ ├── Hooks.php
│ │ │ │ │ │ ├── ImagesConfig.php
│ │ │ │ │ │ ├── Registry.php
│ │ │ │ │ │ ├── ResourceTypeConfig.php
│ │ │ │ │ │ ├── ThumbnailsConfig.php
│ │ │ │ │ │ └── Xml.php
│ │ │ │ │ ├── ErrorHandler
│ │ │ │ │ │ ├── Base.php
│ │ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ │ ├── Http.php
│ │ │ │ │ │ └── QuickUpload.php
│ │ │ │ │ └── Utils
│ │ │ │ │ ├── FileSystem.php
│ │ │ │ │ ├── Misc.php
│ │ │ │ │ ├── Security.php
│ │ │ │ │ └── XmlNode.php
│ │ │ │ └── php5
│ │ │ │ ├── CommandHandler
│ │ │ │ │ ├── CommandHandlerBase.php
│ │ │ │ │ ├── CopyFiles.php
│ │ │ │ │ ├── CreateFolder.php
│ │ │ │ │ ├── DeleteFile.php
│ │ │ │ │ ├── DeleteFolder.php
│ │ │ │ │ ├── DownloadFile.php
│ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ ├── GetFiles.php
│ │ │ │ │ ├── GetFolders.php
│ │ │ │ │ ├── Init.php
│ │ │ │ │ ├── MoveFiles.php
│ │ │ │ │ ├── QuickUpload.php
│ │ │ │ │ ├── RenameFile.php
│ │ │ │ │ ├── RenameFolder.php
│ │ │ │ │ ├── Thumbnail.php
│ │ │ │ │ └── XmlCommandHandlerBase.php
│ │ │ │ ├── Core
│ │ │ │ │ ├── AccessControlConfig.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── Connector.php
│ │ │ │ │ ├── Factory.php
│ │ │ │ │ ├── FolderHandler.php
│ │ │ │ │ ├── Hooks.php
│ │ │ │ │ ├── ImagesConfig.php
│ │ │ │ │ ├── Registry.php
│ │ │ │ │ ├── ResourceTypeConfig.php
│ │ │ │ │ ├── ThumbnailsConfig.php
│ │ │ │ │ └── Xml.php
│ │ │ │ ├── ErrorHandler
│ │ │ │ │ ├── Base.php
│ │ │ │ │ ├── FileUpload.php
│ │ │ │ │ ├── Http.php
│ │ │ │ │ └── QuickUpload.php
│ │ │ │ └── Utils
│ │ │ │ ├── FileSystem.php
│ │ │ │ ├── Misc.php
│ │ │ │ ├── Security.php
│ │ │ │ └── XmlNode.php
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── plugins
│ │ │ │ ├── dummy
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ └── pl.js
│ │ │ │ │ └── plugin.js
│ │ │ │ ├── fileeditor
│ │ │ │ │ ├── codemirror
│ │ │ │ │ │ ├── contrib
│ │ │ │ │ │ │ └── php
│ │ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ │ └── phpcolors.css
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ │ ├── parsephphtmlmixed.js
│ │ │ │ │ │ │ │ ├── parsephp.js
│ │ │ │ │ │ │ │ └── tokenizephp.js
│ │ │ │ │ │ │ └── LICENSE
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── csscolors.css
│ │ │ │ │ │ │ ├── docs.css
│ │ │ │ │ │ │ ├── jscolors.css
│ │ │ │ │ │ │ ├── people.jpg
│ │ │ │ │ │ │ ├── sparqlcolors.css
│ │ │ │ │ │ │ └── xmlcolors.css
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── codemirror.js
│ │ │ │ │ │ │ ├── editor.js
│ │ │ │ │ │ │ ├── highlight.js
│ │ │ │ │ │ │ ├── mirrorframe.js
│ │ │ │ │ │ │ ├── parsecss.js
│ │ │ │ │ │ │ ├── parsedummy.js
│ │ │ │ │ │ │ ├── parsehtmlmixed.js
│ │ │ │ │ │ │ ├── parsejavascript.js
│ │ │ │ │ │ │ ├── parsesparql.js
│ │ │ │ │ │ │ ├── parsexml.js
│ │ │ │ │ │ │ ├── select.js
│ │ │ │ │ │ │ ├── stringstream.js
│ │ │ │ │ │ │ ├── tokenizejavascript.js
│ │ │ │ │ │ │ ├── tokenize.js
│ │ │ │ │ │ │ ├── undo.js
│ │ │ │ │ │ │ └── util.js
│ │ │ │ │ │ └── LICENSE
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ └── plugin.php
│ │ │ │ ├── imageresize
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── mini.gif
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ └── plugin.php
│ │ │ │ └── watermark
│ │ │ │ ├── logo.gif
│ │ │ │ └── plugin.php
│ │ │ ├── skins
│ │ │ │ ├── kama
│ │ │ │ │ ├── app.css
│ │ │ │ │ ├── host.css
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ckffolder.gif
│ │ │ │ │ │ ├── ckffolderopened.gif
│ │ │ │ │ │ ├── ckfminus.gif
│ │ │ │ │ │ ├── ckfnothumb.gif
│ │ │ │ │ │ ├── ckfplus.gif
│ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ ├── 16
│ │ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ │ ├── ogg.gif
│ │ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ │ └── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── ogg.gif
│ │ │ │ │ │ │ ├── ogg.png
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── loaders
│ │ │ │ │ │ │ ├── 16x16.gif
│ │ │ │ │ │ │ └── 32x32.gif
│ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ │ ├── sprites.png
│ │ │ │ │ │ └── toolbar
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── clear_basket.gif
│ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ ├── download.gif
│ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ ├── refresh.gif
│ │ │ │ │ │ ├── settings.gif
│ │ │ │ │ │ └── view.gif
│ │ │ │ │ ├── richcombo.css
│ │ │ │ │ ├── skin.js
│ │ │ │ │ └── uipanel.css
│ │ │ │ └── v1
│ │ │ │ ├── app.css
│ │ │ │ ├── host.css
│ │ │ │ ├── icons.png
│ │ │ │ ├── images
│ │ │ │ │ ├── ckffolder.gif
│ │ │ │ │ ├── ckffolderopened.gif
│ │ │ │ │ ├── ckfminus.gif
│ │ │ │ │ ├── ckfnothumb.gif
│ │ │ │ │ ├── ckfplus.gif
│ │ │ │ │ ├── dialog_sides.gif
│ │ │ │ │ ├── dialog_sides.png
│ │ │ │ │ ├── dialog_sides_rtl.png
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 16
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ └── 32
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── docx.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── pptx.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xlsx.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── loaders
│ │ │ │ │ │ ├── 16x16.gif
│ │ │ │ │ │ └── 32x32.gif
│ │ │ │ │ ├── spacer.gif
│ │ │ │ │ ├── sprites_ie6.png
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── toolbar
│ │ │ │ │ │ ├── add.gif
│ │ │ │ │ │ ├── clear_basket.gif
│ │ │ │ │ │ ├── delete.gif
│ │ │ │ │ │ ├── download.gif
│ │ │ │ │ │ ├── help.gif
│ │ │ │ │ │ ├── refresh.gif
│ │ │ │ │ │ ├── settings.gif
│ │ │ │ │ │ └── view.gif
│ │ │ │ │ └── toolbar_start.gif
│ │ │ │ ├── richcombo.css
│ │ │ │ ├── skin.js
│ │ │ │ └── uipanel.css
│ │ │ └── userfiles
│ │ ├── download.php
│ │ ├── hr.php
│ │ ├── product.php
│ │ ├── single.php
│ │ └── turl.php
│ ├── style
│ │ ├── common.css
│ │ └── default.css
│ ├── Upload.php
│ ├── UploadS.php
│ └── Version.php
├── class.php
├── FlashSlide
│ ├── Style1
│ │ └── Flash.swf
│ ├── Style2
│ │ └── slideshow.js
│ ├── Style3
│ │ └── Flash.swf
│ └── Style4
│ └── Flash.swf
├── html
├── inc
│ ├── ajaxrequest.js
│ ├── class.mysql.php
│ ├── class.page.php
│ ├── config_db.php
│ ├── config.php
│ ├── fonts
│ │ └── SF Automaton Bold Oblique.ttf
│ ├── hits.php
│ ├── JS.js
│ ├── linb.php
│ ├── MailClass.php
│ ├── MailConfig.inc.php
│ ├── module.php
│ ├── showhits.php
│ ├── sitemap.php
│ ├── template.php
│ └── vcode.php
├── index.php
├── install
│ ├── config.php
│ ├── images
│ │ ├── but_back.png
│ │ ├── but_next.png
│ │ ├── home_icon.png
│ │ ├── ico-step-now.png
│ │ ├── ico-step-succeed.png
│ │ ├── panel_top.png
│ │ ├── position_bg.png
│ │ ├── step-ico-bg.png
│ │ ├── Thumbs.db
│ │ ├── top-bg.png
│ │ ├── top-logo.png
│ │ ├── top_nav_shades.gif
│ │ └── top_shades.png
│ ├── index.php
│ ├── install.inc.php
│ ├── sql.txt
│ ├── style.css
│ ├── tablebox.css
│ └── templates
│ ├── step-1.html
│ ├── step-2.html
│ ├── step-3.html
│ ├── step-4.html
│ └── Thumbs.db
├── member
├── notice.php
├── plug
│ ├── book.php
│ └── email.php
├── search.php
├── sitemap.xml
├── Slide
│ ├── Thumbs.db
│ └── tun2.jpg
├── templates
│ ├── default
│ │ ├── article.htm
│ │ ├── book.htm
│ │ ├── css
│ │ │ └── style.css
│ │ ├── footer.htm
│ │ ├── header.htm
│ │ ├── hr.htm
│ │ ├── images
│ │ │ ├── about.jpg
│ │ │ ├── actionbar.gif
│ │ │ ├── action.png
│ │ │ ├── a.jpg
│ │ │ ├── banner.swf
│ │ │ ├── bg.png
│ │ │ ├── bottomfade.gif
│ │ │ ├── bottomfade.png
│ │ │ ├── bullet.gif
│ │ │ ├── bullet.png
│ │ │ ├── crumbs.gif
│ │ │ ├── index_l_line.gif
│ │ │ ├── list.gif
│ │ │ ├── logo.gif
│ │ │ ├── logo.jpg
│ │ │ ├── logo.png
│ │ │ ├── main-new.png
│ │ │ ├── m.gif
│ │ │ ├── nav-back.png
│ │ │ ├── panel.png
│ │ │ ├── selected.gif
│ │ │ ├── s.png
│ │ │ ├── Thumbs.db
│ │ │ └── video.png
│ │ ├── index.htm
│ │ ├── notice.htm
│ │ ├── product.htm
│ │ ├── Scripts
│ │ │ ├── expressInstall.swf
│ │ │ └── swfobject_modified.js
│ │ ├── search.htm
│ │ ├── single.htm
│ │ ├── view_article.htm
│ │ ├── view_hr.htm
│ │ └── view_product.htm
│ ├── tun2
│ │ ├── ad
│ │ │ ├── 1_b.jpg
│ │ │ ├── 1_s.jpg
│ │ │ ├── 2_b.jpg
│ │ │ ├── 2_s.jpg
│ │ │ └── Thumbs.db
│ │ ├── article.htm
│ │ ├── book.htm
│ │ ├── css
│ │ │ ├── ie6.css
│ │ │ └── style.css
│ │ ├── footer.htm
│ │ ├── gd
│ │ │ └── index.php
│ │ ├── header.htm
│ │ ├── hr.htm
│ │ ├── images
│ │ │ ├── about.jpg
│ │ │ ├── autentificare_icon.gif
│ │ │ ├── banner_active.png
│ │ │ ├── banner_bottom_bg.png
│ │ │ ├── banner_next.png
│ │ │ ├── banner_prev.png
│ │ │ ├── btn_adauga.png
│ │ │ ├── btn_detalii.png
│ │ │ ├── btn_email.png
│ │ │ ├── btn_ordonare_ascendenta.png
│ │ │ ├── btn_ordonare_descendenta.png
│ │ │ ├── bullet_info01.png
│ │ │ ├── bullet_info02.png
│ │ │ ├── cart_icon.png
│ │ │ ├── cart_spacer.gif
│ │ │ ├── creaza_cont_icon.gif
│ │ │ ├── cr_icon.png
│ │ │ ├── email_icon.png
│ │ │ ├── filterControls_bg.png
│ │ │ ├── filters_title.png
│ │ │ ├── home_icon.png
│ │ │ ├── icon.gif
│ │ │ ├── input_email.png
│ │ │ ├── links_bg.png
│ │ │ ├── links.png
│ │ │ ├── links_spacer.png
│ │ │ ├── listingBox01_body.png
│ │ │ ├── listingBox01_bottom.png
│ │ │ ├── listingBox01_top.png
│ │ │ ├── listingBox_body.png
│ │ │ ├── listingBox_bottom.png
│ │ │ ├── listingBox_top.png
│ │ │ ├── list.png
│ │ │ ├── log2.jpg
│ │ │ ├── logo2.png
│ │ │ ├── logo.png
│ │ │ ├── nav_center.png
│ │ │ ├── nav_hover.png
│ │ │ ├── nav_left_corner.png
│ │ │ ├── nav_right_corner.png
│ │ │ ├── nav_spacer.png
│ │ │ ├── paginator_left.png
│ │ │ ├── paginator_right.png
│ │ │ ├── panel_body.png
│ │ │ ├── panel_bottom_dark.png
│ │ │ ├── panel_bottom.png
│ │ │ ├── panel_top.png
│ │ │ ├── position_bg.png
│ │ │ ├── price_center.gif
│ │ │ ├── price_left_corner.gif
│ │ │ ├── price_right_corner.gif
│ │ │ ├── promo_icon.png
│ │ │ ├── search_bg.png
│ │ │ ├── testproduct.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── title.png
│ │ │ ├── top_10.gif
│ │ │ ├── top_1.gif
│ │ │ ├── top_2.gif
│ │ │ ├── top_3.gif
│ │ │ ├── top_4.gif
│ │ │ ├── top_5.gif
│ │ │ ├── top_6.gif
│ │ │ ├── top_7.gif
│ │ │ ├── top_8.gif
│ │ │ ├── top_9.gif
│ │ │ ├── top_nav_shades.gif
│ │ │ ├── top_shades.png
│ │ │ ├── tun2_logo.png
│ │ │ └── tw_icon.png
│ │ ├── index.htm
│ │ ├── js
│ │ │ ├── custom.js
│ │ │ ├── jquery-1.3.2.min.js
│ │ │ └── jquery.tools.min.js
│ │ ├── notice.htm
│ │ ├── product.htm
│ │ ├── search.htm
│ │ ├── single.htm
│ │ ├── view_article.htm
│ │ ├── view_hr.htm
│ │ └── view_product.htm
│ └── tun2.tpl
│ ├── article.tpl.php
│ ├── book.tpl.php
│ ├── footer.tpl.php
│ ├── header.tpl.php
│ ├── hr.tpl.php
│ ├── index.tpl.php
│ ├── product.tpl.php
│ ├── single.tpl.php
│ ├── view_article.tpl.php
│ ├── view_hr.tpl.php
│ └── view_product.tpl.php
├── upfile
│ ├── images
│ │ ├── 201006061007220c539(1).jpg
│ │ └── 201006061007220c539.jpg
│ ├── _thumbs
│ │ └── Images
│ │ ├── 201006061007220c539(1).jpg
│ │ └── 201006061007220c539.jpg
│ └── Thumbs.db
├── view.php
├── 授权协议.doc
├── 模板标签.doc
└── 用户手册.doc
154 directories, 718 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论