├── data ├── index.htm ├── api │ ├── index.htm │ ├── oauth │ │ ├── index.htm │ │ └── system │ │ │ ├── index.htm │ │ │ └── core.php │ └── alipay │ │ ├── lib │ │ ├── index.htm │ │ └── alipay_md5.function.php │ │ ├── cacert.pem │ │ ├── images │ │ ├── alipay.gif │ │ └── new-btn-fixed.png │ │ └── alipay.config.php ├── backup │ └── index.htm ├── captcha │ ├── index.htm │ └── vdcode.jpg ├── error │ └── index.htm ├── httpfile │ └── index.htm ├── sessions │ └── index.htm ├── watermark │ ├── index.htm │ ├── watermarket.png │ ├── watermarket_backup.png │ └── watermark.inc.php ├── avatar │ ├── images │ │ ├── camera.swf │ │ └── default_avatar.jpg │ ├── lib │ │ └── config.php │ └── index.php └── lang │ ├── en_US.lang.php │ └── zh_CN.lang.php ├── include ├── index.htm ├── conn.inc.php └── config.inc.php ├── uploads ├── index.htm ├── soft │ └── index.htm ├── image │ └── index.htm └── media │ └── index.htm ├── admin ├── editor │ ├── index.htm │ ├── themes │ │ ├── common │ │ │ ├── rm.gif │ │ │ ├── blank.gif │ │ │ ├── flash.gif │ │ │ ├── media.gif │ │ │ ├── anchor.gif │ │ │ └── loading.gif │ │ ├── qq │ │ │ └── editor.gif │ │ └── default │ │ │ ├── default.png │ │ │ └── background.png │ ├── plugins │ │ ├── emoticons │ │ │ └── images │ │ │ │ ├── 0.gif │ │ │ │ ├── 1.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 100.gif │ │ │ │ ├── 101.gif │ │ │ │ ├── 102.gif │ │ │ │ ├── 103.gif │ │ │ │ ├── 104.gif │ │ │ │ ├── 105.gif │ │ │ │ ├── 106.gif │ │ │ │ ├── 107.gif │ │ │ │ ├── 108.gif │ │ │ │ ├── 109.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 110.gif │ │ │ │ ├── 111.gif │ │ │ │ ├── 112.gif │ │ │ │ ├── 113.gif │ │ │ │ ├── 114.gif │ │ │ │ ├── 115.gif │ │ │ │ ├── 116.gif │ │ │ │ ├── 117.gif │ │ │ │ ├── 118.gif │ │ │ │ ├── 119.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 120.gif │ │ │ │ ├── 121.gif │ │ │ │ ├── 122.gif │ │ │ │ ├── 123.gif │ │ │ │ ├── 124.gif │ │ │ │ ├── 125.gif │ │ │ │ ├── 126.gif │ │ │ │ ├── 127.gif │ │ │ │ ├── 128.gif │ │ │ │ ├── 129.gif │ │ │ │ ├── 13.gif │ │ │ │ ├── 130.gif │ │ │ │ ├── 131.gif │ │ │ │ ├── 132.gif │ │ │ │ ├── 133.gif │ │ │ │ ├── 134.gif │ │ │ │ ├── 14.gif │ │ │ │ ├── 15.gif │ │ │ │ ├── 16.gif │ │ │ │ ├── 17.gif │ │ │ │ ├── 18.gif │ │ │ │ ├── 19.gif │ │ │ │ ├── 20.gif │ │ │ │ ├── 21.gif │ │ │ │ ├── 22.gif │ │ │ │ ├── 23.gif │ │ │ │ ├── 24.gif │ │ │ │ ├── 25.gif │ │ │ │ ├── 26.gif │ │ │ │ ├── 27.gif │ │ │ │ ├── 28.gif │ │ │ │ ├── 29.gif │ │ │ │ ├── 30.gif │ │ │ │ ├── 31.gif │ │ │ │ ├── 32.gif │ │ │ │ ├── 33.gif │ │ │ │ ├── 34.gif │ │ │ │ ├── 35.gif │ │ │ │ ├── 36.gif │ │ │ │ ├── 37.gif │ │ │ │ ├── 38.gif │ │ │ │ ├── 39.gif │ │ │ │ ├── 40.gif │ │ │ │ ├── 41.gif │ │ │ │ ├── 42.gif │ │ │ │ ├── 43.gif │ │ │ │ ├── 44.gif │ │ │ │ ├── 45.gif │ │ │ │ ├── 46.gif │ │ │ │ ├── 47.gif │ │ │ │ ├── 48.gif │ │ │ │ ├── 49.gif │ │ │ │ ├── 50.gif │ │ │ │ ├── 51.gif │ │ │ │ ├── 52.gif │ │ │ │ ├── 53.gif │ │ │ │ ├── 54.gif │ │ │ │ ├── 55.gif │ │ │ │ ├── 56.gif │ │ │ │ ├── 57.gif │ │ │ │ ├── 58.gif │ │ │ │ ├── 59.gif │ │ │ │ ├── 60.gif │ │ │ │ ├── 61.gif │ │ │ │ ├── 62.gif │ │ │ │ ├── 63.gif │ │ │ │ ├── 64.gif │ │ │ │ ├── 65.gif │ │ │ │ ├── 66.gif │ │ │ │ ├── 67.gif │ │ │ │ ├── 68.gif │ │ │ │ ├── 69.gif │ │ │ │ ├── 70.gif │ │ │ │ ├── 71.gif │ │ │ │ ├── 72.gif │ │ │ │ ├── 73.gif │ │ │ │ ├── 74.gif │ │ │ │ ├── 75.gif │ │ │ │ ├── 76.gif │ │ │ │ ├── 77.gif │ │ │ │ ├── 78.gif │ │ │ │ ├── 79.gif │ │ │ │ ├── 80.gif │ │ │ │ ├── 81.gif │ │ │ │ ├── 82.gif │ │ │ │ ├── 83.gif │ │ │ │ ├── 84.gif │ │ │ │ ├── 85.gif │ │ │ │ ├── 86.gif │ │ │ │ ├── 87.gif │ │ │ │ ├── 88.gif │ │ │ │ ├── 89.gif │ │ │ │ ├── 90.gif │ │ │ │ ├── 91.gif │ │ │ │ ├── 92.gif │ │ │ │ ├── 93.gif │ │ │ │ ├── 94.gif │ │ │ │ ├── 95.gif │ │ │ │ ├── 96.gif │ │ │ │ ├── 97.gif │ │ │ │ ├── 98.gif │ │ │ │ ├── 99.gif │ │ │ │ └── static.gif │ │ ├── image │ │ │ └── images │ │ │ │ ├── refresh.png │ │ │ │ ├── align_left.gif │ │ │ │ ├── align_top.gif │ │ │ │ └── align_right.gif │ │ ├── multiimage │ │ │ └── images │ │ │ │ ├── image.png │ │ │ │ ├── swfupload.swf │ │ │ │ ├── select-files-en.png │ │ │ │ └── select-files-zh_CN.png │ │ ├── filemanager │ │ │ └── images │ │ │ │ ├── file-16.gif │ │ │ │ ├── file-64.gif │ │ │ │ ├── go-up.gif │ │ │ │ ├── folder-16.gif │ │ │ │ └── folder-64.gif │ │ ├── template │ │ │ └── html │ │ │ │ ├── 1.html │ │ │ │ ├── 3.html │ │ │ │ └── 2.html │ │ ├── code │ │ │ └── prettify.css │ │ ├── pagebreak │ │ │ └── pagebreak.js │ │ ├── preview │ │ │ └── preview.js │ │ ├── clearhtml │ │ │ └── clearhtml.js │ │ ├── lineheight │ │ │ └── lineheight.js │ │ ├── baidumap │ │ │ └── map.html │ │ ├── autoheight │ │ │ └── autoheight.js │ │ ├── plainpaste │ │ │ └── plainpaste.js │ │ ├── anchor │ │ │ └── anchor.js │ │ ├── wordpaste │ │ │ └── wordpaste.js │ │ └── map │ │ │ └── map.html │ └── php │ │ └── upload_json.php ├── inc │ ├── index.htm │ └── manageui.inc.php ├── plugin │ ├── index.htm │ ├── jcrop │ │ ├── btn.gif │ │ ├── board.gif │ │ ├── jcrop.gif │ │ ├── nopic.png │ │ └── txt_bg.png │ ├── uploadify │ │ ├── btn.gif │ │ ├── nopic.png │ │ ├── select.png │ │ ├── close_div.gif │ │ ├── uploadify.swf │ │ ├── uploadify-cancel.png │ │ ├── uploadifive-cancel.png │ │ ├── uploadify.php │ │ └── uploadifive.php │ ├── colorpicker │ │ └── cross.png │ └── calendar │ │ └── question-balloon.png ├── templates │ ├── index.htm │ ├── html │ │ └── index.htm │ ├── images │ │ ├── index.htm │ │ ├── btn.gif │ │ ├── logo.png │ │ ├── tran.gif │ │ ├── addRow.png │ │ ├── authBg.png │ │ ├── boldBg.png │ │ ├── folder.gif │ │ ├── lnk_bg.png │ │ ├── logoi.png │ │ ├── right.gif │ │ ├── CloseBg2.png │ │ ├── clearfile.png │ │ ├── closeBg.png │ │ ├── colorBg.png │ │ ├── dfthumb.png │ │ ├── filestate.png │ │ ├── folderBg.png │ │ ├── headerBtn.png │ │ ├── leftNavBg.png │ │ ├── lnkBg01.png │ │ ├── lnkBg02.png │ │ ├── lnkBg03.png │ │ ├── lnkBg04.png │ │ ├── loading.gif │ │ ├── loading2.gif │ │ ├── loading3.gif │ │ ├── loading4.gif │ │ ├── logoiOn.png │ │ ├── lrArrow.png │ │ ├── nologinbg.jpg │ │ ├── oauthico.png │ │ ├── pageOnBg.png │ │ ├── pmSignBg.png │ │ ├── preMobile.jpg │ │ ├── searchBg.png │ │ ├── subTypeBg.gif │ │ ├── transys.png │ │ ├── arrowDownBg.png │ │ ├── calendarBg.png │ │ ├── gray_btn_bg.png │ │ ├── headerBtnOn.png │ │ ├── homeCopyBg.png │ │ ├── loginTxtBg.png │ │ ├── logoiHover.png │ │ ├── preMobiles.jpg │ │ ├── database_key.gif │ │ ├── leftMenuType.png │ │ ├── lockScreenIco.png │ │ ├── scrbar_thumb.png │ │ ├── scrbar_thumb_on.png │ │ ├── loginbg │ │ │ ├── loginBg_01.jpg │ │ │ ├── loginBg_02.jpg │ │ │ ├── loginBg_04.jpg │ │ │ ├── loginBg_06.jpg │ │ │ ├── loginBg_07.jpg │ │ │ ├── loginBg_08.jpg │ │ │ ├── loginBg_09.jpg │ │ │ ├── loginBg_10.jpg │ │ │ └── loginBg_11.jpg │ │ └── user_default_avatar.jpg │ ├── js │ │ ├── index.htm │ │ ├── getcatpsize.js │ │ ├── getinfosrc.js │ │ ├── getarea.js │ │ ├── getjcrop.js │ │ ├── getuploadify.js │ │ └── leftmenu.js │ └── style │ │ └── index.htm ├── mobile │ ├── templates │ │ ├── index.htm │ │ ├── images │ │ │ ├── logo.png │ │ │ ├── filestate.png │ │ │ ├── pageOnBg.png │ │ │ └── loginTxtBg.png │ │ └── js │ │ │ └── frame.js │ ├── footer.php │ ├── info.php │ ├── infoimg.php │ ├── infoclass.php │ ├── infolist.php │ └── header.php ├── index.php ├── logout.php ├── default.php ├── usercomment_save.php ├── userfavorite_save.php ├── database_query.php ├── infoflag_save.php ├── goodsflag_save.php ├── getmode_save.php ├── infosrc_save.php ├── postmode_save.php ├── showad.php ├── database_message.php ├── lockscreen_do.php ├── paymode_save.php ├── usergroup_save.php ├── goodsattr_save.php ├── fragment_save.php ├── lnk_save.php ├── infolist.php ├── soft.php ├── infoimg.php ├── goodsorder_save.php ├── message_save.php ├── upload_file.php ├── database_struct.php ├── nav_save.php ├── database_import.php ├── goods.php ├── cascadedata_save.php ├── goodstype_save.php ├── upload_file_do.php ├── goodsbrand_save.php ├── weblinktype_save.php ├── job_save.php ├── cascade_save.php ├── adtype_save.php ├── maintype_save.php ├── mobile.php ├── weblink_save.php └── admanage_save.php ├── install ├── data │ ├── index.htm │ └── conn.tpl.php └── templates │ ├── index.htm │ ├── images │ ├── logo.png │ ├── already.png │ ├── errorBg.png │ ├── complete.png │ ├── correctBg.png │ └── inputOnBg.png │ ├── js │ └── common.js │ ├── step_3.html │ ├── step_4.html │ └── step_5.html ├── templates ├── index.htm └── default │ ├── index.htm │ ├── js │ ├── index.htm │ ├── slidespro.js │ ├── top.js │ └── getarea.js │ ├── images │ ├── index.htm │ ├── dots.gif │ ├── icon.png │ ├── logo.png │ ├── arrow.png │ ├── bg_th.gif │ ├── bkgdown.png │ ├── buybtn.png │ ├── comment.gif │ ├── icon_v.png │ ├── kf_ico.png │ ├── loading.gif │ ├── msg_bg.gif │ ├── nav_bg.png │ ├── nav_ico.gif │ ├── sprite.png │ ├── tel_txt.png │ ├── weblogo.png │ ├── banner-ir.png │ ├── bkghover.png │ ├── bkgnormal.png │ ├── dot_line.gif │ ├── loading2.gif │ ├── oauthico.png │ ├── search_bg.gif │ ├── sina_logo.png │ ├── soft_tabs.png │ ├── tqq_logo.png │ ├── aboutus_bg.png │ ├── aboutus_img.png │ ├── actbox-ico.gif │ ├── box_dotline.gif │ ├── commnet_bg.png │ ├── download_s.png │ ├── follow_title.png │ ├── imgdata │ │ ├── i559.jpg │ │ ├── iMac.jpg │ │ ├── iPod.jpg │ │ ├── map.png │ │ ├── moto.jpg │ │ ├── 361du.jpg │ │ ├── ipad2.jpg │ │ ├── qqlogo.gif │ │ ├── iphone4s.jpg │ │ ├── macbook.jpg │ │ ├── newsimg.png │ │ ├── zhonghua.jpg │ │ ├── iphone4s_w.jpg │ │ ├── iphone5_01.jpg │ │ ├── iphone5_02.jpg │ │ ├── iphone5_03.jpg │ │ ├── iphone5_04.jpg │ │ ├── iphone5_05.jpg │ │ ├── slideimg_1.jpg │ │ ├── slideimg_2.jpg │ │ ├── slideimg_3.jpg │ │ ├── slideimg_4.jpg │ │ ├── slideimg_5.jpg │ │ └── mobliebaidulogo.jpg │ ├── mobile │ │ ├── Thumbs.db │ │ ├── icon.png │ │ ├── navbg.png │ │ ├── top.png │ │ └── icon_on.png │ ├── news_title.png │ ├── nofoundpic.gif │ ├── shopcart_ico.gif │ ├── soft_logo_bg.png │ ├── soft_tabs_on.png │ ├── subnav_ico.gif │ ├── btn-style-gray.gif │ ├── commnet_btn_bg.png │ ├── contact_title.png │ ├── input_gray_bg.png │ ├── subnav_ico_on.gif │ ├── userlog_btn_bg.png │ ├── weblink_title.png │ ├── commnet_btnon_bg.png │ ├── userlog_input_bg.png │ └── jquery-lightbox-theme.png │ ├── member │ ├── index.htm │ ├── header.php │ ├── lefterguest.php │ └── defaultguest.php │ ├── style │ └── index.htm │ └── mobile │ ├── footer.php │ └── nav.php ├── favicon.ico ├── LICENSE.txt ├── robots.txt ├── lefter.php ├── footer.php ├── .gitignore ├── 使用说明.txt ├── README.md ├── 4g.php ├── 协议说明.txt ├── about.php └── contact.php /data/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/editor/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/inc/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/plugin/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/backup/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/captcha/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/error/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/data/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/soft/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/oauth/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/httpfile/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/sessions/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/watermark/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/image/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uploads/media/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/mobile/templates/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/html/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/images/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/js/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/templates/style/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/alipay/lib/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/api/oauth/system/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/js/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/images/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/member/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/style/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/favicon.ico -------------------------------------------------------------------------------- /data/captcha/vdcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/captcha/vdcode.jpg -------------------------------------------------------------------------------- /admin/plugin/jcrop/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/btn.gif -------------------------------------------------------------------------------- /data/api/alipay/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/api/alipay/cacert.pem -------------------------------------------------------------------------------- /admin/plugin/jcrop/board.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/board.gif -------------------------------------------------------------------------------- /admin/plugin/jcrop/jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/jcrop.gif -------------------------------------------------------------------------------- /admin/plugin/jcrop/nopic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/nopic.png -------------------------------------------------------------------------------- /admin/plugin/jcrop/txt_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/jcrop/txt_bg.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/btn.gif -------------------------------------------------------------------------------- /admin/templates/images/btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/btn.gif -------------------------------------------------------------------------------- /admin/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logo.png -------------------------------------------------------------------------------- /admin/templates/images/tran.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/tran.gif -------------------------------------------------------------------------------- /data/avatar/images/camera.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/avatar/images/camera.swf -------------------------------------------------------------------------------- /data/watermark/watermarket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/watermark/watermarket.png -------------------------------------------------------------------------------- /admin/editor/themes/common/rm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/rm.gif -------------------------------------------------------------------------------- /admin/editor/themes/qq/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/qq/editor.gif -------------------------------------------------------------------------------- /admin/plugin/uploadify/nopic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/nopic.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/select.png -------------------------------------------------------------------------------- /admin/templates/images/addRow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/addRow.png -------------------------------------------------------------------------------- /admin/templates/images/authBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/authBg.png -------------------------------------------------------------------------------- /admin/templates/images/boldBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/boldBg.png -------------------------------------------------------------------------------- /admin/templates/images/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/folder.gif -------------------------------------------------------------------------------- /admin/templates/images/lnk_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnk_bg.png -------------------------------------------------------------------------------- /admin/templates/images/logoi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logoi.png -------------------------------------------------------------------------------- /admin/templates/images/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/right.gif -------------------------------------------------------------------------------- /data/api/alipay/images/alipay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/api/alipay/images/alipay.gif -------------------------------------------------------------------------------- /install/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/logo.png -------------------------------------------------------------------------------- /templates/default/images/dots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/dots.gif -------------------------------------------------------------------------------- /templates/default/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/icon.png -------------------------------------------------------------------------------- /templates/default/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/logo.png -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | PHPMyWind遵循Apache2开源协议发布。Apache Licence是著名的非盈利开源组织Apache采用的协议,该协议和BSD类似,鼓励代码共享和尊重原作者的著作权,同样允许代码修改,再作为开源或商业软件发布。 2 | -------------------------------------------------------------------------------- /admin/editor/themes/common/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/blank.gif -------------------------------------------------------------------------------- /admin/editor/themes/common/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/flash.gif -------------------------------------------------------------------------------- /admin/editor/themes/common/media.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/media.gif -------------------------------------------------------------------------------- /admin/plugin/colorpicker/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/colorpicker/cross.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/close_div.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/close_div.gif -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadify.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/uploadify.swf -------------------------------------------------------------------------------- /admin/templates/images/CloseBg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/CloseBg2.png -------------------------------------------------------------------------------- /admin/templates/images/clearfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/clearfile.png -------------------------------------------------------------------------------- /admin/templates/images/closeBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/closeBg.png -------------------------------------------------------------------------------- /admin/templates/images/colorBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/colorBg.png -------------------------------------------------------------------------------- /admin/templates/images/dfthumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/dfthumb.png -------------------------------------------------------------------------------- /admin/templates/images/filestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/filestate.png -------------------------------------------------------------------------------- /admin/templates/images/folderBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/folderBg.png -------------------------------------------------------------------------------- /admin/templates/images/headerBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/headerBtn.png -------------------------------------------------------------------------------- /admin/templates/images/leftNavBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/leftNavBg.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg01.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg02.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg03.png -------------------------------------------------------------------------------- /admin/templates/images/lnkBg04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lnkBg04.png -------------------------------------------------------------------------------- /admin/templates/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading.gif -------------------------------------------------------------------------------- /admin/templates/images/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading2.gif -------------------------------------------------------------------------------- /admin/templates/images/loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading3.gif -------------------------------------------------------------------------------- /admin/templates/images/loading4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loading4.gif -------------------------------------------------------------------------------- /admin/templates/images/logoiOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logoiOn.png -------------------------------------------------------------------------------- /admin/templates/images/lrArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lrArrow.png -------------------------------------------------------------------------------- /admin/templates/images/nologinbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/nologinbg.jpg -------------------------------------------------------------------------------- /admin/templates/images/oauthico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/oauthico.png -------------------------------------------------------------------------------- /admin/templates/images/pageOnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/pageOnBg.png -------------------------------------------------------------------------------- /admin/templates/images/pmSignBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/pmSignBg.png -------------------------------------------------------------------------------- /admin/templates/images/preMobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/preMobile.jpg -------------------------------------------------------------------------------- /admin/templates/images/searchBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/searchBg.png -------------------------------------------------------------------------------- /admin/templates/images/subTypeBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/subTypeBg.gif -------------------------------------------------------------------------------- /admin/templates/images/transys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/transys.png -------------------------------------------------------------------------------- /install/templates/images/already.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/already.png -------------------------------------------------------------------------------- /install/templates/images/errorBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/errorBg.png -------------------------------------------------------------------------------- /templates/default/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/arrow.png -------------------------------------------------------------------------------- /templates/default/images/bg_th.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bg_th.gif -------------------------------------------------------------------------------- /templates/default/images/bkgdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bkgdown.png -------------------------------------------------------------------------------- /templates/default/images/buybtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/buybtn.png -------------------------------------------------------------------------------- /templates/default/images/comment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/comment.gif -------------------------------------------------------------------------------- /templates/default/images/icon_v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/icon_v.png -------------------------------------------------------------------------------- /templates/default/images/kf_ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/kf_ico.png -------------------------------------------------------------------------------- /templates/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/loading.gif -------------------------------------------------------------------------------- /templates/default/images/msg_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/msg_bg.gif -------------------------------------------------------------------------------- /templates/default/images/nav_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/nav_bg.png -------------------------------------------------------------------------------- /templates/default/images/nav_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/nav_ico.gif -------------------------------------------------------------------------------- /templates/default/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/sprite.png -------------------------------------------------------------------------------- /templates/default/images/tel_txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/tel_txt.png -------------------------------------------------------------------------------- /templates/default/images/weblogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/weblogo.png -------------------------------------------------------------------------------- /admin/editor/themes/common/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/anchor.gif -------------------------------------------------------------------------------- /admin/editor/themes/common/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/common/loading.gif -------------------------------------------------------------------------------- /admin/mobile/templates/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/logo.png -------------------------------------------------------------------------------- /admin/templates/images/arrowDownBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/arrowDownBg.png -------------------------------------------------------------------------------- /admin/templates/images/calendarBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/calendarBg.png -------------------------------------------------------------------------------- /admin/templates/images/gray_btn_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/gray_btn_bg.png -------------------------------------------------------------------------------- /admin/templates/images/headerBtnOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/headerBtnOn.png -------------------------------------------------------------------------------- /admin/templates/images/homeCopyBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/homeCopyBg.png -------------------------------------------------------------------------------- /admin/templates/images/loginTxtBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginTxtBg.png -------------------------------------------------------------------------------- /admin/templates/images/logoiHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/logoiHover.png -------------------------------------------------------------------------------- /admin/templates/images/preMobiles.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/preMobiles.jpg -------------------------------------------------------------------------------- /data/avatar/images/default_avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/avatar/images/default_avatar.jpg -------------------------------------------------------------------------------- /data/watermark/watermarket_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/watermark/watermarket_backup.png -------------------------------------------------------------------------------- /install/templates/images/complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/complete.png -------------------------------------------------------------------------------- /install/templates/images/correctBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/correctBg.png -------------------------------------------------------------------------------- /install/templates/images/inputOnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/install/templates/images/inputOnBg.png -------------------------------------------------------------------------------- /templates/default/images/banner-ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/banner-ir.png -------------------------------------------------------------------------------- /templates/default/images/bkghover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bkghover.png -------------------------------------------------------------------------------- /templates/default/images/bkgnormal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/bkgnormal.png -------------------------------------------------------------------------------- /templates/default/images/dot_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/dot_line.gif -------------------------------------------------------------------------------- /templates/default/images/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/loading2.gif -------------------------------------------------------------------------------- /templates/default/images/oauthico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/oauthico.png -------------------------------------------------------------------------------- /templates/default/images/search_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/search_bg.gif -------------------------------------------------------------------------------- /templates/default/images/sina_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/sina_logo.png -------------------------------------------------------------------------------- /templates/default/images/soft_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/soft_tabs.png -------------------------------------------------------------------------------- /templates/default/images/tqq_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/tqq_logo.png -------------------------------------------------------------------------------- /admin/editor/themes/default/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/default/default.png -------------------------------------------------------------------------------- /admin/mobile/footer.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | -------------------------------------------------------------------------------- /admin/templates/images/database_key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/database_key.gif -------------------------------------------------------------------------------- /admin/templates/images/leftMenuType.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/leftMenuType.png -------------------------------------------------------------------------------- /admin/templates/images/lockScreenIco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/lockScreenIco.png -------------------------------------------------------------------------------- /admin/templates/images/scrbar_thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/scrbar_thumb.png -------------------------------------------------------------------------------- /data/api/alipay/images/new-btn-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/data/api/alipay/images/new-btn-fixed.png -------------------------------------------------------------------------------- /templates/default/images/aboutus_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/aboutus_bg.png -------------------------------------------------------------------------------- /templates/default/images/aboutus_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/aboutus_img.png -------------------------------------------------------------------------------- /templates/default/images/actbox-ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/actbox-ico.gif -------------------------------------------------------------------------------- /templates/default/images/box_dotline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/box_dotline.gif -------------------------------------------------------------------------------- /templates/default/images/commnet_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/commnet_bg.png -------------------------------------------------------------------------------- /templates/default/images/download_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/download_s.png -------------------------------------------------------------------------------- /templates/default/images/follow_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/follow_title.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/i559.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/i559.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iMac.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iMac.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iPod.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iPod.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/map.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/moto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/moto.jpg -------------------------------------------------------------------------------- /templates/default/images/mobile/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/Thumbs.db -------------------------------------------------------------------------------- /templates/default/images/mobile/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/icon.png -------------------------------------------------------------------------------- /templates/default/images/mobile/navbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/navbg.png -------------------------------------------------------------------------------- /templates/default/images/mobile/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/top.png -------------------------------------------------------------------------------- /templates/default/images/news_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/news_title.png -------------------------------------------------------------------------------- /templates/default/images/nofoundpic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/nofoundpic.gif -------------------------------------------------------------------------------- /templates/default/images/shopcart_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/shopcart_ico.gif -------------------------------------------------------------------------------- /templates/default/images/soft_logo_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/soft_logo_bg.png -------------------------------------------------------------------------------- /templates/default/images/soft_tabs_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/soft_tabs_on.png -------------------------------------------------------------------------------- /templates/default/images/subnav_ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/subnav_ico.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/0.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/1.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/2.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/3.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/4.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/5.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/6.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/7.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/8.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/9.gif -------------------------------------------------------------------------------- /admin/editor/themes/default/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/themes/default/background.png -------------------------------------------------------------------------------- /admin/mobile/templates/images/filestate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/filestate.png -------------------------------------------------------------------------------- /admin/mobile/templates/images/pageOnBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/pageOnBg.png -------------------------------------------------------------------------------- /admin/plugin/calendar/question-balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/calendar/question-balloon.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadify-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/uploadify-cancel.png -------------------------------------------------------------------------------- /admin/templates/images/scrbar_thumb_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/scrbar_thumb_on.png -------------------------------------------------------------------------------- /templates/default/images/btn-style-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/btn-style-gray.gif -------------------------------------------------------------------------------- /templates/default/images/commnet_btn_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/commnet_btn_bg.png -------------------------------------------------------------------------------- /templates/default/images/contact_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/contact_title.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/361du.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/361du.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/ipad2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/ipad2.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/qqlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/qqlogo.gif -------------------------------------------------------------------------------- /templates/default/images/input_gray_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/input_gray_bg.png -------------------------------------------------------------------------------- /templates/default/images/mobile/icon_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/mobile/icon_on.png -------------------------------------------------------------------------------- /templates/default/images/subnav_ico_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/subnav_ico_on.gif -------------------------------------------------------------------------------- /templates/default/images/userlog_btn_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/userlog_btn_bg.png -------------------------------------------------------------------------------- /templates/default/images/weblink_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/weblink_title.png -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/10.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/100.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/101.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/102.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/103.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/104.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/105.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/106.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/107.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/108.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/109.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/11.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/110.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/111.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/112.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/113.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/114.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/115.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/116.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/117.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/118.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/119.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/12.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/120.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/121.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/122.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/123.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/124.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/125.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/126.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/127.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/128.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/129.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/13.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/130.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/131.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/132.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/133.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/134.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/14.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/15.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/16.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/17.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/18.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/19.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/20.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/21.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/22.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/23.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/24.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/25.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/26.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/27.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/28.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/29.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/30.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/31.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/32.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/33.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/34.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/35.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/36.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/37.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/38.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/39.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/40.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/41.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/42.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/43.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/44.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/45.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/46.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/47.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/48.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/49.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/50.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/51.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/52.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/53.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/54.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/55.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/56.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/57.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/58.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/59.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/60.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/61.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/62.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/63.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/64.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/65.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/66.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/67.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/68.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/69.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/70.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/71.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/72.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/73.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/74.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/75.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/76.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/77.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/78.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/79.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/80.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/81.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/82.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/83.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/84.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/85.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/86.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/87.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/88.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/89.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/90.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/91.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/92.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/93.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/94.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/95.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/96.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/97.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/98.gif -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/99.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/refresh.png -------------------------------------------------------------------------------- /admin/mobile/templates/images/loginTxtBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/mobile/templates/images/loginTxtBg.png -------------------------------------------------------------------------------- /admin/plugin/uploadify/uploadifive-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/plugin/uploadify/uploadifive-cancel.png -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_01.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_02.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_04.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_06.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_07.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_08.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_09.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_10.jpg -------------------------------------------------------------------------------- /admin/templates/images/loginbg/loginBg_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/loginbg/loginBg_11.jpg -------------------------------------------------------------------------------- /admin/templates/images/user_default_avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/templates/images/user_default_avatar.jpg -------------------------------------------------------------------------------- /templates/default/images/commnet_btnon_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/commnet_btnon_bg.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone4s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone4s.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/macbook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/macbook.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/newsimg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/newsimg.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/zhonghua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/zhonghua.jpg -------------------------------------------------------------------------------- /templates/default/images/userlog_input_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/userlog_input_bg.png -------------------------------------------------------------------------------- /admin/editor/plugins/emoticons/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/emoticons/images/static.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/align_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/align_left.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/align_top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/align_top.gif -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/image.png -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone4s_w.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone4s_w.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_01.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_02.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_03.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_04.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/iphone5_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/iphone5_05.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_1.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_2.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_3.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_4.jpg -------------------------------------------------------------------------------- /templates/default/images/imgdata/slideimg_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/slideimg_5.jpg -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/file-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/file-16.gif -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/file-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/file-64.gif -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/go-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/go-up.gif -------------------------------------------------------------------------------- /admin/editor/plugins/image/images/align_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/image/images/align_right.gif -------------------------------------------------------------------------------- /templates/default/images/jquery-lightbox-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/jquery-lightbox-theme.png -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/folder-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/folder-16.gif -------------------------------------------------------------------------------- /admin/editor/plugins/filemanager/images/folder-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/filemanager/images/folder-64.gif -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/swfupload.swf -------------------------------------------------------------------------------- /templates/default/images/imgdata/mobliebaidulogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/templates/default/images/imgdata/mobliebaidulogo.jpg -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/select-files-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/select-files-en.png -------------------------------------------------------------------------------- /admin/editor/plugins/multiimage/images/select-files-zh_CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaozhifeng/PHPMyWind/HEAD/admin/editor/plugins/multiimage/images/select-files-zh_CN.png -------------------------------------------------------------------------------- /templates/default/mobile/footer.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /data/lang/en_US.lang.php: -------------------------------------------------------------------------------- 1 | 7 | * @since 2014-11-6 23:27:48 8 | * @version 1.0 9 | */ 10 | -------------------------------------------------------------------------------- /data/lang/zh_CN.lang.php: -------------------------------------------------------------------------------- 1 | 7 | * @since 2014-11-6 23:27:48 8 | * @version 1.0 9 | */ 10 | -------------------------------------------------------------------------------- /admin/inc/manageui.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/editor/plugins/template/html/1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |11 | 在此处输入内容 12 |
13 | 14 | -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- 1 | 15 | -------------------------------------------------------------------------------- /templates/default/member/header.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | # 2 | # robots.txt for PHPMyWind 3 | # 4 | 5 | User-agent: * 6 | Disallow: /admin/ 7 | Disallow: /data/ 8 | Disallow: /include/ 9 | Disallow: /install/ 10 | Disallow: /templates/ 11 | Disallow: /uploads/ 12 | Disallow: /member.php 13 | Disallow: /shoppingcart.php 14 | Disallow: /order.php 15 | Disallow: /orderenter.php 16 | Disallow: /orderpay.php -------------------------------------------------------------------------------- /data/watermark/watermark.inc.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/templates/js/common.js: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | ************************** 4 | (C)2010-2015 phpMyWind.com 5 | update: 2014-5-31 00:09:35 6 | person: Feng 7 | ************************** 8 | */ 9 | 10 | $(function(){ 11 | $(".mainBody").css("height", $(window).height() - 210); 12 | }) 13 | 14 | $(window).resize(function(){ 15 | $(".mainBody").css("height", $(window).height() - 210); 16 | }); 17 | -------------------------------------------------------------------------------- /admin/mobile/templates/js/frame.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2014-6-24 11:47:57 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | //站点设备选择 11 | function SelSiteEQ() 12 | { 13 | $.get("ajax_do.php?action=selsiteeq&eq=pc",function(data){ 14 | if(data == 1){ 15 | window.top.location.href = "default.php"; 16 | } 17 | }); 18 | } 19 | -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- 1 | 22 | -------------------------------------------------------------------------------- /templates/default/js/slidespro.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2012-6-19 14:01:37 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | $(function(){ 10 | var Current; 11 | $(".picture a").eq(0).show(); 12 | $(".preview a").click(function(){ 13 | Current = $(".preview a").index($(this)); 14 | $(".picture a").hide().eq(Current).fadeIn(300); 15 | }); 16 | }) 17 | -------------------------------------------------------------------------------- /admin/default.php: -------------------------------------------------------------------------------- 1 | 23 | -------------------------------------------------------------------------------- /include/conn.inc.php: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /admin/editor/plugins/template/html/3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |8 | 在此处输入内容 9 |
10 |22 | 在此处输入内容 23 |
24 |
14 | 标题115 | |
16 |
17 | 标题118 | |
19 |
| 22 | 内容1 23 | | 24 |25 | 内容2 26 | | 27 |
| 30 | 内容3 31 | | 32 |33 | 内容4 34 | | 35 |
39 | 表格说明 40 |
41 | 42 | -------------------------------------------------------------------------------- /admin/templates/js/getcatpsize.js: -------------------------------------------------------------------------------- 1 | /* 2 | ************************** 3 | (C)2010-2015 phpMyWind.com 4 | update: 2014-5-30 16:51:36 5 | person: Feng 6 | ************************** 7 | */ 8 | 9 | 10 | /* 11 | * 获取栏目缩略图大小 12 | * 13 | * @access public 14 | * @pid int 栏目的id 15 | */ 16 | 17 | function GetCatpSize(pid) 18 | { 19 | $.ajax({ 20 | url : "ajax_do.php?action=catpsize&pid=" + pid, 21 | type: "get", 22 | dataType:"html", 23 | beforeSend:function(){ 24 | }, 25 | success:function(data){ 26 | if(data != ''){ 27 | $size = data.split("|"); 28 | $("#picwidth").val($size[0]); 29 | $("#picheight").val($size[1]); 30 | } 31 | } 32 | }); 33 | } 34 | -------------------------------------------------------------------------------- /admin/mobile/info.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 ||
6 |
11 | 12 | 13 | [点这里返回上一页] 14 | 21 | 22 | 23 | [点这里关闭本页] 24 | 30 |
31 | 32 | 33 | 34 | 35 | 36 | [如果您的浏览器没有自动跳转,请点击这里] 37 | 44 | 47 | |
48 |