轻轻松松走完流程审核
30 |31 | {{template "inc/checkwork-nav.tpl" .}} 32 |
├── static ├── img │ ├── logo.png │ ├── plus.png │ ├── alert.png │ ├── error.png │ ├── minus.png │ ├── 404-error.png │ ├── 500-error.png │ ├── avatar │ │ ├── 0.jpg │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ └── 5.jpg │ ├── favicon.ico │ ├── logo-left.png │ ├── logo_icon.png │ ├── opms-view.png │ ├── picture.jpg │ ├── avatar-mini.jpg │ ├── plus-white.png │ ├── details_close.png │ ├── details_open.png │ ├── input-spinner.gif │ ├── qrcode_alipay.png │ └── qrcode_wechat.png ├── fonts │ ├── Telugu MN.ttc │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── js │ ├── bootstrap-fileinput-master │ │ ├── .gitignore │ │ ├── img │ │ │ ├── loading.gif │ │ │ └── loading-sm.gif │ │ ├── composer.json │ │ ├── js │ │ │ └── plugins │ │ │ │ └── canvas-to-blob.min.js │ │ ├── nuget │ │ │ ├── Package.nuspec │ │ │ └── build.bat │ │ ├── package.json │ │ ├── bower.json │ │ ├── LICENSE.md │ │ └── themes │ │ │ ├── fa │ │ │ └── fa.js │ │ │ └── gly │ │ │ └── gly.js │ ├── lightbox │ │ └── images │ │ │ ├── next.png │ │ │ ├── prev.png │ │ │ ├── close.png │ │ │ └── loading.gif │ ├── data-tables │ │ └── images │ │ │ ├── sort_asc.png │ │ │ ├── sort_both.png │ │ │ └── sort_desc.png │ ├── advanced-datatable │ │ ├── images │ │ │ ├── favicon.ico │ │ │ ├── sort_asc.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── back_disabled.png │ │ │ ├── back_enabled.png │ │ │ ├── sort_desc copy.png │ │ │ ├── forward_disabled.png │ │ │ ├── forward_enabled.png │ │ │ ├── back_enabled_hover.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── forward_enabled_hover.png │ │ ├── src │ │ │ ├── model │ │ │ │ ├── model.search.js │ │ │ │ └── model.row.js │ │ │ ├── core │ │ │ │ └── core.processing.js │ │ │ └── ext │ │ │ │ ├── ext.sorting.js │ │ │ │ └── ext.types.js │ │ └── css │ │ │ └── demo_page.css │ ├── dynamic_table_init.js │ ├── bootstrap-datetimepicker │ │ └── js │ │ │ └── locales │ │ │ ├── bootstrap-datetimepicker.kr.js │ │ │ ├── bootstrap-datetimepicker.ja.js │ │ │ ├── bootstrap-datetimepicker.zh-CN.js │ │ │ ├── bootstrap-datetimepicker.zh-TW.js │ │ │ ├── bootstrap-datetimepicker.hr.js │ │ │ ├── bootstrap-datetimepicker.id.js │ │ │ ├── bootstrap-datetimepicker.ua.js │ │ │ ├── bootstrap-datetimepicker.he.js │ │ │ ├── bootstrap-datetimepicker.ms.js │ │ │ ├── bootstrap-datetimepicker.ca.js │ │ │ ├── bootstrap-datetimepicker.da.js │ │ │ ├── bootstrap-datetimepicker.el.js │ │ │ ├── bootstrap-datetimepicker.rs.js │ │ │ ├── bootstrap-datetimepicker.sv.js │ │ │ ├── bootstrap-datetimepicker.th.js │ │ │ ├── bootstrap-datetimepicker.tr.js │ │ │ ├── bootstrap-datetimepicker.bg.js │ │ │ ├── bootstrap-datetimepicker.es.js │ │ │ ├── bootstrap-datetimepicker.nl.js │ │ │ ├── bootstrap-datetimepicker.rs-latin.js │ │ │ ├── bootstrap-datetimepicker.sl.js │ │ │ ├── bootstrap-datetimepicker.nb.js │ │ │ ├── bootstrap-datetimepicker.ru.js │ │ │ ├── bootstrap-datetimepicker.uk.js │ │ │ ├── bootstrap-datetimepicker.hu.js │ │ │ ├── bootstrap-datetimepicker.ro.js │ │ │ ├── bootstrap-datetimepicker.cs.js │ │ │ ├── bootstrap-datetimepicker.is.js │ │ │ ├── bootstrap-datetimepicker.pt-BR.js │ │ │ ├── bootstrap-datetimepicker.fi.js │ │ │ ├── bootstrap-datetimepicker.sk.js │ │ │ ├── bootstrap-datetimepicker.de.js │ │ │ ├── bootstrap-datetimepicker.fr.js │ │ │ ├── bootstrap-datetimepicker.pl.js │ │ │ ├── bootstrap-datetimepicker.it.js │ │ │ ├── bootstrap-datetimepicker.pt.js │ │ │ ├── bootstrap-datetimepicker.lv.js │ │ │ ├── bootstrap-datetimepicker.lt.js │ │ │ └── bootstrap-datetimepicker.sw.js │ ├── datepicker-zh-CN.js │ ├── html5shiv.js │ └── bootstrap-datepicker │ │ └── less │ │ └── datepicker.less ├── uploadfile │ └── 2017-3 │ │ └── 28 │ │ ├── 0.jpg │ │ ├── 48b77d930cb7a02824874ed9c6be434c.jpg │ │ ├── 5b41faa955a4c1acdb6d7e6c116bce2f.jpg │ │ ├── 66ca879b967a225cf8ef76736dcd59ca.png │ │ ├── 6b4b9957ffbd6ec1c8515025fba39818.jpg │ │ ├── 73434f8343c3780b5e8af114e8825b9c.jpg │ │ ├── eac2a34d2cd6f3d0df1b233a0f589bce.jpg │ │ ├── f739b6c6351a82a4953d8d8b44cd426d.jpg │ │ └── 5b41faa955a4c1acdb6d7e6c116bce2f-cropper.jpg ├── keditor │ ├── themes │ │ ├── common │ │ │ ├── rm.gif │ │ │ ├── anchor.gif │ │ │ ├── blank.gif │ │ │ ├── flash.gif │ │ │ ├── media.gif │ │ │ └── loading.gif │ │ ├── qq │ │ │ └── editor.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 │ │ ├── hide │ │ └── hide.js │ │ ├── code │ │ ├── prettify.css │ │ └── code.js │ │ ├── pagebreak │ │ └── pagebreak.js │ │ ├── preview │ │ └── preview.js │ │ ├── clearhtml │ │ └── clearhtml.js │ │ ├── lineheight │ │ └── lineheight.js │ │ ├── baidumap │ │ └── map.html │ │ ├── plainpaste │ │ └── plainpaste.js │ │ ├── anchor │ │ └── anchor.js │ │ ├── wordpaste │ │ └── wordpaste.js │ │ ├── map │ │ └── map.html │ │ ├── quickformat │ │ └── quickformat.js │ │ └── link │ │ └── link.js └── css │ ├── images │ ├── ui-icons_444444_256x240.png │ ├── ui-icons_555555_256x240.png │ ├── ui-icons_777620_256x240.png │ ├── ui-icons_cc0000_256x240.png │ └── ui-icons_ffffff_256x240.png │ └── jquery.stepy.css ├── controllers ├── .DS_Store └── base.go ├── initial ├── init.go ├── cache.go ├── sql.go └── template.go ├── tmp ├── 3 │ └── 3 │ │ └── 33483ebad65b55735b1b58c3f3f435b4 ├── 4 │ ├── 4 │ │ └── 44efb66b703e9e43640a96af0dca60ae │ ├── 6 │ │ └── 461ebabb503c63703026619df1d59a7a │ └── d │ │ └── 4d1ffc72215fcb849387216df236799c ├── 5 │ ├── c │ │ └── 5c86ba84aa2ae1cad79edf8bd55330e6 │ └── e │ │ └── 5eaa1cf067fd6a9f6b5b7fb95cbafca1 ├── 6 │ └── 6 │ │ └── 666e9da561f31e74b5d07e120fdefca5 ├── a │ └── 9 │ │ └── a9fee77b35f1e5634087029564a73cf9 ├── b │ └── b │ │ └── bba9f0edfa24b2e5f5e6bd91de5f3794 ├── c │ └── 8 │ │ └── c8d83cc0c276d929b40ab7cc78312228 ├── d │ └── 9 │ │ └── d9c922b52bd9f6c152f752fff88bc1af └── e │ ├── 2 │ └── e2bc3ed12417d34cf09925072b970003 │ └── 5 │ └── e5c5473099c5558db47db5d6e9e11d2c ├── views ├── inc │ ├── foot-info.tpl │ ├── checkwork-nav.tpl │ ├── my-nav.tpl │ ├── foot.tpl │ ├── notice-dialog.tpl │ ├── meta.tpl │ ├── ccid.tpl │ ├── page.tpl │ ├── user-dialog.tpl │ ├── left.tpl │ ├── user-info.tpl │ └── test-dialog.tpl ├── users │ ├── nav.tpl │ └── login.tpl ├── projects │ └── nav.tpl ├── 404.tpl ├── 401.tpl ├── leaves │ └── approval-index.tpl ├── index.tpl └── albums │ └── upload.tpl ├── models ├── init.go ├── knowledges │ ├── knowledgesSorts.go │ ├── knowledgesComments.go │ └── knowledgesLauds.go ├── albums │ ├── albumsComments.go │ └── albumsLauds.go ├── projects │ └── teams.go └── groups │ ├── groupsUsers.go │ └── groupsPermissions.go ├── utils ├── encrypt.go ├── date.go └── cropper.go ├── conf └── app.conf ├── tests └── default_test.go ├── main.go └── README.md /static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/logo.png -------------------------------------------------------------------------------- /static/img/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/plus.png -------------------------------------------------------------------------------- /controllers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/controllers/.DS_Store -------------------------------------------------------------------------------- /static/img/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/alert.png -------------------------------------------------------------------------------- /static/img/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/error.png -------------------------------------------------------------------------------- /static/img/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/minus.png -------------------------------------------------------------------------------- /static/img/404-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/404-error.png -------------------------------------------------------------------------------- /static/img/500-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/500-error.png -------------------------------------------------------------------------------- /static/img/avatar/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar/0.jpg -------------------------------------------------------------------------------- /static/img/avatar/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar/1.jpg -------------------------------------------------------------------------------- /static/img/avatar/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar/2.jpg -------------------------------------------------------------------------------- /static/img/avatar/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar/3.jpg -------------------------------------------------------------------------------- /static/img/avatar/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar/4.jpg -------------------------------------------------------------------------------- /static/img/avatar/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar/5.jpg -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/logo-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/logo-left.png -------------------------------------------------------------------------------- /static/img/logo_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/logo_icon.png -------------------------------------------------------------------------------- /static/img/opms-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/opms-view.png -------------------------------------------------------------------------------- /static/img/picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/picture.jpg -------------------------------------------------------------------------------- /static/fonts/Telugu MN.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/Telugu MN.ttc -------------------------------------------------------------------------------- /static/img/avatar-mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/avatar-mini.jpg -------------------------------------------------------------------------------- /static/img/plus-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/plus-white.png -------------------------------------------------------------------------------- /static/img/details_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/details_close.png -------------------------------------------------------------------------------- /static/img/details_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/details_open.png -------------------------------------------------------------------------------- /static/img/input-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/input-spinner.gif -------------------------------------------------------------------------------- /static/img/qrcode_alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/qrcode_alipay.png -------------------------------------------------------------------------------- /static/img/qrcode_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/img/qrcode_wechat.png -------------------------------------------------------------------------------- /static/js/bootstrap-fileinput-master/.gitignore: -------------------------------------------------------------------------------- 1 | nuget/content/ 2 | nuget/bootstrap-fileinput.*.nupkg 3 | .DS_Store -------------------------------------------------------------------------------- /initial/init.go: -------------------------------------------------------------------------------- 1 | package initial 2 | 3 | func init() { 4 | InitSql() 5 | InitTemplate() 6 | InitCache() 7 | } 8 | -------------------------------------------------------------------------------- /static/fonts/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/js/lightbox/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/lightbox/images/next.png -------------------------------------------------------------------------------- /static/js/lightbox/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/lightbox/images/prev.png -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/0.jpg -------------------------------------------------------------------------------- /static/js/lightbox/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/lightbox/images/close.png -------------------------------------------------------------------------------- /static/keditor/themes/common/rm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/common/rm.gif -------------------------------------------------------------------------------- /static/keditor/themes/qq/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/qq/editor.gif -------------------------------------------------------------------------------- /static/js/lightbox/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/lightbox/images/loading.gif -------------------------------------------------------------------------------- /static/keditor/themes/common/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/common/anchor.gif -------------------------------------------------------------------------------- /static/keditor/themes/common/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/common/blank.gif -------------------------------------------------------------------------------- /static/keditor/themes/common/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/common/flash.gif -------------------------------------------------------------------------------- /static/keditor/themes/common/media.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/common/media.gif -------------------------------------------------------------------------------- /static/js/data-tables/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/data-tables/images/sort_asc.png -------------------------------------------------------------------------------- /static/keditor/themes/common/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/common/loading.gif -------------------------------------------------------------------------------- /static/keditor/themes/default/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/default/default.png -------------------------------------------------------------------------------- /tmp/3/3/33483ebad65b55735b1b58c3f3f435b4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/3/3/33483ebad65b55735b1b58c3f3f435b4 -------------------------------------------------------------------------------- /tmp/4/4/44efb66b703e9e43640a96af0dca60ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/4/4/44efb66b703e9e43640a96af0dca60ae -------------------------------------------------------------------------------- /tmp/4/6/461ebabb503c63703026619df1d59a7a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/4/6/461ebabb503c63703026619df1d59a7a -------------------------------------------------------------------------------- /tmp/4/d/4d1ffc72215fcb849387216df236799c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/4/d/4d1ffc72215fcb849387216df236799c -------------------------------------------------------------------------------- /tmp/5/c/5c86ba84aa2ae1cad79edf8bd55330e6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/5/c/5c86ba84aa2ae1cad79edf8bd55330e6 -------------------------------------------------------------------------------- /tmp/5/e/5eaa1cf067fd6a9f6b5b7fb95cbafca1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/5/e/5eaa1cf067fd6a9f6b5b7fb95cbafca1 -------------------------------------------------------------------------------- /tmp/6/6/666e9da561f31e74b5d07e120fdefca5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/6/6/666e9da561f31e74b5d07e120fdefca5 -------------------------------------------------------------------------------- /tmp/a/9/a9fee77b35f1e5634087029564a73cf9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/a/9/a9fee77b35f1e5634087029564a73cf9 -------------------------------------------------------------------------------- /tmp/b/b/bba9f0edfa24b2e5f5e6bd91de5f3794: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/b/b/bba9f0edfa24b2e5f5e6bd91de5f3794 -------------------------------------------------------------------------------- /tmp/c/8/c8d83cc0c276d929b40ab7cc78312228: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/c/8/c8d83cc0c276d929b40ab7cc78312228 -------------------------------------------------------------------------------- /tmp/d/9/d9c922b52bd9f6c152f752fff88bc1af: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/d/9/d9c922b52bd9f6c152f752fff88bc1af -------------------------------------------------------------------------------- /tmp/e/2/e2bc3ed12417d34cf09925072b970003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/e/2/e2bc3ed12417d34cf09925072b970003 -------------------------------------------------------------------------------- /tmp/e/5/e5c5473099c5558db47db5d6e9e11d2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/tmp/e/5/e5c5473099c5558db47db5d6e9e11d2c -------------------------------------------------------------------------------- /static/fonts/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/fonts/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/fonts/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/js/data-tables/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/data-tables/images/sort_both.png -------------------------------------------------------------------------------- /static/js/data-tables/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/data-tables/images/sort_desc.png -------------------------------------------------------------------------------- /static/keditor/themes/default/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/themes/default/background.png -------------------------------------------------------------------------------- /static/css/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/css/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /static/css/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/css/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /static/css/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/css/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /static/css/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/css/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /static/css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/0.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/1.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/10.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/11.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/12.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/13.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/14.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/15.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/16.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/17.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/18.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/19.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/2.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/20.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/21.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/22.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/23.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/24.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/25.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/26.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/27.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/28.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/29.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/3.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/30.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/31.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/32.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/33.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/34.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/35.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/36.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/37.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/38.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/39.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/4.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/40.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/41.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/42.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/43.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/44.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/45.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/46.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/47.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/48.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/49.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/5.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/50.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/51.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/52.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/53.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/54.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/55.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/56.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/57.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/58.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/59.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/6.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/60.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/61.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/62.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/63.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/64.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/65.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/66.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/67.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/68.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/69.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/7.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/70.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/71.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/72.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/73.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/74.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/75.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/75.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/76.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/77.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/78.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/79.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/8.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/80.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/81.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/82.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/83.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/84.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/85.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/86.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/87.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/88.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/89.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/9.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/90.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/91.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/92.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/93.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/94.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/95.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/96.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/97.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/98.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/99.gif -------------------------------------------------------------------------------- /initial/cache.go: -------------------------------------------------------------------------------- 1 | package initial 2 | 3 | import ( 4 | "opms/utils" 5 | ) 6 | 7 | func InitCache() { 8 | utils.InitCache() 9 | } 10 | -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/favicon.ico -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/sort_asc.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/sort_both.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/sort_desc.png -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/100.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/101.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/102.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/103.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/104.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/105.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/106.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/107.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/108.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/109.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/110.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/111.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/112.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/113.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/114.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/115.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/116.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/117.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/118.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/119.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/120.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/121.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/122.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/123.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/124.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/125.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/126.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/127.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/128.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/129.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/130.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/131.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/132.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/133.gif -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/134.gif -------------------------------------------------------------------------------- /static/keditor/plugins/image/images/align_top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/image/images/align_top.gif -------------------------------------------------------------------------------- /static/keditor/plugins/image/images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/image/images/refresh.png -------------------------------------------------------------------------------- /static/keditor/plugins/emoticons/images/static.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/emoticons/images/static.gif -------------------------------------------------------------------------------- /static/keditor/plugins/filemanager/images/go-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/filemanager/images/go-up.gif -------------------------------------------------------------------------------- /static/keditor/plugins/image/images/align_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/image/images/align_left.gif -------------------------------------------------------------------------------- /static/keditor/plugins/image/images/align_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/image/images/align_right.gif -------------------------------------------------------------------------------- /static/keditor/plugins/multiimage/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/multiimage/images/image.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/back_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/back_disabled.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/back_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/back_enabled.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/sort_desc copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/sort_desc copy.png -------------------------------------------------------------------------------- /static/js/bootstrap-fileinput-master/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/bootstrap-fileinput-master/img/loading.gif -------------------------------------------------------------------------------- /static/keditor/plugins/filemanager/images/file-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/filemanager/images/file-16.gif -------------------------------------------------------------------------------- /static/keditor/plugins/filemanager/images/file-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/filemanager/images/file-64.gif -------------------------------------------------------------------------------- /static/keditor/plugins/multiimage/images/swfupload.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/multiimage/images/swfupload.swf -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/forward_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/forward_disabled.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/forward_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/forward_enabled.png -------------------------------------------------------------------------------- /static/js/bootstrap-fileinput-master/img/loading-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/bootstrap-fileinput-master/img/loading-sm.gif -------------------------------------------------------------------------------- /static/keditor/plugins/filemanager/images/folder-16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/filemanager/images/folder-16.gif -------------------------------------------------------------------------------- /static/keditor/plugins/filemanager/images/folder-64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/filemanager/images/folder-64.gif -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/back_enabled_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/back_enabled_hover.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /static/js/advanced-datatable/images/forward_enabled_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/js/advanced-datatable/images/forward_enabled_hover.png -------------------------------------------------------------------------------- /static/keditor/plugins/multiimage/images/select-files-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/multiimage/images/select-files-en.png -------------------------------------------------------------------------------- /static/keditor/plugins/multiimage/images/select-files-zh_CN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/keditor/plugins/multiimage/images/select-files-zh_CN.png -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/48b77d930cb7a02824874ed9c6be434c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/48b77d930cb7a02824874ed9c6be434c.jpg -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/5b41faa955a4c1acdb6d7e6c116bce2f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/5b41faa955a4c1acdb6d7e6c116bce2f.jpg -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/66ca879b967a225cf8ef76736dcd59ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/66ca879b967a225cf8ef76736dcd59ca.png -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/6b4b9957ffbd6ec1c8515025fba39818.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/6b4b9957ffbd6ec1c8515025fba39818.jpg -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/73434f8343c3780b5e8af114e8825b9c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/73434f8343c3780b5e8af114e8825b9c.jpg -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/eac2a34d2cd6f3d0df1b233a0f589bce.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/eac2a34d2cd6f3d0df1b233a0f589bce.jpg -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/f739b6c6351a82a4953d8d8b44cd426d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/f739b6c6351a82a4953d8d8b44cd426d.jpg -------------------------------------------------------------------------------- /views/inc/foot-info.tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/uploadfile/2017-3/28/5b41faa955a4c1acdb6d7e6c116bce2f-cropper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lock-upme/OPMS/HEAD/static/uploadfile/2017-3/28/5b41faa955a4c1acdb6d7e6c116bce2f-cropper.jpg -------------------------------------------------------------------------------- /models/init.go: -------------------------------------------------------------------------------- 1 | package models 2 | 3 | import ( 4 | "github.com/astaxie/beego" 5 | ) 6 | 7 | func TableName(name string) string { 8 | return beego.AppConfig.String("mysqlpre") + name 9 | } 10 | -------------------------------------------------------------------------------- /views/users/nav.tpl: -------------------------------------------------------------------------------- 1 | 员工部门职称公告组权限 -------------------------------------------------------------------------------- /views/inc/checkwork-nav.tpl: -------------------------------------------------------------------------------- 1 | 请假加班报销出差外出物品 -------------------------------------------------------------------------------- /static/keditor/plugins/template/html/1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |11 | 在此处输入内容 12 |
13 | 14 | -------------------------------------------------------------------------------- /static/js/dynamic_table_init.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | 3 | $('#dynamic-table').dataTable( { 4 | "bPaginate": false, 5 | "bFilter": false, 6 | "bInfo": false, 7 | "sInfoEmpty":"无", 8 | "sZeroRecords": "没有检索到数据", 9 | "aaSorting": [[ 4, "desc" ]] 10 | } ); 11 | 12 | 13 | } ); -------------------------------------------------------------------------------- /views/inc/my-nav.tpl: -------------------------------------------------------------------------------- 1 |8 | 在此处输入内容 9 |
10 |22 | 在此处输入内容 23 |
24 |
14 | 标题115 | |
16 |
17 | 标题118 | |
19 |
| 22 | 内容1 23 | | 24 |25 | 内容2 26 | | 27 |
| 30 | 内容3 31 | | 32 |33 | 内容4 34 | | 35 |
39 | 表格说明 40 |
41 | 42 | -------------------------------------------------------------------------------- /static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ja.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Japanese translation for bootstrap-datetimepicker 3 | * Norio Suzuki
