├── Application ├── index.html ├── Home │ ├── index.html │ ├── Conf │ │ ├── index.html │ │ └── config.php │ ├── View │ │ ├── index.html │ │ └── Default │ │ │ ├── index.html │ │ │ ├── Lib │ │ │ └── index.html │ │ │ ├── Public │ │ │ ├── index.html │ │ │ ├── NoData.html │ │ │ ├── GoTop.html │ │ │ ├── NavBar.html │ │ │ ├── Error.html │ │ │ ├── Common.html │ │ │ └── NavSearch.html │ │ │ ├── config.json │ │ │ └── preview.jpg │ ├── Common │ │ ├── index.html │ │ └── function.php │ ├── Model │ │ ├── index.html │ │ ├── CommonModel.class.php │ │ └── UserModel.class.php │ ├── Controller │ │ └── index.html │ └── Lang │ │ └── zh-cn │ │ ├── customview.php │ │ └── article.php ├── Admin │ ├── index.html │ ├── Common │ │ └── index.html │ ├── Conf │ │ └── index.html │ ├── Model │ │ ├── index.html │ │ └── CommonModel.class.php │ ├── View │ │ ├── index.html │ │ └── Default │ │ │ ├── index.html │ │ │ ├── Lib │ │ │ ├── index.html │ │ │ └── ControlNav.html │ │ │ ├── Public │ │ │ ├── index.html │ │ │ ├── NoData.html │ │ │ ├── NavBar.html │ │ │ └── Common.html │ │ │ ├── Theme │ │ │ └── Nav.html │ │ │ ├── Sms │ │ │ └── Nav.html │ │ │ └── Email │ │ │ └── Nav.html │ ├── Controller │ │ └── index.html │ └── Lang │ │ └── zh-cn │ │ ├── config.php │ │ ├── sms.php │ │ ├── week.php │ │ ├── class.php │ │ ├── region.php │ │ ├── room.php │ │ ├── score.php │ │ ├── subject.php │ │ ├── articleclass.php │ │ ├── bubble.php │ │ ├── semester.php │ │ ├── interval.php │ │ ├── email.php │ │ └── theme.php ├── Common │ ├── index.html │ ├── Common │ │ └── index.html │ └── Conf │ │ ├── index.html │ │ └── tags.php └── Runtime │ ├── Cache │ └── .gitignore │ ├── Data │ └── .gitignore │ ├── Logs │ └── .gitignore │ └── Temp │ └── .gitignore ├── Public ├── README.md ├── Admin │ └── Default │ │ ├── Js │ │ ├── Admin.js │ │ ├── Class.js │ │ ├── Site.js │ │ └── Link.js │ │ ├── Css │ │ ├── Cache.css │ │ ├── Config.css │ │ ├── Site.css │ │ ├── AccessControl.css │ │ ├── Index.css │ │ ├── Theme.css │ │ ├── Fraction.css │ │ └── Course.css │ │ └── Images │ │ ├── login-bg.jpg │ │ ├── login-bg1.jpg │ │ └── login-bg2.jpg ├── Home │ └── Default │ │ └── Css │ │ ├── Index.css │ │ ├── Safety.css │ │ ├── User.css │ │ ├── Student.css │ │ ├── Article.css │ │ └── Channel.css ├── Common │ ├── Lib │ │ ├── ueditor │ │ │ ├── themes │ │ │ │ ├── iframe.css │ │ │ │ └── default │ │ │ │ │ └── images │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── charts.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── lock.gif │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── spacer.gif │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── word.gif │ │ │ │ │ ├── arrow_up.png │ │ │ │ │ ├── cursor_h.gif │ │ │ │ │ ├── cursor_h.png │ │ │ │ │ ├── cursor_v.gif │ │ │ │ │ ├── cursor_v.png │ │ │ │ │ ├── filescan.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── sortable.png │ │ │ │ │ ├── arrow_down.png │ │ │ │ │ ├── button-bg.gif │ │ │ │ │ ├── highlighted.gif │ │ │ │ │ ├── icons-all.gif │ │ │ │ │ ├── loaderror.png │ │ │ │ │ ├── pagebreak.gif │ │ │ │ │ ├── sparator_v.png │ │ │ │ │ ├── toolbar_bg.png │ │ │ │ │ ├── videologo.gif │ │ │ │ │ ├── wordpaste.png │ │ │ │ │ ├── cancelbutton.gif │ │ │ │ │ ├── unhighlighted.gif │ │ │ │ │ ├── dialog-title-bg.png │ │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ │ ├── table-cell-align.png │ │ │ │ │ └── tangram-colorpicker.png │ │ │ ├── lang │ │ │ │ ├── en │ │ │ │ │ └── images │ │ │ │ │ │ ├── copy.png │ │ │ │ │ │ ├── music.png │ │ │ │ │ │ ├── addimage.png │ │ │ │ │ │ ├── button.png │ │ │ │ │ │ ├── upload.png │ │ │ │ │ │ ├── background.png │ │ │ │ │ │ ├── localimage.png │ │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ │ ├── listbackground.png │ │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ │ └── alldeletebtnhoverskin.png │ │ │ │ └── zh-cn │ │ │ │ │ └── images │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── upload.png │ │ │ │ │ └── localimage.png │ │ │ ├── dialogs │ │ │ │ ├── image │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── alignicon.jpg │ │ │ │ │ │ └── progress.png │ │ │ │ ├── table │ │ │ │ │ └── dragicon.png │ │ │ │ ├── video │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── center_focus.jpg │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ ├── file-icons.png │ │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ │ └── right_focus.jpg │ │ │ │ ├── emotion │ │ │ │ │ └── images │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── bface.gif │ │ │ │ │ │ ├── cface.gif │ │ │ │ │ │ ├── fface.gif │ │ │ │ │ │ ├── tface.gif │ │ │ │ │ │ ├── wface.gif │ │ │ │ │ │ ├── yface.gif │ │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ │ ├── face │ │ │ │ │ │ ├── i_f01.gif │ │ │ │ │ │ ├── i_f02.gif │ │ │ │ │ │ ├── i_f03.gif │ │ │ │ │ │ ├── i_f04.gif │ │ │ │ │ │ ├── i_f05.gif │ │ │ │ │ │ ├── i_f06.gif │ │ │ │ │ │ ├── i_f07.gif │ │ │ │ │ │ ├── i_f08.gif │ │ │ │ │ │ ├── i_f09.gif │ │ │ │ │ │ ├── i_f10.gif │ │ │ │ │ │ ├── i_f11.gif │ │ │ │ │ │ ├── i_f12.gif │ │ │ │ │ │ ├── i_f13.gif │ │ │ │ │ │ ├── i_f14.gif │ │ │ │ │ │ ├── i_f15.gif │ │ │ │ │ │ ├── i_f16.gif │ │ │ │ │ │ ├── i_f17.gif │ │ │ │ │ │ ├── i_f18.gif │ │ │ │ │ │ ├── i_f19.gif │ │ │ │ │ │ ├── i_f20.gif │ │ │ │ │ │ ├── i_f21.gif │ │ │ │ │ │ ├── i_f22.gif │ │ │ │ │ │ ├── i_f23.gif │ │ │ │ │ │ ├── i_f24.gif │ │ │ │ │ │ ├── i_f25.gif │ │ │ │ │ │ ├── i_f26.gif │ │ │ │ │ │ ├── i_f27.gif │ │ │ │ │ │ ├── i_f28.gif │ │ │ │ │ │ ├── i_f29.gif │ │ │ │ │ │ ├── i_f30.gif │ │ │ │ │ │ ├── i_f31.gif │ │ │ │ │ │ ├── i_f32.gif │ │ │ │ │ │ ├── i_f33.gif │ │ │ │ │ │ ├── i_f34.gif │ │ │ │ │ │ ├── i_f35.gif │ │ │ │ │ │ ├── i_f36.gif │ │ │ │ │ │ ├── i_f37.gif │ │ │ │ │ │ ├── i_f38.gif │ │ │ │ │ │ ├── i_f39.gif │ │ │ │ │ │ ├── i_f40.gif │ │ │ │ │ │ ├── i_f41.gif │ │ │ │ │ │ ├── i_f42.gif │ │ │ │ │ │ ├── i_f43.gif │ │ │ │ │ │ ├── i_f44.gif │ │ │ │ │ │ ├── i_f45.gif │ │ │ │ │ │ ├── i_f46.gif │ │ │ │ │ │ ├── i_f47.gif │ │ │ │ │ │ ├── i_f48.gif │ │ │ │ │ │ ├── i_f49.gif │ │ │ │ │ │ └── i_f50.gif │ │ │ │ │ │ ├── jx2 │ │ │ │ │ │ ├── j_0001.gif │ │ │ │ │ │ ├── j_0002.gif │ │ │ │ │ │ ├── j_0003.gif │ │ │ │ │ │ ├── j_0004.gif │ │ │ │ │ │ ├── j_0005.gif │ │ │ │ │ │ ├── j_0006.gif │ │ │ │ │ │ ├── j_0007.gif │ │ │ │ │ │ ├── j_0008.gif │ │ │ │ │ │ ├── j_0009.gif │ │ │ │ │ │ ├── j_0010.gif │ │ │ │ │ │ ├── j_0011.gif │ │ │ │ │ │ ├── j_0012.gif │ │ │ │ │ │ ├── j_0013.gif │ │ │ │ │ │ ├── j_0014.gif │ │ │ │ │ │ ├── j_0015.gif │ │ │ │ │ │ ├── j_0016.gif │ │ │ │ │ │ ├── j_0017.gif │ │ │ │ │ │ ├── j_0018.gif │ │ │ │ │ │ ├── j_0019.gif │ │ │ │ │ │ ├── j_0020.gif │ │ │ │ │ │ ├── j_0021.gif │ │ │ │ │ │ ├── j_0022.gif │ │ │ │ │ │ ├── j_0023.gif │ │ │ │ │ │ ├── j_0024.gif │ │ │ │ │ │ ├── j_0025.gif │ │ │ │ │ │ ├── j_0026.gif │ │ │ │ │ │ ├── j_0027.gif │ │ │ │ │ │ ├── j_0028.gif │ │ │ │ │ │ ├── j_0029.gif │ │ │ │ │ │ ├── j_0030.gif │ │ │ │ │ │ ├── j_0031.gif │ │ │ │ │ │ ├── j_0032.gif │ │ │ │ │ │ ├── j_0033.gif │ │ │ │ │ │ ├── j_0034.gif │ │ │ │ │ │ ├── j_0035.gif │ │ │ │ │ │ ├── j_0036.gif │ │ │ │ │ │ ├── j_0037.gif │ │ │ │ │ │ ├── j_0038.gif │ │ │ │ │ │ ├── j_0039.gif │ │ │ │ │ │ ├── j_0040.gif │ │ │ │ │ │ ├── j_0041.gif │ │ │ │ │ │ ├── j_0042.gif │ │ │ │ │ │ ├── j_0043.gif │ │ │ │ │ │ ├── j_0044.gif │ │ │ │ │ │ ├── j_0045.gif │ │ │ │ │ │ ├── j_0046.gif │ │ │ │ │ │ ├── j_0047.gif │ │ │ │ │ │ ├── j_0048.gif │ │ │ │ │ │ ├── j_0049.gif │ │ │ │ │ │ ├── j_0050.gif │ │ │ │ │ │ ├── j_0051.gif │ │ │ │ │ │ ├── j_0052.gif │ │ │ │ │ │ ├── j_0053.gif │ │ │ │ │ │ ├── j_0054.gif │ │ │ │ │ │ ├── j_0055.gif │ │ │ │ │ │ ├── j_0056.gif │ │ │ │ │ │ ├── j_0057.gif │ │ │ │ │ │ ├── j_0058.gif │ │ │ │ │ │ ├── j_0059.gif │ │ │ │ │ │ ├── j_0060.gif │ │ │ │ │ │ ├── j_0061.gif │ │ │ │ │ │ ├── j_0062.gif │ │ │ │ │ │ ├── j_0063.gif │ │ │ │ │ │ ├── j_0064.gif │ │ │ │ │ │ ├── j_0065.gif │ │ │ │ │ │ ├── j_0066.gif │ │ │ │ │ │ ├── j_0067.gif │ │ │ │ │ │ ├── j_0068.gif │ │ │ │ │ │ ├── j_0069.gif │ │ │ │ │ │ ├── j_0070.gif │ │ │ │ │ │ ├── j_0071.gif │ │ │ │ │ │ ├── j_0072.gif │ │ │ │ │ │ ├── j_0073.gif │ │ │ │ │ │ ├── j_0074.gif │ │ │ │ │ │ ├── j_0075.gif │ │ │ │ │ │ ├── j_0076.gif │ │ │ │ │ │ ├── j_0077.gif │ │ │ │ │ │ ├── j_0078.gif │ │ │ │ │ │ ├── j_0079.gif │ │ │ │ │ │ ├── j_0080.gif │ │ │ │ │ │ ├── j_0081.gif │ │ │ │ │ │ ├── j_0082.gif │ │ │ │ │ │ ├── j_0083.gif │ │ │ │ │ │ └── j_0084.gif │ │ │ │ │ │ ├── ldw │ │ │ │ │ │ ├── w_0001.gif │ │ │ │ │ │ ├── w_0002.gif │ │ │ │ │ │ ├── w_0003.gif │ │ │ │ │ │ ├── w_0004.gif │ │ │ │ │ │ ├── w_0005.gif │ │ │ │ │ │ ├── w_0006.gif │ │ │ │ │ │ ├── w_0007.gif │ │ │ │ │ │ ├── w_0008.gif │ │ │ │ │ │ ├── w_0009.gif │ │ │ │ │ │ ├── w_0010.gif │ │ │ │ │ │ ├── w_0011.gif │ │ │ │ │ │ ├── w_0012.gif │ │ │ │ │ │ ├── w_0013.gif │ │ │ │ │ │ ├── w_0014.gif │ │ │ │ │ │ ├── w_0015.gif │ │ │ │ │ │ ├── w_0016.gif │ │ │ │ │ │ ├── w_0017.gif │ │ │ │ │ │ ├── w_0018.gif │ │ │ │ │ │ ├── w_0019.gif │ │ │ │ │ │ ├── w_0020.gif │ │ │ │ │ │ ├── w_0021.gif │ │ │ │ │ │ ├── w_0022.gif │ │ │ │ │ │ ├── w_0023.gif │ │ │ │ │ │ ├── w_0024.gif │ │ │ │ │ │ ├── w_0025.gif │ │ │ │ │ │ ├── w_0026.gif │ │ │ │ │ │ ├── w_0027.gif │ │ │ │ │ │ ├── w_0028.gif │ │ │ │ │ │ ├── w_0029.gif │ │ │ │ │ │ ├── w_0030.gif │ │ │ │ │ │ ├── w_0031.gif │ │ │ │ │ │ ├── w_0032.gif │ │ │ │ │ │ ├── w_0033.gif │ │ │ │ │ │ ├── w_0034.gif │ │ │ │ │ │ ├── w_0035.gif │ │ │ │ │ │ ├── w_0036.gif │ │ │ │ │ │ ├── w_0037.gif │ │ │ │ │ │ ├── w_0038.gif │ │ │ │ │ │ ├── w_0039.gif │ │ │ │ │ │ ├── w_0040.gif │ │ │ │ │ │ ├── w_0041.gif │ │ │ │ │ │ ├── w_0042.gif │ │ │ │ │ │ ├── w_0043.gif │ │ │ │ │ │ ├── w_0044.gif │ │ │ │ │ │ ├── w_0045.gif │ │ │ │ │ │ ├── w_0046.gif │ │ │ │ │ │ ├── w_0047.gif │ │ │ │ │ │ ├── w_0048.gif │ │ │ │ │ │ ├── w_0049.gif │ │ │ │ │ │ ├── w_0050.gif │ │ │ │ │ │ ├── w_0051.gif │ │ │ │ │ │ └── w_0052.gif │ │ │ │ │ │ ├── tsj │ │ │ │ │ │ ├── t_0001.gif │ │ │ │ │ │ ├── t_0002.gif │ │ │ │ │ │ ├── t_0003.gif │ │ │ │ │ │ ├── t_0004.gif │ │ │ │ │ │ ├── t_0005.gif │ │ │ │ │ │ ├── t_0006.gif │ │ │ │ │ │ ├── t_0007.gif │ │ │ │ │ │ ├── t_0008.gif │ │ │ │ │ │ ├── t_0009.gif │ │ │ │ │ │ ├── t_0010.gif │ │ │ │ │ │ ├── t_0011.gif │ │ │ │ │ │ ├── t_0012.gif │ │ │ │ │ │ ├── t_0013.gif │ │ │ │ │ │ ├── t_0014.gif │ │ │ │ │ │ ├── t_0015.gif │ │ │ │ │ │ ├── t_0016.gif │ │ │ │ │ │ ├── t_0017.gif │ │ │ │ │ │ ├── t_0018.gif │ │ │ │ │ │ ├── t_0019.gif │ │ │ │ │ │ ├── t_0020.gif │ │ │ │ │ │ ├── t_0021.gif │ │ │ │ │ │ ├── t_0022.gif │ │ │ │ │ │ ├── t_0023.gif │ │ │ │ │ │ ├── t_0024.gif │ │ │ │ │ │ ├── t_0025.gif │ │ │ │ │ │ ├── t_0026.gif │ │ │ │ │ │ ├── t_0027.gif │ │ │ │ │ │ ├── t_0028.gif │ │ │ │ │ │ ├── t_0029.gif │ │ │ │ │ │ ├── t_0030.gif │ │ │ │ │ │ ├── t_0031.gif │ │ │ │ │ │ ├── t_0032.gif │ │ │ │ │ │ ├── t_0033.gif │ │ │ │ │ │ ├── t_0034.gif │ │ │ │ │ │ ├── t_0035.gif │ │ │ │ │ │ ├── t_0036.gif │ │ │ │ │ │ ├── t_0037.gif │ │ │ │ │ │ ├── t_0038.gif │ │ │ │ │ │ ├── t_0039.gif │ │ │ │ │ │ └── t_0040.gif │ │ │ │ │ │ ├── bobo │ │ │ │ │ │ ├── b_0001.gif │ │ │ │ │ │ ├── b_0002.gif │ │ │ │ │ │ ├── b_0003.gif │ │ │ │ │ │ ├── b_0004.gif │ │ │ │ │ │ ├── b_0005.gif │ │ │ │ │ │ ├── b_0006.gif │ │ │ │ │ │ ├── b_0007.gif │ │ │ │ │ │ ├── b_0008.gif │ │ │ │ │ │ ├── b_0009.gif │ │ │ │ │ │ ├── b_0010.gif │ │ │ │ │ │ ├── b_0011.gif │ │ │ │ │ │ ├── b_0012.gif │ │ │ │ │ │ ├── b_0013.gif │ │ │ │ │ │ ├── b_0014.gif │ │ │ │ │ │ ├── b_0015.gif │ │ │ │ │ │ ├── b_0016.gif │ │ │ │ │ │ ├── b_0017.gif │ │ │ │ │ │ ├── b_0018.gif │ │ │ │ │ │ ├── b_0019.gif │ │ │ │ │ │ ├── b_0020.gif │ │ │ │ │ │ ├── b_0021.gif │ │ │ │ │ │ ├── b_0022.gif │ │ │ │ │ │ ├── b_0023.gif │ │ │ │ │ │ ├── b_0024.gif │ │ │ │ │ │ ├── b_0025.gif │ │ │ │ │ │ ├── b_0026.gif │ │ │ │ │ │ ├── b_0027.gif │ │ │ │ │ │ ├── b_0028.gif │ │ │ │ │ │ ├── b_0029.gif │ │ │ │ │ │ ├── b_0030.gif │ │ │ │ │ │ ├── b_0031.gif │ │ │ │ │ │ ├── b_0032.gif │ │ │ │ │ │ ├── b_0033.gif │ │ │ │ │ │ ├── b_0034.gif │ │ │ │ │ │ ├── b_0035.gif │ │ │ │ │ │ ├── b_0036.gif │ │ │ │ │ │ ├── b_0037.gif │ │ │ │ │ │ ├── b_0038.gif │ │ │ │ │ │ ├── b_0039.gif │ │ │ │ │ │ ├── b_0040.gif │ │ │ │ │ │ ├── b_0041.gif │ │ │ │ │ │ ├── b_0042.gif │ │ │ │ │ │ ├── b_0043.gif │ │ │ │ │ │ ├── b_0044.gif │ │ │ │ │ │ ├── b_0045.gif │ │ │ │ │ │ ├── b_0046.gif │ │ │ │ │ │ ├── b_0047.gif │ │ │ │ │ │ ├── b_0048.gif │ │ │ │ │ │ ├── b_0049.gif │ │ │ │ │ │ ├── b_0050.gif │ │ │ │ │ │ ├── b_0051.gif │ │ │ │ │ │ ├── b_0052.gif │ │ │ │ │ │ ├── b_0053.gif │ │ │ │ │ │ ├── b_0054.gif │ │ │ │ │ │ ├── b_0055.gif │ │ │ │ │ │ ├── b_0056.gif │ │ │ │ │ │ ├── b_0057.gif │ │ │ │ │ │ ├── b_0058.gif │ │ │ │ │ │ ├── b_0059.gif │ │ │ │ │ │ ├── b_0060.gif │ │ │ │ │ │ ├── b_0061.gif │ │ │ │ │ │ ├── b_0062.gif │ │ │ │ │ │ └── b_0063.gif │ │ │ │ │ │ ├── youa │ │ │ │ │ │ ├── y_0001.gif │ │ │ │ │ │ ├── y_0002.gif │ │ │ │ │ │ ├── y_0003.gif │ │ │ │ │ │ ├── y_0004.gif │ │ │ │ │ │ ├── y_0005.gif │ │ │ │ │ │ ├── y_0006.gif │ │ │ │ │ │ ├── y_0007.gif │ │ │ │ │ │ ├── y_0008.gif │ │ │ │ │ │ ├── y_0009.gif │ │ │ │ │ │ ├── y_0010.gif │ │ │ │ │ │ ├── y_0011.gif │ │ │ │ │ │ ├── y_0012.gif │ │ │ │ │ │ ├── y_0013.gif │ │ │ │ │ │ ├── y_0014.gif │ │ │ │ │ │ ├── y_0015.gif │ │ │ │ │ │ ├── y_0016.gif │ │ │ │ │ │ ├── y_0017.gif │ │ │ │ │ │ ├── y_0018.gif │ │ │ │ │ │ ├── y_0019.gif │ │ │ │ │ │ ├── y_0020.gif │ │ │ │ │ │ ├── y_0021.gif │ │ │ │ │ │ ├── y_0022.gif │ │ │ │ │ │ ├── y_0023.gif │ │ │ │ │ │ ├── y_0024.gif │ │ │ │ │ │ ├── y_0025.gif │ │ │ │ │ │ ├── y_0026.gif │ │ │ │ │ │ ├── y_0027.gif │ │ │ │ │ │ ├── y_0028.gif │ │ │ │ │ │ ├── y_0029.gif │ │ │ │ │ │ ├── y_0030.gif │ │ │ │ │ │ ├── y_0031.gif │ │ │ │ │ │ ├── y_0032.gif │ │ │ │ │ │ ├── y_0033.gif │ │ │ │ │ │ ├── y_0034.gif │ │ │ │ │ │ ├── y_0035.gif │ │ │ │ │ │ ├── y_0036.gif │ │ │ │ │ │ ├── y_0037.gif │ │ │ │ │ │ ├── y_0038.gif │ │ │ │ │ │ ├── y_0039.gif │ │ │ │ │ │ └── y_0040.gif │ │ │ │ │ │ ├── babycat │ │ │ │ │ │ ├── C_0001.gif │ │ │ │ │ │ ├── C_0002.gif │ │ │ │ │ │ ├── C_0003.gif │ │ │ │ │ │ ├── C_0004.gif │ │ │ │ │ │ ├── C_0005.gif │ │ │ │ │ │ ├── C_0006.gif │ │ │ │ │ │ ├── C_0007.gif │ │ │ │ │ │ ├── C_0008.gif │ │ │ │ │ │ ├── C_0009.gif │ │ │ │ │ │ ├── C_0010.gif │ │ │ │ │ │ ├── C_0011.gif │ │ │ │ │ │ ├── C_0012.gif │ │ │ │ │ │ ├── C_0013.gif │ │ │ │ │ │ ├── C_0014.gif │ │ │ │ │ │ ├── C_0015.gif │ │ │ │ │ │ ├── C_0016.gif │ │ │ │ │ │ ├── C_0017.gif │ │ │ │ │ │ ├── C_0018.gif │ │ │ │ │ │ ├── C_0019.gif │ │ │ │ │ │ └── C_0020.gif │ │ │ │ │ │ └── neweditor-tab-bg.png │ │ │ │ ├── attachment │ │ │ │ │ ├── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── alignicon.gif │ │ │ │ │ │ ├── alignicon.png │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ └── file-icons.png │ │ │ │ │ └── fileTypeImages │ │ │ │ │ │ ├── icon_chm.gif │ │ │ │ │ │ ├── icon_doc.gif │ │ │ │ │ │ ├── icon_exe.gif │ │ │ │ │ │ ├── icon_jpg.gif │ │ │ │ │ │ ├── icon_mp3.gif │ │ │ │ │ │ ├── icon_mv.gif │ │ │ │ │ │ ├── icon_pdf.gif │ │ │ │ │ │ ├── icon_ppt.gif │ │ │ │ │ │ ├── icon_psd.gif │ │ │ │ │ │ ├── icon_rar.gif │ │ │ │ │ │ ├── icon_txt.gif │ │ │ │ │ │ ├── icon_xls.gif │ │ │ │ │ │ └── icon_default.png │ │ │ │ ├── background │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ └── success.png │ │ │ │ ├── scrawl │ │ │ │ │ └── images │ │ │ │ │ │ ├── addimg.png │ │ │ │ │ │ ├── brush.png │ │ │ │ │ │ ├── delimg.png │ │ │ │ │ │ ├── empty.png │ │ │ │ │ │ ├── emptyH.png │ │ │ │ │ │ ├── eraser.png │ │ │ │ │ │ ├── redo.png │ │ │ │ │ │ ├── redoH.png │ │ │ │ │ │ ├── scale.png │ │ │ │ │ │ ├── scaleH.png │ │ │ │ │ │ ├── size.png │ │ │ │ │ │ ├── undo.png │ │ │ │ │ │ ├── undoH.png │ │ │ │ │ │ └── delimgH.png │ │ │ │ ├── template │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.gif │ │ │ │ │ │ ├── pre0.png │ │ │ │ │ │ ├── pre1.png │ │ │ │ │ │ ├── pre2.png │ │ │ │ │ │ ├── pre3.png │ │ │ │ │ │ └── pre4.png │ │ │ │ ├── charts │ │ │ │ │ └── images │ │ │ │ │ │ ├── charts0.png │ │ │ │ │ │ ├── charts1.png │ │ │ │ │ │ ├── charts2.png │ │ │ │ │ │ ├── charts3.png │ │ │ │ │ │ ├── charts4.png │ │ │ │ │ │ └── charts5.png │ │ │ │ ├── wordimage │ │ │ │ │ ├── imageUploader.swf │ │ │ │ │ └── fClipboard_ueditor.swf │ │ │ │ └── help │ │ │ │ │ └── help.css │ │ │ └── third-party │ │ │ │ ├── video-js │ │ │ │ ├── font │ │ │ │ │ ├── vjs.eot │ │ │ │ │ ├── vjs.ttf │ │ │ │ │ └── vjs.woff │ │ │ │ └── video-js.swf │ │ │ │ ├── webuploader │ │ │ │ └── Uploader.swf │ │ │ │ ├── snapscreen │ │ │ │ └── UEditorSnapscreen.exe │ │ │ │ ├── zeroclipboard │ │ │ │ └── ZeroClipboard.swf │ │ │ │ └── highcharts │ │ │ │ └── modules │ │ │ │ └── heatmap.js │ │ ├── amazeui-chosen │ │ │ ├── .gitignore │ │ │ ├── .npmignore │ │ │ └── .editorconfig │ │ ├── amazeui-switch │ │ │ ├── .gitignore │ │ │ ├── .npmignore │ │ │ └── .editorconfig │ │ └── assets │ │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ └── Images │ │ ├── loading.gif │ │ ├── colorpicker.png │ │ ├── user-img-lg.gif │ │ ├── user-img-md.gif │ │ ├── user-img-sm.gif │ │ └── default-preview.jpg └── Upload │ ├── Home │ └── image │ │ └── home_logo.png │ ├── Article │ ├── image │ │ └── 2017 │ │ │ └── 02 │ │ │ └── 24 │ │ │ ├── 1487908153341367.jpg │ │ │ ├── 1487908588560079.jpg │ │ │ ├── 1487909338925964.jpg │ │ │ ├── 1487910526632699.jpg │ │ │ ├── 1487910896781989.jpg │ │ │ ├── 1487911239217867.jpg │ │ │ ├── 1487911239364471.jpg │ │ │ └── 1487911239850305.jpg │ └── video │ │ └── 2017 │ │ └── 02 │ │ └── 24 │ │ └── 1487910089973766.mp4 │ └── CustomView │ └── image │ └── 2017 │ └── 02 │ └── 28 │ └── 1488268978709400.jpg ├── ThinkPHP ├── Library │ ├── Vendor │ │ ├── README.txt │ │ ├── spyc │ │ │ ├── tests │ │ │ │ ├── failing1.yaml │ │ │ │ ├── comments.yaml │ │ │ │ └── quotes.yaml │ │ │ └── examples │ │ │ │ └── yaml-load.php │ │ ├── phpRPC │ │ │ └── pecl │ │ │ │ └── xxtea │ │ │ │ ├── CREDITS │ │ │ │ ├── config.w32 │ │ │ │ ├── config.m4 │ │ │ │ └── test │ │ │ │ └── test.php │ │ ├── Boris │ │ │ ├── ExportInspector.php │ │ │ ├── DumpInspector.php │ │ │ └── Inspector.php │ │ ├── PHPExcel │ │ │ └── PHPExcel │ │ │ │ └── Chart │ │ │ │ └── Renderer │ │ │ │ └── PHP Charting Libraries.txt │ │ └── Smarty │ │ │ └── plugins │ │ │ ├── modifiercompiler.noprint.php │ │ │ └── variablefilter.htmlspecialchars.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 └── logo.png ├── Install └── static │ ├── font-awesome-4.4.0 │ ├── css │ │ ├── mixins.css │ │ └── variables.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── fixed-width.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── core.less │ │ ├── font-awesome.less │ │ └── stacked.less │ ├── scss │ │ ├── _fixed-width.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── font-awesome.scss │ │ ├── _core.scss │ │ └── _stacked.scss │ └── HELP-US-OUT.txt │ └── bootstrap-3.3.5 │ ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 │ └── js │ └── npm.js ├── .gitignore ├── favicon.ico ├── .htaccess └── composer.json /Application/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/README.md: -------------------------------------------------------------------------------- 1 | 资源文件目录 -------------------------------------------------------------------------------- /Application/Home/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Conf/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/View/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/Admin/Default/Js/Admin.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/Home/Default/Css/Index.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Conf/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Model/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/View/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Common/Conf/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Common/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Model/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/Controller/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/View/Default/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/Controller/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/View/Default/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/README.txt: -------------------------------------------------------------------------------- 1 | 第三方类库包目录 -------------------------------------------------------------------------------- /Application/Admin/View/Default/Lib/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/View/Default/Lib/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Home/View/Default/Public/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Install/static/font-awesome-4.4.0/css/mixins.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Admin/View/Default/Public/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Application/Runtime/Cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /Application/Runtime/Data/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /Application/Runtime/Logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /Application/Runtime/Temp/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /Install/static/font-awesome-4.4.0/css/variables.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Public/Home/Default/Css/Safety.css: -------------------------------------------------------------------------------- 1 | .panel-left { width: 75% } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.html.php 2 | .DS_Store 3 | .ide 4 | *.log 5 | *.lock -------------------------------------------------------------------------------- /Public/Common/Lib/ueditor/themes/iframe.css: -------------------------------------------------------------------------------- 1 | /*可以在这里添加你自己的css*/ 2 | -------------------------------------------------------------------------------- /Public/Common/Lib/amazeui-chosen/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | dist 3 | -------------------------------------------------------------------------------- /Public/Common/Lib/amazeui-switch/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | dist 3 | -------------------------------------------------------------------------------- /Public/Admin/Default/Css/Cache.css: -------------------------------------------------------------------------------- 1 | .cache-submit { margin: -33px 5px 0px 0px; } -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/tests/failing1.yaml: -------------------------------------------------------------------------------- 1 | MyObject: 2 | Prop1: {key1:val1} -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/favicon.ico -------------------------------------------------------------------------------- /ThinkPHP/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/logo.png -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/phpRPC/pecl/xxtea/CREDITS: -------------------------------------------------------------------------------- 1 | XXTEA PHP extension 2 | Ma Bingyao (andot@coolcode.cn) 3 | -------------------------------------------------------------------------------- /Public/Admin/Default/Css/Config.css: -------------------------------------------------------------------------------- 1 | .form-fraction-list input { width: 16% !important; display: initial !important; } -------------------------------------------------------------------------------- /Public/Common/Images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Common/Images/loading.gif -------------------------------------------------------------------------------- /ThinkPHP/Library/Vendor/spyc/tests/comments.yaml: -------------------------------------------------------------------------------- 1 | foo: 'bar' #Comment 2 | arr: ['x', 'y', 'z'] # Comment here 3 | bar: kittens -------------------------------------------------------------------------------- /Public/Common/Images/colorpicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Common/Images/colorpicker.png -------------------------------------------------------------------------------- /Public/Common/Images/user-img-lg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Common/Images/user-img-lg.gif -------------------------------------------------------------------------------- /Public/Common/Images/user-img-md.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Common/Images/user-img-md.gif -------------------------------------------------------------------------------- /Public/Common/Images/user-img-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Common/Images/user-img-sm.gif -------------------------------------------------------------------------------- /Public/Upload/Home/image/home_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Upload/Home/image/home_logo.png -------------------------------------------------------------------------------- /Application/Home/View/Default/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"默认模板", 3 | "ver":"2.3.1", 4 | "author":"魔鬼", 5 | "home":"http://gong.gg/" 6 | } -------------------------------------------------------------------------------- /Public/Admin/Default/Images/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Admin/Default/Images/login-bg.jpg -------------------------------------------------------------------------------- /Public/Common/Images/default-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Common/Images/default-preview.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/1.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/2.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/3.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/4.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/5.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/6.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/7.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/bgs/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/bgs/8.jpg -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/ttfs/1.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/ttfs/2.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/ttfs/3.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/ttfs/4.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/5.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/ttfs/5.ttf -------------------------------------------------------------------------------- /ThinkPHP/Library/Think/Verify/ttfs/6.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/ThinkPHP/Library/Think/Verify/ttfs/6.ttf -------------------------------------------------------------------------------- /Application/Home/View/Default/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Application/Home/View/Default/preview.jpg -------------------------------------------------------------------------------- /Public/Admin/Default/Images/login-bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Admin/Default/Images/login-bg1.jpg -------------------------------------------------------------------------------- /Public/Admin/Default/Images/login-bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gongfuxiang/schoolcms/HEAD/Public/Admin/Default/Images/login-bg2.jpg -------------------------------------------------------------------------------- /Application/Admin/View/Default/Public/NoData.html: -------------------------------------------------------------------------------- 1 |
4 | html_content: 5 | -
hello world
6 | - helloYAML Data dumped back:'; 22 | -------------------------------------------------------------------------------- /Install/static/font-awesome-4.4.0/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /Application/Admin/View/Default/Public/Common.html: -------------------------------------------------------------------------------- 1 | 2 |
'; 20 | echo Spyc::YAMLDump($array); 21 | echo '