NTriples mode
31 | 40 | 41 | 44 |MIME types defined: text/n-triples.
├── static ├── admin │ ├── images │ │ ├── header.jpg │ │ └── default.png │ └── css │ │ ├── main.css │ │ └── app.css ├── layui │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.ttf │ │ └── iconfont.woff │ ├── images │ │ └── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ ├── 9.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 70.gif │ │ │ └── 71.gif │ ├── css │ │ └── modules │ │ │ ├── layer │ │ │ └── default │ │ │ │ ├── icon.png │ │ │ │ ├── icon-ext.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ └── loading-2.gif │ │ │ └── code.css │ └── lay │ │ └── modules │ │ ├── code.js │ │ ├── laytpl.js │ │ └── flow.js ├── editor.md │ ├── images │ │ ├── loading.gif │ │ ├── logos │ │ │ ├── vi.png │ │ │ ├── editormd-logo-114x114.png │ │ │ ├── editormd-logo-120x120.png │ │ │ ├── editormd-logo-144x144.png │ │ │ ├── editormd-logo-16x16.png │ │ │ ├── editormd-logo-180x180.png │ │ │ ├── editormd-logo-240x240.png │ │ │ ├── editormd-logo-24x24.png │ │ │ ├── editormd-logo-320x320.png │ │ │ ├── editormd-logo-32x32.png │ │ │ ├── editormd-logo-48x48.png │ │ │ ├── editormd-logo-57x57.png │ │ │ ├── editormd-logo-64x64.png │ │ │ ├── editormd-logo-72x72.png │ │ │ ├── editormd-logo-96x96.png │ │ │ ├── editormd-favicon-16x16.ico │ │ │ ├── editormd-favicon-24x24.ico │ │ │ ├── editormd-favicon-32x32.ico │ │ │ ├── editormd-favicon-48x48.ico │ │ │ └── editormd-favicon-64x64.ico │ │ ├── loading@2x.gif │ │ └── loading@3x.gif │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── editormd-logo.eot │ │ ├── editormd-logo.ttf │ │ ├── editormd-logo.woff │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ └── editormd-logo.svg │ ├── lib │ │ ├── codemirror │ │ │ ├── theme │ │ │ │ ├── ambiance-mobile.css │ │ │ │ ├── neat.css │ │ │ │ ├── elegant.css │ │ │ │ ├── neo.css │ │ │ │ ├── eclipse.css │ │ │ │ ├── cobalt.css │ │ │ │ ├── monokai.css │ │ │ │ ├── rubyblue.css │ │ │ │ ├── night.css │ │ │ │ ├── the-matrix.css │ │ │ │ ├── colorforth.css │ │ │ │ ├── blackboard.css │ │ │ │ ├── 3024-day.css │ │ │ │ ├── tomorrow-night-bright.css │ │ │ │ ├── paraiso-dark.css │ │ │ │ ├── paraiso-light.css │ │ │ │ ├── 3024-night.css │ │ │ │ ├── base16-dark.css │ │ │ │ ├── base16-light.css │ │ │ │ ├── vibrant-ink.css │ │ │ │ ├── mbo.css │ │ │ │ ├── twilight.css │ │ │ │ ├── midnight.css │ │ │ │ ├── zenburn.css │ │ │ │ └── erlang-dark.css │ │ │ ├── addon │ │ │ │ ├── display │ │ │ │ │ ├── fullscreen.css │ │ │ │ │ └── fullscreen.js │ │ │ │ ├── search │ │ │ │ │ └── matchesonscrollbar.css │ │ │ │ ├── fold │ │ │ │ │ ├── foldgutter.css │ │ │ │ │ ├── indent-fold.js │ │ │ │ │ └── markdown-fold.js │ │ │ │ ├── dialog │ │ │ │ │ └── dialog.css │ │ │ │ ├── hint │ │ │ │ │ ├── show-hint.css │ │ │ │ │ └── anyword-hint.js │ │ │ │ ├── mode │ │ │ │ │ └── multiplex_test.js │ │ │ │ ├── lint │ │ │ │ │ ├── yaml-lint.js │ │ │ │ │ ├── json-lint.js │ │ │ │ │ ├── css-lint.js │ │ │ │ │ └── coffeescript-lint.js │ │ │ │ ├── edit │ │ │ │ │ ├── trailingspace.js │ │ │ │ │ └── continuelist.js │ │ │ │ ├── tern │ │ │ │ │ └── worker.js │ │ │ │ ├── runmode │ │ │ │ │ └── colorize.js │ │ │ │ └── scroll │ │ │ │ │ ├── simplescrollbars.css │ │ │ │ │ └── scrollpastend.js │ │ │ ├── mode │ │ │ │ ├── tiddlywiki │ │ │ │ │ └── tiddlywiki.css │ │ │ │ ├── ruby │ │ │ │ │ └── test.js │ │ │ │ ├── tiki │ │ │ │ │ ├── tiki.css │ │ │ │ │ └── index.html │ │ │ │ ├── diff │ │ │ │ │ └── diff.js │ │ │ │ ├── ntriples │ │ │ │ │ └── index.html │ │ │ │ ├── spreadsheet │ │ │ │ │ └── index.html │ │ │ │ ├── http │ │ │ │ │ └── index.html │ │ │ │ ├── solr │ │ │ │ │ └── index.html │ │ │ │ ├── z80 │ │ │ │ │ └── index.html │ │ │ │ ├── ecl │ │ │ │ │ └── index.html │ │ │ │ ├── rust │ │ │ │ │ └── index.html │ │ │ │ ├── turtle │ │ │ │ │ └── index.html │ │ │ │ ├── pascal │ │ │ │ │ └── index.html │ │ │ │ ├── pig │ │ │ │ │ └── index.html │ │ │ │ ├── vbscript │ │ │ │ │ └── index.html │ │ │ │ ├── gherkin │ │ │ │ │ └── index.html │ │ │ │ ├── properties │ │ │ │ │ └── index.html │ │ │ │ ├── javascript │ │ │ │ │ └── typescript.html │ │ │ │ ├── sass │ │ │ │ │ └── index.html │ │ │ │ ├── perl │ │ │ │ │ └── index.html │ │ │ │ ├── idl │ │ │ │ │ └── index.html │ │ │ │ ├── dart │ │ │ │ │ ├── index.html │ │ │ │ │ └── dart.js │ │ │ │ ├── xml │ │ │ │ │ └── test.js │ │ │ │ ├── jinja2 │ │ │ │ │ └── index.html │ │ │ │ ├── css │ │ │ │ │ └── less_test.js │ │ │ │ ├── shell │ │ │ │ │ ├── test.js │ │ │ │ │ └── index.html │ │ │ │ ├── sparql │ │ │ │ │ └── index.html │ │ │ │ ├── django │ │ │ │ │ └── index.html │ │ │ │ ├── tornado │ │ │ │ │ └── index.html │ │ │ │ ├── forth │ │ │ │ │ └── index.html │ │ │ │ ├── gas │ │ │ │ │ └── index.html │ │ │ │ ├── toml │ │ │ │ │ └── index.html │ │ │ │ ├── cypher │ │ │ │ │ └── index.html │ │ │ │ └── octave │ │ │ │ │ └── index.html │ │ │ ├── bower.json │ │ │ ├── README.md │ │ │ ├── package.json │ │ │ └── LICENSE │ │ └── jquery.flowchart.min.js │ ├── .gitignore │ ├── scss │ │ ├── lib │ │ │ └── variables.scss │ │ ├── editormd.themes.scss │ │ ├── editormd.grid.scss │ │ ├── editormd.tab.scss │ │ └── prettify.scss │ ├── .jshintrc │ ├── BUGS.md │ ├── bower.json │ ├── LICENSE │ ├── package.json │ ├── css │ │ └── editormd.logo.min.css │ └── plugins │ │ └── test-plugin │ │ └── test-plugin.js └── font-awesome │ ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ └── fontawesome-webfont.woff2 │ ├── less │ ├── screen-reader.less │ ├── fixed-width.less │ ├── larger.less │ ├── list.less │ ├── core.less │ ├── stacked.less │ ├── font-awesome.less │ ├── bordered-pulled.less │ ├── rotated-flipped.less │ ├── path.less │ ├── animated.less │ └── mixins.less │ ├── scss │ ├── _fixed-width.scss │ ├── _screen-reader.scss │ ├── _larger.scss │ ├── _list.scss │ ├── _core.scss │ ├── font-awesome.scss │ ├── _stacked.scss │ ├── _bordered-pulled.scss │ ├── _rotated-flipped.scss │ ├── _path.scss │ ├── _animated.scss │ └── _mixins.scss │ └── HELP-US-OUT.txt ├── html ├── config.html ├── images.html ├── link.html ├── tags.html ├── banner.html ├── start.html └── password.html └── README.md /static/admin/images/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/admin/images/header.jpg -------------------------------------------------------------------------------- /static/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/font/iconfont.eot -------------------------------------------------------------------------------- /static/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /static/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/0.gif -------------------------------------------------------------------------------- /static/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/1.gif -------------------------------------------------------------------------------- /static/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/2.gif -------------------------------------------------------------------------------- /static/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/3.gif -------------------------------------------------------------------------------- /static/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/4.gif -------------------------------------------------------------------------------- /static/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/5.gif -------------------------------------------------------------------------------- /static/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/6.gif -------------------------------------------------------------------------------- /static/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/7.gif -------------------------------------------------------------------------------- /static/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/8.gif -------------------------------------------------------------------------------- /static/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/9.gif -------------------------------------------------------------------------------- /static/admin/images/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/admin/images/default.png -------------------------------------------------------------------------------- /static/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/font/iconfont.woff -------------------------------------------------------------------------------- /static/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/10.gif -------------------------------------------------------------------------------- /static/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/11.gif -------------------------------------------------------------------------------- /static/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/12.gif -------------------------------------------------------------------------------- /static/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/13.gif -------------------------------------------------------------------------------- /static/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/14.gif -------------------------------------------------------------------------------- /static/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/15.gif -------------------------------------------------------------------------------- /static/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/16.gif -------------------------------------------------------------------------------- /static/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/17.gif -------------------------------------------------------------------------------- /static/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/18.gif -------------------------------------------------------------------------------- /static/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/19.gif -------------------------------------------------------------------------------- /static/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/20.gif -------------------------------------------------------------------------------- /static/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/21.gif -------------------------------------------------------------------------------- /static/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/22.gif -------------------------------------------------------------------------------- /static/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/23.gif -------------------------------------------------------------------------------- /static/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/24.gif -------------------------------------------------------------------------------- /static/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/25.gif -------------------------------------------------------------------------------- /static/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/26.gif -------------------------------------------------------------------------------- /static/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/27.gif -------------------------------------------------------------------------------- /static/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/28.gif -------------------------------------------------------------------------------- /static/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/29.gif -------------------------------------------------------------------------------- /static/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/30.gif -------------------------------------------------------------------------------- /static/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/31.gif -------------------------------------------------------------------------------- /static/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/32.gif -------------------------------------------------------------------------------- /static/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/33.gif -------------------------------------------------------------------------------- /static/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/34.gif -------------------------------------------------------------------------------- /static/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/35.gif -------------------------------------------------------------------------------- /static/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/36.gif -------------------------------------------------------------------------------- /static/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/37.gif -------------------------------------------------------------------------------- /static/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/38.gif -------------------------------------------------------------------------------- /static/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/39.gif -------------------------------------------------------------------------------- /static/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/40.gif -------------------------------------------------------------------------------- /static/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/41.gif -------------------------------------------------------------------------------- /static/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/42.gif -------------------------------------------------------------------------------- /static/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/43.gif -------------------------------------------------------------------------------- /static/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/44.gif -------------------------------------------------------------------------------- /static/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/45.gif -------------------------------------------------------------------------------- /static/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/46.gif -------------------------------------------------------------------------------- /static/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/47.gif -------------------------------------------------------------------------------- /static/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/48.gif -------------------------------------------------------------------------------- /static/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/49.gif -------------------------------------------------------------------------------- /static/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/50.gif -------------------------------------------------------------------------------- /static/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/51.gif -------------------------------------------------------------------------------- /static/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/52.gif -------------------------------------------------------------------------------- /static/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/53.gif -------------------------------------------------------------------------------- /static/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/54.gif -------------------------------------------------------------------------------- /static/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/55.gif -------------------------------------------------------------------------------- /static/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/56.gif -------------------------------------------------------------------------------- /static/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/57.gif -------------------------------------------------------------------------------- /static/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/58.gif -------------------------------------------------------------------------------- /static/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/59.gif -------------------------------------------------------------------------------- /static/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/60.gif -------------------------------------------------------------------------------- /static/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/61.gif -------------------------------------------------------------------------------- /static/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/62.gif -------------------------------------------------------------------------------- /static/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/63.gif -------------------------------------------------------------------------------- /static/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/64.gif -------------------------------------------------------------------------------- /static/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/65.gif -------------------------------------------------------------------------------- /static/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/66.gif -------------------------------------------------------------------------------- /static/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/67.gif -------------------------------------------------------------------------------- /static/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/68.gif -------------------------------------------------------------------------------- /static/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/69.gif -------------------------------------------------------------------------------- /static/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/70.gif -------------------------------------------------------------------------------- /static/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/images/face/71.gif -------------------------------------------------------------------------------- /static/editor.md/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/loading.gif -------------------------------------------------------------------------------- /static/editor.md/images/logos/vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/vi.png -------------------------------------------------------------------------------- /static/editor.md/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/editor.md/fonts/editormd-logo.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/editormd-logo.eot -------------------------------------------------------------------------------- /static/editor.md/fonts/editormd-logo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/editormd-logo.ttf -------------------------------------------------------------------------------- /static/editor.md/images/loading@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/loading@2x.gif -------------------------------------------------------------------------------- /static/editor.md/images/loading@3x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/loading@3x.gif -------------------------------------------------------------------------------- /static/editor.md/fonts/editormd-logo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/editormd-logo.woff -------------------------------------------------------------------------------- /static/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/editor.md/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/editor.md/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/editor.md/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /static/editor.md/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /static/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /static/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /static/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /static/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-114x114.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-120x120.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-144x144.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-16x16.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-180x180.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-240x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-240x240.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-24x24.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-320x320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-320x320.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-32x32.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-48x48.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-57x57.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-64x64.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-72x72.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-logo-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-logo-96x96.png -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-favicon-16x16.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-favicon-16x16.ico -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-favicon-24x24.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-favicon-24x24.ico -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-favicon-32x32.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-favicon-32x32.ico -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-favicon-48x48.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-favicon-48x48.ico -------------------------------------------------------------------------------- /static/editor.md/images/logos/editormd-favicon-64x64.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/george518/PP_admin-template/HEAD/static/editor.md/images/logos/editormd-favicon-64x64.ico -------------------------------------------------------------------------------- /static/editor.md/lib/codemirror/theme/ambiance-mobile.css: -------------------------------------------------------------------------------- 1 | .cm-s-ambiance.CodeMirror { 2 | -webkit-box-shadow: none; 3 | -moz-box-shadow: none; 4 | box-shadow: none; 5 | } 6 | -------------------------------------------------------------------------------- /static/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /static/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /static/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /static/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only(); } 5 | .sr-only-focusable { @include sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /static/editor.md/lib/codemirror/addon/display/fullscreen.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-fullscreen { 2 | position: fixed; 3 | top: 0; left: 0; right: 0; bottom: 0; 4 | height: auto; 5 | z-index: 9; 6 | } 7 | -------------------------------------------------------------------------------- /static/editor.md/.gitignore: -------------------------------------------------------------------------------- 1 | logs 2 | *.log 3 | *.pid 4 | *.seed 5 | node_modules/ 6 | .sass-cache/ 7 | research/ 8 | test/ 9 | backup/ 10 | examples/uploads/**/* 11 | *.bat 12 | *.sh 13 | .project 14 | .url 15 | css/*.map -------------------------------------------------------------------------------- /static/editor.md/lib/codemirror/addon/search/matchesonscrollbar.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-search-match { 2 | background: gold; 3 | border-top: 1px solid orange; 4 | border-bottom: 1px solid orange; 5 | -moz-box-sizing: border-box; 6 | box-sizing: border-box; 7 | opacity: .5; 8 | } 9 | -------------------------------------------------------------------------------- /static/editor.md/scss/lib/variables.scss: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | // Global Variables 4 | 5 | $prefix : ".editormd-"; 6 | $color : #666; 7 | $mainColor : #2196F3; 8 | $primaryColor : $mainColor; 9 | $secondColor : #33CC66; 10 | $thirdColor : #999999; 11 | $borderColor : #ddd; -------------------------------------------------------------------------------- /static/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.css: -------------------------------------------------------------------------------- 1 | span.cm-underlined { 2 | text-decoration: underline; 3 | } 4 | span.cm-strikethrough { 5 | text-decoration: line-through; 6 | } 7 | span.cm-brace { 8 | color: #170; 9 | font-weight: bold; 10 | } 11 | span.cm-table { 12 | color: blue; 13 | font-weight: bold; 14 | } 15 | -------------------------------------------------------------------------------- /static/editor.md/lib/codemirror/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "codemirror", 3 | "version":"5.0.0", 4 | "main": ["lib/codemirror.js", "lib/codemirror.css"], 5 | "ignore": [ 6 | "**/.*", 7 | "node_modules", 8 | "components", 9 | "bin", 10 | "demo", 11 | "doc", 12 | "test", 13 | "index.html", 14 | "package.json" 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /html/config.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |MIME types defined: text/n-triples.
MIME types defined: text/x-spreadsheet.
Created by Robert Plummer
42 |MIME types defined: message/http.
MIME types defined: text/x-solr.
MIME type defined: text/x-z80.
Based on CodeMirror's clike mode. For more information see HPCC Systems web site.
50 |MIME types defined: text/x-ecl.
MIME types defined: text/x-rustsrc.
MIME types defined: text/turtle.
MIME types defined: text/x-pascal.
49 | Simple mode that handles Pig Latin language. 50 |
51 | 52 |MIME type defined: text/x-pig
53 | (PIG code)
54 |