├── Public ├── uploads │ └── index.html ├── Min │ ├── builder │ │ ├── rewriteTest.js │ │ ├── bm2.js │ │ ├── ocCheck.php │ │ └── bm.js │ ├── .htaccess │ ├── groupsConfig.php │ └── lib │ │ └── Minify │ │ ├── DebugDetector.php │ │ ├── Packer.php │ │ └── Logger.php ├── images │ ├── Bg │ │ └── hr.png │ ├── space.gif │ ├── admin │ │ ├── ico.gif │ │ ├── icon.gif │ │ ├── logo.gif │ │ ├── logo.png │ │ ├── set.gif │ │ ├── x-bg.gif │ │ ├── y-bg.gif │ │ ├── ico-y.gif │ │ ├── scroll.png │ │ ├── help-bg.gif │ │ ├── item-bg.gif │ │ ├── layout_bg.png │ │ ├── log_out.png │ │ ├── login_bg.jpg │ │ ├── statInfo.gif │ │ ├── statInfo.png │ │ ├── sysInfo.gif │ │ ├── common_btn.gif │ │ ├── control-bg.gif │ │ ├── userInfo-bg.gif │ │ ├── login_body_bg.gif │ │ └── menu-current.gif │ └── install │ │ ├── bg.png │ │ ├── btn.png │ │ ├── icon.png │ │ ├── logo.png │ │ ├── step.png │ │ ├── tab.png │ │ ├── header.png │ │ ├── ignore.png │ │ ├── loading.gif │ │ ├── complete.png │ │ ├── icon_install.png │ │ ├── icon_update.png │ │ ├── pop_loading.gif │ │ └── tips_system.png └── javascripts │ └── admin │ ├── tab.js │ ├── datepicker │ └── images2 │ │ ├── cal.gif │ │ ├── cal_close.gif │ │ ├── cal_minus.gif │ │ ├── cal_plus.gif │ │ ├── cal_forward.gif │ │ ├── cal_reverse.gif │ │ ├── cal_fastforward.gif │ │ └── cal_fastreverse.gif │ ├── laydate │ └── skins │ │ ├── molv │ │ └── icon.png │ │ ├── yahui │ │ └── icon.png │ │ ├── yalan │ │ └── icon.png │ │ ├── dahong │ │ └── icon.png │ │ ├── danlan │ │ └── icon.png │ │ ├── default │ │ └── icon.png │ │ └── qianhuang │ │ └── icon.png │ ├── layer │ └── skin │ │ └── default │ │ ├── icon.png │ │ ├── icon-ext.png │ │ ├── loading-0.gif │ │ ├── loading-1.gif │ │ └── loading-2.gif │ ├── asyncbox │ ├── skins │ │ ├── zcms │ │ │ ├── ie6 │ │ │ │ ├── b.png │ │ │ │ ├── l.png │ │ │ │ ├── lb.png │ │ │ │ ├── lt.png │ │ │ │ ├── r.png │ │ │ │ ├── rb.png │ │ │ │ ├── rt.png │ │ │ │ ├── t.png │ │ │ │ └── closebtn.gif │ │ │ ├── zcms_bg.png │ │ │ └── zcms_tb.png │ │ └── default │ │ │ ├── default_bg.gif │ │ │ └── default_tb.gif │ └── jQuery.AsyncBox.v1.5.beta.chm │ ├── kindeditor │ ├── themes │ │ ├── common │ │ │ ├── rm.gif │ │ │ ├── anchor.gif │ │ │ ├── blank.gif │ │ │ ├── flash.gif │ │ │ ├── media.gif │ │ │ └── loading.gif │ │ ├── qq │ │ │ └── editor.gif │ │ └── default │ │ │ ├── default.png │ │ │ └── background.png │ └── plugins │ │ ├── emoticons │ │ └── images │ │ │ ├── 0.gif │ │ │ ├── 1.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 │ │ │ ├── 2.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 3.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 4.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 5.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 6.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 7.gif │ │ │ ├── 70.gif │ │ │ ├── 71.gif │ │ │ ├── 72.gif │ │ │ ├── 73.gif │ │ │ ├── 74.gif │ │ │ ├── 75.gif │ │ │ ├── 76.gif │ │ │ ├── 77.gif │ │ │ ├── 78.gif │ │ │ ├── 79.gif │ │ │ ├── 8.gif │ │ │ ├── 80.gif │ │ │ ├── 81.gif │ │ │ ├── 82.gif │ │ │ ├── 83.gif │ │ │ ├── 84.gif │ │ │ ├── 85.gif │ │ │ ├── 86.gif │ │ │ ├── 87.gif │ │ │ ├── 88.gif │ │ │ ├── 89.gif │ │ │ ├── 9.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_top.gif │ │ │ ├── align_left.gif │ │ │ └── align_right.gif │ │ ├── filemanager │ │ └── images │ │ │ ├── go-up.gif │ │ │ ├── file-16.gif │ │ │ ├── file-64.gif │ │ │ ├── folder-16.gif │ │ │ └── folder-64.gif │ │ ├── multiimage │ │ └── images │ │ │ ├── image.png │ │ │ ├── swfupload.swf │ │ │ ├── select-files-en.png │ │ │ └── select-files-zh_CN.png │ │ ├── template │ │ └── html │ │ │ ├── 1.html │ │ │ ├── 3.html │ │ │ └── 2.html │ │ ├── autoheight │ │ └── autoheight.js │ │ ├── code │ │ └── prettify.css │ │ ├── pagebreak │ │ └── pagebreak.js │ │ ├── preview │ │ └── preview.js │ │ ├── clearhtml │ │ └── clearhtml.js │ │ ├── lineheight │ │ └── lineheight.js │ │ ├── baidumap │ │ └── map.html │ │ └── plainpaste │ │ └── plainpaste.js │ ├── poshytip │ ├── demo │ │ └── includes │ │ │ ├── bullet.png │ │ │ └── sheet_bg.jpg │ ├── tip-violet │ │ ├── tip-violet.png │ │ └── tip-violet_arrows.png │ ├── tip-yellow │ │ ├── tip-yellow.png │ │ └── tip-yellow_arrows.png │ ├── tip-darkgray │ │ ├── tip-darkgray.png │ │ └── tip-darkgray_arrows.png │ ├── tip-skyblue │ │ ├── tip-skyblue.png │ │ └── tip-skyblue_arrows.png │ ├── tip-green │ │ ├── tip-green_arrows.gif │ │ └── tip-green.css │ ├── tip-twitter │ │ ├── tip-twitter_arrows.gif │ │ ├── tip-skyblue │ │ │ ├── tip-skyblue.png │ │ │ └── tip-skyblue_arrows.png │ │ ├── tip-violet │ │ │ ├── tip-violet.png │ │ │ └── tip-violet_arrows.png │ │ ├── tip-yellow │ │ │ ├── tip-yellow.png │ │ │ └── tip-yellow_arrows.png │ │ ├── tip-darkgray │ │ │ ├── tip-darkgray.png │ │ │ └── tip-darkgray_arrows.png │ │ ├── tip-green │ │ │ ├── tip-green_arrows.gif │ │ │ └── tip-green.css │ │ └── tip-yellowsimple │ │ │ └── tip-yellowsimple_arrows.gif │ └── tip-yellowsimple │ │ └── tip-yellowsimple_arrows.gif │ └── region.js ├── ThinkPHP ├── Library │ ├── Vendor │ │ ├── README.txt │ │ ├── phpRPC │ │ │ └── pecl │ │ │ │ └── xxtea │ │ │ │ ├── CREDITS │ │ │ │ ├── config.w32 │ │ │ │ ├── config.m4 │ │ │ │ ├── test │ │ │ │ └── test.php │ │ │ │ ├── README │ │ │ │ └── php_xxtea.sln │ │ ├── Boris │ │ │ ├── ExportInspector.php │ │ │ ├── DumpInspector.php │ │ │ └── Inspector.php │ │ ├── Smarty │ │ │ ├── plugins │ │ │ │ ├── modifiercompiler.noprint.php │ │ │ │ ├── variablefilter.htmlspecialchars.php │ │ │ │ ├── modifiercompiler.string_format.php │ │ │ │ ├── modifiercompiler.cat.php │ │ │ │ ├── modifiercompiler.count_paragraphs.php │ │ │ │ ├── modifier.spacify.php │ │ │ │ ├── modifiercompiler.count_sentences.php │ │ │ │ ├── modifiercompiler.indent.php │ │ │ │ ├── modifiercompiler.strip_tags.php │ │ │ │ ├── modifiercompiler.upper.php │ │ │ │ ├── modifiercompiler.lower.php │ │ │ │ ├── modifiercompiler.strip.php │ │ │ │ ├── modifiercompiler.default.php │ │ │ │ ├── modifiercompiler.to_charset.php │ │ │ │ ├── modifiercompiler.from_charset.php │ │ │ │ ├── modifier.replace.php │ │ │ │ ├── modifiercompiler.count_characters.php │ │ │ │ ├── modifiercompiler.count_words.php │ │ │ │ ├── shared.literal_compiler_param.php │ │ │ │ ├── shared.make_timestamp.php │ │ │ │ └── modifiercompiler.unescape.php │ │ │ └── sysplugins │ │ │ │ ├── smarty_resource_recompiled.php │ │ │ │ ├── smarty_internal_get_include_path.php │ │ │ │ ├── smarty_internal_compile_ldelim.php │ │ │ │ ├── smarty_internal_compile_rdelim.php │ │ │ │ ├── smarty_internal_compile_debug.php │ │ │ │ └── smarty_resource_uncompiled.php │ │ ├── TemplateLite │ │ │ └── internal │ │ │ │ ├── template.build_dir.php │ │ │ │ ├── compile.compile_custom_function.php │ │ │ │ ├── template.generate_debug_output.php │ │ │ │ └── template.fetch_compile_include.php │ │ ├── EaseTemplate │ │ │ └── template.ease.php │ │ ├── PHPMailer │ │ │ └── language │ │ │ │ ├── phpmailer.lang-zh.php │ │ │ │ ├── phpmailer.lang-zh_cn.php │ │ │ │ ├── phpmailer.lang-ch.php │ │ │ │ ├── phpmailer.lang-ja.php │ │ │ │ ├── phpmailer.lang-he.php │ │ │ │ ├── phpmailer.lang-vi.php │ │ │ │ ├── phpmailer.lang-lv.php │ │ │ │ └── phpmailer.lang-no.php │ │ └── Hprose │ │ │ └── HproseIO.php │ ├── Think │ │ ├── Verify │ │ │ ├── bgs │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ ├── 3.jpg │ │ │ │ ├── 4.jpg │ │ │ │ ├── 5.jpg │ │ │ │ ├── 6.jpg │ │ │ │ ├── 7.jpg │ │ │ │ └── 8.jpg │ │ │ └── ttfs │ │ │ │ ├── 1.ttf │ │ │ │ ├── 2.ttf │ │ │ │ ├── 3.ttf │ │ │ │ ├── 4.ttf │ │ │ │ ├── 5.ttf │ │ │ │ └── 6.ttf │ │ ├── Exception.class.php │ │ ├── Behavior.class.php │ │ ├── Template │ │ │ └── Driver │ │ │ │ └── Mobile.class.php │ │ ├── Controller │ │ │ ├── JsonRpcController.class.php │ │ │ └── YarController.class.php │ │ └── Storage.class.php │ ├── Behavior │ │ ├── WriteHtmlCacheBehavior.class.php │ │ └── AgentCheckBehavior.class.php │ └── Org │ │ └── Util │ │ └── Stack.class.php ├── logo.png ├── Tpl │ └── default_index.tpl ├── Conf │ └── debug.php └── LICENSE.txt ├── Admin ├── Home │ ├── Logic │ │ ├── CommonLogic.class.php │ │ └── FieldLogic.class.php │ ├── View │ │ ├── Common │ │ │ ├── footer.html │ │ │ ├── stylesheets.html │ │ │ ├── left.html │ │ │ ├── header.html │ │ │ ├── tab.html │ │ │ ├── menu.html │ │ │ ├── layout.html │ │ │ └── javascripts.html │ │ ├── Default │ │ │ ├── edit.html │ │ │ └── add.html │ │ ├── Roles │ │ │ └── index.html │ │ ├── Index │ │ │ ├── edit_password.html │ │ │ └── site_edit.html │ │ ├── Admins │ │ │ └── index.html │ │ └── Models │ │ │ └── javascript.html │ ├── Model │ │ ├── AccessModel.class.php │ │ └── RoleModel.class.php │ └── Controller │ │ ├── NodesController.class.php │ │ └── CacheController.class.php └── Common │ ├── Conf │ ├── tags.php │ ├── mail_config.php │ ├── backup_config.php │ ├── config.php │ └── security_config.php │ └── Common │ └── fill_function.php ├── Install ├── Home │ ├── View │ │ ├── Common │ │ │ ├── footer.html │ │ │ ├── header.html │ │ │ └── layout.html │ │ ├── Install │ │ │ ├── complete.html │ │ │ └── javascripts.html │ │ └── Index │ │ │ └── index.html │ └── Controller │ │ ├── IndexController.class.php │ │ └── CommonController.class.php └── Common │ ├── Conf │ ├── config.php │ └── custom_config.php │ └── Common │ └── helper.php ├── .gitignore ├── install.php ├── admin.php └── LICENSE /Public/uploads/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/Min/builder/rewriteTest.js: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/README.txt: -------------------------------------------------------------------------------- 1 | 第三方类库包目录 -------------------------------------------------------------------------------- /ThinkPHP/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/logo.png -------------------------------------------------------------------------------- /Public/images/Bg/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/Bg/hr.png -------------------------------------------------------------------------------- /Public/images/space.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/space.gif -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/CREDITS: -------------------------------------------------------------------------------- 1 | XXTEA PHP extension 2 | Ma Bingyao (andot@coolcode.cn) 3 | -------------------------------------------------------------------------------- /Public/images/admin/ico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/ico.gif -------------------------------------------------------------------------------- /Public/images/admin/icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/icon.gif -------------------------------------------------------------------------------- /Public/images/admin/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/logo.gif -------------------------------------------------------------------------------- /Public/images/admin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/logo.png -------------------------------------------------------------------------------- /Public/images/admin/set.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/set.gif -------------------------------------------------------------------------------- /Public/images/admin/x-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/x-bg.gif -------------------------------------------------------------------------------- /Public/images/admin/y-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/y-bg.gif -------------------------------------------------------------------------------- /Public/images/install/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/bg.png -------------------------------------------------------------------------------- /Public/images/admin/ico-y.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/ico-y.gif -------------------------------------------------------------------------------- /Public/images/admin/scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/scroll.png -------------------------------------------------------------------------------- /Public/images/install/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/btn.png -------------------------------------------------------------------------------- /Public/images/install/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/icon.png -------------------------------------------------------------------------------- /Public/images/install/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/logo.png -------------------------------------------------------------------------------- /Public/images/install/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/step.png -------------------------------------------------------------------------------- /Public/images/install/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/tab.png -------------------------------------------------------------------------------- /Public/images/admin/help-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/help-bg.gif -------------------------------------------------------------------------------- /Public/images/admin/item-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/item-bg.gif -------------------------------------------------------------------------------- /Public/images/admin/layout_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/layout_bg.png -------------------------------------------------------------------------------- /Public/images/admin/log_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/log_out.png -------------------------------------------------------------------------------- /Public/images/admin/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/login_bg.jpg -------------------------------------------------------------------------------- /Public/images/admin/statInfo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/statInfo.gif -------------------------------------------------------------------------------- /Public/images/admin/statInfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/statInfo.png -------------------------------------------------------------------------------- /Public/images/admin/sysInfo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/sysInfo.gif -------------------------------------------------------------------------------- /Public/images/install/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/header.png -------------------------------------------------------------------------------- /Public/images/install/ignore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/ignore.png -------------------------------------------------------------------------------- /Public/images/install/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/loading.gif -------------------------------------------------------------------------------- /Public/images/admin/common_btn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/common_btn.gif -------------------------------------------------------------------------------- /Public/images/admin/control-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/control-bg.gif -------------------------------------------------------------------------------- /Public/images/admin/userInfo-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/userInfo-bg.gif -------------------------------------------------------------------------------- /Public/images/install/complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/complete.png -------------------------------------------------------------------------------- /Public/images/admin/login_body_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/login_body_bg.gif -------------------------------------------------------------------------------- /Public/images/admin/menu-current.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/admin/menu-current.gif -------------------------------------------------------------------------------- /Public/images/install/icon_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/icon_install.png -------------------------------------------------------------------------------- /Public/images/install/icon_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/icon_update.png -------------------------------------------------------------------------------- /Public/images/install/pop_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/pop_loading.gif -------------------------------------------------------------------------------- /Public/images/install/tips_system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/images/install/tips_system.png -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/1.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/2.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/3.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/4.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/5.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/6.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/7.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/bgs/8.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/ttfs/1.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/ttfs/2.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/ttfs/3.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/ttfs/4.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/ttfs/5.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/ThinkPHP/Library/Think/Verify/ttfs/6.ttf -------------------------------------------------------------------------------- /Public/javascripts/admin/tab.js: -------------------------------------------------------------------------------- 1 | /* 2 | * To change this template, choose Tools | Templates 3 | * and open the template in the editor. 4 | */ 5 | 6 | 7 | -------------------------------------------------------------------------------- /Admin/Home/Logic/CommonLogic.class.php: -------------------------------------------------------------------------------- 1 | © 2014 2 | Easy-Admin 3 | 4 | -------------------------------------------------------------------------------- /Public/javascripts/admin/asyncbox/skins/zcms/zcms_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/asyncbox/skins/zcms/zcms_bg.png -------------------------------------------------------------------------------- /Public/javascripts/admin/asyncbox/skins/zcms/zcms_tb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/asyncbox/skins/zcms/zcms_tb.png -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_close.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_minus.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_plus.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/common/rm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/common/rm.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/qq/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/qq/editor.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/laydate/skins/qianhuang/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/laydate/skins/qianhuang/icon.png -------------------------------------------------------------------------------- /Public/javascripts/admin/layer/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/layer/skin/default/icon-ext.png -------------------------------------------------------------------------------- /Public/javascripts/admin/layer/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/layer/skin/default/loading-0.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/layer/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/layer/skin/default/loading-1.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/layer/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/layer/skin/default/loading-2.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/demo/includes/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/demo/includes/bullet.png -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_forward.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_reverse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_reverse.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/common/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/common/anchor.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/common/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/common/blank.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/common/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/common/flash.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/common/media.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/common/media.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/demo/includes/sheet_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/demo/includes/sheet_bg.jpg -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-violet/tip-violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-violet/tip-violet.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-yellow/tip-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-yellow/tip-yellow.png -------------------------------------------------------------------------------- /Public/javascripts/admin/asyncbox/jQuery.AsyncBox.v1.5.beta.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/asyncbox/jQuery.AsyncBox.v1.5.beta.chm -------------------------------------------------------------------------------- /Public/javascripts/admin/asyncbox/skins/default/default_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/asyncbox/skins/default/default_bg.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/asyncbox/skins/default/default_tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/asyncbox/skins/default/default_tb.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/asyncbox/skins/zcms/ie6/closebtn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/asyncbox/skins/zcms/ie6/closebtn.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_fastforward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_fastforward.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/datepicker/images2/cal_fastreverse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/datepicker/images2/cal_fastreverse.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/common/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/common/loading.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/default/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/default/default.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-darkgray/tip-darkgray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-darkgray/tip-darkgray.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-skyblue/tip-skyblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-skyblue/tip-skyblue.png -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/themes/default/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/themes/default/background.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-green/tip-green_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-green/tip-green_arrows.gif -------------------------------------------------------------------------------- /Admin/Common/Conf/tags.php: -------------------------------------------------------------------------------- 1 | array( 9 | 'Behavior\TokenBuildBehavior' 10 | ) 11 | ); 12 | -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/0.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/1.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/10.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/100.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/101.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/102.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/103.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/104.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/105.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/106.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/107.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/108.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/109.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/11.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/110.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/111.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/112.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/113.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/114.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/115.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/116.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/117.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/118.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/119.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/12.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/120.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/121.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/122.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/123.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/124.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/125.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/126.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/127.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/128.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/129.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/13.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/130.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/131.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/132.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/133.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/134.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/14.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/15.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/16.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/17.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/18.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/19.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/2.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/20.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/21.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/22.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/23.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/24.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/25.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/26.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/27.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/28.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/29.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/3.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/30.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/31.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/32.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/33.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/34.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/35.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/36.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/37.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/38.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/39.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/4.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/40.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/41.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/42.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/43.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/44.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/45.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/46.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/47.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/48.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/49.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/5.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/50.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/51.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/52.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/53.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/54.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/55.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/56.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/57.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/58.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/59.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/6.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/60.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/61.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/62.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/63.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/64.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/65.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/66.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/67.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/68.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/69.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/7.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/70.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/71.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/72.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/73.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/74.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/75.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/76.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/77.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/78.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/79.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/8.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/80.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/81.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/82.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/83.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/84.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/85.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/86.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/87.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/88.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/89.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/9.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/90.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/91.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/92.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/93.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/94.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/95.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/96.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/97.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/98.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/99.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/image/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/image/images/refresh.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-skyblue/tip-skyblue_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-skyblue/tip-skyblue_arrows.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-twitter_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-twitter_arrows.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-violet/tip-violet_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-violet/tip-violet_arrows.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-yellow/tip-yellow_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-yellow/tip-yellow_arrows.png -------------------------------------------------------------------------------- /Install/Home/View/Install/complete.html: -------------------------------------------------------------------------------- 1 |
2 |
安装完成,进入后台管理 3 |
4 |
5 |
6 | -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/image/images/align_top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/image/images/align_top.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-darkgray/tip-darkgray_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-darkgray/tip-darkgray_arrows.png -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/config.w32: -------------------------------------------------------------------------------- 1 | ARG_ENABLE("xxtea", "xxtea module", "no"); 2 | 3 | if (PHP_XXTEA != "no") { 4 | EXTENSION("xxtea", "php_xxtea.c xxtea.c"); 5 | } 6 | 7 | -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/emoticons/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/emoticons/images/static.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/filemanager/images/go-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/filemanager/images/go-up.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/image/images/align_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/image/images/align_left.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/image/images/align_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/image/images/align_right.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/multiimage/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/multiimage/images/image.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-skyblue/tip-skyblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-skyblue/tip-skyblue.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-violet/tip-violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-violet/tip-violet.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-yellow/tip-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-yellow/tip-yellow.png -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/filemanager/images/file-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/filemanager/images/file-16.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/filemanager/images/file-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/filemanager/images/file-64.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/multiimage/images/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/multiimage/images/swfupload.swf -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-darkgray/tip-darkgray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-darkgray/tip-darkgray.png -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/filemanager/images/folder-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/filemanager/images/folder-16.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/filemanager/images/folder-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/filemanager/images/folder-64.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-green/tip-green_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-green/tip-green_arrows.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-violet/tip-violet_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-violet/tip-violet_arrows.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-yellow/tip-yellow_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-yellow/tip-yellow_arrows.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-yellowsimple/tip-yellowsimple_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-yellowsimple/tip-yellowsimple_arrows.gif -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-skyblue/tip-skyblue_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-skyblue/tip-skyblue_arrows.png -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/multiimage/images/select-files-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/multiimage/images/select-files-en.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-darkgray/tip-darkgray_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-darkgray/tip-darkgray_arrows.png -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/multiimage/images/select-files-zh_CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/kindeditor/plugins/multiimage/images/select-files-zh_CN.png -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-yellowsimple/tip-yellowsimple_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghaipeng404/easy-admin/HEAD/Public/javascripts/admin/poshytip/tip-twitter/tip-yellowsimple/tip-yellowsimple_arrows.gif -------------------------------------------------------------------------------- /Admin/Home/View/Common/footer.html: -------------------------------------------------------------------------------- 1 |
2 | © 2014 Easy-Admin,Github项目地址:happen-zhang Easy-Admin后台管理系统 All rights reserved 3 |
4 | -------------------------------------------------------------------------------- /Admin/Home/View/Common/stylesheets.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Install/Home/View/Common/header.html: -------------------------------------------------------------------------------- 1 |
2 |

{:C('SYSTEM_NAME')}

3 |
安装向导
4 |
Version {:C('SYSTEM_VERSION')} by {:C('AUTHOR_NAME')}
5 |
6 | -------------------------------------------------------------------------------- /Install/Home/View/Install/javascripts.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Install/Home/Controller/IndexController.class.php: -------------------------------------------------------------------------------- 1 | display(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /Install/Home/Controller/CommonController.class.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 在此处输入标题 9 |

10 |

11 | 在此处输入内容 12 |

13 | 14 | -------------------------------------------------------------------------------- /Public/Min/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | RewriteEngine on 3 | 4 | # You may need RewriteBase on some servers 5 | #RewriteBase /min 6 | 7 | # rewrite URLs like "/min/f=..." to "/min/?f=..." 8 | RewriteRule ^([bfg]=.*) index.php?$1 [L,NE] 9 | 10 | 11 | # In case AddOutputFilterByType has been added 12 | SetEnv no-gzip 13 | 14 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Boris/ExportInspector.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | 13 | 14 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/test/test.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Boris/DumpInspector.php: -------------------------------------------------------------------------------- 1 | true, 7 | 8 | // 默认模块 9 | 'MODULE_ALLOW_LIST' => array('Home'), 10 | 'DEFAULT_MODULE' => 'Home', 11 | 12 | // 开启布局 13 | 'LAYOUT_ON' => true, 14 | 'LAYOUT_NAME' => 'Common/layout' 15 | ); 16 | 17 | return array_merge($appConfig, $customConfig); 18 | -------------------------------------------------------------------------------- /Install/Common/Common/helper.php: -------------------------------------------------------------------------------- 1 | √ {$info}"; 10 | } 11 | 12 | /** 13 | * 环境检测不支持 14 | * @param string $info 15 | * @return string 16 | */ 17 | function current_state_unsupport($info) { 18 | return " {$info}"; 19 | } 20 | -------------------------------------------------------------------------------- /Admin/Home/View/Common/header.html: -------------------------------------------------------------------------------- 1 |
2 | 6 | 7 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Boris/Inspector.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Easy-Admin - Github 6 | 7 | 8 | 9 |
10 | 11 |
12 | {__CONTENT__} 13 |
14 |
15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Admin/Home/Model/AccessModel.class.php: -------------------------------------------------------------------------------- 1 | array( 14 | 'mapping_type' => self::BELONGS_TO, 15 | 'class_name' => 'Node', 16 | 'foreign_key' => 'node_id', 17 | 'mapping_fields' => 'pid,level' 18 | ) 19 | ); 20 | } 21 | -------------------------------------------------------------------------------- /Public/Min/groupsConfig.php: -------------------------------------------------------------------------------- 1 | array('//js/file1.js', '//js/file2.js'), 16 | // 'css' => array('//css/file1.css', '//css/file2.css'), 17 | ); -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/template/html/3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 在此处输入内容 9 |

10 |
    11 |
  1. 12 | 描述1 13 |
  2. 14 |
  3. 15 | 描述2 16 |
  4. 17 |
  5. 18 | 描述3 19 |
  6. 20 |
21 |

22 | 在此处输入内容 23 |

24 | 35 | 36 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. 2 | # 3 | # If you find yourself ignoring temporary files generated by your text editor 4 | # or operating system, you probably want to add a global ignore instead: 5 | # git config --global core.excludesfile ~/.gitignore_global 6 | 7 | 8 | /Admin/Runtime/ 9 | /Admin/Common/Conf/model_menu.php 10 | /Admin/Common/Conf/fill_config.php 11 | /Admin/Common/Conf/filter_config.php 12 | /Common/ 13 | /Public/images/uploads/ 14 | /Public/uploads/ 15 | /Cache/ 16 | /Data/ 17 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.noprint.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: noprint
14 | * Purpose: return an empty string 15 | * 16 | * @author Uwe Tews 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_noprint($params, $compiler) 21 | { 22 | return "''"; 23 | } 24 | 25 | ?> -------------------------------------------------------------------------------- /Admin/Home/View/Common/tab.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 15 |
16 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/variablefilter.htmlspecialchars.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/Min/builder/bm2.js: -------------------------------------------------------------------------------- 1 | javascript:(function(){ 2 | var d = document 3 | ,c = d.cookie 4 | ,m = c.match(/\bminifyDebug=([^; ]+)/) 5 | ,v = m ? decodeURIComponent(m[1]) : '' 6 | ,p = prompt('Debug Minify URIs on ' + location.hostname + ' which contain:' 7 | + '\n(empty for none, space = OR, * = any string, ? = any char)', v) 8 | ; 9 | if (p === null) return; 10 | p = p.replace(/^\s+|\s+$/, ''); 11 | v = (p === '') 12 | ? 'minifyDebug=; expires=Fri, 27 Jul 2001 02:47:11 UTC; path=/' 13 | : 'minifyDebug=' + encodeURIComponent(p) + '; path=/'; 14 | d.cookie = v; 15 | })(); -------------------------------------------------------------------------------- /ThinkPHP/Tpl/default_index.tpl: -------------------------------------------------------------------------------- 1 | show('

:)

欢迎使用 ThinkPHP

','utf-8'); 8 | } 9 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/template.build_dir.php: -------------------------------------------------------------------------------- 1 | _get_dir($dir); 15 | } 16 | $_result = $object->_get_dir($dir); 17 | foreach($_args as $value) 18 | { 19 | $_result .= $value.DIRECTORY_SEPARATOR; 20 | if (!is_dir($_result)) 21 | { 22 | @mkdir($_result, 0777); 23 | } 24 | } 25 | return $_result; 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /Install/Common/Conf/custom_config.php: -------------------------------------------------------------------------------- 1 | 'happen_zhang', 6 | 7 | // 系统名称 8 | 'SYSTEM_NAME' => 'Easy-Admin后台安装向导', 9 | 10 | // 版本号 11 | 'SYSTEM_VERSION' => '0.0.1', 12 | 13 | // 系统默认的表前缀 14 | 'DEFAULT_TABLE_PREFIX' => 'ea_', 15 | 16 | // 系统安装数据SQL文件位置 17 | 'SYSTEM_SQL_PATH' => WEB_ROOT . 'Install/Data/database.sql', 18 | 19 | // 系统配置文件位置 20 | 'SYSTEM_CONFIG_PATH' => WEB_ROOT . 'Common/Conf/system_config.php', 21 | 22 | // 一下配置目录都是在项目的根目录下 23 | 'WRITABLE_DIRECTORIES' => array( 24 | '/', 25 | 'Common/Conf', 26 | 'Cache', 27 | 'Data', 28 | 'Public', 29 | 'Install' 30 | ), 31 | ); 32 | -------------------------------------------------------------------------------- /Admin/Common/Conf/mail_config.php: -------------------------------------------------------------------------------- 1 | 'smtp.example.com', 6 | // SMTP认证 7 | 'SMTP_AUTH' => true, 8 | // SMTP端口 9 | 'SMTP_PORT' => 465, 10 | // SMTP服务器用户名 11 | 'SMTP_USER_NAME' => 'smtpservername', 12 | // SMTP服务器密码 13 | 'SMTP_PASSWORD' => 'smtpserverpwd', 14 | // 发送邮件的邮箱地址 15 | 'MAIL_FROM' => 'email@example.com', 16 | // 发送邮件的发送者名称 17 | 'SENDER_NAME' => 'ea-admin', 18 | // 回复者邮件 19 | 'MAIL_REPLY' => 'email@example.com', 20 | // 回复者名称 21 | 'REPLYER_NAME' => 'youname', 22 | // 字符集 23 | 'SMTP_CHARSET' =>'UTF-8', 24 | // 邮件内容替换,?为占位符 25 | 'MAIL_BODY' => '在浏览器中运行下面的链接进行重置密码操作:
?' 26 | ); 27 | -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/template/html/2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

8 | 标题 9 |

10 | 11 | 12 | 13 | 16 | 19 | 20 | 21 | 24 | 27 | 28 | 29 | 32 | 35 | 36 | 37 |
14 |

标题1

15 |
17 |

标题1

18 |
22 | 内容1 23 | 25 | 内容2 26 |
30 | 内容3 31 | 33 | 内容4 34 |
38 |

39 | 表格说明 40 |

41 | 42 | -------------------------------------------------------------------------------- /Public/javascripts/admin/region.js: -------------------------------------------------------------------------------- 1 | function loadRegion(sel,type_id,selName,url){ 2 | $("#"+selName+" option").remove(); 3 | $("").appendTo($("#"+selName)); 4 | if($("#"+sel).val()==0) return; 5 | 6 | $.getJSON(url,{ 7 | pid:$("#"+sel).val(), 8 | type:type_id 9 | },function(data){ 10 | if(data){ 11 | $.each(data,function(idx,item){ 12 | $("").appendTo($("#"+selName)); 13 | }); 14 | }else{ 15 | $("").appendTo($("#"+selName)); 16 | } 17 | if(type_id==2) 18 | $("#town").html(""); 19 | } ); 20 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Exception.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think; 12 | /** 13 | * ThinkPHP系统异常基类 14 | */ 15 | class Exception extends \Exception { 16 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.string_format.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: string_format
14 | * Purpose: format strings via sprintf 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_string_format($params, $compiler) 22 | { 23 | return 'sprintf(' . $params[1] . ',' . $params[0] . ')'; 24 | } 25 | 26 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.cat.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: cat
14 | * Date: Feb 24, 2003
15 | * Purpose: catenate a value to a variable
16 | * Input: string to catenate
17 | * Example: {$var|cat:"foo"} 18 | * 19 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 20 | * (Smarty online manual) 21 | * @author Uwe Tews 22 | * @param array $params parameters 23 | * @return string with compiled code 24 | */ 25 | function smarty_modifiercompiler_cat($params, $compiler) 26 | { 27 | return '('.implode(').(', $params).')'; 28 | } 29 | 30 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/README: -------------------------------------------------------------------------------- 1 | XXTEA PHP extension 2 | 3 | What is it? 4 | ----------------------------------------------- 5 | This extension based on xxtea library, which provides a set of functions 6 | for encrypt or decrypt data with XXTEA algorithm. 7 | 8 | 9 | 10 | How to install it? 11 | ----------------------------------------------- 12 | See INSTALL for installation instructions. 13 | 14 | 15 | 16 | How to use it? 17 | ----------------------------------------------- 18 | string xxtea_encrypt(string data, string key) 19 | 20 | Encrypt data using XXTEA algorithm. The key is a 16 bytes(128 bits) string. 21 | 22 | string xxtea_decrypt(string data, string key) 23 | 24 | Decrypt data using XXTEA algorithm. The key is a 16 bytes(128 bits) string. 25 | 26 | string xxtea_info() 27 | 28 | Get the version information. -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_paragraphs.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_paragraphs
14 | * Purpose: count the number of paragraphs in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.paragraphs.php 17 | * count_paragraphs (Smarty online manual) 18 | * @author Uwe Tews 19 | * @param array $params parameters 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_count_paragraphs($params, $compiler) 23 | { 24 | // count \r or \n characters 25 | return '(preg_match_all(\'#[\r\n]+#\', ' . $params[0] . ', $tmp)+1)'; 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /Admin/Home/Model/RoleModel.class.php: -------------------------------------------------------------------------------- 1 | 8 | */ 9 | class Minify_DebugDetector { 10 | public static function shouldDebugRequest($cookie, $get, $requestUri) 11 | { 12 | if (isset($get['debug'])) { 13 | return true; 14 | } 15 | if (! empty($cookie['minifyDebug'])) { 16 | foreach (preg_split('/\\s+/', $cookie['minifyDebug']) as $debugUri) { 17 | $pattern = '@' . preg_quote($debugUri, '@') . '@i'; 18 | $pattern = str_replace(array('\\*', '\\?'), array('.*', '.'), $pattern); 19 | if (preg_match($pattern, $requestUri)) { 20 | return true; 21 | } 22 | } 23 | } 24 | return false; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Admin/Home/View/Common/menu.html: -------------------------------------------------------------------------------- 1 | 20 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifier.spacify.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: spacify
13 | * Purpose: add spaces between characters in a string 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.spacify.php spacify (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @param string $string input string 18 | * @param string $spacify_char string to insert between characters. 19 | * @return string 20 | */ 21 | function smarty_modifier_spacify($string, $spacify_char = ' ') 22 | { 23 | // well… what about charsets besides latin and UTF-8? 24 | return implode($spacify_char, preg_split('//u', $string, -1, PREG_SPLIT_NO_EMPTY)); 25 | } 26 | 27 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_sentences.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_sentences 14 | * Purpose: count the number of sentences in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.paragraphs.php 17 | * count_sentences (Smarty online manual) 18 | * @author Uwe Tews 19 | * @param array $params parameters 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_count_sentences($params, $compiler) 23 | { 24 | // find periods, question marks, exclamation marks with a word before but not after. 25 | return 'preg_match_all("#\w[\.\?\!](\W|$)#uS", ' . $params[0] . ', $tmp)'; 26 | } 27 | 28 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.indent.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: indent
13 | * Purpose: indent lines of text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.indent.php indent (Smarty online manual) 16 | * @author Uwe Tews 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | 21 | function smarty_modifiercompiler_indent($params, $compiler) 22 | { 23 | if (!isset($params[1])) { 24 | $params[1] = 4; 25 | } 26 | if (!isset($params[2])) { 27 | $params[2] = "' '"; 28 | } 29 | return 'preg_replace(\'!^!m\',str_repeat(' . $params[2] . ',' . $params[1] . '),' . $params[0] . ')'; 30 | } 31 | 32 | ?> -------------------------------------------------------------------------------- /Admin/Common/Conf/backup_config.php: -------------------------------------------------------------------------------- 1 | WEB_ROOT . 'Data/', 7 | 8 | // 数据库文件zip存放目录路径 9 | 'BACKUP_ZIP_DIR_PATH' => WEB_ROOT . 'Data/zip/', 10 | 11 | // 数据库文件备份名称前缀 12 | 'BACKUP_PREFIX' => 'ea_', 13 | 14 | // 数据库备份文件名中的随机数长度 15 | 'BACKUP_FILE_CODE_LENGTH' => 6, 16 | 17 | // sql文件注释头名称 18 | 'BACKUP_DESCRIPTION_NAME' => 'Easy-Admin Backup File.', 19 | 20 | // sql文件注释头url 21 | 'BACKUP_DESCRIPTION_URL' => 'Github: http://github.com/happen-zhang/' 22 | . 'easy-admin', 23 | 24 | // 读取sql文件注释的最大字节数 25 | 'BACKUP_DESCRIPTION_LENGTH' => 2000, 26 | 27 | // sql每页条数 28 | 'BACKUP_SQL_LIST_ROWS' => 10000, 29 | 30 | //该值不可太大,否则会导致内存溢出备份、恢复失败,合理大小在512K~10M间,建议5M一卷 31 | //10M=1024*1024*10=10485760 32 | //5M=5*1024*1024=5242880 33 | 'SQL_FILE_SIZE' => 5242880, 34 | ); 35 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.strip_tags.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip_tags
14 | * Purpose: strip html tags from text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.strip.tags.php strip_tags (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_strip_tags($params, $compiler) 22 | { 23 | if (!isset($params[1])) { 24 | $params[1] = true; 25 | } 26 | if ($params[1] === true) { 27 | return "preg_replace('!<[^>]*?>!', ' ', {$params[0]})"; 28 | } else { 29 | return 'strip_tags(' . $params[0] . ')'; 30 | } 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.upper.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: lower
14 | * Purpose: convert string to uppercase 15 | * 16 | * @link http://smarty.php.net/manual/en/language.modifier.upper.php lower (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_upper($params, $compiler) 22 | { 23 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 24 | return 'mb_strtoupper(' . $params[0] . ',SMARTY_RESOURCE_CHAR_SET)' ; 25 | } 26 | // no MBString fallback 27 | return 'strtoupper(' . $params[0] . ')'; 28 | } 29 | 30 | ?> -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/autoheight/autoheight.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('autoheight', function(K) { 11 | var self = this; 12 | 13 | if (!self.autoHeightMode) { 14 | return; 15 | } 16 | 17 | var edit = self.edit; 18 | var body = edit.doc.body; 19 | var minHeight = K.removeUnit(self.height); 20 | 21 | edit.iframe[0].scroll = 'no'; 22 | body.style.overflowY = 'hidden'; 23 | 24 | edit.afterChange(function() { 25 | self.resize(null, Math.max((K.IE ? body.scrollHeight : body.offsetHeight) + 62, minHeight)); 26 | }); 27 | }); 28 | -------------------------------------------------------------------------------- /Public/Min/builder/ocCheck.php: -------------------------------------------------------------------------------- 1 | 'World!' 27 | ,'method' => 'deflate' 28 | )); 29 | $he->encode(); 30 | $he->sendAll(); 31 | 32 | } else { 33 | // echo status "0" or "1" 34 | header('Content-Type: text/plain'); 35 | echo (int)$_oc; 36 | } 37 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Behavior.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think; 12 | /** 13 | * ThinkPHP Behavior基础类 14 | */ 15 | abstract class Behavior { 16 | /** 17 | * 执行行为 run方法是Behavior唯一的接口 18 | * @access public 19 | * @param mixed $params 行为参数 20 | * @return void 21 | */ 22 | abstract public function run(&$params); 23 | 24 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.lower.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: lower
13 | * Purpose: convert string to lowercase 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | 22 | function smarty_modifiercompiler_lower($params, $compiler) 23 | { 24 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 25 | return 'mb_strtolower(' . $params[0] . ',SMARTY_RESOURCE_CHAR_SET)' ; 26 | } 27 | // no MBString fallback 28 | return 'strtolower(' . $params[0] . ')'; 29 | } 30 | 31 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.strip.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip
14 | * Purpose: Replace all repeated spaces, newlines, tabs 15 | * with a single space or supplied replacement string.
16 | * Example: {$var|strip} {$var|strip:" "}
17 | * Date: September 25th, 2002 18 | * 19 | * @link http://www.smarty.net/manual/en/language.modifier.strip.php strip (Smarty online manual) 20 | * @author Uwe Tews 21 | * @param array $params parameters 22 | * @return string with compiled code 23 | */ 24 | 25 | function smarty_modifiercompiler_strip($params, $compiler) 26 | { 27 | if (!isset($params[1])) { 28 | $params[1] = "' '"; 29 | } 30 | return "preg_replace('!\s+!u', {$params[1]},{$params[0]})"; 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.default.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: default
14 | * Purpose: designate default value for empty variables 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.default.php default (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_default ($params, $compiler) 22 | { 23 | $output = $params[0]; 24 | if (!isset($params[1])) { 25 | $params[1] = "''"; 26 | } 27 | 28 | array_shift($params); 29 | foreach ($params as $param) { 30 | $output = '(($tmp = @' . $output . ')===null||$tmp===\'\' ? ' . $param . ' : $tmp)'; 31 | } 32 | return $output; 33 | } 34 | 35 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.to_charset.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: to_charset
14 | * Purpose: convert character encoding from internal encoding to $charset 15 | * 16 | * @author Rodney Rehm 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_to_charset($params, $compiler) 21 | { 22 | if (!SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 23 | // FIXME: (rodneyrehm) shouldn't this throw an error? 24 | return $params[0]; 25 | } 26 | 27 | if (!isset($params[1])) { 28 | $params[1] = '"ISO-8859-1"'; 29 | } 30 | 31 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[1] . ', SMARTY_RESOURCE_CHAR_SET)'; 32 | } 33 | 34 | ?> -------------------------------------------------------------------------------- /Admin/Home/View/Default/edit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
编辑数据
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
{$input['label']}:{$input['html']}if ($input['remark'] != '' && $input['type'] != 'textarea' && $input['type'] != 'editor') { echo "($input[remark])"; }
16 |
17 | 18 |
19 | 20 | 21 | 24 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.from_charset.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: from_charset
14 | * Purpose: convert character encoding from $charset to internal encoding 15 | * 16 | * @author Rodney Rehm 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_from_charset($params, $compiler) 21 | { 22 | if (!SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 23 | // FIXME: (rodneyrehm) shouldn't this throw an error? 24 | return $params[0]; 25 | } 26 | 27 | if (!isset($params[1])) { 28 | $params[1] = '"ISO-8859-1"'; 29 | } 30 | 31 | return 'mb_convert_encoding(' . $params[0] . ', SMARTY_RESOURCE_CHAR_SET, ' . $params[1] . ')'; 32 | } 33 | 34 | ?> -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/code/prettify.css: -------------------------------------------------------------------------------- 1 | .pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} 2 | 3 | pre.prettyprint { 4 | border: 0; 5 | border-left: 3px solid rgb(204, 204, 204); 6 | margin-left: 2em; 7 | padding: 0.5em; 8 | font-size: 110%; 9 | display: block; 10 | font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; 11 | margin: 1em 0px; 12 | white-space: pre; 13 | } 14 | -------------------------------------------------------------------------------- /Admin/Home/Logic/FieldLogic.class.php: -------------------------------------------------------------------------------- 1 | filepath = false; 30 | $compiled->timestamp = false; 31 | $compiled->exists = false; 32 | } 33 | 34 | } 35 | 36 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Behavior/WriteHtmlCacheBehavior.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Behavior; 12 | use Think\Storage; 13 | /** 14 | * 系统行为扩展:静态缓存写入 15 | */ 16 | class WriteHtmlCacheBehavior { 17 | 18 | // 行为扩展的执行入口必须是run 19 | public function run(&$content){ 20 | if(C('HTML_CACHE_ON') && defined('HTML_FILE_NAME')) { 21 | //静态文件写入 22 | Storage::put(HTML_FILE_NAME , $content,'html'); 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /Admin/Common/Common/fill_function.php: -------------------------------------------------------------------------------- 1 | '1', //缓存ID 27 | 'TplType' =>'htm', //模板格式 28 | 'CacheDir' =>'cache', //缓存目录 29 | 'TemplateDir'=>'template' , //模板存放目录 30 | 'AutoImage' =>'on' , //自动解析图片目录开关 on表示开放 off表示关闭 31 | 'LangDir' =>'language' , //语言文件存放的目录 32 | 'Language' =>'default' , //语言的默认文件 33 | 'Copyright' =>'off' , //版权保护 34 | 'MemCache' =>'' , //Memcache服务器地址例如:127.0.0.1:11211 35 | ) 36 | ){ 37 | 38 | parent::ETCoreStart($set); 39 | } 40 | 41 | } 42 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifier.replace.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: replace
13 | * Purpose: simple search/replace 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.replace.php replace (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @author Uwe Tews 18 | * @param string $string input string 19 | * @param string $search text to search for 20 | * @param string $replace replacement text 21 | * @return string 22 | */ 23 | function smarty_modifier_replace($string, $search, $replace) 24 | { 25 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 26 | require_once(SMARTY_PLUGINS_DIR . 'shared.mb_str_replace.php'); 27 | return smarty_mb_str_replace($search, $replace, $string); 28 | } 29 | 30 | return str_replace($search, $replace, $string); 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /Install/Home/View/Index/index.html: -------------------------------------------------------------------------------- 1 |
2 |
 3 | Easy-Admin
 4 | 简单易容,功能专一的博客,企业站等小型网站后台管理系统—基于ThinkPHP3.2.1
 5 | 系统说明
 6 | 

Easy-Admin就如其名,它就是为你提供最方便的后台数据管理,而且提供简介易用的管理界面。Easy-Admin和一般CMS系统最大的区别在于,前者只专业于后台数据管理,而后者则前后端兼顾。简而言之,Easy-Admin能够帮你轻松搞定数据的CURD、权限管理和数据库管理。手头有企业站或者需要自搭博客的小伙伴们别错过咯~

7 | 8 | ** 基本功能 ** 9 | 10 | * 数据模型 * 11 |

快速创建数据模型

12 |

自动生成CURD管理

13 |

数据自动验证

14 |

可自定义数据自动填充函数

15 | 16 | * 数据库 * 17 |

数据表关联

18 |

数据库备份

19 |

数据库恢复

20 |

数据库优化

21 |

字段管理

22 | 23 | * 快速的安装向导 * 24 | 你只需 下一步 -> 下一步 -> 完成, O(∩_∩)O~。 25 | 26 | * 其他 * 27 |

权限管理

28 |

可自定制的表单域

29 |

系统缓存管理

30 |

友好的数据操作界面

31 |

灵活的可用的扩展

32 | 33 | ** 补充说明 ** 34 | 1. 本系统的**页面模板**来源于 @leohdr 的[PHP-Amateur_Common_System](https://github.com/leohdr/PHP-Amateur_Common_System),在此感谢 @leohdr 兄的分享 35 | 2. 由于使用本后台系统出现任何安全问题、数据文件等问题与本人无关,请考虑后使用 36 |
37 |
38 | 39 |
40 | 接 受 41 |
42 | -------------------------------------------------------------------------------- /Admin/Home/View/Roles/index.html: -------------------------------------------------------------------------------- 1 |
2 | 现有角色{$rows_count} 3 |
角色列表
4 |
5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
角色名称备注状态操作
{$role['fullname']}{$role['description']}已启用已禁用[ 编辑 ] [ 分配权限 ]
26 |
27 | -------------------------------------------------------------------------------- /Admin/Home/View/Common/layout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | {:C('SITE_TITLE')} - 后台管理系统 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 28 |
29 |
30 | 31 | 32 | 33 |
34 | 35 | 36 | -------------------------------------------------------------------------------- /install.php: -------------------------------------------------------------------------------- 1 | 5.3.0 !'); 16 | 17 | // 网站文件入口位置 18 | define('WEB_ROOT', dirname(__FILE__) . '/'); 19 | 20 | // 定义应用目录 21 | define('APP_NAME', 'Install'); 22 | define('APP_PATH', './Install/'); 23 | define('THINK_PATH', realpath('./ThinkPHP') . '/'); 24 | 25 | // 运行缓存目录 26 | define('RUNTIME_PATH', WEB_ROOT . 'Cache/Runtime/' . APP_NAME . '/'); 27 | 28 | // 开启调试 29 | define('APP_DEBUG', true); 30 | 31 | // 引入ThinkPHP入口文件 32 | require THINK_PATH . 'ThinkPHP.php'; 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_get_include_path.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_characters.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_characteres
14 | * Purpose: count the number of characters in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.characters.php count_characters (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_count_characters($params, $compiler) 22 | { 23 | if (!isset($params[1]) || $params[1] != 'true') { 24 | return 'preg_match_all(\'/[^\s]/u\',' . $params[0] . ', $tmp)'; 25 | } 26 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 27 | return 'mb_strlen(' . $params[0] . ', SMARTY_RESOURCE_CHAR_SET)'; 28 | } 29 | // no MBString fallback 30 | return 'strlen(' . $params[0] . ')'; 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /admin.php: -------------------------------------------------------------------------------- 1 | 5.3.0 !'); 16 | 17 | // 网站文件入口位置 18 | define('WEB_ROOT', dirname(__FILE__) . '/'); 19 | 20 | // 定义应用目录 21 | define('APP_NAME', 'Admin'); 22 | define('APP_PATH', './Admin/'); 23 | define('THINK_PATH', realpath('./ThinkPHP') . '/'); 24 | 25 | // 运行缓存目录 26 | define('RUNTIME_PATH', WEB_ROOT . 'Cache/Runtime/' . APP_NAME . '/'); 27 | 28 | // 开启调试 29 | define('APP_DEBUG', true); 30 | 31 | // 引入ThinkPHP入口文件 32 | require THINK_PATH . 'ThinkPHP.php'; 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Behavior/AgentCheckBehavior.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Behavior; 12 | /** 13 | * 行为扩展:代理检测 14 | */ 15 | class AgentCheckBehavior { 16 | public function run(&$params) { 17 | // 代理访问检测 18 | $limitProxyVisit = C('LIMIT_PROXY_VISIT',null,true); 19 | if($limitProxyVisit && ($_SERVER['HTTP_X_FORWARDED_FOR'] || $_SERVER['HTTP_VIA'] || $_SERVER['HTTP_PROXY_CONNECTION'] || $_SERVER['HTTP_USER_AGENT_VIA'])) { 20 | // 禁止代理访问 21 | exit('Access Denied'); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | (The MIT License) 2 | 3 | Copyright (c) 2014 happen-zhang 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining 6 | a copy of this software and associated documentation files (the 7 | 'Software'), to deal in the Software without restriction, including 8 | without limitation the rights to use, copy, modify, merge, publish, 9 | distribute, sublicense, and/or sell copies of the Software, and to 10 | permit persons to whom the Software is furnished to do so, subject to 11 | the following conditions: 12 | 13 | The above copyright notice and this permission notice shall be 14 | included in all copies or substantial portions of the Software. 15 | 16 | THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 20 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 21 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 22 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.count_words.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_words
14 | * Purpose: count the number of words in a text 15 | * 16 | * @link http://www.smarty.net/manual/en/language.modifier.count.words.php count_words (Smarty online manual) 17 | * @author Uwe Tews 18 | * @param array $params parameters 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_count_words($params, $compiler) 22 | { 23 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 24 | // return 'preg_match_all(\'#[\w\pL]+#u\', ' . $params[0] . ', $tmp)'; 25 | // expression taken from http://de.php.net/manual/en/function.str-word-count.php#85592 26 | return 'preg_match_all(\'/\p{L}[\p{L}\p{Mn}\p{Pd}\\\'\x{2019}]*/u\', ' . $params[0] . ', $tmp)'; 27 | } 28 | // no MBString fallback 29 | return 'str_word_count(' . $params[0] . ')'; 30 | } 31 | 32 | ?> -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/pagebreak/pagebreak.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('pagebreak', function(K) { 11 | var self = this; 12 | var name = 'pagebreak'; 13 | var pagebreakHtml = K.undef(self.pagebreakHtml, '
'); 14 | 15 | self.clickToolbar(name, function() { 16 | var cmd = self.cmd, range = cmd.range; 17 | self.focus(); 18 | range.enlarge(true); 19 | cmd.split(true); 20 | var tail = self.newlineTag == 'br' || K.WEBKIT ? '' : '

'; 21 | self.insertHtml(pagebreakHtml + tail); 22 | if (tail !== '') { 23 | var p = K('#__kindeditor_tail_tag__', self.edit.doc); 24 | range.selectNodeContents(p[0]); 25 | p.removeAttr('id'); 26 | cmd.select(); 27 | } 28 | }); 29 | }); 30 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/compile.compile_custom_function.php: -------------------------------------------------------------------------------- 1 | _plugin_exists($function, "function")) 12 | { 13 | $_args = $object->_parse_arguments($arguments); 14 | foreach($_args as $key => $value) 15 | { 16 | if (is_bool($value)) 17 | { 18 | $value = $value ? 'true' : 'false'; 19 | } 20 | if (is_null($value)) 21 | { 22 | $value = 'null'; 23 | } 24 | $_args[$key] = "'$key' => $value"; 25 | } 26 | $_result = '_parse_modifier($function . '(array(' . implode(',', (array)$_args) . '), $this)', $modifiers) . '; '; 30 | } 31 | else 32 | { 33 | $_result .= $function . '(array(' . implode(',', (array)$_args) . '), $this);'; 34 | } 35 | $_result .= '?>'; 36 | return true; 37 | } 38 | else 39 | { 40 | return false; 41 | } 42 | } 43 | 44 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/shared.literal_compiler_param.php: -------------------------------------------------------------------------------- 1 | 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('preview', function(K) { 11 | var self = this, name = 'preview', undefined; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '
' + 15 | '' + 16 | '
', 17 | dialog = self.createDialog({ 18 | name : name, 19 | width : 750, 20 | title : self.lang(name), 21 | body : html 22 | }), 23 | iframe = K('iframe', dialog.div), 24 | doc = K.iframeDoc(iframe); 25 | doc.open(); 26 | doc.write(self.fullHtml()); 27 | doc.close(); 28 | K(doc.body).css('background-color', '#FFF'); 29 | iframe[0].contentWindow.focus(); 30 | }); 31 | }); 32 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Template/Driver/Mobile.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think\Template\Driver; 12 | defined('THINK_PATH') or exit(); 13 | /** 14 | * MobileTemplate模板引擎驱动 15 | */ 16 | class Mobile { 17 | /** 18 | * 渲染模板输出 19 | * @access public 20 | * @param string $templateFile 模板文件名 21 | * @param array $var 模板变量 22 | * @return void 23 | */ 24 | public function fetch($templateFile,$var) { 25 | $templateFile=substr($templateFile,strlen(THEME_PATH)); 26 | $var['_think_template_path']=$templateFile; 27 | exit(json_encode($var)); 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Admin/Home/View/Default/add.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |
添加数据
7 |
8 | 9 | 10 | 11 | 12 | 16 | 17 | 18 |
>{$input['label']}:> 13 | {$input['html']} 14 | if ($input['remark'] != '' && $input['type'] != 'textarea' && $input['type'] != 'editor') { echo "($input[remark])"; } 15 |
19 |
20 | 21 |
22 | 23 | 24 | 27 | -------------------------------------------------------------------------------- /Public/Min/lib/Minify/Packer.php: -------------------------------------------------------------------------------- 1 | pack()); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Admin/Home/View/Index/edit_password.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
修改密码
4 |
5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
登录邮箱:
新密码:
确认密码:
21 |
22 |
23 | 24 |
25 |
26 | 27 | 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_compile_ldelim.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 31 | if ($_attr['nocache'] === true) { 32 | $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); 33 | } 34 | // this tag does not return compiled code 35 | $compiler->has_code = true; 36 | return $compiler->smarty->left_delimiter; 37 | } 38 | 39 | } 40 | 41 | ?> 42 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_compile_rdelim.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 31 | if ($_attr['nocache'] === true) { 32 | $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); 33 | } 34 | // this tag does not return compiled code 35 | $compiler->has_code = true; 36 | return $compiler->smarty->right_delimiter; 37 | } 38 | 39 | } 40 | 41 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-zh.php: -------------------------------------------------------------------------------- 1 | 6 | * @author Peter Dave Hello 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP 錯誤:登入失敗。'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP 錯誤:無法連線到 SMTP 主機。'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP 錯誤:無法接受的資料。'; 12 | $PHPMAILER_LANG['empty_message'] = '郵件內容為空'; 13 | $PHPMAILER_LANG['encoding'] = '未知編碼: '; 14 | $PHPMAILER_LANG['file_access'] = '無法存取檔案:'; 15 | $PHPMAILER_LANG['file_open'] = '檔案錯誤:無法開啟檔案:'; 16 | $PHPMAILER_LANG['from_failed'] = '發送地址錯誤:'; 17 | $PHPMAILER_LANG['execute'] = '無法執行:'; 18 | $PHPMAILER_LANG['instantiate'] = '未知函數呼叫。'; 19 | $PHPMAILER_LANG['invalid_address'] = '因為電子郵件地址無效,無法傳送: '; 20 | $PHPMAILER_LANG['provide_address'] = '必須提供至少一個收件人地址。'; 21 | $PHPMAILER_LANG['mailer_not_supported'] = '不支援的發信客戶端。'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP 錯誤:收件人地址錯誤:'; 23 | $PHPMAILER_LANG['signing'] = '登入失敗: '; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP連線失敗'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP伺服器錯誤: '; 26 | $PHPMAILER_LANG['variable_set'] = '無法設定或重設變數: '; 27 | -------------------------------------------------------------------------------- /Admin/Home/View/Index/site_edit.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
编辑站点信息
4 |
5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
网站标题:
网站关键字:
网站描述:
20 |
21 |
22 | 23 |
24 |
25 | 26 | 32 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-zh_cn.php: -------------------------------------------------------------------------------- 1 | 6 | * @author young blog:binaryoung.com 7 | */ 8 | 9 | $PHPMAILER_LANG['authenticate'] = 'SMTP 错误:登录失败。'; 10 | $PHPMAILER_LANG['connect_host'] = 'SMTP 错误:无法连接到 SMTP 主机。'; 11 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP 错误:数据不被接受。'; 12 | $PHPMAILER_LANG['empty_message'] = '邮件正文为空。'; 13 | $PHPMAILER_LANG['encoding'] = '未知编码: '; 14 | $PHPMAILER_LANG['execute'] = '无法执行:'; 15 | $PHPMAILER_LANG['file_access'] = '无法访问文件:'; 16 | $PHPMAILER_LANG['file_open'] = '文件错误:无法打开文件:'; 17 | $PHPMAILER_LANG['from_failed'] = '发送地址错误:'; 18 | $PHPMAILER_LANG['instantiate'] = '未知函数调用。'; 19 | $PHPMAILER_LANG['invalid_address'] = '发送失败,电子邮箱地址是无效的。'; 20 | $PHPMAILER_LANG['mailer_not_supported'] = '发信客户端不被支持。'; 21 | $PHPMAILER_LANG['provide_address'] = '必须提供至少一个收件人地址。'; 22 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP 错误:收件人地址错误:'; 23 | $PHPMAILER_LANG['signing'] = '登录失败:'; 24 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP服务器连接失败。'; 25 | $PHPMAILER_LANG['smtp_error'] = 'SMTP服务器出错: '; 26 | $PHPMAILER_LANG['variable_set'] = '无法设置或重置变量:'; 27 | -------------------------------------------------------------------------------- /Public/Min/lib/Minify/Logger.php: -------------------------------------------------------------------------------- 1 | 12 | * 13 | * @todo lose this singleton! pass log object in Minify::serve and distribute to others 14 | */ 15 | class Minify_Logger { 16 | 17 | /** 18 | * Set logger object. 19 | * 20 | * The object should have a method "log" that accepts a value as 1st argument and 21 | * an optional string label as the 2nd. 22 | * 23 | * @param mixed $obj or a "falsey" value to disable 24 | * @return null 25 | */ 26 | public static function setLogger($obj = null) { 27 | self::$_logger = $obj 28 | ? $obj 29 | : null; 30 | } 31 | 32 | /** 33 | * Pass a message to the logger (if set) 34 | * 35 | * @param string $msg message to log 36 | * @return null 37 | */ 38 | public static function log($msg, $label = 'Minify') { 39 | if (! self::$_logger) return; 40 | self::$_logger->log($msg, $label); 41 | } 42 | 43 | /** 44 | * @var mixed logger object (like FirePHP) or null (i.e. no logger available) 45 | */ 46 | private static $_logger = null; 47 | } 48 | -------------------------------------------------------------------------------- /Admin/Home/Controller/NodesController.class.php: -------------------------------------------------------------------------------- 1 | getNodes(); 16 | 17 | foreach ($nodes as $key => $node) { 18 | $nodes[$key]['type'] = $nodeService->getNodeType($node['level']); 19 | } 20 | 21 | $this->assign('nodes', $nodes); 22 | $this->assign('rows_count', count($nodes)); 23 | $this->display(); 24 | } 25 | 26 | /** 27 | * 切换节点状态 28 | * @return 29 | */ 30 | public function toggleStatus() { 31 | $nodeService = D('Node', 'Service'); 32 | if (!isset($_GET['id']) 33 | || !$nodeService->existNode($_GET['id'])) { 34 | return $this->errorReturn('无效的操作!'); 35 | } 36 | 37 | if (!$_GET['status']) { 38 | $nodeService->setStatus($_GET['id'], 1); 39 | } else { 40 | $nodeService->setStatus($_GET['id'], 0); 41 | } 42 | 43 | $info = $_GET['status'] ? '禁用成功!' : '启用成功!'; 44 | $this->successReturn($info); 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_internal_compile_debug.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 32 | 33 | // compile always as nocache 34 | $compiler->tag_nocache = true; 35 | 36 | // display debug template 37 | $_output = "smarty->loadPlugin('Smarty_Internal_Debug'); Smarty_Internal_Debug::display_debug(\$_smarty_tpl); ?>"; 38 | return $_output; 39 | } 40 | 41 | } 42 | 43 | ?> -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/clearhtml/clearhtml.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('clearhtml', function(K) { 11 | var self = this, name = 'clearhtml'; 12 | self.clickToolbar(name, function() { 13 | self.focus(); 14 | var html = self.html(); 15 | html = html.replace(/(]*>)([\s\S]*?)(<\/script>)/ig, ''); 16 | html = html.replace(/(]*>)([\s\S]*?)(<\/style>)/ig, ''); 17 | html = K.formatHtml(html, { 18 | a : ['href', 'target'], 19 | embed : ['src', 'width', 'height', 'type', 'loop', 'autostart', 'quality', '.width', '.height', 'align', 'allowscriptaccess'], 20 | img : ['src', 'width', 'height', 'border', 'alt', 'title', '.width', '.height'], 21 | table : ['border'], 22 | 'td,th' : ['rowspan', 'colspan'], 23 | 'div,hr,br,tbody,tr,p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6' : [] 24 | }); 25 | self.html(html); 26 | self.cmd.selection(true); 27 | self.addBookmark(); 28 | }); 29 | }); 30 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-ch.php: -------------------------------------------------------------------------------- 1 | true, 11 | 12 | // 默认模块和Action 13 | 'MODULE_ALLOW_LIST' => array('Home'), 14 | 'DEFAULT_MODULE' => 'Home', 15 | 16 | // 默认控制器 17 | 'DEFAULT_CONTROLLER' => 'Public', 18 | 19 | // 分页列表数 20 | 'PAGE_LIST_ROWS' => 10, 21 | 22 | // 开启布局 23 | 'LAYOUT_ON' => true, 24 | 'LAYOUT_NAME' => 'Common/layout', 25 | 26 | // error,success跳转页面 27 | 'TMPL_ACTION_ERROR' => 'Common:dispatch_jump', 28 | 'TMPL_ACTION_SUCCESS' => 'Common:dispatch_jump', 29 | 30 | // 菜单项配置 31 | 'MENU' => $menuConfig, 32 | 'BACKUP' => $backupConfig, 33 | 'MAIL' => $mailConfig, 34 | 35 | // 系统保留表名 36 | 'SYSTEM_TBL_NAME' => 'model,models,filed,fileds,admin,admins', 37 | // 系统保留菜单名 38 | 'SYSTEM_MENU_NAME' => '首页,模型,数据', 39 | 40 | // 文件上传根目录 41 | 'UPLOAD_ROOT' => 'Public/uploads/', 42 | // 系统公用配置目录 43 | 'COMMON_CONF_PATH' => WEB_ROOT . 'Common/Conf/' 44 | ); 45 | 46 | return array_merge($appConfig, $systemConfig, $securityConfig, $mailConfig); 47 | -------------------------------------------------------------------------------- /Admin/Home/View/Common/javascripts.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 25 | -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/lineheight/lineheight.js: -------------------------------------------------------------------------------- 1 | /******************************************************************************* 2 | * KindEditor - WYSIWYG HTML Editor for Internet 3 | * Copyright (C) 2006-2011 kindsoft.net 4 | * 5 | * @author Roddy 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('lineheight', function(K) { 11 | var self = this, name = 'lineheight', lang = self.lang(name + '.'); 12 | self.clickToolbar(name, function() { 13 | var curVal = '', commonNode = self.cmd.commonNode({'*' : '.line-height'}); 14 | if (commonNode) { 15 | curVal = commonNode.css('line-height'); 16 | } 17 | var menu = self.createMenu({ 18 | name : name, 19 | width : 150 20 | }); 21 | K.each(lang.lineHeight, function(i, row) { 22 | K.each(row, function(key, val) { 23 | menu.addItem({ 24 | title : val, 25 | checked : curVal === key, 26 | click : function() { 27 | self.cmd.toggle('', { 28 | span : '.line-height=' + key 29 | }); 30 | self.updateState(); 31 | self.addBookmark(); 32 | self.hideMenu(); 33 | } 34 | }); 35 | }); 36 | }); 37 | }); 38 | }); 39 | -------------------------------------------------------------------------------- /Admin/Home/View/Admins/index.html: -------------------------------------------------------------------------------- 1 |
2 | 现有管理员{$rows_count} 3 |
管理员列表
4 |
5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Email角色备注状态创建时间最后登录时间操作
{$admin['email']}{$admin['role']['name']}{$admin['remark']}已启用已禁用{:date('Y-m-d H:i:s', $admin['created_at'])}{:date('Y-m-d H:i:s', $admin['last_login_at'])}---[ 编辑 ]
32 |
33 | 34 |
35 | {$page} 36 |
37 | -------------------------------------------------------------------------------- /ThinkPHP/Conf/debug.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | 12 | /** 13 | * ThinkPHP 默认的调试模式配置文件 14 | */ 15 | defined('THINK_PATH') or exit(); 16 | // 调试模式下面默认设置 可以在应用配置目录下重新定义 debug.php 覆盖 17 | return array( 18 | 'LOG_RECORD' => true, // 进行日志记录 19 | 'LOG_EXCEPTION_RECORD' => true, // 是否记录异常信息日志 20 | 'LOG_LEVEL' => 'EMERG,ALERT,CRIT,ERR,WARN,NOTIC,INFO,DEBUG,SQL', // 允许记录的日志级别 21 | 'DB_FIELDS_CACHE' => false, // 字段缓存信息 22 | 'DB_SQL_LOG' => true, // 记录SQL信息 23 | 'TMPL_CACHE_ON' => false, // 是否开启模板编译缓存,设为false则每次都会重新编译 24 | 'TMPL_STRIP_SPACE' => false, // 是否去除模板文件里面的html空格与换行 25 | 'SHOW_ERROR_MSG' => true, // 显示错误信息 26 | 'URL_CASE_INSENSITIVE' => false, // URL区分大小写 27 | ); -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Controller/JsonRpcController.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think\Controller; 12 | /** 13 | * ThinkPHP JsonRPC控制器类 14 | */ 15 | class JsonRpcController { 16 | 17 | /** 18 | * 架构函数 19 | * @access public 20 | */ 21 | public function __construct() { 22 | //控制器初始化 23 | if(method_exists($this,'_initialize')) 24 | $this->_initialize(); 25 | //导入类库 26 | Vendor('jsonRPC.jsonRPCServer'); 27 | //实例化phprpc 28 | \jsonRPCServer::handle($this); 29 | } 30 | 31 | /** 32 | * 魔术方法 有不存在的操作的时候执行 33 | * @access public 34 | * @param string $method 方法名 35 | * @param array $args 参数 36 | * @return mixed 37 | */ 38 | public function __call($method,$args){} 39 | } 40 | -------------------------------------------------------------------------------- /ThinkPHP/LICENSE.txt: -------------------------------------------------------------------------------- 1 | 2 | ThinkPHP遵循Apache2开源协议发布,并提供免费使用。 3 | 版权所有Copyright © 2006-2012 by ThinkPHP (http://thinkphp.cn) 4 | All rights reserved。 5 | ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。 6 | 7 | Apache Licence是著名的非盈利开源组织Apache采用的协议。 8 | 该协议和BSD类似,鼓励代码共享和尊重原作者的著作权, 9 | 允许代码修改,再作为开源或商业软件发布。需要满足 10 | 的条件: 11 | 1. 需要给代码的用户一份Apache Licence ; 12 | 2. 如果你修改了代码,需要在被修改的文件中说明; 13 | 3. 在延伸的代码中(修改和有源代码衍生的代码中)需要 14 | 带有原来代码中的协议,商标,专利声明和其他原来作者规 15 | 定需要包含的说明; 16 | 4. 如果再发布的产品中包含一个Notice文件,则在Notice文 17 | 件中需要带有本协议内容。你可以在Notice中增加自己的 18 | 许可,但不可以表现为对Apache Licence构成更改。 19 | 具体的协议参考:http://www.apache.org/licenses/LICENSE-2.0 20 | 21 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 24 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 25 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 26 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 27 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 28 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 29 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 31 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32 | POSSIBILITY OF SUCH DAMAGE. 33 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/template.generate_debug_output.php: -------------------------------------------------------------------------------- 1 | _vars; 12 | ksort($assigned_vars); 13 | if (@is_array($object->_config[0])) 14 | { 15 | $config_vars = $object->_config[0]; 16 | ksort($config_vars); 17 | $object->assign("_debug_config_keys", array_keys($config_vars)); 18 | $object->assign("_debug_config_vals", array_values($config_vars)); 19 | } 20 | 21 | $included_templates = $object->_templatelite_debug_info; 22 | 23 | $object->assign("_debug_keys", array_keys($assigned_vars)); 24 | $object->assign("_debug_vals", array_values($assigned_vars)); 25 | $object->assign("_debug_tpls", $included_templates); 26 | $object->assign("_templatelite_debug_output", ""); 27 | 28 | $object->_templatelite_debug_loop = true; 29 | $object->_templatelite_debug_dir = $object->template_dir; 30 | $object->template_dir = TEMPLATE_LITE_DIR . "internal/"; 31 | $debug_output = $object->fetch("debug.tpl"); 32 | $object->template_dir = $object->_templatelite_debug_dir; 33 | $object->_templatelite_debug_loop = false; 34 | return $debug_output; 35 | } 36 | 37 | ?> -------------------------------------------------------------------------------- /Public/javascripts/admin/kindeditor/plugins/baidumap/map.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Baidu Maps 6 | 10 | 11 | 39 | 40 | 41 |
42 | 43 | 44 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/sysplugins/smarty_resource_uncompiled.php: -------------------------------------------------------------------------------- 1 | filepath = false; 38 | $compiled->timestamp = false; 39 | $compiled->exists = false; 40 | } 41 | 42 | } 43 | 44 | ?> -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-ja.php: -------------------------------------------------------------------------------- 1 | * 20 | * * 21 | \**********************************************************/ 22 | 23 | require_once('HproseTags.php'); 24 | require_once('HproseClassManager.php'); 25 | require_once('HproseReader.php'); 26 | require_once('HproseWriter.php'); 27 | require_once('HproseFormatter.php'); 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/php_xxtea.sln: -------------------------------------------------------------------------------- 1 | Microsoft Visual Studio Solution File, Format Version 9.00 2 | # Visual Studio 2005 3 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "php_xxtea", "php_xxtea.vcproj", "{71165FA5-1EBC-4021-AA17-0CCBC7CD5204}" 4 | EndProject 5 | Global 6 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 7 | Debug_php4|Win32 = Debug_php4|Win32 8 | Debug_php5|Win32 = Debug_php5|Win32 9 | Release_php4|Win32 = Release_php4|Win32 10 | Release_php5|Win32 = Release_php5|Win32 11 | EndGlobalSection 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 13 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php4|Win32.ActiveCfg = Debug_php4|Win32 14 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php4|Win32.Build.0 = Debug_php4|Win32 15 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php5|Win32.ActiveCfg = Debug_php5|Win32 16 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Debug_php5|Win32.Build.0 = Debug_php5|Win32 17 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php4|Win32.ActiveCfg = Release_php4|Win32 18 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php4|Win32.Build.0 = Release_php4|Win32 19 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php5|Win32.ActiveCfg = Release_php5|Win32 20 | {71165FA5-1EBC-4021-AA17-0CCBC7CD5204}.Release_php5|Win32.Build.0 = Release_php5|Win32 21 | EndGlobalSection 22 | GlobalSection(SolutionProperties) = preSolution 23 | HideSolutionNode = FALSE 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Storage.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think; 12 | // 分布式文件存储类 13 | class Storage { 14 | 15 | /** 16 | * 操作句柄 17 | * @var string 18 | * @access protected 19 | */ 20 | static protected $handler ; 21 | 22 | /** 23 | * 连接分布式文件系统 24 | * @access public 25 | * @param string $type 文件类型 26 | * @param array $options 配置数组 27 | * @return void 28 | */ 29 | static public function connect($type='File',$options=array()) { 30 | $class = 'Think\\Storage\\Driver\\'.ucwords($type); 31 | self::$handler = new $class($options); 32 | } 33 | 34 | static public function __callstatic($method,$args){ 35 | //调用缓存驱动的方法 36 | if(method_exists(self::$handler, $method)){ 37 | return call_user_func_array(array(self::$handler,$method), $args); 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Controller/YarController.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Think\Controller; 12 | /** 13 | * ThinkPHP Hprose控制器类 14 | */ 15 | class YarController { 16 | 17 | /** 18 | * 架构函数 19 | * @access public 20 | */ 21 | public function __construct() { 22 | //控制器初始化 23 | if(method_exists($this,'_initialize')) 24 | $this->_initialize(); 25 | //判断扩展是否存在 26 | if(!extension_loaded('yar')) 27 | E(L('_NOT_SUPPERT_').':yar'); 28 | //实例化phprpc 29 | $server = new \Yar_Server($this); 30 | // 启动server 31 | $server->handle(); 32 | } 33 | 34 | /** 35 | * 魔术方法 有不存在的操作的时候执行 36 | * @access public 37 | * @param string $method 方法名 38 | * @param array $args 参数 39 | * @return mixed 40 | */ 41 | public function __call($method,$args){} 42 | } 43 | -------------------------------------------------------------------------------- /Admin/Common/Conf/security_config.php: -------------------------------------------------------------------------------- 1 | false, 8 | 'TOKEN_NAME' => '__hash__', 9 | 'TOKEN_TYPE' => 'md5', 10 | 'TOKEN_RESET' => true, 11 | 12 | // 认证token 13 | 'AUTH_TOKEN' => 'eaadmin', 14 | // 认证mask 15 | 'AUTH_MASK' => 'nimdaae', 16 | // 登录超时 17 | 'LOGIN_TIMEOUT' => 3600, 18 | 19 | // 不用认证登录的模块 20 | 'NOT_LOGIN_MODULES' => 'Public', 21 | 22 | // 开启权限认证 23 | 'USER_AUTH_ON' => true, 24 | // 登录认证模式 25 | 'USER_AUTH_TYPE' => 1, 26 | // 认证识别号 27 | 'USER_AUTH_KEY' => 'mineaad', 28 | // 超级管理员认证号 29 | 'ADMIN_AUTH_KEY' => 'eaadminae', 30 | // 游客识别号 31 | 'GUEST_AUTH_ID' => 'guest', 32 | // 模块名称(不要修改) 33 | 'GROUP_AUTH_NAME' => 'Admin', 34 | // 无需认证模块 35 | 'NOT_AUTH_MODULE' => 'Public', 36 | // 需要认证模块 37 | 'REQUIRE_AUTH_MODULE' => '', 38 | // 认证网关 39 | 'USER_AUTH_GATEWAY' => 'Public/index', 40 | // 关闭游客授权访问 41 | 'GUEST_AUTH_ON' => false, 42 | // 管理员模型 43 | 'USER_AUTH_MODEL' => 'Admin', 44 | // 角色表 45 | 'RBAC_ROLE_TABLE' => $sysConfig['DB_PREFIX'] . 'role', 46 | // 管理员-角色表 47 | 'RBAC_USER_TABLE' => $sysConfig['DB_PREFIX'] . 'role_admin', 48 | // 节点表 49 | 'RBAC_NODE_TABLE' => $sysConfig['DB_PREFIX'] . 'node', 50 | // 节点访问表 51 | 'RBAC_ACCESS_TABLE' => $sysConfig['DB_PREFIX'] . 'access' 52 | ); 53 | 54 | // 登录标记 55 | $config['LOGIN_MARKED'] = md5($config['AUTH_TOKEN']); 56 | 57 | return $config; 58 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-he.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | 8 | $PHPMAILER_LANG['authenticate'] = 'שגיאת SMTP: פעולת האימות נכשלה.'; 9 | $PHPMAILER_LANG['connect_host'] = 'שגיאת SMTP: לא הצלחתי להתחבר לשרת SMTP.'; 10 | $PHPMAILER_LANG['data_not_accepted'] = 'שגיאת SMTP: מידע לא התקבל.'; 11 | $PHPMAILER_LANG['empty_message'] = 'גוף ההודעה ריק'; 12 | $PHPMAILER_LANG['invalid_address'] = 'כתובת שגויה'; 13 | $PHPMAILER_LANG['encoding'] = 'קידוד לא מוכר: '; 14 | $PHPMAILER_LANG['execute'] = 'לא הצלחתי להפעיל את: '; 15 | $PHPMAILER_LANG['file_access'] = 'לא ניתן לגשת לקובץ: '; 16 | $PHPMAILER_LANG['file_open'] = 'שגיאת קובץ: לא ניתן לגשת לקובץ: '; 17 | $PHPMAILER_LANG['from_failed'] = 'כתובות הנמענים הבאות נכשלו: '; 18 | $PHPMAILER_LANG['instantiate'] = 'לא הצלחתי להפעיל את פונקציית המייל.'; 19 | $PHPMAILER_LANG['mailer_not_supported'] = ' אינה נתמכת.'; 20 | $PHPMAILER_LANG['provide_address'] = 'חובה לספק לפחות כתובת אחת של מקבל המייל.'; 21 | $PHPMAILER_LANG['recipients_failed'] = 'שגיאת SMTP: הנמענים הבאים נכשלו: '; 22 | $PHPMAILER_LANG['signing'] = 'שגיאת חתימה: '; 23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; 24 | $PHPMAILER_LANG['smtp_error'] = 'שגיאת שרת SMTP: '; 25 | $PHPMAILER_LANG['variable_set'] = 'לא ניתן לקבוע או לשנות את המשתנה: '; 26 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/shared.make_timestamp.php: -------------------------------------------------------------------------------- 1 | 11 | * Purpose: used by other smarty functions to make a timestamp from a string. 12 | * 13 | * @author Monte Ohrt 14 | * @param DateTime|int|string $string date object, timestamp or string that can be converted using strtotime() 15 | * @return int 16 | */ 17 | function smarty_make_timestamp($string) 18 | { 19 | if (empty($string)) { 20 | // use "now": 21 | return time(); 22 | } elseif ($string instanceof DateTime) { 23 | return $string->getTimestamp(); 24 | } elseif (strlen($string) == 14 && ctype_digit($string)) { 25 | // it is mysql timestamp format of YYYYMMDDHHMMSS? 26 | return mktime(substr($string, 8, 2),substr($string, 10, 2),substr($string, 12, 2), 27 | substr($string, 4, 2),substr($string, 6, 2),substr($string, 0, 4)); 28 | } elseif (is_numeric($string)) { 29 | // it is a numeric string, we handle it as timestamp 30 | return (int) $string; 31 | } else { 32 | // strtotime should handle it 33 | $time = strtotime($string); 34 | if ($time == -1 || $time === false) { 35 | // strtotime() was not able to parse $string, use "now": 36 | return time(); 37 | } 38 | return $time; 39 | } 40 | } 41 | 42 | ?> 43 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/Smarty/plugins/modifiercompiler.unescape.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: unescape
14 | * Purpose: unescape html entities 15 | * 16 | * @author Rodney Rehm 17 | * @param array $params parameters 18 | * @return string with compiled code 19 | */ 20 | function smarty_modifiercompiler_unescape($params, $compiler) 21 | { 22 | if (!isset($params[1])) { 23 | $params[1] = 'html'; 24 | } 25 | if (!isset($params[2])) { 26 | $params[2] = "SMARTY_RESOURCE_CHAR_SET"; 27 | } else { 28 | $params[2] = "'" . $params[2] . "'"; 29 | } 30 | 31 | switch (trim($params[1], '"\'')) { 32 | case 'entity': 33 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[2] . ', \'HTML-ENTITIES\')'; 34 | case 'htmlall': 35 | if (SMARTY_MBSTRING /* ^phpunit */&&empty($_SERVER['SMARTY_PHPUNIT_DISABLE_MBSTRING'])/* phpunit$ */) { 36 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[2] . ', \'HTML-ENTITIES\')'; 37 | } 38 | return 'html_entity_decode(' . $params[0] . ', ENT_QUOTES, ' . $params[2] . ')'; 39 | 40 | case 'html': 41 | return 'htmlspecialchars_decode(' . $params[0] . ', ENT_QUOTES)'; 42 | 43 | default: 44 | return $params[0]; 45 | } 46 | } 47 | 48 | ?> -------------------------------------------------------------------------------- /Admin/Home/Controller/CacheController.class.php: -------------------------------------------------------------------------------- 1 | RUNTIME_PATH . 'Cache/', 16 | "Admindata" => RUNTIME_PATH . 'Data/', 17 | "Adminlogs" => RUNTIME_PATH . 'Logs/', 18 | "Admintemp" => RUNTIME_PATH . 'Temp/', 19 | "Adminruntime" => RUNTIME_PATH . '~runtime.php/', 20 | 'Homecache' => WEB_ROOT . 'Cache/Runtime/Home/Cache/', 21 | "Homedata" => WEB_ROOT . 'Cache/Runtime/Home/Data/', 22 | "Homelogs" => WEB_ROOT . 'Cache/Runtime/Home/Logs/', 23 | "Hometemp" => WEB_ROOT . 'Cache/Runtime/Home/Temp/', 24 | "Homeruntime" => WEB_ROOT . 'Cache/Runtime/Home/~runtime.php/', 25 | "MinFiles" => WEB_ROOT . 'Cache/MinFiles/' 26 | ); 27 | 28 | $this->assign('caches', $caches); 29 | $this->display(); 30 | } 31 | 32 | /** 33 | * 删除缓存 34 | * @return 35 | */ 36 | public function delete() { 37 | if (empty($_POST['caches'])) { 38 | return $this->errorReturn('请选择需要删除的缓存文件!'); 39 | } 40 | 41 | foreach ($_POST['caches'] as $cache) { 42 | if (isset($cache)) { 43 | del_dir_or_file($cache); 44 | } 45 | } 46 | 47 | return $this->successReturn('成功删除缓存文件!'); 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /Public/Min/builder/bm.js: -------------------------------------------------------------------------------- 1 | javascript:(function() { 2 | var d = document 3 | ,uris = [] 4 | ,i = 0 5 | ,o 6 | ,home = (location + '').split('/').splice(0, 3).join('/') + '/'; 7 | function add(uri) { 8 | return (0 === uri.indexOf(home)) 9 | && (!/[\?&]/.test(uri)) 10 | && uris.push(escape(uri.substr(home.length))); 11 | }; 12 | function sheet(ss) { 13 | // we must check the domain with add() before accessing ss.cssRules 14 | // otherwise a security exception will be thrown 15 | if (ss.href && add(ss.href) && ss.cssRules) { 16 | var i = 0, r; 17 | while (r = ss.cssRules[i++]) 18 | r.styleSheet && sheet(r.styleSheet); 19 | } 20 | }; 21 | while (o = d.getElementsByTagName('script')[i++]) 22 | o.src && !(o.type && /vbs/i.test(o.type)) && add(o.src); 23 | i = 0; 24 | while (o = d.styleSheets[i++]) 25 | /* http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-DocumentStyle-styleSheets 26 | document.styleSheet is a list property where [0] accesses the 1st element and 27 | [outOfRange] returns null. In IE, styleSheets is a function, and also throws an 28 | exception when you check the out of bounds index. (sigh) */ 29 | sheet(o); 30 | if (uris.length) 31 | window.open('%BUILDER_URL%#' + uris.join(',')); 32 | else 33 | alert('No js/css files found with URLs within "' 34 | + home.split('/')[2] 35 | + '".\n(This tool is limited to URLs with the same domain.)'); 36 | })(); -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-green/tip-green.css: -------------------------------------------------------------------------------- 1 | .tip-green { 2 | z-index:1000; 3 | text-align:left; 4 | border:1px solid #bdde98; 5 | padding:7px 10px; 6 | min-width:50px; 7 | max-width:300px; 8 | color:#860404; 9 | background-color:#dff6c6; 10 | /** 11 | * - If you set a background-image, border/padding/background-color will be ingnored. 12 | * You can set any padding to .tip-inner instead if you need. 13 | * - If you want a tiled background-image and border/padding for the tip, 14 | * set the background-image to .tip-inner instead. 15 | */ 16 | } 17 | .tip-green .tip-inner { 18 | font:bold 12px/14px arial,helvetica,sans-serif; 19 | } 20 | 21 | /* Configure an arrow image - the script will automatically position it on the correct side of the tip */ 22 | .tip-green .tip-arrow-top { 23 | margin-top:-10px; 24 | margin-left:6px; 25 | top:0; 26 | left:0; 27 | width:10px; 28 | height:10px; 29 | background:url(tip-green_arrows.gif) no-repeat; 30 | } 31 | .tip-green .tip-arrow-right { 32 | margin-top:6px; 33 | margin-left:0; 34 | top:0; 35 | left:100%; 36 | width:10px; 37 | height:10px; 38 | background:url(tip-green_arrows.gif) no-repeat -10px 0; 39 | } 40 | .tip-green .tip-arrow-bottom { 41 | margin-top:0; 42 | margin-left:6px; 43 | top:100%; 44 | left:0; 45 | width:10px; 46 | height:10px; 47 | background:url(tip-green_arrows.gif) no-repeat -20px 0; 48 | } 49 | .tip-green .tip-arrow-left { 50 | margin-top:6px; 51 | margin-left:-10px; 52 | top:0; 53 | left:0; 54 | width:10px; 55 | height:10px; 56 | background:url(tip-green_arrows.gif) no-repeat -30px 0; 57 | } -------------------------------------------------------------------------------- /ThinkPHP/Library/Org/Util/Stack.class.php: -------------------------------------------------------------------------------- 1 | 10 | // +---------------------------------------------------------------------- 11 | namespace Org\Util; 12 | 13 | /** 14 | * Stack实现类 15 | * @category ORG 16 | * @package ORG 17 | * @subpackage Util 18 | * @author liu21st 19 | */ 20 | class Stack extends ArrayList { 21 | 22 | /** 23 | * 架构函数 24 | * @access public 25 | * @param array $values 初始化数组元素 26 | */ 27 | public function __construct($values = array()) { 28 | parent::__construct($values); 29 | } 30 | 31 | /** 32 | * 将堆栈的内部指针指向第一个单元 33 | * @access public 34 | * @return mixed 35 | */ 36 | public function peek() { 37 | return reset($this->toArray()); 38 | } 39 | 40 | /** 41 | * 元素进栈 42 | * @access public 43 | * @param mixed $value 44 | * @return mixed 45 | */ 46 | public function push($value) { 47 | $this->add($value); 48 | return $value; 49 | } 50 | 51 | } 52 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-vi.php: -------------------------------------------------------------------------------- 1 | 6 | * @license GNU/GPL version 2 or GNU/LGPL version 2.1 or any later version 7 | */ 8 | $PHPMAILER_LANG['authenticate'] = 'Lỗi SMTP: Không thể xác thực.'; 9 | $PHPMAILER_LANG['connect_host'] = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.'; 10 | $PHPMAILER_LANG['data_not_accepted'] = 'Lỗi SMTP: Dữ liệu không được chấp nhận.'; 11 | $PHPMAILER_LANG['empty_message'] = 'Không có nội dung'; 12 | $PHPMAILER_LANG['encoding'] = 'Mã hóa không xác định: '; 13 | $PHPMAILER_LANG['execute'] = 'Không thực hiện được: '; 14 | $PHPMAILER_LANG['file_access'] = 'Không thể truy cập tệp tin '; 15 | $PHPMAILER_LANG['file_open'] = 'Lỗi Tập tin: Không thể mở tệp tin: '; 16 | $PHPMAILER_LANG['from_failed'] = 'Lỗi địa chỉ gửi đi: '; 17 | $PHPMAILER_LANG['instantiate'] = 'Không dùng được các hàm gửi thư.'; 18 | $PHPMAILER_LANG['invalid_address'] = 'Đại chỉ emai không đúng'; 19 | $PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.'; 20 | $PHPMAILER_LANG['provide_address'] = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.'; 21 | $PHPMAILER_LANG['recipients_failed'] = 'Lỗi SMTP: lỗi địa chỉ người nhận: '; 22 | $PHPMAILER_LANG['signing'] = 'Lỗi đăng nhập: '; 23 | $PHPMAILER_LANG['smtp_connect_failed'] = 'Lỗi kết nối với SMTP'; 24 | $PHPMAILER_LANG['smtp_error'] = 'Lỗi máy chủ smtp '; 25 | $PHPMAILER_LANG['variable_set'] = 'Không thể thiết lập hoặc thiết lập lại biến: '; 26 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/TemplateLite/internal/template.fetch_compile_include.php: -------------------------------------------------------------------------------- 1 | debugging) 12 | { 13 | $object->_templatelite_debug_info[] = array('type' => 'template', 14 | 'filename' => $_templatelite_include_file, 15 | 'depth' => ++$object->_inclusion_depth, 16 | 'exec_time' => array_sum(explode(' ', microtime())) ); 17 | $included_tpls_idx = count($object->_templatelite_debug_info) - 1; 18 | } 19 | 20 | $object->_vars = array_merge($object->_vars, $_templatelite_include_vars); 21 | $_templatelite_include_file = $object->_get_resource($_templatelite_include_file); 22 | if(isset($object->_confs[0])) 23 | { 24 | array_unshift($object->_confs, $object->_confs[0]); 25 | $_compiled_output = $object->_fetch_compile($_templatelite_include_file); 26 | array_shift($object->_confs); 27 | } 28 | else 29 | { 30 | $_compiled_output = $object->_fetch_compile($_templatelite_include_file); 31 | } 32 | 33 | $object->_inclusion_depth--; 34 | 35 | if ($object->debugging) 36 | { 37 | $object->_templatelite_debug_info[$included_tpls_idx]['exec_time'] = array_sum(explode(' ', microtime())) - $object->_templatelite_debug_info[$included_tpls_idx]['exec_time']; 38 | } 39 | return $_compiled_output; 40 | } 41 | 42 | ?> -------------------------------------------------------------------------------- /Public/javascripts/admin/poshytip/tip-twitter/tip-green/tip-green.css: -------------------------------------------------------------------------------- 1 | .tip-green { 2 | z-index:1000; 3 | text-align:left; 4 | border:1px solid #bdde98; 5 | padding:7px 10px; 6 | min-width:50px; 7 | max-width:300px; 8 | color:#860404; 9 | background-color:#dff6c6; 10 | /** 11 | * - If you set a background-image, border/padding/background-color will be ingnored. 12 | * You can set any padding to .tip-inner instead if you need. 13 | * - If you want a tiled background-image and border/padding for the tip, 14 | * set the background-image to .tip-inner instead. 15 | */ 16 | } 17 | .tip-green .tip-inner { 18 | font:bold 12px/14px arial,helvetica,sans-serif; 19 | } 20 | 21 | /* Configure an arrow image - the script will automatically position it on the correct side of the tip */ 22 | .tip-green .tip-arrow-top { 23 | margin-top:-10px; 24 | margin-left:6px; 25 | top:0; 26 | left:0; 27 | width:10px; 28 | height:10px; 29 | background:url(tip-green_arrows.gif) no-repeat; 30 | } 31 | .tip-green .tip-arrow-right { 32 | margin-top:6px; 33 | margin-left:0; 34 | top:0; 35 | left:100%; 36 | width:10px; 37 | height:10px; 38 | background:url(tip-green_arrows.gif) no-repeat -10px 0; 39 | } 40 | .tip-green .tip-arrow-bottom { 41 | margin-top:0; 42 | margin-left:6px; 43 | top:100%; 44 | left:0; 45 | width:10px; 46 | height:10px; 47 | background:url(tip-green_arrows.gif) no-repeat -20px 0; 48 | } 49 | .tip-green .tip-arrow-left { 50 | margin-top:6px; 51 | margin-left:-10px; 52 | top:0; 53 | left:0; 54 | width:10px; 55 | height:10px; 56 | background:url(tip-green_arrows.gif) no-repeat -30px 0; 57 | } -------------------------------------------------------------------------------- /Admin/Home/View/Models/javascript.html: -------------------------------------------------------------------------------- 1 | 39 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-lv.php: -------------------------------------------------------------------------------- 1 | 5 | */ 6 | 7 | $PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.'; 8 | $PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.'; 9 | $PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.'; 10 | $PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs'; 11 | $PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: '; 12 | $PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: '; 13 | $PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: '; 14 | $PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: '; 15 | $PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: '; 16 | $PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.'; 17 | $PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese'; 18 | $PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.'; 19 | $PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.'; 20 | $PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: '; 21 | $PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: '; 22 | $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda'; 23 | $PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: '; 24 | $PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: '; 25 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/PHPMailer/language/phpmailer.lang-no.php: -------------------------------------------------------------------------------- 1 | 6 | * @site http://www.kindsoft.net/ 7 | * @licence http://www.kindsoft.net/license.php 8 | *******************************************************************************/ 9 | 10 | KindEditor.plugin('plainpaste', function(K) { 11 | var self = this, name = 'plainpaste'; 12 | self.clickToolbar(name, function() { 13 | var lang = self.lang(name + '.'), 14 | html = '
' + 15 | '
' + lang.comment + '
' + 16 | '' + 17 | '
', 18 | dialog = self.createDialog({ 19 | name : name, 20 | width : 450, 21 | title : self.lang(name), 22 | body : html, 23 | yesBtn : { 24 | name : self.lang('yes'), 25 | click : function(e) { 26 | var html = textarea.val(); 27 | html = K.escape(html); 28 | html = html.replace(/ {2}/g, '  '); 29 | if (self.newlineTag == 'p') { 30 | html = html.replace(/^/, '

').replace(/$/, '

').replace(/\n/g, '

'); 31 | } else { 32 | html = html.replace(/\n/g, '
$&'); 33 | } 34 | self.insertHtml(html).hideDialog().focus(); 35 | } 36 | } 37 | }), 38 | textarea = K('textarea', dialog.div); 39 | textarea[0].focus(); 40 | }); 41 | }); 42 | --------------------------------------------------------------------------------