在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 完整企业站源码,大气,非常的适合新手建站

完整企业站源码,大气,非常的适合新手建站

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.12M
  • 下载次数:3
  • 浏览次数:97
  • 发布时间:2021-01-20
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
一套红色企业站代码,非常的适合新手建站,代码容易修改,网站后台账号:admin,密码:123456
【实例截图】
【核心代码】
5a62a2fe-19d1-4ca2-b9cf-694aee183f62
└── upload完整网站代码
├── about
│   └── index.asp
├── admin_aspcms
│   ├── _adv
│   │   ├── AspCms_AdvAdd.asp
│   │   ├── AspCms_AdvEdit.asp
│   │   ├── AspCms_AdvEditDL.asp
│   │   ├── AspCms_AdvEditPF.asp
│   │   ├── AspCms_AdvEditTC.asp
│   │   ├── AspCms_AdvFun.asp
│   │   └── AspCms_AdvList.asp
│   ├── _content
│   │   ├── _About
│   │   │   ├── AspCms_About.asp
│   │   │   ├── AspCms_AboutEdit.asp
│   │   │   ├── AspCms_AboutEdit_user.asp
│   │   │   ├── AspCms_AboutFun.asp
│   │   │   └── AspCms_AboutFun_user.asp
│   │   ├── _Apply
│   │   │   ├── AspCms_Apply.asp
│   │   │   ├── AspCms_ApplyEdit.asp
│   │   │   └── AspCms_ApplyFun.asp
│   │   ├── _Comments
│   │   │   ├── AspCms_CommentFun.asp
│   │   │   ├── AspCms_Comments.asp
│   │   │   ├── AspCms_Message.asp
│   │   │   ├── AspCms_MessageEdit.asp
│   │   │   ├── AspCms_MessageFun.asp
│   │   │   ├── AspCms_TabAdd.asp
│   │   │   ├── AspCms_Tab.asp
│   │   │   └── AspCms_TabFun.asp
│   │   ├── _Content
│   │   │   ├── AspCms_ContentAdd.asp
│   │   │   ├── AspCms_ContentEdit.asp
│   │   │   ├── AspCms_ContentFun.asp
│   │   │   ├── AspCms_ContentList.asp
│   │   │   ├── AspCms_ContentList_user.asp
│   │   │   └── AspCms_Recycling.asp
│   │   ├── _Order
│   │   │   ├── AspCms_Order.asp
│   │   │   ├── AspCms_OrderDetail.asp
│   │   │   ├── AspCms_OrderEdit.asp
│   │   │   ├── AspCms_OrderFun.asp
│   │   │   └── AspCms_OrderInfo.asp
│   │   ├── _Sort
│   │   │   ├── AspCms_QuickAdd.asp
│   │   │   ├── AspCms_SortAdd.asp
│   │   │   ├── AspCms_Sort.asp
│   │   │   ├── AspCms_SortEdit.asp
│   │   │   └── AspCms_SortFun.asp
│   │   ├── _Spec
│   │   │   ├── AspCms_SpecAdd.asp
│   │   │   ├── AspCms_Spec.asp
│   │   │   ├── AspCms_SpecEdit.asp
│   │   │   └── AspCms_SpecFun.asp
│   │   └── _Tag
│   │   ├── AspCms_TagAdd.asp
│   │   ├── AspCms_Tag.asp
│   │   └── AspCms_TagFun.asp
│   ├── css
│   │   ├── all.css
│   │   ├── base.css
│   │   ├── css_body.css
│   │   ├── css_menu.css
│   │   ├── css_menu_user.css
│   │   ├── css_top.css
│   │   ├── css_top_user.css
│   │   └── tinyTips.css
│   ├── editor
│   │   ├── editor
│   │   │   ├── css
│   │   │   │   ├── behaviors
│   │   │   │   │   ├── disablehandles.htc
│   │   │   │   │   └── showtableborders.htc
│   │   │   │   ├── editor.css
│   │   │   │   ├── fck_editorarea.css
│   │   │   │   ├── fck_internal.css
│   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   └── images
│   │   │   │   ├── block_address.png
│   │   │   │   ├── block_blockquote.png
│   │   │   │   ├── block_div.png
│   │   │   │   ├── block_h1.png
│   │   │   │   ├── block_h2.png
│   │   │   │   ├── block_h3.png
│   │   │   │   ├── block_h4.png
│   │   │   │   ├── block_h5.png
│   │   │   │   ├── block_h6.png
│   │   │   │   ├── block_p.png
│   │   │   │   ├── block_pre.png
│   │   │   │   ├── fck_anchor.gif
│   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   ├── fck_hiddenfield.gif
│   │   │   │   ├── fck_pagebreak.gif
│   │   │   │   └── fck_plugin.gif
│   │   │   ├── dialog
│   │   │   │   ├── common
│   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   ├── fcknumericfield.htc
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── locked.gif
│   │   │   │   │   │   ├── reset.gif
│   │   │   │   │   │   └── unlocked.gif
│   │   │   │   │   └── moz-bindings.xml
│   │   │   │   ├── fck_about
│   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   ├── logo_fredck.gif
│   │   │   │   │   └── sponsors
│   │   │   │   │   └── spellchecker_net.gif
│   │   │   │   ├── fck_about.html
│   │   │   │   ├── fck_anchor.html
│   │   │   │   ├── fck_button.html
│   │   │   │   ├── fck_checkbox.html
│   │   │   │   ├── fck_colorselector.html
│   │   │   │   ├── fck_div.html
│   │   │   │   ├── fck_docprops
│   │   │   │   │   └── fck_document_preview.html
│   │   │   │   ├── fck_docprops.html
│   │   │   │   ├── fck_find.html
│   │   │   │   ├── fck_flash
│   │   │   │   │   ├── fck_flash.js
│   │   │   │   │   └── fck_flash_preview.html
│   │   │   │   ├── fck_flash.html
│   │   │   │   ├── fck_form.html
│   │   │   │   ├── fck_hiddenfield.html
│   │   │   │   ├── fck_image
│   │   │   │   │   ├── fck_image.js
│   │   │   │   │   └── fck_image_preview.html
│   │   │   │   ├── fck_image.html
│   │   │   │   ├── fck_link
│   │   │   │   │   └── fck_link.js
│   │   │   │   ├── fck_link.html
│   │   │   │   ├── fck_listprop.html
│   │   │   │   ├── fck_paste.html
│   │   │   │   ├── fck_radiobutton.html
│   │   │   │   ├── fck_replace.html
│   │   │   │   ├── fck_select
│   │   │   │   │   └── fck_select.js
│   │   │   │   ├── fck_select.html
│   │   │   │   ├── fck_smiley.html
│   │   │   │   ├── fck_source.html
│   │   │   │   ├── fck_specialchar.html
│   │   │   │   ├── fck_spellerpages
│   │   │   │   │   └── spellerpages
│   │   │   │   │   ├── blank.html
│   │   │   │   │   ├── controls.html
│   │   │   │   │   ├── controlWindow.js
│   │   │   │   │   ├── spellchecker.html
│   │   │   │   │   ├── spellChecker.js
│   │   │   │   │   ├── spellerStyle.css
│   │   │   │   │   └── wordWindow.js
│   │   │   │   ├── fck_spellerpages.html
│   │   │   │   ├── fck_tablecell.html
│   │   │   │   ├── fck_table.html
│   │   │   │   ├── fck_template
│   │   │   │   │   └── images
│   │   │   │   │   ├── template1.gif
│   │   │   │   │   ├── template2.gif
│   │   │   │   │   └── template3.gif
│   │   │   │   ├── fck_template.html
│   │   │   │   ├── fck_textarea.html
│   │   │   │   └── fck_textfield.html
│   │   │   ├── dtd
│   │   │   │   ├── fck_dtd_test.html
│   │   │   │   ├── fck_xhtml10strict.js
│   │   │   │   └── fck_xhtml10transitional.js
│   │   │   ├── fckdebug.html
│   │   │   ├── fckdialog.html
│   │   │   ├── fckeditor.html
│   │   │   ├── fckeditor.original.html
│   │   │   ├── fckeditor s.html
│   │   │   ├── fckeditors.html
│   │   │   ├── images
│   │   │   │   ├── anchor.gif
│   │   │   │   ├── arrow_ltr.gif
│   │   │   │   ├── arrow_rtl.gif
│   │   │   │   ├── modecodebtn.gif
│   │   │   │   ├── modecode.gif
│   │   │   │   ├── modeedit.gif
│   │   │   │   ├── modeformat.gif
│   │   │   │   ├── modepreview.gif
│   │   │   │   ├── modetext.gif
│   │   │   │   ├── SizeMinus.gif
│   │   │   │   ├── SizePlus.gif
│   │   │   │   ├── smiley
│   │   │   │   │   └── msn
│   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   ├── broken_heart.gif
│   │   │   │   │   ├── cake.gif
│   │   │   │   │   ├── confused_smile.gif
│   │   │   │   │   ├── cry_smile.gif
│   │   │   │   │   ├── devil_smile.gif
│   │   │   │   │   ├── embaressed_smile.gif
│   │   │   │   │   ├── envelope.gif
│   │   │   │   │   ├── heart.gif
│   │   │   │   │   ├── kiss.gif
│   │   │   │   │   ├── lightbulb.gif
│   │   │   │   │   ├── omg_smile.gif
│   │   │   │   │   ├── regular_smile.gif
│   │   │   │   │   ├── sad_smile.gif
│   │   │   │   │   ├── shades_smile.gif
│   │   │   │   │   ├── teeth_smile.gif
│   │   │   │   │   ├── thumbs_down.gif
│   │   │   │   │   ├── thumbs_up.gif
│   │   │   │   │   ├── tounge_smile.gif
│   │   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   │   └── wink_smile.gif
│   │   │   │   ├── spacer.gif
│   │   │   │   └── splitView.gif
│   │   │   ├── js
│   │   │   │   ├── fckadobeair.js
│   │   │   │   ├── fckeditorcode_gecko.js
│   │   │   │   └── fckeditorcode_ie.js
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── _translationstatus.txt
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── plugins
│   │   │   │   ├── autogrow
│   │   │   │   │   └── fckplugin.js
│   │   │   │   ├── bbcode
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   └── _sample
│   │   │   │   │   ├── sample.config.js
│   │   │   │   │   └── sample.html
│   │   │   │   ├── dragresizetable
│   │   │   │   │   └── fckplugin.js
│   │   │   │   ├── placeholder
│   │   │   │   │   ├── fck_placeholder.html
│   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   └── pl.js
│   │   │   │   │   └── placeholder.gif
│   │   │   │   ├── simplecommands
│   │   │   │   │   └── fckplugin.js
│   │   │   │   └── tablecommands
│   │   │   │   └── fckplugin.js
│   │   │   └── skins
│   │   │   └── default
│   │   │   ├── fck_dialog.css
│   │   │   ├── fck_dialog_ie6.js
│   │   │   ├── fck_editor.css
│   │   │   ├── fck_strip.gif
│   │   │   └── images
│   │   │   ├── dialog.sides.gif
│   │   │   ├── dialog.sides.png
│   │   │   ├── dialog.sides.rtl.png
│   │   │   ├── sprites.gif
│   │   │   ├── sprites.png
│   │   │   ├── toolbar.arrowright.gif
│   │   │   ├── toolbar.bg.gif
│   │   │   ├── toolbar.buttonarrow.gif
│   │   │   ├── toolbar.buttonbg.gif
│   │   │   ├── toolbar.collapse.gif
│   │   │   ├── toolbar.end.gif
│   │   │   ├── toolbar.expand.gif
│   │   │   ├── toolbar.separator.gif
│   │   │   └── toolbar.start.gif
│   │   ├── fckconfig.js
│   │   ├── fckeditor.asp
│   │   ├── fckstyles.xml
│   │   ├── fcktemplates.xml
│   │   └── upload.asp
│   ├── editPass.asp
│   ├── _expand
│   │   ├── _53kf
│   │   │   ├── AspCms_53kf.asp
│   │   │   └── AspCms_53kfFun.asp
│   │   ├── _data
│   │   │   ├── AspCms_Data.asp
│   │   │   └── AspCms_DataFun.asp
│   │   ├── _file
│   │   │   ├── AspCms_FileManger.asp
│   │   │   ├── AspCms_FileMangerFun.asp
│   │   │   └── AspCms_RedundancyFile.asp
│   │   ├── _form
│   │   │   ├── AspCms_Custom.asp
│   │   │   ├── AspCms_CustomEdit.asp
│   │   │   ├── AspCms_CustomFun.asp
│   │   │   ├── AspCms_FormAdd.asp
│   │   │   ├── AspCms_Form.asp
│   │   │   └── AspCms_FormFun.asp
│   │   ├── _Links
│   │   │   ├── AspCms_LinksAdd.asp
│   │   │   ├── AspCms_Links.asp
│   │   │   ├── AspCms_LinksEdit.asp
│   │   │   └── AspCms_linksFun.asp
│   │   ├── _qqkf
│   │   │   ├── AspCms_qqkf.asp
│   │   │   └── AspCms_qqkfFun.asp
│   │   ├── _slide
│   │   │   ├── AspCms_Slide.asp
│   │   │   ├── AspCms_SlideB.asp
│   │   │   ├── AspCms_SlideC.asp
│   │   │   └── AspCms_SlideD.asp
│   │   ├── _statistics
│   │   │   └── AspCms_Statistics.asp
│   │   └── _update
│   │   ├── AspCms_Update.asp
│   │   └── AspCms_UpdateFun.asp
│   ├── home.asp
│   ├── images
│   │   ├── 01.gif
│   │   ├── 02.gif
│   │   ├── admin_tlogo.jpg
│   │   ├── arrowdown.gif
│   │   ├── base.js
│   │   ├── body_title_bg.gif
│   │   ├── body_title_left.gif
│   │   ├── body_title_right.gif
│   │   ├── class_sclose.gif
│   │   ├── class_sopen.gif
│   │   ├── class_ssr.gif
│   │   ├── close2.gif
│   │   ├── close.gif
│   │   ├── color.png
│   │   ├── dede_biz_admin_bbg.jpg
│   │   ├── dede_biz_admin_blbg.jpg
│   │   ├── dede_biz_admin_brbg.jpg
│   │   ├── dede_biz_admin_lmbg.jpg
│   │   ├── dede_biz_admin_lmtr.jpg
│   │   ├── dede_biz_admin_mbg.jpg
│   │   ├── frame.js
│   │   ├── frame-l.gif
│   │   ├── frame_on.gif
│   │   ├── frame-r.gif
│   │   ├── help.gif
│   │   ├── ico_1.gif
│   │   ├── ico_2.gif
│   │   ├── ico_3.gif
│   │   ├── ico_4.gif
│   │   ├── ico_5.gif
│   │   ├── image_s.gif
│   │   ├── inputbut_bg.gif
│   │   ├── input_shadow.png
│   │   ├── kong.gif
│   │   ├── left_bg_top.gif
│   │   ├── login_13.png
│   │   ├── login_input_bg.gif
│   │   ├── login_input_hr.gif
│   │   ├── login_submit.gif
│   │   ├── logo_01.gif
│   │   ├── logo_user.jpg
│   │   ├── main.js
│   │   ├── mb_bg.gif
│   │   ├── menulist.gif
│   │   ├── menunowbg.gif
│   │   ├── menu_title_bg.jpg
│   │   ├── mico_1.gif
│   │   ├── mico_l.gif
│   │   ├── noimage.gif
│   │   ├── pbg.gif
│   │   ├── qqstyle1.jpg
│   │   ├── qqstyle2.jpg
│   │   ├── rcbox_title.gif
│   │   ├── slide1.jpg
│   │   ├── style.css
│   │   ├── tcstyle1.jpg
│   │   ├── tinyTip-bottom.png
│   │   ├── tinyTip-bq.png
│   │   ├── tinyTip-content.png
│   │   ├── tinyTip.png
│   │   ├── tinyTip-top.png
│   │   ├── toolbar_del.gif
│   │   ├── toolbar_no.gif
│   │   ├── toolbar_ok.gif
│   │   ├── top_bg.gif
│   │   ├── top_bg_hr.jpg
│   │   ├── top_nav_bg.jpg
│   │   ├── top_nav_left.jpg
│   │   ├── top_nav_link2.gif
│   │   ├── top_nav_link.jpg
│   │   ├── top_nav_mid.jpg
│   │   ├── top_nav_on.gif
│   │   ├── top_nav_right.jpg
│   │   ├── tpbg.gif
│   │   ├── view.gif
│   │   ├── 复件 top_nav_bg.jpg
│   │   └── 复件 top_nav_on.gif
│   ├── inc
│   │   └── AspCms_SettingClass.asp
│   ├── index.asp
│   ├── index_user.asp
│   ├── js
│   │   ├── getdate
│   │   │   ├── calendar.js
│   │   │   ├── config.js
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh-tw.js
│   │   │   ├── My97DatePicker.htm
│   │   │   ├── skin
│   │   │   │   ├── datePicker.gif
│   │   │   │   ├── default
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── WdatePicker.css
│   │   │   │   └── whyGreen
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   └── WdatePicker.js
│   │   ├── iColorPicker.js
│   │   ├── jquery.min.js
│   │   ├── jquery.tinyTips.js
│   │   ├── menu.js
│   │   └── swfobject.js
│   ├── login.asp
│   ├── menu.asp
│   ├── menu_user.asp
│   ├── _plug
│   │   ├── AspCms_plug.asp
│   │   └── AspCms_plugFun.asp
│   ├── right.asp
│   ├── right_user.asp
│   ├── script
│   │   ├── admin.js
│   │   ├── ajax.js
│   │   ├── blank.html
│   │   ├── channel.dat
│   │   ├── checkflash.js
│   │   ├── checkmail.js
│   │   ├── checknews.js
│   │   ├── checksoft.js
│   │   ├── fixed.inc
│   │   ├── float.inc
│   │   ├── gatherer.js
│   │   ├── getfilelist.xslt
│   │   ├── html.inc
│   │   ├── Logdata.resx
│   │   ├── searchsug.js
│   │   ├── selcolor.htm
│   │   └── setstyle.htm
│   ├── _seo
│   │   ├── AspCms_MakeHtml.asp
│   │   ├── AspCms_MakeHtmlFun.asp
│   │   └── AspCms_SearchEngine.asp
│   ├── _style
│   │   ├── AspCms_Style.asp
│   │   ├── AspCms_StyleFun.asp
│   │   ├── AspCms_TemplateAdd.asp
│   │   ├── AspCms_Template.asp
│   │   ├── AspCms_TemplateEdit.asp
│   │   └── _Label
│   │   ├── AspCms_LabelAdd.asp
│   │   ├── AspCms_Label.asp
│   │   ├── AspCms_LabelEdit.asp
│   │   └── AspCms_LabelFun.asp
│   ├── _system
│   │   ├── AspCms_ComplanySetting.asp
│   │   ├── AspCms_PaymentSetting.asp
│   │   ├── AspCms_SettingFun.asp
│   │   ├── AspCms_SiteSetting.asp
│   │   ├── Company.asp
│   │   ├── GoogleMap.html
│   │   ├── _Language
│   │   │   ├── AspCms_LanguageAdd.asp
│   │   │   ├── AspCms_Language.asp
│   │   │   ├── AspCms_LanguageEdit.asp
│   │   │   └── AspCms_LanguageFun.asp
│   │   ├── _Scene
│   │   │   ├── AspCms_SceneAdd.asp
│   │   │   ├── AspCms_Scene.asp
│   │   │   ├── AspCms_SceneEdit.asp
│   │   │   └── AspCms_SceneFun.asp
│   │   └── 复件 AspCms_SiteSetting.asp
│   ├── top.asp
│   ├── top_user.asp
│   └── _user
│   ├── _Admin
│   │   ├── AspCms_AdminAdd.asp
│   │   ├── AspCms_AdminEdit.asp
│   │   ├── AspCms_AdminGroupAdd.asp
│   │   ├── AspCms_AdminGroupEdit.asp
│   │   ├── AspCms_AdminGroupFun.asp
│   │   ├── AspCms_AdminGroupList.asp
│   │   └── AspCms_AdminList.asp
│   └── _User
│   ├── AspCms_UserAdd.asp
│   ├── AspCms_UserEdit.asp
│   ├── AspCms_UserGroupAdd.asp
│   ├── AspCms_UserGroupEdit.asp
│   ├── AspCms_UserGroupFun.asp
│   ├── AspCms_UserGroupList.asp
│   └── AspCms_UserList.asp
├── apply
│   └── index.asp
├── ASP专业调试工具.exe
├── baidu_1.xml
├── baidu.txt
├── config
│   ├── AspCms_Config.asp
│   └── AspCms_PayMentConfig.asp
├── content
│   └── index.asp
├── css
│   └── album.css
├── custom
│   ├── index.asp
│   └── save.asp
├── data
│   └── #data.asp
├── flash
│   ├── slide1.swf
│   ├── slideflash2.swf
│   └── slideflash.swf
├── gbook
│   ├── index.asp
│   └── save.asp
├── images
│   ├── Album
│   │   ├── ajax-loader.gif
│   │   ├── AntLoading.swf
│   │   ├── arr_left.cur
│   │   ├── arr_right.cur
│   │   ├── ft-bg.png
│   │   ├── scrollBgline.png
│   │   ├── scrollBg.png
│   │   ├── split_v1.0.png
│   │   └── touming3.png
│   └── qq
│   ├── qqkf1
│   │   ├── cslist_btm_bg.gif
│   │   ├── cslist_mid_bg.gif
│   │   ├── cslist_top_bg.gif
│   │   ├── cslist_top_shut.gif
│   │   ├── default.css
│   │   ├── email.gif
│   │   ├── icon.gif
│   │   ├── icon_person_msn.gif
│   │   ├── icon_person_qq.gif
│   │   ├── icon_person_stat_online.gif
│   │   └── qqkf.js
│   └── qqkf2
│   ├── help.gif
│   ├── kefu.js
│   ├── Kf_bg02.gif
│   ├── Kf_bg03_01.gif
│   ├── Kf_bg03_02.gif
│   ├── Kf_bg03_03.gif
│   ├── kf.css
│   ├── qq_online.gif
│   └── service.gif
├── inc
│   ├── AspCms_AdvJs.asp
│   ├── AspCms_AStatistics.asp
│   ├── AspCms_CommonFun.asp
│   ├── AspCms_Getpy.asp
│   ├── AspCms_Language.asp
│   ├── AspCms_MainClass.asp
│   ├── AspCms_SettingClass.asp
│   ├── AspCms_Statistics.asp
│   ├── AspCms_templateFun.asp
│   ├── AspCms_Version.asp
│   ├── AspCms_VisitsAdd.asp
│   ├── AspCms_Visits.asp
│   ├── checkcode.asp
│   └── md5.asp
├── index.asp
├── js
│   ├── Album.js
│   ├── close.gif
│   ├── comm.js
│   ├── duilian.js
│   ├── GB_BIG.js
│   ├── jquery.js
│   ├── piaofu.js
│   ├── Select.js
│   ├── slide1.js
│   ├── tc.css
│   └── tc.js
├── list
│   └── index.asp
├── member
│   ├── login.asp
│   ├── OrderInfo.asp
│   ├── reg.asp
│   ├── userbuy.asp
│   ├── userinfo.asp
│   ├── userLogin01.asp
│   └── userLogin.asp
├── plug
│   ├── aliyun
│   │   ├── aliyun_Backup.asp
│   │   ├── aliyun_EditAcl.asp
│   │   ├── aliyun_EditConfig.asp
│   │   ├── aliyun_Head.asp
│   │   ├── aliyun_ListBucket.asp
│   │   ├── aliyun_ListObject.asp
│   │   ├── demo.asp
│   │   ├── images
│   │   │   ├── aliyun.gif
│   │   │   ├── bakup.gif
│   │   │   └── style.css
│   │   ├── inc
│   │   │   ├── aliyun_Config.asp
│   │   │   ├── aliyun_Funcs.asp
│   │   │   └── HMAC-SHA1.asp
│   │   └── plug.xml
│   ├── collect
│   │   ├── AspCms_Collect.asp
│   │   ├── AspCms_CollectContentlist.asp
│   │   ├── AspCms_CollectFun.asp
│   │   ├── AspCms_Collectlist.asp
│   │   ├── plug.xml
│   │   └── style.css
│   ├── comment
│   │   ├── addComment.asp
│   │   ├── comment.asp
│   │   ├── comment.html
│   │   ├── commentList.asp
│   │   └── img
│   │   ├── pagebg.jpg
│   │   └── pagebg_.jpg
│   ├── custom
│   │   └── custom.asp
│   ├── oem
│   │   ├── AspCms_OEM.asp
│   │   ├── AspCms_OEMFun.asp
│   │   ├── load.gif
│   │   ├── logo.jpg
│   │   ├── plug.xml
│   │   └── style.css
│   └── vote
│   ├── index.asp
│   ├── plug.xml
│   ├── r.asp
│   ├── style.css
│   ├── vote.asp
│   ├── vote_config.asp
│   ├── vote_setting.asp
│   └── vote_SettingFun.asp
├── productbuy
│   ├── cartsession.asp
│   ├── checkout.asp
│   ├── comfirm.asp
│   └── index.asp
├── rss
│   ├── 101.xml
│   ├── 104.xml
│   ├── 105.xml
│   ├── 10.xml
│   ├── 11.xml
│   ├── 12.xml
│   ├── 13.xml
│   ├── 14.xml
│   ├── 15.xml
│   ├── 16.xml
│   ├── 17.xml
│   ├── 19.xml
│   ├── 1.xml
│   ├── 20.xml
│   ├── 2.xml
│   ├── 3.xml
│   ├── 4.xml
│   ├── 5.xml
│   ├── 6.xml
│   ├── 7.xml
│   ├── 8.xml
│   └── 9.xml
├── search.asp
├── shipin.html
├── taglist.asp
├── tags.asp
├── templates
│   ├── cn
│   │   ├── css
│   │   │   ├── pagenavi-css.css
│   │   │   ├── style.css
│   │   │   └── styles.css
│   │   ├── html
│   │   │   ├── about.html
│   │   │   ├── album.html
│   │   │   ├── albumlist.html
│   │   │   ├── apply.html
│   │   │   ├── custom.html
│   │   │   ├── down.html
│   │   │   ├── downlist.html
│   │   │   ├── editpass.html
│   │   │   ├── foot.html
│   │   │   ├── gbook.html
│   │   │   ├── head.html
│   │   │   ├── index.html
│   │   │   ├── job.html
│   │   │   ├── joblist.html
│   │   │   ├── left1.html
│   │   │   ├── left.html
│   │   │   ├── logged.html
│   │   │   ├── login.html
│   │   │   ├── news.html
│   │   │   ├── newslist.html
│   │   │   ├── notlogin.html
│   │   │   ├── productbuy.html
│   │   │   ├── product.html
│   │   │   ├── productlist.html
│   │   │   ├── reg.html
│   │   │   ├── rssmap.html
│   │   │   ├── search.html
│   │   │   ├── sitemap.html
│   │   │   ├── taglist.html
│   │   │   ├── tags.html
│   │   │   ├── video.html
│   │   │   └── videolist.html
│   │   ├── images
│   │   │   ├── about-us(1).jpg
│   │   │   ├── about-us.jpg
│   │   │   ├── arrow_6.gif
│   │   │   ├── bg.png
│   │   │   ├── button_2.png
│   │   │   ├── button_4.png
│   │   │   ├── comment-reply.js
│   │   │   ├── contact-us_sidebar.jpg
│   │   │   ├── container.png
│   │   │   ├── default-banner.jpg
│   │   │   ├── icon.gif
│   │   │   ├── jquery.form.js
│   │   │   ├── jquery.js
│   │   │   ├── l10n.js
│   │   │   ├── logo1.gif
│   │   │   ├── logo.gif
│   │   │   ├── news.jpg
│   │   │   ├── scripts.js
│   │   │   ├── spot.gif
│   │   │   └── top.png
│   │   ├── index.gif
│   │   └── template.xml
│   └── green
│   ├── css
│   │   ├── css.css
│   │   ├── front.css
│   │   └── public.css
│   ├── html
│   │   ├── about.html
│   │   ├── album.html
│   │   ├── albumlist.html
│   │   ├── apply.html
│   │   ├── custom.html
│   │   ├── down.html
│   │   ├── downlist.html
│   │   ├── foot.html
│   │   ├── gbook.html
│   │   ├── head2.html
│   │   ├── head.html
│   │   ├── index.html
│   │   ├── job.html
│   │   ├── joblist.html
│   │   ├── left1.html
│   │   ├── left2.html
│   │   ├── left.html
│   │   ├── login.html
│   │   ├── news.html
│   │   ├── newslist.html
│   │   ├── productbuy.html
│   │   ├── productcart.html
│   │   ├── productcheckout.html
│   │   ├── productcomfirm.html
│   │   ├── product.html
│   │   ├── productlist.html
│   │   ├── productprint.html
│   │   ├── reg.html
│   │   ├── rssmap.html
│   │   ├── search.html
│   │   ├── shipin.html
│   │   ├── sitemap.html
│   │   ├── taglist.html
│   │   ├── tags.html
│   │   ├── userbuy.html
│   │   ├── userinfo.html
│   │   ├── userleft.html
│   │   ├── video.html
│   │   └── videolist.html
│   ├── images
│   │   ├── 1273717948.jpg
│   │   ├── 1283490633.jpg
│   │   ├── 1283493085.jpg
│   │   ├── 1283493137.jpg
│   │   ├── 1283493673.jpg
│   │   ├── 1283504010.jpg
│   │   ├── 201009031283503659328.jpg
│   │   ├── arrow_6.gif
│   │   ├── banzhu.gif
│   │   ├── bg.jpg
│   │   ├── bg.png
│   │   ├── bookmark.jpg
│   │   ├── btmline.jpg
│   │   ├── button_2.png
│   │   ├── button_4.png
│   │   ├── buy.gif
│   │   ├── cart.gif
│   │   ├── comment-reply.js
│   │   ├── container.png
│   │   ├── dot2.jpg
│   │   ├── downfile.gif
│   │   ├── home.jpg
│   │   ├── index.jpg
│   │   ├── jquery.form.js
│   │   ├── jquery.js
│   │   ├── l10n.js
│   │   ├── left.gif
│   │   ├── line.jpg
│   │   ├── listt.jpg
│   │   ├── logo.jpg
│   │   ├── mail.jpg
│   │   ├── map.jpg
│   │   ├── menubg.jpg
│   │   ├── meunpic.jpg
│   │   ├── nav.swf
│   │   ├── ocTHead.gif
│   │   ├── phone.jpg
│   │   ├── right.gif
│   │   ├── roll.jpg
│   │   ├── sc.gif
│   │   ├── scripts.js
│   │   ├── search6.jpg
│   │   ├── submit.jpg
│   │   ├── tbg.jpg
│   │   ├── tel.jpg
│   │   ├── title1.jpg
│   │   ├── title2.jpg
│   │   ├── title3.jpg
│   │   ├── title4.jpg
│   │   ├── title782.jpg
│   │   ├── title785.jpg
│   │   ├── title792.jpg
│   │   ├── title.jpg
│   │   └── top.png
│   ├── index.jpg
│   ├── js
│   │   ├── 163css.js
│   │   ├── base.js
│   │   ├── front.js
│   │   ├── jquery1.4.2.js
│   │   ├── lib.js
│   │   └── productlist_roll.js
│   ├── template.xml
│   └── 导航条
│   ├── 1.html
│   ├── images
│   │   ├── tableft10.gif
│   │   ├── tableft11.gif
│   │   ├── tableft12.gif
│   │   ├── tableft1.gif
│   │   ├── tableft2.gif
│   │   ├── tableft3.gif
│   │   ├── tableft4.gif
│   │   ├── tableft5.gif
│   │   ├── tableft6.gif
│   │   ├── tableft7.gif
│   │   ├── tableft8.gif
│   │   ├── tableft9.gif
│   │   ├── tableftB.gif
│   │   ├── tableftC.gif
│   │   ├── tableftD.gif
│   │   ├── tableftE.gif
│   │   ├── tableftF.gif
│   │   ├── tableftG.gif
│   │   ├── tableft.gif
│   │   ├── tableftH.gif
│   │   ├── tableftI.gif
│   │   ├── tableftJ.gif
│   │   ├── tableftK.gif
│   │   ├── tabright10.gif
│   │   ├── tabright11.gif
│   │   ├── tabright12.gif
│   │   ├── tabright1.gif
│   │   ├── tabright2.gif
│   │   ├── tabright3.gif
│   │   ├── tabright4.gif
│   │   ├── tabright5.gif
│   │   ├── tabright6.gif
│   │   ├── tabright7.gif
│   │   ├── tabright8.gif
│   │   ├── tabright9.gif
│   │   ├── tabrightB.gif
│   │   ├── tabrightC.gif
│   │   ├── tabrightD.gif
│   │   ├── tabrightE.gif
│   │   ├── tabrightF.gif
│   │   ├── tabrightG.gif
│   │   ├── tabright.gif
│   │   ├── tabrightH.gif
│   │   ├── tabrightI.gif
│   │   ├── tabrightJ.gif
│   │   ├── tabrightK.gif
│   │   └── Thumbs.db
│   ├── index.htm
│   └── 复件 index.htm
└── upload
├── album
│   └── month_1208
│   ├── 201208201712363475.jpg
│   ├── 201208201712464010.jpg
│   ├── 201208201712532484.jpg
│   ├── 201208201713555256.jpg
│   ├── 20120820171420705.jpg
│   ├── 201208201715146576.jpg
│   ├── 201208201715212068.jpg
│   └── 201208201715317454.jpg
├── links
│   └── month_1209
│   ├── 201209041057171192.png
│   └── 201209041058176130.jpg
├── other
│   └── month_1208
│   └── 201208070911383797.jpg
├── product
│   └── month_1208
│   ├── 201208201456381952.jpg
│   ├── 201208201456515101.jpg
│   ├── 201208201457258890.jpg
│   ├── 201208201457595009.jpg
│   ├── 201208201458135531.jpg
│   ├── 201208201458202432.jpg
│   └── 201208201504495859.gif
├── slide
│   └── month_1210
│   ├── 20121006103013129.jpg
│   ├── 201210061030162283.jpg
│   ├── 201210061030212044.jpg
│   ├── 20121006103701562.jpg
│   └── 201210061642054865.jpg
└── sort
└── month_1208
└── 201208232236141530.jpg

134 directories, 800 files

标签:

实例下载地址

完整企业站源码,大气,非常的适合新手建站

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警