实例介绍
餐厅订餐系统,基于 口福科技 的系统(v2.7.7) 做得微调。
【实例截图】
【核心代码】
食堂订餐系统(web)
├── canting
│ ├── admin.php
│ ├── api
│ │ ├── alipay
│ │ │ ├── alipay.config.php
│ │ │ ├── alipayto.php
│ │ │ ├── images
│ │ │ │ ├── alipay.gif
│ │ │ │ └── new-btn-fixed.png
│ │ │ ├── index.php
│ │ │ ├── lib
│ │ │ │ ├── alipay_core.function.php
│ │ │ │ ├── alipay_notify.class.php
│ │ │ │ ├── alipay_service.class.php
│ │ │ │ └── alipay_submit.class.php
│ │ │ ├── log.txt
│ │ │ ├── notify_url.php
│ │ │ └── readme.txt
│ │ │ └── qqapi.php
│ │ ├── sina
│ │ │ ├── saetv2.ex.class.php
│ │ │ └── weibooauth.php
│ │ └── tenpay
│ │ ├── classes
│ │ │ ├── PayRequestHandler.class.php
│ │ │ ├── PayResponseHandler.class.php
│ │ │ ├── RequestHandler.class.php
│ │ │ └── ResponseHandler.class.php
│ │ ├── return_url.php
│ │ ├── show.php
│ │ ├── tenpay_config.php
│ │ └── tenpayto.php
│ ├── config
│ │ ├── config.inc.php
│ │ ├── lib_config.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── qq_config.php
│ │ └── sina_config.php
│ ├── images
│ │ ├── no.gif
│ │ ├── qq_login.png
│ │ ├── sina_login.png
│ │ └── yes.gif
│ ├── includes
│ │ ├── cls_comment.php
│ │ ├── cls_csv.php
│ │ ├── cls_db.php
│ │ ├── cls_image.php
│ │ ├── cls_saeimage.php
│ │ ├── cls_smarty.php
│ │ ├── cls_smtp.php
│ │ ├── cls_upload2.php
│ │ ├── cls_upload.php
│ │ ├── cls_version.php
│ │ ├── init.php
│ │ ├── lib_base.php
│ │ ├── lib_safe.php
│ │ ├── lib_yzm.php
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── sendSMS.php
│ │ └── 迷你简美黑.ttf
│ ├── index.php
│ ├── install
│ │ ├── canting.sql
│ │ ├── cls_smarty.php
│ │ ├── compiled
│ │ │ └── index.html.php
│ │ ├── index.php
│ │ ├── init.php
│ │ └── skins
│ │ └── index.html
│ ├── js
│ │ ├── images
│ │ │ ├── ajax-loader.png
│ │ │ ├── icons-18-black.png
│ │ │ ├── icons-18-white.png
│ │ │ ├── icons-36-black.png
│ │ │ └── icons-36-white.png
│ │ ├── jqcommon.js
│ │ ├── jquery.js
│ │ ├── jquery.mobile.css
│ │ ├── jquery.mobile.js
│ │ ├── kxbdMarquee.js
│ │ ├── lunbo.js
│ │ ├── menu.js
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── photo.js
│ │ ├── qqlogin.js
│ │ └── sinalogin.js
│ ├── _notes
│ │ └── dwsync.xml
│ ├── plugin
│ │ ├── agile
│ │ │ ├── add-file.png
│ │ │ ├── agile-uploader-3.0.js
│ │ │ ├── agile-uploader.css
│ │ │ ├── agile-uploader.swf
│ │ │ ├── file-icon.png
│ │ │ ├── index.html
│ │ │ ├── jquery-1.4.min.js
│ │ │ ├── jquery.flash.min.js
│ │ │ ├── multiple.php
│ │ │ ├── process.php
│ │ │ ├── results.php
│ │ │ ├── single.php
│ │ │ ├── trash-icon.png
│ │ │ └── unrelated.css
│ │ ├── bootstrap
│ │ │ ├── css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap-responsive.css
│ │ │ │ └── docs.css
│ │ │ ├── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ │ └── js
│ │ │ ├── application.js
│ │ │ ├── bootstrap-alert.js
│ │ │ ├── bootstrap-button.js
│ │ │ ├── bootstrap-carousel.js
│ │ │ ├── bootstrap-collapse.js
│ │ │ ├── bootstrap-dropdown.js
│ │ │ ├── bootstrap-modal.js
│ │ │ ├── bootstrap-popover.js
│ │ │ ├── bootstrap-scrollspy.js
│ │ │ ├── bootstrap-tab.js
│ │ │ ├── bootstrap-tooltip.js
│ │ │ ├── bootstrap-transition.js
│ │ │ ├── bootstrap-typeahead.js
│ │ │ ├── google-code-prettify
│ │ │ │ ├── prettify.css
│ │ │ │ └── prettify.js
│ │ │ ├── jquery.js
│ │ │ └── README.md
│ │ ├── skitter
│ │ │ ├── css
│ │ │ │ ├── highlight.black.css
│ │ │ │ ├── highlight.css
│ │ │ │ ├── sexy-bookmarks-style.css
│ │ │ │ ├── skitter.styles.css
│ │ │ │ └── styles.css
│ │ │ └── js
│ │ │ ├── highlight.js
│ │ │ ├── jquery-1.5.2.min.js
│ │ │ ├── jquery-1.6.3.min.js
│ │ │ ├── jquery.animate-colors-min.js
│ │ │ ├── jquery.easing.1.3.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.skitter.js
│ │ │ ├── jquery.skitter.min.js
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ └── sexy-bookmarks-public.js
│ │ └── zebra
│ │ ├── calendar.png
│ │ ├── zebra_datepicker.css
│ │ ├── zebra_datepicker.js
│ │ └── zebra_datepicker.src.js
│ ├── rewriterule.php
│ ├── source
│ │ ├── admin
│ │ │ ├── admin.php
│ │ │ ├── art_cat.php
│ │ │ ├── art_comment.php
│ │ │ ├── art.php
│ │ │ ├── backup.php
│ │ │ ├── bak.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
│ │ │ ├── flash.php
│ │ │ ├── foot.php
│ │ │ ├── getordermsg.php
│ │ │ ├── goods_comment.php
│ │ │ ├── goods_order.php
│ │ │ ├── goods.php
│ │ │ ├── grade_log.php
│ │ │ ├── guest.php
│ │ │ ├── html.php
│ │ │ ├── iframe.php
│ │ │ ├── index.php
│ │ │ ├── left.php
│ │ │ ├── link.php
│ │ │ ├── login.php
│ │ │ ├── main.php
│ │ │ ├── map.php
│ │ │ ├── order.php
│ │ │ ├── permission.php
│ │ │ ├── photo.php
│ │ │ ├── rank.php
│ │ │ ├── sendarea.php
│ │ │ ├── skins_edi.php
│ │ │ ├── skins.php
│ │ │ ├── top.php
│ │ │ ├── upfile.php
│ │ │ ├── upload.php
│ │ │ ├── user.php
│ │ │ ├── vote.php
│ │ │ ├── web_nav.php
│ │ │ └── web.php
│ │ ├── function
│ │ │ ├── function_article.php
│ │ │ ├── function_cai.php
│ │ │ ├── function_common.php
│ │ │ ├── function_cook.php
│ │ │ ├── function_modfun.php
│ │ │ ├── function_shopcar.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ └── index
│ │ ├── ajax.php
│ │ ├── alipayback.php
│ │ ├── art_cat.php
│ │ ├── art.php
│ │ ├── bonus.php
│ │ ├── cai_cat.php
│ │ ├── cailist.php
│ │ ├── cai.php
│ │ ├── cook.php
│ │ ├── goods.php
│ │ ├── grade_log.php
│ │ ├── guest.php
│ │ ├── html.php
│ │ ├── index.php
│ │ ├── link.php
│ │ ├── map.php
│ │ ├── newmsg.data
│ │ ├── _notes
│ │ │ └── dwsync.xml
│ │ ├── photo.php
│ │ ├── qqlogin.php
│ │ ├── recharge.php
│ │ ├── room.php
│ │ ├── search.php
│ │ ├── shopcar.php
│ │ ├── show.php
│ │ ├── sinalogin.php
│ │ ├── tenpayback.php
│ │ ├── test.php
│ │ ├── user.php
│ │ ├── vote.php
│ │ ├── webinfo.php
│ │ ├── webstats.php
│ │ └── weibo.php
│ ├── temp
│ │ ├── compiled
│ │ │ ├── admin_art_add.html.php
│ │ │ ├── admin_art_cat.html.php
│ │ │ ├── admin_art_comment.html.php
│ │ │ ├── admin_art.html.php
│ │ │ ├── admin_index.html.php
│ │ │ ├── admin_left.html.php
│ │ │ ├── admin_main.html.php
│ │ │ ├── admin_msg.html.php
│ │ │ ├── admin_order.html.php
│ │ │ ├── admin_top.html.php
│ │ │ ├── admin_user.html.php
│ │ │ ├── admin_web.html.php
│ │ │ ├── default_footer.html.php
│ │ │ ├── default_header.html.php
│ │ │ ├── default_index.html.php
│ │ │ └── _notes
│ │ │ └── dwsync.xml
│ │ └── sqlcache
│ │ ├── catcailist.sql
│ │ ├── nav.sql
│ │ └── web.sql
│ ├── themes
│ │ ├── admin
│ │ │ ├── admin_add.html
│ │ │ ├── admin_chpwd.html
│ │ │ ├── admin.html
│ │ │ ├── admin_zu_add.html
│ │ │ ├── admin_zu.html
│ │ │ ├── art_add.html
│ │ │ ├── art_cat_add.html
│ │ │ ├── art_cat.html
│ │ │ ├── art_comment.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
│ │ │ ├── canwei_order.html
│ │ │ ├── config_email.html
│ │ │ ├── config.html
│ │ │ ├── config_opentime.html
│ │ │ ├── config_pay.html
│ │ │ ├── config_phone.html
│ │ │ ├── config.php
│ │ │ ├── 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
│ │ │ ├── foot.html
│ │ │ ├── frame.html
│ │ │ ├── goods_add.html
│ │ │ ├── goods_cat.html
│ │ │ ├── goods_comment.html
│ │ │ ├── goods.html
│ │ │ ├── goods_order.html
│ │ │ ├── goods_order_view.html
│ │ │ ├── grade_log.html
│ │ │ ├── guest.html
│ │ │ ├── guest_reply.html
│ │ │ ├── html_add.html
│ │ │ ├── html_cat.html
│ │ │ ├── html.html
│ │ │ ├── images
│ │ │ │ ├── 11.jpg
│ │ │ │ ├── aa.jpg
│ │ │ │ ├── add-file.png
│ │ │ │ ├── btn.gif
│ │ │ │ ├── head.gif
│ │ │ │ ├── index_bg2.jpg
│ │ │ │ ├── index_bg.jpg
│ │ │ │ ├── left_menu.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu-bg.gif
│ │ │ │ ├── menus_dd.gif
│ │ │ │ ├── no.gif
│ │ │ │ ├── sms.mp3
│ │ │ │ ├── top.jpg
│ │ │ │ └── yes.gif
│ │ │ ├── index.html
│ │ │ ├── js
│ │ │ │ ├── art.js
│ │ │ │ ├── common.js
│ │ │ │ ├── jquery.center.js
│ │ │ │ └── jquery.js
│ │ │ ├── left.html
│ │ │ ├── lib
│ │ │ │ ├── foot.lbi
│ │ │ │ ├── left.html
│ │ │ │ ├── left.lbi
│ │ │ │ ├── top.html
│ │ │ │ └── top.lbi
│ │ │ ├── link_add.html
│ │ │ ├── link.html
│ │ │ ├── main.html
│ │ │ ├── map.html
│ │ │ ├── msg.html
│ │ │ ├── nav_add.html
│ │ │ ├── nav.html
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── order.html
│ │ │ ├── order_view.html
│ │ │ ├── photo_add.html
│ │ │ ├── photo_addpics.html
│ │ │ ├── photo.html
│ │ │ ├── photo_pic.html
│ │ │ ├── rank.html
│ │ │ ├── sendarea_add.html
│ │ │ ├── sendarea.html
│ │ │ ├── skins_edi.html
│ │ │ ├── skins.html
│ │ │ ├── skins.jpg
│ │ │ ├── top.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
│ │ ├── default
│ │ │ ├── art_cat.html
│ │ │ ├── art.html
│ │ │ ├── basic.css
│ │ │ ├── bonus_log.html
│ │ │ ├── cai_cat.html
│ │ │ ├── cai.html
│ │ │ ├── cailist.html
│ │ │ ├── comment.css
│ │ │ ├── config.php
│ │ │ ├── cook.html
│ │ │ ├── cook_list.html
│ │ │ ├── goods_cat.html
│ │ │ ├── goods.html
│ │ │ ├── goods_order.html
│ │ │ ├── grade_log.html
│ │ │ ├── guest_add.html
│ │ │ ├── guest.html
│ │ │ ├── html.html
│ │ │ ├── images
│ │ │ │ ├── arrow-green.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow-red-2.png
│ │ │ │ ├── banner-bg.jpg
│ │ │ │ ├── banner.jpg
│ │ │ │ ├── bg (1).png
│ │ │ │ ├── bg-bd.png
│ │ │ │ ├── bg-ft.png
│ │ │ │ ├── bg.png
│ │ │ │ ├── block-foot.png
│ │ │ │ ├── block-head-1.png
│ │ │ │ ├── block-head-2 (1).png
│ │ │ │ ├── block-head-2.png
│ │ │ │ ├── block-head.png
│ │ │ │ ├── block-innerpg.png
│ │ │ │ ├── block-title-icon.png
│ │ │ │ ├── buttons-h30.png
│ │ │ │ ├── buttons .png
│ │ │ │ ├── buttons.png
│ │ │ │ ├── cc.jpg
│ │ │ │ ├── ctrl.png
│ │ │ │ ├── gouwuche.png
│ │ │ │ ├── hd-bg.png
│ │ │ │ ├── home-inner-bg.png
│ │ │ │ ├── home-title-bg.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── main-bg.png
│ │ │ │ ├── more.gif
│ │ │ │ ├── more.png
│ │ │ │ ├── more-white.gif
│ │ │ │ ├── nav-bg.png
│ │ │ │ ├── _notes
│ │ │ │ │ └── dwsync.xml
│ │ │ │ ├── page-sub-head.gif
│ │ │ │ ├── page-sub-title.png
│ │ │ │ ├── search-bg.gif
│ │ │ │ ├── search-btn.png
│ │ │ │ ├── search-enter.png
│ │ │ │ ├── simplemenu-hover-1.png
│ │ │ │ ├── simplemenu-hover-2.png
│ │ │ │ ├── sitenav-1.png
│ │ │ │ ├── sitenav-2.png
│ │ │ │ ├── sitenav-bg.png
│ │ │ │ ├── sitenav-split.png
│ │ │ │ └── sub-bg.png
│ │ │ ├── index.html
│ │ │ ├── lib
│ │ │ │ ├── ajaxshopcar.lbi
│ │ │ │ ├── footer.html
│ │ │ │ ├── header.html
│ │ │ │ ├── _notes
│ │ │ │ │ └── dwsync.xml
│ │ │ │ ├── picscroll.html
│ │ │ │ └── user.lbi
│ │ │ ├── link.html
│ │ │ ├── msg.html
│ │ │ ├── _notes
│ │ │ │ └── dwsync.xml
│ │ │ ├── order_history.html
│ │ │ ├── order_phone.html
│ │ │ ├── order_search.html
│ │ │ ├── order_view.html
│ │ │ ├── photo.html
│ │ │ ├── photo_pic.html
│ │ │ ├── recharge.html
│ │ │ ├── recharge_pay.html
│ │ │ ├── roomdetail.html
│ │ │ ├── room.html
│ │ │ ├── room_myorder.html
│ │ │ ├── roomorder.html
│ │ │ ├── shopcar.html
│ │ │ ├── show.html
│ │ │ ├── sina_login.html
│ │ │ ├── skins.jpg
│ │ │ ├── style.css
│ │ │ ├── t.html
│ │ │ ├── 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
│ │ ├── images
│ │ │ └── logo.png
│ │ ├── index.html
│ │ ├── lib
│ │ │ ├── foot.lbi
│ │ │ ├── top.lbi
│ │ │ └── user.html
│ │ ├── msg.html
│ │ ├── order_history.html
│ │ ├── order_phone.html
│ │ ├── order_view.html
│ │ ├── roomdetail.html
│ │ ├── room.html
│ │ ├── roomorder.html
│ │ ├── shopcar.html
│ │ ├── skins.jpg
│ │ ├── user_chpwd.html
│ │ ├── user_edi.html
│ │ ├── user_home.html
│ │ ├── user_login.html
│ │ └── user_reg.html
│ ├── update
│ │ ├── 2.7.7.txt
│ │ ├── index.php
│ │ ├── update
│ │ │ ├── admin.php
│ │ │ ├── images
│ │ │ │ ├── no.gif
│ │ │ │ └── yes.gif
│ │ │ ├── includes
│ │ │ │ ├── cls_image.php
│ │ │ │ └── lib_base.php
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ └── jqcommon.js
│ │ │ ├── source
│ │ │ │ ├── admin
│ │ │ │ │ ├── admin.php
│ │ │ │ │ ├── art_cat.php
│ │ │ │ │ ├── art_comment.php
│ │ │ │ │ ├── art.php
│ │ │ │ │ ├── backup.php
│ │ │ │ │ ├── bak.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
│ │ │ │ │ ├── flash.php
│ │ │ │ │ ├── foot.php
│ │ │ │ │ ├── getordermsg.php
│ │ │ │ │ ├── goods_comment.php
│ │ │ │ │ ├── goods_order.php
│ │ │ │ │ ├── goods.php
│ │ │ │ │ ├── grade_log.php
│ │ │ │ │ ├── guest.php
│ │ │ │ │ ├── html.php
│ │ │ │ │ ├── iframe.php
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── left.php
│ │ │ │ │ ├── link.php
│ │ │ │ │ ├── login.php
│ │ │ │ │ ├── main.php
│ │ │ │ │ ├── map.php
│ │ │ │ │ ├── order.php
│ │ │ │ │ ├── permission.php
│ │ │ │ │ ├── photo.php
│ │ │ │ │ ├── rank.php
│ │ │ │ │ ├── sendarea.php
│ │ │ │ │ ├── skins_edi.php
│ │ │ │ │ ├── skins.php
│ │ │ │ │ ├── top.php
│ │ │ │ │ ├── upfile.php
│ │ │ │ │ ├── upload.php
│ │ │ │ │ ├── user.php
│ │ │ │ │ ├── vote.php
│ │ │ │ │ ├── web_nav.php
│ │ │ │ │ └── web.php
│ │ │ │ └── index
│ │ │ │ ├── ajax.php
│ │ │ │ ├── alipayback.php
│ │ │ │ ├── art_cat.php
│ │ │ │ ├── art.php
│ │ │ │ ├── bonus.php
│ │ │ │ ├── cai_cat.php
│ │ │ │ ├── cailist.php
│ │ │ │ ├── cai.php
│ │ │ │ ├── cook.php
│ │ │ │ ├── goods.php
│ │ │ │ ├── grade_log.php
│ │ │ │ ├── guest.php
│ │ │ │ ├── html.php
│ │ │ │ ├── index.php
│ │ │ │ ├── link.php
│ │ │ │ ├── map.php
│ │ │ │ ├── newmsg.data
│ │ │ │ ├── photo.php
│ │ │ │ ├── qqlogin.php
│ │ │ │ ├── recharge.php
│ │ │ │ ├── room.php
│ │ │ │ ├── search.php
│ │ │ │ ├── shopcar.php
│ │ │ │ ├── show.php
│ │ │ │ ├── sinalogin.php
│ │ │ │ ├── tenpayback.php
│ │ │ │ ├── test.php
│ │ │ │ ├── user.php
│ │ │ │ ├── vote.php
│ │ │ │ ├── webinfo.php
│ │ │ │ ├── webstats.php
│ │ │ │ └── weibo.php
│ │ │ └── themes
│ │ │ ├── admin
│ │ │ │ ├── css.css
│ │ │ │ ├── goods_add.html
│ │ │ │ ├── goods.html
│ │ │ │ ├── images
│ │ │ │ │ ├── btn.gif
│ │ │ │ │ ├── logo.gif
│ │ │ │ │ └── menu-bg.gif
│ │ │ │ ├── left.html
│ │ │ │ └── top.html
│ │ │ └── default
│ │ │ ├── basic.css
│ │ │ └── lib
│ │ │ ├── ajaxshopcar.lbi
│ │ │ └── header.html
│ │ └── updatesql.php
│ ├── xheditor
│ │ ├── README.txt
│ │ ├── xheditor_emot
│ │ │ ├── default
│ │ │ │ ├── angry.gif
│ │ │ │ ├── awkward.gif
│ │ │ │ ├── bye.gif
│ │ │ │ ├── config.txt
│ │ │ │ ├── crazy.gif
│ │ │ │ ├── cry.gif
│ │ │ │ ├── curse.gif
│ │ │ │ ├── cute.gif
│ │ │ │ ├── despise.gif
│ │ │ │ ├── doubt.gif
│ │ │ │ ├── envy.gif
│ │ │ │ ├── fastcry.gif
│ │ │ │ ├── knock.gif
│ │ │ │ ├── laugh.gif
│ │ │ │ ├── mad.gif
│ │ │ │ ├── ohmy.gif
│ │ │ │ ├── panic.gif
│ │ │ │ ├── proud.gif
│ │ │ │ ├── quiet.gif
│ │ │ │ ├── sad.gif
│ │ │ │ ├── shutup.gif
│ │ │ │ ├── shy.gif
│ │ │ │ ├── sleep.gif
│ │ │ │ ├── smile.gif
│ │ │ │ ├── struggle.gif
│ │ │ │ ├── titter.gif
│ │ │ │ ├── tongue.gif
│ │ │ │ ├── wail.gif
│ │ │ │ └── wronged.gif
│ │ │ ├── ipb
│ │ │ │ ├── alien.gif
│ │ │ │ ├── angel.gif
│ │ │ │ ├── angry.gif
│ │ │ │ ├── bandit.gif
│ │ │ │ ├── biglaugh.gif
│ │ │ │ ├── blink.gif
│ │ │ │ ├── blush.gif
│ │ │ │ ├── config.txt
│ │ │ │ ├── cool.gif
│ │ │ │ ├── cry.gif
│ │ │ │ ├── depres.gif
│ │ │ │ ├── devil.gif
│ │ │ │ ├── glare.gif
│ │ │ │ ├── heart.gif
│ │ │ │ ├── joyful.gif
│ │ │ │ ├── kiss.gif
│ │ │ │ ├── laugh.gif
│ │ │ │ ├── magician.gif
│ │ │ │ ├── ninja.gif
│ │ │ │ ├── pinch.gif
│ │ │ │ ├── police.gif
│ │ │ │ ├── sad.gif
│ │ │ │ ├── sick.gif
│ │ │ │ ├── sideways.gif
│ │ │ │ ├── sleep.gif
│ │ │ │ ├── smile.gif
│ │ │ │ ├── surprised.gif
│ │ │ │ ├── tongue.gif
│ │ │ │ ├── unsure.gif
│ │ │ │ ├── w00t.gif
│ │ │ │ ├── whistling.gif
│ │ │ │ ├── wondering.gif
│ │ │ │ └── wub.gif
│ │ │ ├── msn
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 8.gif
│ │ │ │ └── 9.gif
│ │ │ └── pidgin
│ │ │ ├── angry.gif
│ │ │ ├── bad.gif
│ │ │ ├── blush.gif
│ │ │ ├── brokenheart.gif
│ │ │ ├── bye.gif
│ │ │ ├── coffee.gif
│ │ │ ├── config.txt
│ │ │ ├── cool.gif
│ │ │ ├── cry.gif
│ │ │ ├── curse.gif
│ │ │ ├── cute.gif
│ │ │ ├── devil.gif
│ │ │ ├── envy.gif
│ │ │ ├── gift.gif
│ │ │ ├── good.gif
│ │ │ ├── kiss.gif
│ │ │ ├── laugh.gif
│ │ │ ├── love.gif
│ │ │ ├── music.gif
│ │ │ ├── question.gif
│ │ │ ├── rose.gif
│ │ │ ├── sad.gif
│ │ │ ├── shocked.gif
│ │ │ ├── shout.gif
│ │ │ ├── sick.gif
│ │ │ ├── sleepy.gif
│ │ │ ├── smile.gif
│ │ │ ├── soccer.gif
│ │ │ ├── sweat.gif
│ │ │ ├── tired.gif
│ │ │ ├── tongue.gif
│ │ │ ├── victory.gif
│ │ │ └── wink.gif
│ │ ├── xheditor.js
│ │ ├── xheditor_plugins
│ │ │ ├── multiupload
│ │ │ │ ├── img
│ │ │ │ │ ├── add.gif
│ │ │ │ │ ├── bg1.gif
│ │ │ │ │ ├── bg2.gif
│ │ │ │ │ ├── btnbg.gif
│ │ │ │ │ ├── btnbgr.gif
│ │ │ │ │ ├── clear.gif
│ │ │ │ │ ├── progressbg.gif
│ │ │ │ │ └── start.gif
│ │ │ │ ├── multiupload.css
│ │ │ │ ├── multiupload.html
│ │ │ │ ├── multiupload.js
│ │ │ │ └── swfupload
│ │ │ │ ├── swfupload.js
│ │ │ │ └── swfupload.swf
│ │ │ └── ubb.min.js
│ │ └── xheditor_skin
│ │ ├── default
│ │ │ ├── iframe.css
│ │ │ ├── img
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── progressbg.gif
│ │ │ │ ├── progress.gif
│ │ │ │ ├── tag-address.gif
│ │ │ │ ├── tag-div.gif
│ │ │ │ ├── tag-h1.gif
│ │ │ │ ├── tag-h2.gif
│ │ │ │ ├── tag-h3.gif
│ │ │ │ ├── tag-h4.gif
│ │ │ │ ├── tag-h5.gif
│ │ │ │ ├── tag-h6.gif
│ │ │ │ ├── tag-p.gif
│ │ │ │ ├── tag-pre.gif
│ │ │ │ ├── waiting.gif
│ │ │ │ └── wmp.gif
│ │ │ └── ui.css
│ │ ├── nostyle
│ │ │ ├── iframe.css
│ │ │ ├── img
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── progressbg.gif
│ │ │ │ ├── progress.gif
│ │ │ │ ├── tag-address.gif
│ │ │ │ ├── tag-div.gif
│ │ │ │ ├── tag-h1.gif
│ │ │ │ ├── tag-h2.gif
│ │ │ │ ├── tag-h3.gif
│ │ │ │ ├── tag-h4.gif
│ │ │ │ ├── tag-h5.gif
│ │ │ │ ├── tag-h6.gif
│ │ │ │ ├── tag-p.gif
│ │ │ │ ├── tag-pre.gif
│ │ │ │ ├── waiting.gif
│ │ │ │ └── wmp.gif
│ │ │ └── ui.css
│ │ ├── o2007blue
│ │ │ ├── iframe.css
│ │ │ ├── img
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── buttonbg.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── progressbg.gif
│ │ │ │ ├── progress.gif
│ │ │ │ ├── tag-address.gif
│ │ │ │ ├── tag-div.gif
│ │ │ │ ├── tag-h1.gif
│ │ │ │ ├── tag-h2.gif
│ │ │ │ ├── tag-h3.gif
│ │ │ │ ├── tag-h4.gif
│ │ │ │ ├── tag-h5.gif
│ │ │ │ ├── tag-h6.gif
│ │ │ │ ├── tag-p.gif
│ │ │ │ ├── tag-pre.gif
│ │ │ │ ├── waiting.gif
│ │ │ │ └── wmp.gif
│ │ │ └── ui.css
│ │ ├── o2007silver
│ │ │ ├── iframe.css
│ │ │ ├── img
│ │ │ │ ├── anchor.gif
│ │ │ │ ├── buttonbg.gif
│ │ │ │ ├── close.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── icons.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── progressbg.gif
│ │ │ │ ├── progress.gif
│ │ │ │ ├── tag-address.gif
│ │ │ │ ├── tag-div.gif
│ │ │ │ ├── tag-h1.gif
│ │ │ │ ├── tag-h2.gif
│ │ │ │ ├── tag-h3.gif
│ │ │ │ ├── tag-h4.gif
│ │ │ │ ├── tag-h5.gif
│ │ │ │ ├── tag-h6.gif
│ │ │ │ ├── tag-p.gif
│ │ │ │ ├── tag-pre.gif
│ │ │ │ ├── waiting.gif
│ │ │ │ └── wmp.gif
│ │ │ └── ui.css
│ │ └── vista
│ │ ├── iframe.css
│ │ ├── img
│ │ │ ├── anchor.gif
│ │ │ ├── buttonbg.gif
│ │ │ ├── close.gif
│ │ │ ├── flash.gif
│ │ │ ├── icons.gif
│ │ │ ├── loading.gif
│ │ │ ├── progressbg.gif
│ │ │ ├── progress.gif
│ │ │ ├── tag-address.gif
│ │ │ ├── tag-div.gif
│ │ │ ├── tag-h1.gif
│ │ │ ├── tag-h2.gif
│ │ │ ├── tag-h3.gif
│ │ │ ├── tag-h4.gif
│ │ │ ├── tag-h5.gif
│ │ │ ├── tag-h6.gif
│ │ │ ├── tag-p.gif
│ │ │ ├── tag-pre.gif
│ │ │ ├── titlebg.gif
│ │ │ ├── waiting.gif
│ │ │ └── wmp.gif
│ │ └── ui.css
│ └── 请先看说明文档
│ ├── 2.77更新说明.txt
│ └── 使用说明.txt
└── 食堂订餐系统说明文件.doc
93 directories, 840 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论