├── sys ├── view │ ├── admin │ │ ├── index.php │ │ ├── version_not_found.php │ │ ├── plugin.php │ │ ├── project_select.php │ │ ├── footer.php │ │ ├── setting.php │ │ ├── page_list.php │ │ ├── header.php │ │ ├── version_list.php │ │ ├── item_create.php │ │ ├── project_create.php │ │ ├── page_edit.php │ │ ├── item_edit.php │ │ ├── project_edit.php │ │ ├── version_add.php │ │ ├── version_item_list.php │ │ └── user.php │ ├── home │ │ ├── logged.php │ │ ├── 404.html │ │ ├── home.php │ │ └── login.php │ ├── project │ │ ├── page.php │ │ ├── help.php │ │ ├── change.php │ │ ├── download.php │ │ ├── about.php │ │ ├── document.php │ │ ├── home.php │ │ └── picture.php │ ├── version │ │ ├── history.php │ │ └── update_info.php │ └── comm │ │ ├── footer.php │ │ └── header.php ├── core │ ├── view │ │ ├── 404.html │ │ └── default.html │ ├── lib │ │ ├── sql.php │ │ ├── router.php │ │ └── cookie.php │ ├── page.php │ ├── lib.php │ ├── config.php │ ├── interface.php │ ├── hook.php │ ├── core.php │ └── timer.php ├── page │ ├── Error.php │ ├── Home.php │ └── Page.php ├── lib │ ├── plugin.php │ ├── router.php │ ├── hook.php │ ├── setting.php │ ├── version_hook.php │ ├── menu.php │ └── project.php ├── config.php └── helper │ ├── func.php │ ├── theme.php │ └── admin.php ├── images ├── alipay.png └── yongqi.jpg ├── robots.txt ├── .gitmodules ├── ex ├── kindeditor │ ├── themes │ │ ├── common │ │ │ ├── rm.gif │ │ │ ├── anchor.gif │ │ │ ├── blank.gif │ │ │ ├── flash.gif │ │ │ ├── media.gif │ │ │ └── loading.gif │ │ ├── default │ │ │ ├── default.png │ │ │ └── background.png │ │ └── simple │ │ │ └── simple.css │ ├── plugins │ │ ├── emoticons │ │ │ └── images │ │ │ │ ├── 0.gif │ │ │ │ ├── 1.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 13.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 │ │ │ │ ├── 100.gif │ │ │ │ ├── 101.gif │ │ │ │ ├── 102.gif │ │ │ │ ├── 103.gif │ │ │ │ ├── 104.gif │ │ │ │ ├── 105.gif │ │ │ │ ├── 106.gif │ │ │ │ ├── 107.gif │ │ │ │ ├── 108.gif │ │ │ │ ├── 109.gif │ │ │ │ ├── 110.gif │ │ │ │ ├── 111.gif │ │ │ │ ├── 112.gif │ │ │ │ ├── 113.gif │ │ │ │ ├── 114.gif │ │ │ │ ├── 115.gif │ │ │ │ ├── 116.gif │ │ │ │ ├── 117.gif │ │ │ │ ├── 118.gif │ │ │ │ ├── 119.gif │ │ │ │ ├── 120.gif │ │ │ │ ├── 121.gif │ │ │ │ ├── 122.gif │ │ │ │ ├── 123.gif │ │ │ │ ├── 124.gif │ │ │ │ ├── 125.gif │ │ │ │ ├── 126.gif │ │ │ │ ├── 127.gif │ │ │ │ ├── 128.gif │ │ │ │ ├── 129.gif │ │ │ │ ├── 130.gif │ │ │ │ ├── 131.gif │ │ │ │ ├── 132.gif │ │ │ │ ├── 133.gif │ │ │ │ ├── 134.gif │ │ │ │ └── static.gif │ │ ├── image │ │ │ └── images │ │ │ │ ├── align_top.gif │ │ │ │ ├── refresh.png │ │ │ │ ├── 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 │ │ │ └── template.js │ │ ├── code │ │ │ ├── prettify.css │ │ │ └── code.js │ │ ├── pagebreak │ │ │ └── pagebreak.js │ │ ├── preview │ │ │ └── preview.js │ │ ├── clearhtml │ │ │ └── clearhtml.js │ │ ├── lineheight │ │ │ └── lineheight.js │ │ ├── baidumap │ │ │ ├── map.html │ │ │ ├── index.html │ │ │ └── baidumap.js │ │ ├── autoheight │ │ │ └── autoheight.js │ │ ├── plainpaste │ │ │ └── plainpaste.js │ │ ├── anchor │ │ │ └── anchor.js │ │ ├── wordpaste │ │ │ └── wordpaste.js │ │ ├── map │ │ │ └── map.html │ │ ├── quickformat │ │ │ └── quickformat.js │ │ └── link │ │ │ └── link.js │ └── php │ │ └── init.php └── plugin │ ├── picture │ ├── images │ │ ├── border.png │ │ ├── controls.png │ │ ├── loading.gif │ │ ├── overlay.png │ │ ├── uploadify-cancel.png │ │ ├── ie6 │ │ │ ├── borderTopCenter.png │ │ │ ├── borderTopLeft.png │ │ │ ├── borderTopRight.png │ │ │ ├── borderBottomLeft.png │ │ │ ├── borderBottomRight.png │ │ │ ├── borderMiddleLeft.png │ │ │ ├── borderMiddleRight.png │ │ │ └── borderBottomCenter.png │ │ └── loading_background.png │ └── run.php │ ├── sitemap │ ├── page.php │ ├── run.php │ └── sitemap.xsl │ ├── record_counter │ ├── select_db.php │ ├── run.php │ ├── RecordCounter.php │ └── page.php │ ├── robots │ ├── page.php │ └── run.php │ ├── duoshuo │ └── run.php │ ├── https │ └── page.php │ └── out_hook │ ├── page.php │ └── run.php ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff ├── .gitignore ├── nginx.conf ├── .htaccess ├── index.php ├── README.md ├── js ├── ie8-responsive-file-warning.js ├── loveyu.js ├── admin │ └── page_edit.js ├── html5shiv.min.js └── respond.min.js ├── config └── all-simple.php └── css └── style.css /sys/view/admin/index.php: -------------------------------------------------------------------------------- 1 |
个人网站项目管理中心
-------------------------------------------------------------------------------- /sys/view/admin/version_not_found.php: -------------------------------------------------------------------------------- 1 |这里是404页面,你可以跳转到首页去浏览其他内容。
4 |对不起,你要访问的页面未找到!
10 | 11 | -------------------------------------------------------------------------------- /sys/view/project/document.php: -------------------------------------------------------------------------------- 1 |desc()?>
5 |desc()?>
6 |当出现这个页面的时候,请检查是否对page中进行了main方法的重载。
10 | 11 | -------------------------------------------------------------------------------- /sys/view/project/picture.php: -------------------------------------------------------------------------------- 1 |desc()?>
6 |11 | 在此处输入内容 12 |
13 | 14 | -------------------------------------------------------------------------------- /ex/kindeditor/php/init.php: -------------------------------------------------------------------------------- 1 | load('../../../config/all.php'); //加载其他配置文件 4 | lib()->load('hook', 'user')->add('Hook', new \ULib\Hook())->add(); //加载自定义类 5 | $user = new \ULib\User(true); 6 | if(!$user->login_status()){ 7 | u()->load_404(); 8 | exit; 9 | } -------------------------------------------------------------------------------- /ex/plugin/record_counter/select_db.php: -------------------------------------------------------------------------------- 1 |当前无任何历史版本信息
7 | getTimer()->setBeginTime($time); //修正启动时间 5 | unset($time); //删除时间变量 6 | define('IS_DEMO_SITE', $_SERVER['HTTP_HOST'] === "demo.loveyu.net"); 7 | //define('IS_DEMO_SITE', true); 8 | cfg()->load('config/all.php'); //加载其他配置文件 9 | lib()->load('hook')->add('Hook', new \ULib\Hook())->add(); //加载自定义类 10 | u()->home(array('Home'), array( 11 | 'Error', 12 | 'page_404' 13 | )); //开始加载默认页面 -------------------------------------------------------------------------------- /sys/view/admin/footer.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 11 | 12 |