实例介绍
一款简单的网上订餐系统PHP源码,方便好用。
【实例截图】
【核心代码】
网上订餐系统
└── 网上订餐系统
├── admin
│ ├── admin.php
│ ├── agile-uploader.swf
│ ├── art_cat.php
│ ├── art_comment.php
│ ├── art.php
│ ├── backup_db.php
│ ├── bonus.php
│ ├── caches.php
│ ├── cai_cat.php
│ ├── cai_comment.php
│ ├── cai_do.php
│ ├── cai.php
│ ├── cai_wei.php
│ ├── canwei.php
│ ├── config.php
│ ├── cook_comment.php
│ ├── cook.php
│ ├── downcode.com.txt
│ ├── flash.php
│ ├── guest.php
│ ├── images
│ │ ├── 11.jpg
│ │ ├── aa.jpg
│ │ ├── add-file.png
│ │ ├── index_bg2.jpg
│ │ ├── index_bg.jpg
│ │ ├── no.gif
│ │ ├── top.jpg
│ │ └── yes.gif
│ ├── includes
│ │ ├── cls_smarty.php
│ │ ├── init.php
│ │ ├── lib_common.php
│ │ ├── lib_yzm.php
│ │ └── _notes
│ │ └── dwsync.xml
│ ├── index.php
│ ├── js
│ │ ├── add-file.png
│ │ ├── agile-uploader-3.0.js
│ │ ├── agile-uploader.swf
│ │ ├── art.js
│ │ ├── file-icon.png
│ │ ├── jquery.flash.min.js
│ │ ├── jquery.js
│ │ ├── leftmenu.js
│ │ └── trash-icon.png
│ ├── login.php
│ ├── main.php
│ ├── order.php
│ ├── photo.php
│ ├── rank.php
│ ├── skins_edi.php
│ ├── skins.php
│ ├── temp
│ │ └── compiled
│ │ ├── art.html.php
│ │ ├── cai_add.html.php
│ │ ├── cai_cat.html.php
│ │ ├── cai.html.php
│ │ ├── canwei_add.html.php
│ │ ├── canwei.html.php
│ │ ├── config_email.html.php
│ │ ├── config.html.php
│ │ ├── config_phone.html.php
│ │ ├── config_rewrite.html.php
│ │ ├── cook.html.php
│ │ ├── flash.html.php
│ │ ├── foot.lbi.php
│ │ ├── guest.html.php
│ │ ├── html_add.html.php
│ │ ├── html_cat.html.php
│ │ ├── html.html.php
│ │ ├── left.lbi.php
│ │ ├── link.html.php
│ │ ├── main.html.php
│ │ ├── nav.html.php
│ │ ├── order.html.php
│ │ ├── photo_add.html.php
│ │ ├── photo.html.php
│ │ ├── photo_pic.html.php
│ │ ├── skins_edi.html.php
│ │ ├── skins.html.php
│ │ ├── top.lbi.php
│ │ ├── vote.html.php
│ │ └── web.html.php
│ ├── themes
│ │ ├── admin_add.html
│ │ ├── admin_chpwd.html
│ │ ├── admin.html
│ │ ├── agile-uploader.css
│ │ ├── art_add.html
│ │ ├── art_cat_add.html
│ │ ├── art_cat.html
│ │ ├── art.html
│ │ ├── backup.html
│ │ ├── bonus_log.html
│ │ ├── caches.html
│ │ ├── cai_add.html
│ │ ├── cai_cat.html
│ │ ├── cai_comment.html
│ │ ├── cai_do.html
│ │ ├── cai.html
│ │ ├── cai_wei.html
│ │ ├── canwei_add.html
│ │ ├── canwei.html
│ │ ├── config_email.html
│ │ ├── config.html
│ │ ├── config_phone.html
│ │ ├── config_rewrite.html
│ │ ├── config_spread.html
│ │ ├── config_water.html
│ │ ├── config_weibo.html
│ │ ├── cook_add.html
│ │ ├── cook_cai.html
│ │ ├── cook_cailist.html
│ │ ├── cook_comment.html
│ │ ├── cook.html
│ │ ├── css.css
│ │ ├── flash.html
│ │ ├── frame.html
│ │ ├── guest.html
│ │ ├── guest_reply.html
│ │ ├── html_add.html
│ │ ├── html_cat.html
│ │ ├── html.html
│ │ ├── lib
│ │ │ ├── foot.lbi
│ │ │ ├── left.lbi
│ │ │ └── top.lbi
│ │ ├── link_add.html
│ │ ├── link.html
│ │ ├── main.html
│ │ ├── nav_add.html
│ │ ├── nav.html
│ │ ├── order.html
│ │ ├── order_view.html
│ │ ├── photo_add.html
│ │ ├── photo.html
│ │ ├── photo_pic.html
│ │ ├── rank.html
│ │ ├── skins_edi.html
│ │ ├── skins.html
│ │ ├── user_add.html
│ │ ├── user_chpwd.html
│ │ ├── user.html
│ │ ├── user_info.html
│ │ ├── vote_add.html
│ │ ├── vote.html
│ │ ├── vote_selett.html
│ │ ├── vote_ttadd.html
│ │ ├── vote_ttcat.html
│ │ ├── vote_tt.html
│ │ └── web.html
│ ├── upfile.php
│ ├── upload.php
│ ├── user.php
│ ├── vote.php
│ ├── web_html.php
│ ├── web_link.php
│ ├── web_nav.php
│ └── web.php
├── ajax.php
├── art_cat.php
├── art.php
├── bonus.php
├── cai_cat.php
├── cailist.php
├── cai.php
├── callback.php
├── cook.php
├── fckeditor
│ ├── editor
│ │ ├── css
│ │ │ ├── behaviors
│ │ │ │ ├── disablehandles.htc
│ │ │ │ └── showtableborders.htc
│ │ │ ├── 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
│ │ │ │ └── images
│ │ │ │ ├── locked.gif
│ │ │ │ ├── reset.gif
│ │ │ │ └── unlocked.gif
│ │ │ ├── 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_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
│ │ │ │ ├── server-scripts
│ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ └── spellchecker.pl
│ │ │ │ ├── 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
│ │ ├── filemanager
│ │ │ ├── browser
│ │ │ │ └── default
│ │ │ │ ├── browser.css
│ │ │ │ ├── browser.html
│ │ │ │ ├── frmactualfolder.html
│ │ │ │ ├── frmcreatefolder.html
│ │ │ │ ├── frmfolders.html
│ │ │ │ ├── frmresourceslist.html
│ │ │ │ ├── frmresourcetype.html
│ │ │ │ ├── frmupload.html
│ │ │ │ ├── images
│ │ │ │ │ ├── ButtonArrow.gif
│ │ │ │ │ ├── Folder32.gif
│ │ │ │ │ ├── Folder.gif
│ │ │ │ │ ├── FolderOpened32.gif
│ │ │ │ │ ├── FolderOpened.gif
│ │ │ │ │ ├── FolderUp.gif
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── 32
│ │ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ │ └── zip.gif
│ │ │ │ │ │ ├── ai.gif
│ │ │ │ │ │ ├── avi.gif
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── default.icon.gif
│ │ │ │ │ │ ├── dll.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── htm.gif
│ │ │ │ │ │ ├── html.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── js.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mp3.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── rdp.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── swt.gif
│ │ │ │ │ │ ├── txt.gif
│ │ │ │ │ │ ├── vsd.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xml.gif
│ │ │ │ │ │ └── zip.gif
│ │ │ │ │ └── spacer.gif
│ │ │ │ └── js
│ │ │ │ ├── common.js
│ │ │ │ └── fckxml.js
│ │ │ └── connectors
│ │ │ ├── lasso
│ │ │ │ ├── config.lasso
│ │ │ │ ├── connector.lasso
│ │ │ │ └── upload.lasso
│ │ │ ├── php
│ │ │ │ ├── basexml.php
│ │ │ │ ├── commands.php
│ │ │ │ ├── config.php
│ │ │ │ ├── connector.php
│ │ │ │ ├── io.php
│ │ │ │ ├── phpcompat.php
│ │ │ │ ├── upload.php
│ │ │ │ └── util.php
│ │ │ ├── test.html
│ │ │ └── uploadtest.html
│ │ ├── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_ltr.gif
│ │ │ ├── arrow_rtl.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
│ │ ├── js
│ │ │ ├── fckadobeair.js
│ │ │ ├── fckeditorcode_gecko.js
│ │ │ └── fckeditorcode_ie.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── 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.buttonarrow.gif
│ │ │ ├── toolbar.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ │ ├── _fckviewstrips.html
│ │ ├── office2003
│ │ │ ├── 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.collapse.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.expand.gif
│ │ │ ├── toolbar.separator.gif
│ │ │ └── toolbar.start.gif
│ │ └── silver
│ │ ├── 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.buttonarrow.gif
│ │ ├── toolbar.buttonbg.gif
│ │ ├── toolbar.collapse.gif
│ │ ├── toolbar.end.gif
│ │ ├── toolbar.expand.gif
│ │ ├── toolbar.separator.gif
│ │ └── toolbar.start.gif
│ ├── fckconfig.js
│ ├── fckeditor.asp
│ ├── fckeditor.js
│ ├── fckeditor.php
│ ├── fckeditor_php4.php
│ ├── fckeditor_php5.php
│ ├── fckpackager.xml
│ ├── fckstyles.xml
│ ├── fcktemplates.xml
│ ├── _notes
│ │ └── dwsync.xml
│ └── upfile
│ └── fck
│ └── 201106
│ ├── 1(1).bmp
│ └── 1.bmp
├── guest.php
├── html.php
├── image
│ └── sina_login.png
├── includes
│ ├── cls_comment.php
│ ├── cls_csv.php
│ ├── cls_db.php
│ ├── cls_image.php
│ ├── cls_json.php
│ ├── cls_smarty.php
│ ├── cls_smtp.php
│ ├── cls_version.php
│ ├── init.php
│ ├── lib_apiconfig.php
│ ├── lib_base.php
│ ├── lib_common.php
│ ├── lib_config.php
│ ├── lib_safe.php
│ ├── lib_topfoot.php
│ ├── lib_yzm.php
│ ├── _notes
│ │ └── dwsync.xml
│ │ ├── api_client.php
│ │ ├── callback.php
│ │ ├── cmd.php
│ │ ├── cmdpic.php
│ │ ├── config.php
│ │ ├── index.php
│ │ ├── oauth.php
│ │ └── opent.php
│ ├── sendSMS.php
│ ├── weibooauth.php
│ └── 迷你简美黑.ttf
├── index.php
├── install
│ ├── canting.sql
│ ├── cls_smarty.php
│ ├── compiled
│ │ └── index.html.php
│ ├── config.inc.php
│ ├── default.php
│ ├── index.php
│ ├── init.php
│ └── skins
│ └── index.html
├── js
│ ├── jqcommon.js
│ ├── jquery.js
│ ├── kxbdMarquee.js
│ ├── lunbo.js
│ ├── menu.js
│ └── photo.js
├── link.php
├── photo.php
├── qqlogin.php
├── room.php
├── shopcar.php
├── sinalogin.php
├── temp
│ ├── compiled
│ │ ├── cailist.html.php
│ │ ├── foot.lbi.php
│ │ ├── guest_add.html.php
│ │ ├── guest.html.php
│ │ ├── index.html.php
│ │ ├── room.html.php
│ │ ├── top.lbi.php
│ │ ├── user.lbi.php
│ │ ├── user_login.html.php
│ │ ├── user_reg.html.php
│ │ └── weibo.html.php
│ ├── dbhtml
│ │ ├── asd.html
│ │ ├── 促销信息.html
│ │ ├── 公司简介.html
│ │ ├── 媒体报道.html
│ │ ├── 很好.html
│ │ └── 联系方式.html
│ ├── sqlcache
│ │ ├── commlink.sql
│ │ ├── indexlink.sql
│ │ └── webhtml.sql
│ └── wapcompiled
│ ├── art_cat.html.php
│ ├── art.html.php
│ ├── cai_cat.html.php
│ ├── cai.html.php
│ ├── cailist.html.php
│ ├── foot.lbi.php
│ ├── guest_add.html.php
│ ├── guest.html.php
│ ├── html.html.php
│ ├── index.html.php
│ ├── order_history.html.php
│ ├── order_phone.html.php
│ ├── order_view.html.php
│ ├── roomdetail.html.php
│ ├── room.html.php
│ ├── shopcar.html.php
│ ├── top.lbi.php
│ ├── user_edi.html.php
│ ├── user_home.html.php
│ ├── user_login.html.php
│ └── user_reg.html.php
├── themes
│ ├── 95niurou
│ │ ├── art_cat.html
│ │ ├── art.html
│ │ ├── bonus_log.html
│ │ ├── cai_cat.html
│ │ ├── cai.html
│ │ ├── cailist.html
│ │ ├── config.php
│ │ ├── cook.html
│ │ ├── cook_list.html
│ │ ├── css.css
│ │ ├── guest_add.html
│ │ ├── guest.html
│ │ ├── html.html
│ │ ├── images
│ │ │ ├── banner.jpg
│ │ │ ├── banner.psd
│ │ │ ├── bg.jpg
│ │ │ ├── DSC_0103.jpg
│ │ │ ├── gouwuche.png
│ │ │ ├── logo.jpg
│ │ │ ├── logo.psd
│ │ │ ├── nav_bg.png
│ │ │ ├── nav_bg.psd
│ │ │ ├── title_bg.png
│ │ │ └── title_bg.psd
│ │ ├── index.css
│ │ ├── index.html
│ │ ├── lib
│ │ │ ├── foot.lbi
│ │ │ ├── top.lbi
│ │ │ └── user.lbi
│ │ ├── link.html
│ │ ├── order_history.html
│ │ ├── order_phone.html
│ │ ├── order_search.html
│ │ ├── order_view.html
│ │ ├── photo.html
│ │ ├── photo_pic.html
│ │ ├── roomdetail.html
│ │ ├── room.html
│ │ ├── shopcar.html
│ │ ├── sina_login.html
│ │ ├── skins.jpg
│ │ ├── user_chpwd.html
│ │ ├── user_edi.html
│ │ ├── user_findpwd.html
│ │ ├── user_home.html
│ │ ├── user_login.html
│ │ ├── user_reg.html
│ │ ├── user_spread.html
│ │ ├── vote_cat.html
│ │ ├── vote.html
│ │ └── weibo.html
│ ├── fengwei
│ │ ├── art_cat.html
│ │ ├── art.html
│ │ ├── bonus_log.html
│ │ ├── cai_cat.html
│ │ ├── cai.html
│ │ ├── cailist.html
│ │ ├── config.php
│ │ ├── cook.html
│ │ ├── cook_list.html
│ │ ├── css.css
│ │ ├── guest_add.html
│ │ ├── guest.html
│ │ ├── html.html
│ │ ├── image
│ │ │ ├── 1295336586.jpg
│ │ │ ├── bg.jpg
│ │ │ ├── foot_bg.jpg
│ │ │ ├── goshopcar.gif
│ │ │ ├── html_tt.jpg
│ │ │ ├── ico_qq_t.png
│ │ │ ├── jianjie_tt.gif
│ │ │ ├── logo.jpg
│ │ │ ├── menu.jpg
│ │ │ ├── menunow.jpg
│ │ │ ├── more.jpg
│ │ │ ├── new_tt.gif
│ │ │ ├── noimage.jpg
│ │ │ ├── room_tt.gif
│ │ │ ├── room_tt.jpg
│ │ │ ├── top_bg.jpg
│ │ │ ├── top_phone.jpg
│ │ │ ├── tt.gif
│ │ │ └── zhaopai_tt.gif
│ │ ├── index.css
│ │ ├── index.html
│ │ ├── js
│ │ │ ├── jquery.js
│ │ │ ├── lunbo.js
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ ├── lib
│ │ │ ├── foot.lbi
│ │ │ ├── top.lbi
│ │ │ └── user.lbi
│ │ ├── link.html
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── order_history.html
│ │ ├── order_phone.html
│ │ ├── order_view.html
│ │ ├── photo.html
│ │ ├── photo_pic.html
│ │ ├── roomdetail.html
│ │ ├── room.html
│ │ ├── shopcar.html
│ │ ├── sina_login.html
│ │ ├── skins.jpg
│ │ ├── user_chpwd.html
│ │ ├── user_edi.html
│ │ ├── user_findpwd.html
│ │ ├── user_home.html
│ │ ├── user_login.html
│ │ ├── user_reg.html
│ │ ├── user_spread.html
│ │ ├── vote_cat.html
│ │ ├── vote.html
│ │ └── weibo.html
│ ├── jianyue90
│ │ ├── art_cat.html
│ │ ├── art.html
│ │ ├── bonus_log.html
│ │ ├── cai_cat.html
│ │ ├── cai.html
│ │ ├── cailist.html
│ │ ├── config.php
│ │ ├── cook.html
│ │ ├── cook_list.html
│ │ ├── css.css
│ │ ├── guest_add.html
│ │ ├── guest.html
│ │ ├── html.html
│ │ ├── images
│ │ │ └── gouwuche.png
│ │ ├── index.css
│ │ ├── index.html
│ │ ├── lib
│ │ │ ├── foot.lbi
│ │ │ ├── top.lbi
│ │ │ └── user.lbi
│ │ ├── link.html
│ │ ├── order_history.html
│ │ ├── order_phone.html
│ │ ├── order_view.html
│ │ ├── photo.html
│ │ ├── photo_pic.html
│ │ ├── roomdetail.html
│ │ ├── room.html
│ │ ├── shopcar.html
│ │ ├── sina_login.html
│ │ ├── skins.jpg
│ │ ├── user_chpwd.html
│ │ ├── user_edi.html
│ │ ├── user_findpwd.html
│ │ ├── user_home.html
│ │ ├── user_login.html
│ │ ├── user_reg.html
│ │ ├── user_spread.html
│ │ ├── vote_cat.html
│ │ ├── vote.html
│ │ └── weibo.html
│ ├── jianyue95
│ │ ├── art_cat.html
│ │ ├── art.html
│ │ ├── bonus_log.html
│ │ ├── cai_cat.html
│ │ ├── cai.html
│ │ ├── cailist.html
│ │ ├── config.php
│ │ ├── cook.html
│ │ ├── cook_list.html
│ │ ├── css.css
│ │ ├── guest_add.html
│ │ ├── guest.html
│ │ ├── html.html
│ │ ├── images
│ │ │ ├── bg.jpg
│ │ │ └── gouwuche.png
│ │ ├── index.css
│ │ ├── index.html
│ │ ├── lib
│ │ │ ├── foot.lbi
│ │ │ ├── top.lbi
│ │ │ └── user.lbi
│ │ ├── link.html
│ │ ├── order_history.html
│ │ ├── order_phone.html
│ │ ├── order_view.html
│ │ ├── photo.html
│ │ ├── photo_pic.html
│ │ ├── roomdetail.html
│ │ ├── room.html
│ │ ├── shopcar.html
│ │ ├── sina_login.html
│ │ ├── skins.jpg
│ │ ├── user_chpwd.html
│ │ ├── user_edi.html
│ │ ├── user_findpwd.html
│ │ ├── user_home.html
│ │ ├── user_login.html
│ │ ├── user_reg.html
│ │ ├── user_spread.html
│ │ ├── vote_cat.html
│ │ ├── vote.html
│ │ └── weibo.html
│ └── wap
│ ├── art_cat.html
│ ├── art.html
│ ├── cai_cat.html
│ ├── cai.html
│ ├── cailist.html
│ ├── config.php
│ ├── css.css
│ ├── guest_add.html
│ ├── guest.html
│ ├── html.html
│ ├── index.html
│ ├── lib
│ │ ├── foot.lbi
│ │ └── top.lbi
│ ├── order_history.html
│ ├── order_phone.html
│ ├── order_view.html
│ ├── roomdetail.html
│ ├── room.html
│ ├── shopcar.html
│ ├── skins.jpg
│ ├── untitled.html
│ ├── user_chpwd.html
│ ├── user_edi.html
│ ├── user_home.html
│ ├── user_login.html
│ └── user_reg.html
├── upfile
│ └── images
│ └── 201107
│ ├── 20110730143354L型展架、X架.gif
│ ├── 20110730143433image002.gif
│ ├── 20110730144357hongkong.jpg
│ └── 20110730144417bnr.png
├── user.php
├── vote.php
├── weibo.php
└── 版本使用说明
└── 使用说明.txt
101 directories, 761 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论