├── js ├── jquery-easyui │ ├── themes │ │ ├── black │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── gray │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── metro │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── bootstrap │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── default │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── Web Database.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── menu_arrows1.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── messager.css │ │ │ ├── dialog.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ ├── material │ │ │ ├── numberbox.css │ │ │ ├── images │ │ │ │ ├── Thumbs.db │ │ │ │ ├── blank.gif │ │ │ │ ├── loading.gif │ │ │ │ ├── tabs_icons.png │ │ │ │ ├── tree_icons.png │ │ │ │ ├── combo_arrow.png │ │ │ │ ├── datebox_arrow.png │ │ │ │ ├── layout_arrows.png │ │ │ │ ├── linkbutton_bg.png │ │ │ │ ├── menu_arrows.png │ │ │ │ ├── panel_tools.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── tagbox_icons.png │ │ │ │ ├── calendar_arrows.png │ │ │ │ ├── datagrid_icons.png │ │ │ │ ├── messager_icons.png │ │ │ │ ├── spinner_arrows.png │ │ │ │ ├── accordion_arrows.png │ │ │ │ ├── pagination_icons.png │ │ │ │ ├── passwordbox_close.png │ │ │ │ ├── passwordbox_open.png │ │ │ │ ├── searchbox_button.png │ │ │ │ └── validatebox_warning.png │ │ │ ├── validatebox.css │ │ │ ├── passwordbox.css │ │ │ ├── splitbutton.css │ │ │ ├── filebox.css │ │ │ ├── combo.css │ │ │ ├── datebox.css │ │ │ ├── progressbar.css │ │ │ ├── combobox.css │ │ │ ├── propertygrid.css │ │ │ ├── tagbox.css │ │ │ ├── dialog.css │ │ │ ├── messager.css │ │ │ ├── spinner.css │ │ │ ├── searchbox.css │ │ │ └── pagination.css │ │ └── icons │ │ │ ├── cut.png │ │ │ ├── dgc.png │ │ │ ├── dx.png │ │ │ ├── fz.png │ │ │ ├── gd.png │ │ │ ├── gh.png │ │ │ ├── gh1.png │ │ │ ├── hb.png │ │ │ ├── jcb.png │ │ │ ├── js.png │ │ │ ├── kj.png │ │ │ ├── kl.png │ │ │ ├── lcw.png │ │ │ ├── man.png │ │ │ ├── no.png │ │ │ ├── ok.png │ │ │ ├── pjz.png │ │ │ ├── px.png │ │ │ ├── qh.png │ │ │ ├── rq.png │ │ │ ├── run.png │ │ │ ├── sql.png │ │ │ ├── st.png │ │ │ ├── sum.png │ │ │ ├── sy.png │ │ │ ├── syc.png │ │ │ ├── sz.png │ │ │ ├── tip.png │ │ │ ├── ts.png │ │ │ ├── xj.png │ │ │ ├── xt.png │ │ │ ├── xt1.png │ │ │ ├── xy.png │ │ │ ├── xz.png │ │ │ ├── yjz.png │ │ │ ├── yx.png │ │ │ ├── zd.png │ │ │ ├── zdz.png │ │ │ ├── zf.png │ │ │ ├── zxz.png │ │ │ ├── back.png │ │ │ ├── blank.gif │ │ │ ├── byxz.png │ │ │ ├── clear.png │ │ │ ├── close.png │ │ │ ├── exit.png │ │ │ ├── file.png │ │ │ ├── gdts.png │ │ │ ├── ghxx.png │ │ │ ├── group.png │ │ │ ├── guhua.png │ │ │ ├── help.png │ │ │ ├── home.png │ │ │ ├── jcbt.png │ │ │ ├── lock.png │ │ │ ├── month.png │ │ │ ├── more.png │ │ │ ├── mrts.png │ │ │ ├── order.png │ │ │ ├── print.png │ │ │ ├── qhyh.png │ │ │ ├── redo.png │ │ │ ├── save.png │ │ │ ├── stop.png │ │ │ ├── table.png │ │ │ ├── tjsz.png │ │ │ ├── undo.png │ │ │ ├── view.png │ │ │ ├── wait.png │ │ │ ├── wxts.png │ │ │ ├── wxtx.png │ │ │ ├── zdycx.png │ │ │ ├── zhuti.png │ │ │ ├── analise.png │ │ │ ├── cancel.png │ │ │ ├── circle.png │ │ │ ├── database.png │ │ │ ├── edit_add.png │ │ │ ├── export.png │ │ │ ├── fangda.png │ │ │ ├── feiguhua.png │ │ │ ├── filesave.png │ │ │ ├── filter.png │ │ │ ├── folder.png │ │ │ ├── icon-bar.png │ │ │ ├── icon-pie.png │ │ │ ├── mini_add.png │ │ │ ├── pencil.png │ │ │ ├── pingjia.png │ │ │ ├── reload.png │ │ │ ├── search.png │ │ │ ├── shanchu.png │ │ │ ├── shezhi.png │ │ │ ├── shezhi1.png │ │ │ ├── shoucang.png │ │ │ ├── sousuo.png │ │ │ ├── stastics.png │ │ │ ├── submit.png │ │ │ ├── tingzhi.png │ │ │ ├── yonghu.png │ │ │ ├── yujing.png │ │ │ ├── zdycxjgj.png │ │ │ ├── zhixing.png │ │ │ ├── zhuti1.png │ │ │ ├── icon-line.png │ │ │ ├── icon-point.png │ │ │ ├── long_anniu.png │ │ │ ├── mini_edit.png │ │ │ ├── shoucang1.png │ │ │ ├── caozuo_xian.png │ │ │ ├── edit_remove.png │ │ │ ├── guhuahebing.png │ │ │ ├── guhuakelong.png │ │ │ ├── icon-lingbar.png │ │ │ ├── icon-stackbar.png │ │ │ ├── large_chart.png │ │ │ ├── large_clipart.png │ │ │ ├── large_picture.png │ │ │ ├── large_shapes.png │ │ │ ├── mini_refresh.png │ │ │ ├── shuju_diqiu.png │ │ │ ├── database_table.png │ │ │ ├── icon-lineandbar.png │ │ │ ├── large_smartart.png │ │ │ ├── wodeguhua_xian.png │ │ │ └── 1245O0R23W20-6391S3.gif │ ├── plugins │ │ ├── jquery.splitbutton.js │ │ └── jquery.numberspinner.js │ └── locale │ │ ├── easyui-lang-ko.js │ │ ├── easyui-lang-af.js │ │ ├── easyui-lang-da.js │ │ ├── easyui-lang-jp.js │ │ └── easyui-lang-nl.js └── layui │ ├── font │ ├── iconfont.eot │ ├── iconfont.ttf │ ├── iconfont.woff │ └── iconfont.woff2 │ ├── images │ └── face │ │ ├── 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 │ │ ├── 8.gif │ │ └── 9.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 ├── nginx-1.16.0 ├── contrib │ ├── vim │ │ ├── ftplugin │ │ │ └── nginx.vim │ │ ├── ftdetect │ │ │ └── nginx.vim │ │ └── indent │ │ │ └── nginx.vim │ ├── README │ ├── unicode2nginx │ │ └── unicode-to-nginx.pl │ └── geo2nginx.pl ├── docs │ ├── README │ ├── zlib.LICENSE │ └── LICENSE ├── nginx.exe └── conf │ ├── scgi_params │ ├── uwsgi_params │ ├── fastcgi_params │ └── fastcgi.conf ├── image ├── fun.png ├── kwd.png ├── run.png ├── save.png ├── format.png ├── stop0.png ├── stop1.png └── table.png ├── pic ├── pic_01.png ├── pic_02.png ├── pic_03.png ├── pic_101.png ├── pic_102.png └── pic_103.png ├── css └── show-hint.css ├── README.md └── json └── tables.json /js/jquery-easyui/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/vim/ftplugin/nginx.vim: -------------------------------------------------------------------------------- 1 | setlocal commentstring=#\ %s 2 | -------------------------------------------------------------------------------- /image/fun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/fun.png -------------------------------------------------------------------------------- /image/kwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/kwd.png -------------------------------------------------------------------------------- /image/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/run.png -------------------------------------------------------------------------------- /image/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/save.png -------------------------------------------------------------------------------- /pic/pic_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_01.png -------------------------------------------------------------------------------- /pic/pic_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_02.png -------------------------------------------------------------------------------- /pic/pic_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_03.png -------------------------------------------------------------------------------- /image/format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/format.png -------------------------------------------------------------------------------- /image/stop0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/stop0.png -------------------------------------------------------------------------------- /image/stop1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/stop1.png -------------------------------------------------------------------------------- /image/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/image/table.png -------------------------------------------------------------------------------- /nginx-1.16.0/docs/README: -------------------------------------------------------------------------------- 1 | 2 | Documentation is available at http://nginx.org 3 | 4 | -------------------------------------------------------------------------------- /pic/pic_101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_101.png -------------------------------------------------------------------------------- /pic/pic_102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_102.png -------------------------------------------------------------------------------- /pic/pic_103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/pic/pic_103.png -------------------------------------------------------------------------------- /nginx-1.16.0/nginx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/nginx-1.16.0/nginx.exe -------------------------------------------------------------------------------- /js/layui/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.eot -------------------------------------------------------------------------------- /js/layui/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.ttf -------------------------------------------------------------------------------- /js/layui/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.woff -------------------------------------------------------------------------------- /js/layui/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/0.gif -------------------------------------------------------------------------------- /js/layui/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/1.gif -------------------------------------------------------------------------------- /js/layui/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/10.gif -------------------------------------------------------------------------------- /js/layui/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/11.gif -------------------------------------------------------------------------------- /js/layui/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/12.gif -------------------------------------------------------------------------------- /js/layui/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/13.gif -------------------------------------------------------------------------------- /js/layui/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/14.gif -------------------------------------------------------------------------------- /js/layui/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/15.gif -------------------------------------------------------------------------------- /js/layui/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/16.gif -------------------------------------------------------------------------------- /js/layui/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/17.gif -------------------------------------------------------------------------------- /js/layui/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/18.gif -------------------------------------------------------------------------------- /js/layui/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/19.gif -------------------------------------------------------------------------------- /js/layui/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/2.gif -------------------------------------------------------------------------------- /js/layui/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/20.gif -------------------------------------------------------------------------------- /js/layui/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/21.gif -------------------------------------------------------------------------------- /js/layui/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/22.gif -------------------------------------------------------------------------------- /js/layui/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/23.gif -------------------------------------------------------------------------------- /js/layui/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/24.gif -------------------------------------------------------------------------------- /js/layui/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/25.gif -------------------------------------------------------------------------------- /js/layui/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/26.gif -------------------------------------------------------------------------------- /js/layui/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/27.gif -------------------------------------------------------------------------------- /js/layui/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/28.gif -------------------------------------------------------------------------------- /js/layui/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/29.gif -------------------------------------------------------------------------------- /js/layui/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/3.gif -------------------------------------------------------------------------------- /js/layui/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/30.gif -------------------------------------------------------------------------------- /js/layui/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/31.gif -------------------------------------------------------------------------------- /js/layui/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/32.gif -------------------------------------------------------------------------------- /js/layui/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/33.gif -------------------------------------------------------------------------------- /js/layui/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/34.gif -------------------------------------------------------------------------------- /js/layui/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/35.gif -------------------------------------------------------------------------------- /js/layui/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/36.gif -------------------------------------------------------------------------------- /js/layui/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/37.gif -------------------------------------------------------------------------------- /js/layui/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/38.gif -------------------------------------------------------------------------------- /js/layui/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/39.gif -------------------------------------------------------------------------------- /js/layui/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/4.gif -------------------------------------------------------------------------------- /js/layui/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/40.gif -------------------------------------------------------------------------------- /js/layui/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/41.gif -------------------------------------------------------------------------------- /js/layui/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/42.gif -------------------------------------------------------------------------------- /js/layui/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/43.gif -------------------------------------------------------------------------------- /js/layui/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/44.gif -------------------------------------------------------------------------------- /js/layui/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/45.gif -------------------------------------------------------------------------------- /js/layui/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/46.gif -------------------------------------------------------------------------------- /js/layui/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/47.gif -------------------------------------------------------------------------------- /js/layui/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/48.gif -------------------------------------------------------------------------------- /js/layui/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/49.gif -------------------------------------------------------------------------------- /js/layui/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/5.gif -------------------------------------------------------------------------------- /js/layui/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/50.gif -------------------------------------------------------------------------------- /js/layui/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/51.gif -------------------------------------------------------------------------------- /js/layui/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/52.gif -------------------------------------------------------------------------------- /js/layui/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/53.gif -------------------------------------------------------------------------------- /js/layui/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/54.gif -------------------------------------------------------------------------------- /js/layui/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/55.gif -------------------------------------------------------------------------------- /js/layui/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/56.gif -------------------------------------------------------------------------------- /js/layui/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/57.gif -------------------------------------------------------------------------------- /js/layui/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/58.gif -------------------------------------------------------------------------------- /js/layui/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/59.gif -------------------------------------------------------------------------------- /js/layui/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/6.gif -------------------------------------------------------------------------------- /js/layui/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/60.gif -------------------------------------------------------------------------------- /js/layui/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/61.gif -------------------------------------------------------------------------------- /js/layui/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/62.gif -------------------------------------------------------------------------------- /js/layui/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/63.gif -------------------------------------------------------------------------------- /js/layui/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/64.gif -------------------------------------------------------------------------------- /js/layui/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/65.gif -------------------------------------------------------------------------------- /js/layui/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/66.gif -------------------------------------------------------------------------------- /js/layui/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/67.gif -------------------------------------------------------------------------------- /js/layui/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/68.gif -------------------------------------------------------------------------------- /js/layui/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/69.gif -------------------------------------------------------------------------------- /js/layui/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/7.gif -------------------------------------------------------------------------------- /js/layui/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/70.gif -------------------------------------------------------------------------------- /js/layui/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/71.gif -------------------------------------------------------------------------------- /js/layui/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/8.gif -------------------------------------------------------------------------------- /js/layui/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/images/face/9.gif -------------------------------------------------------------------------------- /js/layui/font/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/font/iconfont.woff2 -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/cut.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/dgc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/dgc.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/dx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/dx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/fz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/fz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gd.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gh1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/hb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/hb.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/jcb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/jcb.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/js.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/kj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/kj.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/kl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/kl.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/lcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/lcw.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/man.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/no.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/ok.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/pjz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/pjz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/px.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/qh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/qh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/rq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/rq.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/run.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sql.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/st.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sum.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sy.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/syc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/syc.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/tip.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/ts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/ts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xj.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xt.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xt1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xy.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/xz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/xz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yjz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yjz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zd.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zdz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zdz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zf.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zxz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zxz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/back.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/byxz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/byxz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/clear.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/exit.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/file.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/gdts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/gdts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/ghxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/ghxx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/group.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/guhua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/guhua.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/help.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/home.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/jcbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/jcbt.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/lock.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/month.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/month.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/more.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mrts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mrts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/order.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/print.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/qhyh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/qhyh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/redo.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/save.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/stop.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/table.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/tjsz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/tjsz.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/undo.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/view.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wait.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wxts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wxts.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wxtx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wxtx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zdycx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zdycx.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zhuti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zhuti.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/analise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/analise.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/cancel.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/circle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/database.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/edit_add.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/export.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/fangda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/fangda.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/feiguhua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/feiguhua.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/filesave.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/filter.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/folder.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-bar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-pie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-pie.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mini_add.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/pencil.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/pingjia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/pingjia.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/reload.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/search.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shanchu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shanchu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shezhi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shezhi.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shezhi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shezhi1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shoucang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shoucang.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/sousuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/sousuo.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/stastics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/stastics.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/submit.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/tingzhi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/tingzhi.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yonghu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yonghu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/yujing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/yujing.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zdycxjgj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zdycxjgj.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zhixing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zhixing.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/zhuti1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/zhuti1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-line.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-point.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/long_anniu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/long_anniu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mini_edit.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shoucang1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shoucang1.png -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/caozuo_xian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/caozuo_xian.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/edit_remove.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/guhuahebing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/guhuahebing.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/guhuakelong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/guhuakelong.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-lingbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-lingbar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-stackbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-stackbar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_chart.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_clipart.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_picture.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_shapes.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/mini_refresh.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/shuju_diqiu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/shuju_diqiu.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/blank.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/database_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/database_table.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/icon-lineandbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/icon-lineandbar.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/large_smartart.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/wodeguhua_xian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/wodeguhua_xian.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/Thumbs.db -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/loading.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /js/layui/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/layui/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/blank.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/loading.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/icons/1245O0R23W20-6391S3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/icons/1245O0R23W20-6391S3.gif -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff; 4 | color: #404040; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/tabs_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/tree_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/Web Database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/Web Database.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/menu_arrows1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/menu_arrows1.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/combo_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/menu_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/panel_tools.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/tagbox_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/tagbox_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/datebox_arrow.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/layout_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/linkbutton_bg.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/slider_handle.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/datagrid_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/messager_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/spinner_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/black/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/calendar_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/default/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/accordion_arrows.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/pagination_icons.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/passwordbox_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/passwordbox_close.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/passwordbox_open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/passwordbox_open.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/searchbox_button.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/metro/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/bootstrap/images/validatebox_warning.png -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiweile/sql-editor/HEAD/js/jquery-easyui/themes/material/images/validatebox_warning.png -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/vim/ftdetect/nginx.vim: -------------------------------------------------------------------------------- 1 | au BufRead,BufNewFile *.nginx set ft=nginx 2 | au BufRead,BufNewFile */etc/nginx/* set ft=nginx 3 | au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx 4 | au BufRead,BufNewFile nginx.conf set ft=nginx 5 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/passwordbox.css: -------------------------------------------------------------------------------- 1 | .passwordbox-open { 2 | background: url('images/passwordbox_open.png') no-repeat center center; 3 | } 4 | .passwordbox-close { 5 | background: url('images/passwordbox_close.png') no-repeat center center; 6 | } 7 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/vim/indent/nginx.vim: -------------------------------------------------------------------------------- 1 | if exists("b:did_indent") 2 | finish 3 | endif 4 | let b:did_indent = 1 5 | 6 | setlocal indentexpr= 7 | 8 | " cindent actually works for nginx' simple file structure 9 | setlocal cindent 10 | " Just make sure that the comments are not reset as defs would be. 11 | setlocal cinkeys-=0# 12 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bfbfbf; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #cccccc; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #bbb; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #aac5e7; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #ccc; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/splitbutton.css: -------------------------------------------------------------------------------- 1 | .s-btn:hover .m-btn-line, 2 | .s-btn-active .m-btn-line, 3 | .s-btn-plain-active .m-btn-line { 4 | display: inline-block; 5 | } 6 | .l-btn:hover .s-btn-downarrow, 7 | .s-btn-active .s-btn-downarrow, 8 | .s-btn-plain-active .s-btn-downarrow { 9 | border-style: solid; 10 | border-color: #b3b3b3; 11 | border-width: 0 0 0 1px; 12 | } 13 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/filebox.css: -------------------------------------------------------------------------------- 1 | .filebox .textbox-value { 2 | vertical-align: top; 3 | position: absolute; 4 | top: 0; 5 | left: -5000px; 6 | } 7 | .filebox-label { 8 | display: inline-block; 9 | position: absolute; 10 | width: 100%; 11 | height: 100%; 12 | cursor: pointer; 13 | left: 0; 14 | top: 0; 15 | z-index: 10; 16 | background: url('images/blank.gif') no-repeat; 17 | } 18 | .l-btn-disabled .filebox-label { 19 | cursor: default; 20 | } 21 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/README: -------------------------------------------------------------------------------- 1 | 2 | geo2nginx.pl by Andrei Nigmatulin 3 | 4 | The perl script to convert CSV geoip database ( free download 5 | at http://www.maxmind.com/app/geoip_country ) to format, suitable 6 | for use by the ngx_http_geo_module. 7 | 8 | 9 | unicode2nginx by Maxim Dounin 10 | 11 | The perl script to convert unicode mappings ( available 12 | at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx 13 | configuration file format. 14 | Two generated full maps for windows-1251 and koi8-r. 15 | 16 | 17 | vim by Evan Miller 18 | 19 | Syntax highlighting of nginx configuration for vim, to be 20 | placed into ~/.vim/. 21 | 22 | -------------------------------------------------------------------------------- /nginx-1.16.0/conf/scgi_params: -------------------------------------------------------------------------------- 1 | 2 | scgi_param REQUEST_METHOD $request_method; 3 | scgi_param REQUEST_URI $request_uri; 4 | scgi_param QUERY_STRING $query_string; 5 | scgi_param CONTENT_TYPE $content_type; 6 | 7 | scgi_param DOCUMENT_URI $document_uri; 8 | scgi_param DOCUMENT_ROOT $document_root; 9 | scgi_param SCGI 1; 10 | scgi_param SERVER_PROTOCOL $server_protocol; 11 | scgi_param REQUEST_SCHEME $scheme; 12 | scgi_param HTTPS $https if_not_empty; 13 | 14 | scgi_param REMOTE_ADDR $remote_addr; 15 | scgi_param REMOTE_PORT $remote_port; 16 | scgi_param SERVER_PORT $server_port; 17 | scgi_param SERVER_NAME $server_name; 18 | -------------------------------------------------------------------------------- /nginx-1.16.0/conf/uwsgi_params: -------------------------------------------------------------------------------- 1 | 2 | uwsgi_param QUERY_STRING $query_string; 3 | uwsgi_param REQUEST_METHOD $request_method; 4 | uwsgi_param CONTENT_TYPE $content_type; 5 | uwsgi_param CONTENT_LENGTH $content_length; 6 | 7 | uwsgi_param REQUEST_URI $request_uri; 8 | uwsgi_param PATH_INFO $document_uri; 9 | uwsgi_param DOCUMENT_ROOT $document_root; 10 | uwsgi_param SERVER_PROTOCOL $server_protocol; 11 | uwsgi_param REQUEST_SCHEME $scheme; 12 | uwsgi_param HTTPS $https if_not_empty; 13 | 14 | uwsgi_param REMOTE_ADDR $remote_addr; 15 | uwsgi_param REMOTE_PORT $remote_port; 16 | uwsgi_param SERVER_PORT $server_port; 17 | uwsgi_param SERVER_NAME $server_name; 18 | -------------------------------------------------------------------------------- /css/show-hint.css: -------------------------------------------------------------------------------- 1 | .CodeMirror-hints { 2 | position: absolute; 3 | z-index: 10; 4 | overflow: hidden; 5 | list-style: none; 6 | 7 | margin: 0; 8 | padding: 2px; 9 | 10 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2); 11 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2); 12 | box-shadow: 2px 3px 5px rgba(0,0,0,.2); 13 | border-radius: 3px; 14 | border: 1px solid silver; 15 | 16 | background: white; 17 | font-size: 90%; 18 | font-family: monospace; 19 | 20 | max-height: 20em; 21 | overflow-y: auto; 22 | } 23 | 24 | .CodeMirror-hint { 25 | margin: 0; 26 | padding: 0 4px; 27 | border-radius: 2px; 28 | white-space: pre; 29 | color: black; 30 | cursor: pointer; 31 | } 32 | 33 | li.CodeMirror-hint-active { 34 | background: #08f; 35 | color: white; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #666; 23 | } 24 | .combo-arrow { 25 | background-color: #3d3d3d; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #777; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #777; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #f5f5f5; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #eee; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #eee; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #fff; 23 | } 24 | .combo-arrow { 25 | background-color: #ffffff; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #E6E6E6; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #E6E6E6; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #555; 33 | } 34 | .datebox-button a { 35 | color: #fff; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #E0ECFF; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #eaf2ff; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #eaf2ff; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #f3f3f3; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #e2e2e2; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #e2e2e2; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fafafa; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fff; 33 | } 34 | .datebox-button a { 35 | color: #777; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/combo.css: -------------------------------------------------------------------------------- 1 | .combo-arrow { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .combo-arrow-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .combo-panel { 16 | overflow: auto; 17 | } 18 | .combo-arrow { 19 | background: url('images/combo_arrow.png') no-repeat center center; 20 | } 21 | .combo-panel { 22 | background-color: #ffffff; 23 | } 24 | .combo-arrow { 25 | background-color: #F2F2F2; 26 | } 27 | .combo-arrow-hover { 28 | background-color: #e6e6e6; 29 | } 30 | .combo-arrow:hover { 31 | background-color: #e6e6e6; 32 | } 33 | .combo .textbox-icon-disabled:hover { 34 | cursor: default; 35 | } 36 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #F5F5F5; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #F4F4F4; 33 | } 34 | .datebox-button a { 35 | color: #444; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #000; 24 | } 25 | .progressbar-text { 26 | color: #fff; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0052A3; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | padding: 0 5px; 6 | text-align: center; 7 | } 8 | .datebox-button a { 9 | line-height: 22px; 10 | font-size: 12px; 11 | font-weight: bold; 12 | text-decoration: none; 13 | opacity: 0.6; 14 | filter: alpha(opacity=60); 15 | } 16 | .datebox-button a:hover { 17 | opacity: 1.0; 18 | filter: alpha(opacity=100); 19 | } 20 | .datebox-current, 21 | .datebox-close { 22 | float: left; 23 | } 24 | .datebox-close { 25 | float: right; 26 | } 27 | .datebox .combo-arrow { 28 | background-image: url('images/datebox_arrow.png'); 29 | background-position: center center; 30 | } 31 | .datebox-button { 32 | background-color: #fafafa; 33 | } 34 | .datebox-button a { 35 | color: #404040; 36 | } 37 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 0px 0px 0px 0px; 5 | -webkit-border-radius: 0px 0px 0px 0px; 6 | border-radius: 0px 0px 0px 0px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 0px 0 0 0px; 19 | -webkit-border-radius: 0px 0 0 0px; 20 | border-radius: 0px 0 0 0px; 21 | } 22 | .progressbar { 23 | border-color: #ddd; 24 | } 25 | .progressbar-text { 26 | color: #444; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #CCE6FF; 31 | color: #000; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #D4D4D4; 24 | } 25 | .progressbar-text { 26 | color: #333; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0081c2; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #D3D3D3; 24 | } 25 | .progressbar-text { 26 | color: #000000; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #0092DC; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 4px 4px 4px 4px; 5 | -webkit-border-radius: 4px 4px 4px 4px; 6 | border-radius: 4px 4px 4px 4px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 4px 0 0 4px; 19 | -webkit-border-radius: 4px 0 0 4px; 20 | border-radius: 4px 0 0 4px; 21 | } 22 | .progressbar { 23 | border-color: #ddd; 24 | } 25 | .progressbar-text { 26 | color: #404040; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #00bbee; 31 | color: #fff; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #777; 27 | color: #fff; 28 | } 29 | .combobox-item-selected { 30 | background-color: #0052A3; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/progressbar.css: -------------------------------------------------------------------------------- 1 | .progressbar { 2 | border-width: 1px; 3 | border-style: solid; 4 | -moz-border-radius: 5px 5px 5px 5px; 5 | -webkit-border-radius: 5px 5px 5px 5px; 6 | border-radius: 5px 5px 5px 5px; 7 | overflow: hidden; 8 | position: relative; 9 | } 10 | .progressbar-text { 11 | text-align: center; 12 | position: absolute; 13 | } 14 | .progressbar-value { 15 | position: relative; 16 | overflow: hidden; 17 | width: 0; 18 | -moz-border-radius: 5px 0 0 5px; 19 | -webkit-border-radius: 5px 0 0 5px; 20 | border-radius: 5px 0 0 5px; 21 | } 22 | .progressbar { 23 | border-color: #95B8E7; 24 | } 25 | .progressbar-text { 26 | color: #000000; 27 | font-size: 12px; 28 | } 29 | .progressbar-value .progressbar-text { 30 | background-color: #ffe48d; 31 | color: #000000; 32 | } 33 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #e2e2e2; 27 | color: #000000; 28 | } 29 | .combobox-item-selected { 30 | background-color: #0092DC; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #E6E6E6; 27 | color: #444; 28 | } 29 | .combobox-item-selected { 30 | background-color: #CCE6FF; 31 | color: #000; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #e6e6e6; 27 | color: #00438a; 28 | } 29 | .combobox-item-selected { 30 | background-color: #0081c2; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #eee; 27 | color: #404040; 28 | } 29 | .combobox-item-selected { 30 | background-color: #00bbee; 31 | color: #fff; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group, 3 | .combobox-stick { 4 | font-size: 12px; 5 | padding: 3px; 6 | } 7 | .combobox-item-disabled { 8 | opacity: 0.5; 9 | filter: alpha(opacity=50); 10 | } 11 | .combobox-gitem { 12 | padding-left: 10px; 13 | } 14 | .combobox-group, 15 | .combobox-stick { 16 | font-weight: bold; 17 | } 18 | .combobox-stick { 19 | position: absolute; 20 | top: 1px; 21 | left: 1px; 22 | right: 1px; 23 | background: inherit; 24 | } 25 | .combobox-item-hover { 26 | background-color: #eaf2ff; 27 | color: #000000; 28 | } 29 | .combobox-item-selected { 30 | background-color: #ffe48d; 31 | color: #000000; 32 | } 33 | .combobox-icon { 34 | display: inline-block; 35 | width: 16px; 36 | height: 16px; 37 | vertical-align: middle; 38 | margin-right: 2px; 39 | } 40 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #222; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #3d3d3d; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #222; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #3d3d3d; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #ddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #f3f3f3; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #ddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #f3f3f3; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #ddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #ffffff; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #ddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #ffffff; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #eee; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #f5f5f5; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #eee; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #f5f5f5; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #e6e6e6; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #F2F2F2; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #e6e6e6; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #F2F2F2; 28 | } 29 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/propertygrid.css: -------------------------------------------------------------------------------- 1 | .propertygrid .datagrid-view1 .datagrid-body td { 2 | padding-bottom: 1px; 3 | border-width: 0 1px 0 0; 4 | } 5 | .propertygrid .datagrid-group { 6 | height: 21px; 7 | overflow: hidden; 8 | border-width: 0 0 1px 0; 9 | border-style: solid; 10 | } 11 | .propertygrid .datagrid-group span { 12 | font-weight: bold; 13 | } 14 | .propertygrid .datagrid-view1 .datagrid-body td { 15 | border-color: #dddddd; 16 | } 17 | .propertygrid .datagrid-view1 .datagrid-group { 18 | border-color: #E0ECFF; 19 | } 20 | .propertygrid .datagrid-view2 .datagrid-group { 21 | border-color: #dddddd; 22 | } 23 | .propertygrid .datagrid-group, 24 | .propertygrid .datagrid-view1 .datagrid-body, 25 | .propertygrid .datagrid-view1 .datagrid-row-over, 26 | .propertygrid .datagrid-view1 .datagrid-row-selected { 27 | background: #E0ECFF; 28 | } 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # sql-editor 2 | 3 | >sql-editor是基于CodeMirror的一个在线sql编辑工具,模仿navicat工具,开发的一个简易版。 4 | 5 | 目前只提供前端代码,测试数据为json模拟数据,为本地Nginx代理提供。 6 | ### 启动步骤: 7 | 1.启动nginx代理,进入目录 ./nginx-1.16.0/,打开命令行工具,执行一下命令: 8 | ``` 9 | #启动 10 | start ./nginx.exe 11 | #停止 12 | ./nginx.exe -s stop 13 | ``` 14 | 2.浏览器访问。地址:http://localhost:8080/sql-editor/index.html 15 | 16 | ### 涉及接口 17 | 1. 关键词接口 (./js/editor/sql.js) 18 | ![pic_101](pic/pic_101.png) 19 | 2. 左侧表,树结构接口 (./js/index.js) 20 | ![pic_102](pic/pic_102.png) 21 | 3. sql 执行查询接口(./js/index.js,不提供后台实现,使用者可自定义) 22 | ![pic_103](pic/pic_103.png) 23 | ### 功能更新 24 | - 左侧提供数据库表字段树形结构,可拖拽到sql编辑框。(2019-7-19新增) 25 | - 编辑区和数据展示区上下拖动更改大小。(2019-7-19新增) 26 | - 执行与中断功能。(2019-7-19新增) 27 | - 自定义外部接口获取sql关键词、函数、表字段等,用于sql编辑时提示补全,键盘录入后自动提示,上下键选择,tab键或点击选中项自动补全。(2019-7-16) 28 | - sql格式化。(2019-7-16) 29 | 30 | ### 一些截图: 31 | 32 | ![pic_01](pic/pic_01.png ) 33 | 34 | ![pic_02](pic/pic_02.png) 35 | 36 | ![pic_03](pic/pic_03.png) -------------------------------------------------------------------------------- /js/layui/css/modules/code.css: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.2 MIT License By https://www.layui.com */ 2 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none} -------------------------------------------------------------------------------- /nginx-1.16.0/docs/zlib.LICENSE: -------------------------------------------------------------------------------- 1 | (C) 1995-2017 Jean-loup Gailly and Mark Adler 2 | 3 | This software is provided 'as-is', without any express or implied 4 | warranty. In no event will the authors be held liable for any damages 5 | arising from the use of this software. 6 | 7 | Permission is granted to anyone to use this software for any purpose, 8 | including commercial applications, and to alter it and redistribute it 9 | freely, subject to the following restrictions: 10 | 11 | 1. The origin of this software must not be misrepresented; you must not 12 | claim that you wrote the original software. If you use this software 13 | in a product, an acknowledgment in the product documentation would be 14 | appreciated but is not required. 15 | 2. Altered source versions must be plainly marked as such, and must not be 16 | misrepresented as being the original software. 17 | 3. This notice may not be removed or altered from any source distribution. 18 | 19 | Jean-loup Gailly Mark Adler 20 | jloup@gzip.org madler@alumni.caltech.edu 21 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #777; 19 | color: #fff; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 0px 0px 0px 0px; 16 | -webkit-border-radius: 0px 0px 0px 0px; 17 | border-radius: 0px 0px 0px 0px; 18 | background: #E6E6E6; 19 | color: #444; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #eaf2ff; 19 | color: #000000; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #e2e2e2; 19 | color: #000000; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 4px 4px 4px 4px; 16 | -webkit-border-radius: 4px 4px 4px 4px; 17 | border-radius: 4px 4px 4px 4px; 18 | background: #eee; 19 | color: #404040; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/tagbox.css: -------------------------------------------------------------------------------- 1 | .tagbox { 2 | cursor: text; 3 | } 4 | .tagbox .textbox-text { 5 | float: left; 6 | } 7 | .tagbox-label { 8 | position: relative; 9 | display: block; 10 | margin: 4px 0 0 4px; 11 | padding: 0 20px 0 4px; 12 | float: left; 13 | vertical-align: top; 14 | text-decoration: none; 15 | -moz-border-radius: 5px 5px 5px 5px; 16 | -webkit-border-radius: 5px 5px 5px 5px; 17 | border-radius: 5px 5px 5px 5px; 18 | background: #e6e6e6; 19 | color: #00438a; 20 | } 21 | .tagbox-remove { 22 | background: url('images/tagbox_icons.png') no-repeat -16px center; 23 | position: absolute; 24 | display: block; 25 | width: 16px; 26 | height: 16px; 27 | right: 2px; 28 | top: 50%; 29 | margin-top: -8px; 30 | opacity: 0.6; 31 | filter: alpha(opacity=60); 32 | } 33 | .tagbox-remove:hover { 34 | opacity: 1; 35 | filter: alpha(opacity=100); 36 | } 37 | .textbox-disabled .tagbox-label { 38 | cursor: default; 39 | } 40 | .textbox-disabled .tagbox-remove:hover { 41 | cursor: default; 42 | opacity: 0.6; 43 | filter: alpha(opacity=60); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #444; 12 | border-right: 1px solid #777; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #555; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #000 #000 #222 #000; 32 | } 33 | .dialog-button { 34 | border-color: #222 #000 #000 #000; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #555; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ddd; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #fff; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #ddd #ddd #ddd #ddd; 32 | } 33 | .dialog-button { 34 | border-color: #ddd #ddd #ddd #ddd; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #fff; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #000; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #ddd; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #95B8E7; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #D3D3D3; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ddd; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #fafafa; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #ddd #ddd #eee #ddd; 32 | } 33 | .dialog-button { 34 | border-color: #eee #ddd #ddd #ddd; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #fafafa; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #ddd; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 10px 10px 30px 10px; 3 | overflow: auto; 4 | } 5 | .messager-button { 6 | text-align: center; 7 | padding: 5px; 8 | } 9 | .messager-button .l-btn { 10 | width: 70px; 11 | } 12 | .messager-icon { 13 | float: left; 14 | width: 32px; 15 | height: 32px; 16 | margin: 0 10px 10px 0; 17 | } 18 | .messager-error { 19 | background: url('images/messager_icons.png') no-repeat scroll -64px 0; 20 | } 21 | .messager-info { 22 | background: url('images/messager_icons.png') no-repeat scroll 0 0; 23 | } 24 | .messager-question { 25 | background: url('images/messager_icons.png') no-repeat scroll -32px 0; 26 | } 27 | .messager-warning { 28 | background: url('images/messager_icons.png') no-repeat scroll -96px 0; 29 | } 30 | .messager-progress { 31 | padding: 10px; 32 | } 33 | .messager-p-msg { 34 | margin-bottom: 5px; 35 | } 36 | .messager-body .messager-input { 37 | width: 100%; 38 | padding: 4px 0; 39 | outline-style: none; 40 | border: 1px solid #D4D4D4; 41 | } 42 | .window-thinborder .messager-button { 43 | padding-bottom: 8px; 44 | } 45 | -------------------------------------------------------------------------------- /nginx-1.16.0/conf/fastcgi_params: -------------------------------------------------------------------------------- 1 | 2 | fastcgi_param QUERY_STRING $query_string; 3 | fastcgi_param REQUEST_METHOD $request_method; 4 | fastcgi_param CONTENT_TYPE $content_type; 5 | fastcgi_param CONTENT_LENGTH $content_length; 6 | 7 | fastcgi_param SCRIPT_NAME $fastcgi_script_name; 8 | fastcgi_param REQUEST_URI $request_uri; 9 | fastcgi_param DOCUMENT_URI $document_uri; 10 | fastcgi_param DOCUMENT_ROOT $document_root; 11 | fastcgi_param SERVER_PROTOCOL $server_protocol; 12 | fastcgi_param REQUEST_SCHEME $scheme; 13 | fastcgi_param HTTPS $https if_not_empty; 14 | 15 | fastcgi_param GATEWAY_INTERFACE CGI/1.1; 16 | fastcgi_param SERVER_SOFTWARE nginx/$nginx_version; 17 | 18 | fastcgi_param REMOTE_ADDR $remote_addr; 19 | fastcgi_param REMOTE_PORT $remote_port; 20 | fastcgi_param SERVER_ADDR $server_addr; 21 | fastcgi_param SERVER_PORT $server_port; 22 | fastcgi_param SERVER_NAME $server_name; 23 | 24 | # PHP only, required if PHP was built with --enable-force-cgi-redirect 25 | fastcgi_param REDIRECT_STATUS 200; 26 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ccc; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #fafafa; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #D3D3D3 #D3D3D3 #ddd #D3D3D3; 32 | } 33 | .dialog-button { 34 | border-color: #ddd #D3D3D3 #D3D3D3 #D3D3D3; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #fafafa; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ccc; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #F5F5F5; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4; 32 | } 33 | .dialog-button { 34 | border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #F5F5F5; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | position: relative; 6 | padding: 2px 5px; 7 | } 8 | .dialog-tool-separator { 9 | float: left; 10 | height: 24px; 11 | border-left: 1px solid #ccc; 12 | border-right: 1px solid #fff; 13 | margin: 2px 1px; 14 | } 15 | .dialog-button { 16 | position: relative; 17 | top: -1px; 18 | padding: 5px; 19 | text-align: right; 20 | } 21 | .dialog-button .l-btn { 22 | margin-left: 5px; 23 | } 24 | .dialog-toolbar, 25 | .dialog-button { 26 | background: #F4F4F4; 27 | border-width: 1px; 28 | border-style: solid; 29 | } 30 | .dialog-toolbar { 31 | border-color: #95B8E7 #95B8E7 #dddddd #95B8E7; 32 | } 33 | .dialog-button { 34 | border-color: #dddddd #95B8E7 #95B8E7 #95B8E7; 35 | } 36 | .window-thinborder .dialog-toolbar { 37 | border-left: transparent; 38 | border-right: transparent; 39 | border-top-color: #F4F4F4; 40 | } 41 | .window-thinborder .dialog-button { 42 | top: 0px; 43 | padding: 5px 8px 8px 8px; 44 | border-left: transparent; 45 | border-right: transparent; 46 | border-bottom: transparent; 47 | } 48 | -------------------------------------------------------------------------------- /json/tables.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "id": 1, 4 | "text": "数据库", 5 | "children": [ 6 | { 7 | "text": "表", 8 | "children": [ 9 | { 10 | "id": 1, 11 | "text": "cp_sku", 12 | "children": [ 13 | { 14 | "text": "skuid" 15 | }, 16 | { 17 | "text": "cpbh" 18 | }, 19 | { 20 | "text": "tcbh" 21 | } 22 | ] 23 | }, 24 | { 25 | "id": 2, 26 | "text": "user_info", 27 | "state":"closed", 28 | "children": [ 29 | { 30 | "text": "user_id" 31 | }, 32 | { 33 | "text": "user_token" 34 | }, 35 | { 36 | "text": "user_name" 37 | }, 38 | { 39 | "text": "user_type" 40 | }, 41 | { 42 | "text": "password" 43 | } 44 | ] 45 | } 46 | ] 47 | } 48 | ] 49 | } 50 | ] -------------------------------------------------------------------------------- /js/layui/lay/modules/code.js: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.2 MIT License By https://www.layui.com */ 2 | ;layui.define("jquery",function(e){"use strict";var a=layui.$,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
  1. '+o.replace(/[\r\t\n]+/g,"
  2. ")+"
"),c.find(">.layui-code-h3")[0]||c.prepend('

'+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); -------------------------------------------------------------------------------- /nginx-1.16.0/conf/fastcgi.conf: -------------------------------------------------------------------------------- 1 | 2 | fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; 3 | fastcgi_param QUERY_STRING $query_string; 4 | fastcgi_param REQUEST_METHOD $request_method; 5 | fastcgi_param CONTENT_TYPE $content_type; 6 | fastcgi_param CONTENT_LENGTH $content_length; 7 | 8 | fastcgi_param SCRIPT_NAME $fastcgi_script_name; 9 | fastcgi_param REQUEST_URI $request_uri; 10 | fastcgi_param DOCUMENT_URI $document_uri; 11 | fastcgi_param DOCUMENT_ROOT $document_root; 12 | fastcgi_param SERVER_PROTOCOL $server_protocol; 13 | fastcgi_param REQUEST_SCHEME $scheme; 14 | fastcgi_param HTTPS $https if_not_empty; 15 | 16 | fastcgi_param GATEWAY_INTERFACE CGI/1.1; 17 | fastcgi_param SERVER_SOFTWARE nginx/$nginx_version; 18 | 19 | fastcgi_param REMOTE_ADDR $remote_addr; 20 | fastcgi_param REMOTE_PORT $remote_port; 21 | fastcgi_param SERVER_ADDR $server_addr; 22 | fastcgi_param SERVER_PORT $server_port; 23 | fastcgi_param SERVER_NAME $server_name; 24 | 25 | # PHP only, required if PHP was built with --enable-force-cgi-redirect 26 | fastcgi_param REDIRECT_STATUS 200; 27 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/unicode2nginx/unicode-to-nginx.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl -w 2 | 3 | # Convert unicode mappings to nginx configuration file format. 4 | 5 | # You may find useful mappings in various places, including 6 | # unicode.org official site: 7 | # 8 | # http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1251.TXT 9 | # http://www.unicode.org/Public/MAPPINGS/VENDORS/MISC/KOI8-R.TXT 10 | 11 | # Needs perl 5.6 or later. 12 | 13 | # Written by Maxim Dounin, mdounin@mdounin.ru 14 | 15 | ############################################################################### 16 | 17 | require 5.006; 18 | 19 | while (<>) { 20 | # Skip comments and empty lines 21 | 22 | next if /^#/; 23 | next if /^\s*$/; 24 | chomp; 25 | 26 | # Convert mappings 27 | 28 | if (/^\s*0x(..)\s*0x(....)\s*(#.*)/) { 29 | # Mapping "#" 30 | my $cs_code = $1; 31 | my $un_code = $2; 32 | my $un_name = $3; 33 | 34 | # Produce UTF-8 sequence from character code; 35 | 36 | my $un_utf8 = join('', 37 | map { sprintf("%02X", $_) } 38 | unpack("U0C*", pack("U", hex($un_code))) 39 | ); 40 | 41 | print " $cs_code $un_utf8 ; $un_name\n"; 42 | 43 | } else { 44 | warn "Unrecognized line: '$_'"; 45 | } 46 | } 47 | 48 | ############################################################################### 49 | -------------------------------------------------------------------------------- /nginx-1.16.0/contrib/geo2nginx.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl -w 2 | 3 | # (c) Andrei Nigmatulin, 2005 4 | # 5 | # this script provided "as is", without any warranties. use it at your own risk. 6 | # 7 | # special thanx to Andrew Sitnikov for perl port 8 | # 9 | # this script converts CSV geoip database (free download at http://www.maxmind.com/app/geoip_country) 10 | # to format, suitable for use with nginx_http_geo module (http://sysoev.ru/nginx) 11 | # 12 | # for example, line with ip range 13 | # 14 | # "62.16.68.0","62.16.127.255","1041253376","1041268735","RU","Russian Federation" 15 | # 16 | # will be converted to four subnetworks: 17 | # 18 | # 62.16.68.0/22 RU; 19 | # 62.16.72.0/21 RU; 20 | # 62.16.80.0/20 RU; 21 | # 62.16.96.0/19 RU; 22 | 23 | 24 | use warnings; 25 | use strict; 26 | 27 | while( ){ 28 | if (/"[^"]+","[^"]+","([^"]+)","([^"]+)","([^"]+)"/){ 29 | print_subnets($1, $2, $3); 30 | } 31 | } 32 | 33 | sub print_subnets { 34 | my ($a1, $a2, $c) = @_; 35 | my $l; 36 | while ($a1 <= $a2) { 37 | for ($l = 0; ($a1 & (1 << $l)) == 0 && ($a1 + ((1 << ($l + 1)) - 1)) <= $a2; $l++){}; 38 | print long2ip($a1) . "/" . (32 - $l) . " " . $c . ";\n"; 39 | $a1 += (1 << $l); 40 | } 41 | } 42 | 43 | sub long2ip { 44 | my $ip = shift; 45 | 46 | my $str = 0; 47 | 48 | $str = ($ip & 255); 49 | 50 | $ip >>= 8; 51 | $str = ($ip & 255).".$str"; 52 | 53 | $ip >>= 8; 54 | $str = ($ip & 255).".$str"; 55 | 56 | $ip >>= 8; 57 | $str = ($ip & 255).".$str"; 58 | } 59 | -------------------------------------------------------------------------------- /nginx-1.16.0/docs/LICENSE: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2002-2019 Igor Sysoev 3 | * Copyright (C) 2011-2019 Nginx, Inc. 4 | * All rights reserved. 5 | * 6 | * Redistribution and use in source and binary forms, with or without 7 | * modification, are permitted provided that the following conditions 8 | * are met: 9 | * 1. Redistributions of source code must retain the above copyright 10 | * notice, this list of conditions and the following disclaimer. 11 | * 2. Redistributions in binary form must reproduce the above copyright 12 | * notice, this list of conditions and the following disclaimer in the 13 | * documentation and/or other materials provided with the distribution. 14 | * 15 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25 | * SUCH DAMAGE. 26 | */ 27 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/spinner.css: -------------------------------------------------------------------------------- 1 | .spinner-arrow { 2 | background-color: #3d3d3d; 3 | display: inline-block; 4 | overflow: hidden; 5 | vertical-align: top; 6 | margin: 0; 7 | padding: 0; 8 | opacity: 1.0; 9 | filter: alpha(opacity=100); 10 | width: 18px; 11 | } 12 | .spinner-arrow-up, 13 | .spinner-arrow-down { 14 | opacity: 0.6; 15 | filter: alpha(opacity=60); 16 | display: block; 17 | font-size: 1px; 18 | width: 18px; 19 | height: 10px; 20 | width: 100%; 21 | height: 50%; 22 | color: #fff; 23 | outline-style: none; 24 | } 25 | .spinner-arrow-hover { 26 | background-color: #777; 27 | opacity: 1.0; 28 | filter: alpha(opacity=100); 29 | } 30 | .spinner-arrow-up:hover, 31 | .spinner-arrow-down:hover { 32 | opacity: 1.0; 33 | filter: alpha(opacity=100); 34 | background-color: #777; 35 | } 36 | .textbox-icon-disabled .spinner-arrow-up:hover, 37 | .textbox-icon-disabled .spinner-arrow-down:hover { 38 | opacity: 0.6; 39 | filter: alpha(opacity=60); 40 | background-color: #3d3d3d; 41 | cursor: default; 42 | } 43 | .spinner .textbox-icon-disabled { 44 | opacity: 0.6; 45 | filter: alpha(opacity=60); 46 | } 47 | .spinner-arrow-up { 48 | background: url('images/spinner_arrows.png') no-repeat 1px center; 49 | } 50 | .spinner-arrow-down { 51 | background: url('images/spinner_arrows.png') no-repeat -15px center; 52 | } 53 | .spinner-button-up { 54 | background: url('images/spinner_arrows.png') no-repeat -32px center; 55 | } 56 | .spinner-button-down { 57 | background: url('images/spinner_arrows.png') no-repeat -48px center; 58 | } 59 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/spinner.css: -------------------------------------------------------------------------------- 1 | .spinner-arrow { 2 | background-color: #E0ECFF; 3 | display: inline-block; 4 | overflow: hidden; 5 | vertical-align: top; 6 | margin: 0; 7 | padding: 0; 8 | opacity: 1.0; 9 | filter: alpha(opacity=100); 10 | width: 18px; 11 | } 12 | .spinner-arrow-up, 13 | .spinner-arrow-down { 14 | opacity: 0.6; 15 | filter: alpha(opacity=60); 16 | display: block; 17 | font-size: 1px; 18 | width: 18px; 19 | height: 10px; 20 | width: 100%; 21 | height: 50%; 22 | color: #444; 23 | outline-style: none; 24 | } 25 | .spinner-arrow-hover { 26 | background-color: #eaf2ff; 27 | opacity: 1.0; 28 | filter: alpha(opacity=100); 29 | } 30 | .spinner-arrow-up:hover, 31 | .spinner-arrow-down:hover { 32 | opacity: 1.0; 33 | filter: alpha(opacity=100); 34 | background-color: #eaf2ff; 35 | } 36 | .textbox-icon-disabled .spinner-arrow-up:hover, 37 | .textbox-icon-disabled .spinner-arrow-down:hover { 38 | opacity: 0.6; 39 | filter: alpha(opacity=60); 40 | background-color: #E0ECFF; 41 | cursor: default; 42 | } 43 | .spinner .textbox-icon-disabled { 44 | opacity: 0.6; 45 | filter: alpha(opacity=60); 46 | } 47 | .spinner-arrow-up { 48 | background: url('images/spinner_arrows.png') no-repeat 1px center; 49 | } 50 | .spinner-arrow-down { 51 | background: url('images/spinner_arrows.png') no-repeat -15px center; 52 | } 53 | .spinner-button-up { 54 | background: url('images/spinner_arrows.png') no-repeat -32px center; 55 | } 56 | .spinner-button-down { 57 | background: url('images/spinner_arrows.png') no-repeat -48px center; 58 | } 59 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/spinner.css: -------------------------------------------------------------------------------- 1 | .spinner-arrow { 2 | background-color: #f3f3f3; 3 | display: inline-block; 4 | overflow: hidden; 5 | vertical-align: top; 6 | margin: 0; 7 | padding: 0; 8 | opacity: 1.0; 9 | filter: alpha(opacity=100); 10 | width: 18px; 11 | } 12 | .spinner-arrow-up, 13 | .spinner-arrow-down { 14 | opacity: 0.6; 15 | filter: alpha(opacity=60); 16 | display: block; 17 | font-size: 1px; 18 | width: 18px; 19 | height: 10px; 20 | width: 100%; 21 | height: 50%; 22 | color: #444; 23 | outline-style: none; 24 | } 25 | .spinner-arrow-hover { 26 | background-color: #e2e2e2; 27 | opacity: 1.0; 28 | filter: alpha(opacity=100); 29 | } 30 | .spinner-arrow-up:hover, 31 | .spinner-arrow-down:hover { 32 | opacity: 1.0; 33 | filter: alpha(opacity=100); 34 | background-color: #e2e2e2; 35 | } 36 | .textbox-icon-disabled .spinner-arrow-up:hover, 37 | .textbox-icon-disabled .spinner-arrow-down:hover { 38 | opacity: 0.6; 39 | filter: alpha(opacity=60); 40 | background-color: #f3f3f3; 41 | cursor: default; 42 | } 43 | .spinner .textbox-icon-disabled { 44 | opacity: 0.6; 45 | filter: alpha(opacity=60); 46 | } 47 | .spinner-arrow-up { 48 | background: url('images/spinner_arrows.png') no-repeat 1px center; 49 | } 50 | .spinner-arrow-down { 51 | background: url('images/spinner_arrows.png') no-repeat -15px center; 52 | } 53 | .spinner-button-up { 54 | background: url('images/spinner_arrows.png') no-repeat -32px center; 55 | } 56 | .spinner-button-down { 57 | background: url('images/spinner_arrows.png') no-repeat -48px center; 58 | } 59 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/spinner.css: -------------------------------------------------------------------------------- 1 | .spinner-arrow { 2 | background-color: #f5f5f5; 3 | display: inline-block; 4 | overflow: hidden; 5 | vertical-align: top; 6 | margin: 0; 7 | padding: 0; 8 | opacity: 1.0; 9 | filter: alpha(opacity=100); 10 | width: 18px; 11 | } 12 | .spinner-arrow-up, 13 | .spinner-arrow-down { 14 | opacity: 0.6; 15 | filter: alpha(opacity=60); 16 | display: block; 17 | font-size: 1px; 18 | width: 18px; 19 | height: 10px; 20 | width: 100%; 21 | height: 50%; 22 | color: #404040; 23 | outline-style: none; 24 | } 25 | .spinner-arrow-hover { 26 | background-color: #eee; 27 | opacity: 1.0; 28 | filter: alpha(opacity=100); 29 | } 30 | .spinner-arrow-up:hover, 31 | .spinner-arrow-down:hover { 32 | opacity: 1.0; 33 | filter: alpha(opacity=100); 34 | background-color: #eee; 35 | } 36 | .textbox-icon-disabled .spinner-arrow-up:hover, 37 | .textbox-icon-disabled .spinner-arrow-down:hover { 38 | opacity: 0.6; 39 | filter: alpha(opacity=60); 40 | background-color: #f5f5f5; 41 | cursor: default; 42 | } 43 | .spinner .textbox-icon-disabled { 44 | opacity: 0.6; 45 | filter: alpha(opacity=60); 46 | } 47 | .spinner-arrow-up { 48 | background: url('images/spinner_arrows.png') no-repeat 1px center; 49 | } 50 | .spinner-arrow-down { 51 | background: url('images/spinner_arrows.png') no-repeat -15px center; 52 | } 53 | .spinner-button-up { 54 | background: url('images/spinner_arrows.png') no-repeat -32px center; 55 | } 56 | .spinner-button-down { 57 | background: url('images/spinner_arrows.png') no-repeat -48px center; 58 | } 59 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/spinner.css: -------------------------------------------------------------------------------- 1 | .spinner-arrow { 2 | background-color: #ffffff; 3 | display: inline-block; 4 | overflow: hidden; 5 | vertical-align: top; 6 | margin: 0; 7 | padding: 0; 8 | opacity: 1.0; 9 | filter: alpha(opacity=100); 10 | width: 18px; 11 | } 12 | .spinner-arrow-up, 13 | .spinner-arrow-down { 14 | opacity: 0.6; 15 | filter: alpha(opacity=60); 16 | display: block; 17 | font-size: 1px; 18 | width: 18px; 19 | height: 10px; 20 | width: 100%; 21 | height: 50%; 22 | color: #777; 23 | outline-style: none; 24 | } 25 | .spinner-arrow-hover { 26 | background-color: #E6E6E6; 27 | opacity: 1.0; 28 | filter: alpha(opacity=100); 29 | } 30 | .spinner-arrow-up:hover, 31 | .spinner-arrow-down:hover { 32 | opacity: 1.0; 33 | filter: alpha(opacity=100); 34 | background-color: #E6E6E6; 35 | } 36 | .textbox-icon-disabled .spinner-arrow-up:hover, 37 | .textbox-icon-disabled .spinner-arrow-down:hover { 38 | opacity: 0.6; 39 | filter: alpha(opacity=60); 40 | background-color: #ffffff; 41 | cursor: default; 42 | } 43 | .spinner .textbox-icon-disabled { 44 | opacity: 0.6; 45 | filter: alpha(opacity=60); 46 | } 47 | .spinner-arrow-up { 48 | background: url('images/spinner_arrows.png') no-repeat 1px center; 49 | } 50 | .spinner-arrow-down { 51 | background: url('images/spinner_arrows.png') no-repeat -15px center; 52 | } 53 | .spinner-button-up { 54 | background: url('images/spinner_arrows.png') no-repeat -32px center; 55 | } 56 | .spinner-button-down { 57 | background: url('images/spinner_arrows.png') no-repeat -48px center; 58 | } 59 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/spinner.css: -------------------------------------------------------------------------------- 1 | .spinner-arrow { 2 | background-color: #F2F2F2; 3 | display: inline-block; 4 | overflow: hidden; 5 | vertical-align: top; 6 | margin: 0; 7 | padding: 0; 8 | opacity: 1.0; 9 | filter: alpha(opacity=100); 10 | width: 18px; 11 | } 12 | .spinner-arrow-up, 13 | .spinner-arrow-down { 14 | opacity: 0.6; 15 | filter: alpha(opacity=60); 16 | display: block; 17 | font-size: 1px; 18 | width: 18px; 19 | height: 10px; 20 | width: 100%; 21 | height: 50%; 22 | color: #444; 23 | outline-style: none; 24 | } 25 | .spinner-arrow-hover { 26 | background-color: #e6e6e6; 27 | opacity: 1.0; 28 | filter: alpha(opacity=100); 29 | } 30 | .spinner-arrow-up:hover, 31 | .spinner-arrow-down:hover { 32 | opacity: 1.0; 33 | filter: alpha(opacity=100); 34 | background-color: #e6e6e6; 35 | } 36 | .textbox-icon-disabled .spinner-arrow-up:hover, 37 | .textbox-icon-disabled .spinner-arrow-down:hover { 38 | opacity: 0.6; 39 | filter: alpha(opacity=60); 40 | background-color: #F2F2F2; 41 | cursor: default; 42 | } 43 | .spinner .textbox-icon-disabled { 44 | opacity: 0.6; 45 | filter: alpha(opacity=60); 46 | } 47 | .spinner-arrow-up { 48 | background: url('images/spinner_arrows.png') no-repeat 1px center; 49 | } 50 | .spinner-arrow-down { 51 | background: url('images/spinner_arrows.png') no-repeat -15px center; 52 | } 53 | .spinner-button-up { 54 | background: url('images/spinner_arrows.png') no-repeat -32px center; 55 | } 56 | .spinner-button-down { 57 | background: url('images/spinner_arrows.png') no-repeat -48px center; 58 | } 59 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/searchbox.css: -------------------------------------------------------------------------------- 1 | .searchbox-button { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .searchbox-button-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .searchbox .l-btn-plain { 16 | border: 0; 17 | padding: 0; 18 | vertical-align: top; 19 | opacity: 0.6; 20 | filter: alpha(opacity=60); 21 | -moz-border-radius: 0 0 0 0; 22 | -webkit-border-radius: 0 0 0 0; 23 | border-radius: 0 0 0 0; 24 | } 25 | .searchbox .l-btn-plain:hover { 26 | border: 0; 27 | padding: 0; 28 | opacity: 1.0; 29 | filter: alpha(opacity=100); 30 | -moz-border-radius: 0 0 0 0; 31 | -webkit-border-radius: 0 0 0 0; 32 | border-radius: 0 0 0 0; 33 | } 34 | .searchbox a.m-btn-plain-active { 35 | -moz-border-radius: 0 0 0 0; 36 | -webkit-border-radius: 0 0 0 0; 37 | border-radius: 0 0 0 0; 38 | } 39 | .searchbox .m-btn-active { 40 | border-width: 0 1px 0 0; 41 | -moz-border-radius: 0 0 0 0; 42 | -webkit-border-radius: 0 0 0 0; 43 | border-radius: 0 0 0 0; 44 | } 45 | .searchbox .textbox-button-right { 46 | border-width: 0 0 0 1px; 47 | } 48 | .searchbox .textbox-button-left { 49 | border-width: 0 1px 0 0; 50 | } 51 | .searchbox-button { 52 | background: url('images/searchbox_button.png') no-repeat center center; 53 | } 54 | .searchbox .l-btn-plain { 55 | background: #3d3d3d; 56 | } 57 | .searchbox .l-btn-plain-disabled, 58 | .searchbox .l-btn-plain-disabled:hover { 59 | opacity: 0.5; 60 | filter: alpha(opacity=50); 61 | } 62 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/searchbox.css: -------------------------------------------------------------------------------- 1 | .searchbox-button { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .searchbox-button-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .searchbox .l-btn-plain { 16 | border: 0; 17 | padding: 0; 18 | vertical-align: top; 19 | opacity: 0.6; 20 | filter: alpha(opacity=60); 21 | -moz-border-radius: 0 0 0 0; 22 | -webkit-border-radius: 0 0 0 0; 23 | border-radius: 0 0 0 0; 24 | } 25 | .searchbox .l-btn-plain:hover { 26 | border: 0; 27 | padding: 0; 28 | opacity: 1.0; 29 | filter: alpha(opacity=100); 30 | -moz-border-radius: 0 0 0 0; 31 | -webkit-border-radius: 0 0 0 0; 32 | border-radius: 0 0 0 0; 33 | } 34 | .searchbox a.m-btn-plain-active { 35 | -moz-border-radius: 0 0 0 0; 36 | -webkit-border-radius: 0 0 0 0; 37 | border-radius: 0 0 0 0; 38 | } 39 | .searchbox .m-btn-active { 40 | border-width: 0 1px 0 0; 41 | -moz-border-radius: 0 0 0 0; 42 | -webkit-border-radius: 0 0 0 0; 43 | border-radius: 0 0 0 0; 44 | } 45 | .searchbox .textbox-button-right { 46 | border-width: 0 0 0 1px; 47 | } 48 | .searchbox .textbox-button-left { 49 | border-width: 0 1px 0 0; 50 | } 51 | .searchbox-button { 52 | background: url('images/searchbox_button.png') no-repeat center center; 53 | } 54 | .searchbox .l-btn-plain { 55 | background: #E0ECFF; 56 | } 57 | .searchbox .l-btn-plain-disabled, 58 | .searchbox .l-btn-plain-disabled:hover { 59 | opacity: 0.5; 60 | filter: alpha(opacity=50); 61 | } 62 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/searchbox.css: -------------------------------------------------------------------------------- 1 | .searchbox-button { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .searchbox-button-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .searchbox .l-btn-plain { 16 | border: 0; 17 | padding: 0; 18 | vertical-align: top; 19 | opacity: 0.6; 20 | filter: alpha(opacity=60); 21 | -moz-border-radius: 0 0 0 0; 22 | -webkit-border-radius: 0 0 0 0; 23 | border-radius: 0 0 0 0; 24 | } 25 | .searchbox .l-btn-plain:hover { 26 | border: 0; 27 | padding: 0; 28 | opacity: 1.0; 29 | filter: alpha(opacity=100); 30 | -moz-border-radius: 0 0 0 0; 31 | -webkit-border-radius: 0 0 0 0; 32 | border-radius: 0 0 0 0; 33 | } 34 | .searchbox a.m-btn-plain-active { 35 | -moz-border-radius: 0 0 0 0; 36 | -webkit-border-radius: 0 0 0 0; 37 | border-radius: 0 0 0 0; 38 | } 39 | .searchbox .m-btn-active { 40 | border-width: 0 1px 0 0; 41 | -moz-border-radius: 0 0 0 0; 42 | -webkit-border-radius: 0 0 0 0; 43 | border-radius: 0 0 0 0; 44 | } 45 | .searchbox .textbox-button-right { 46 | border-width: 0 0 0 1px; 47 | } 48 | .searchbox .textbox-button-left { 49 | border-width: 0 1px 0 0; 50 | } 51 | .searchbox-button { 52 | background: url('images/searchbox_button.png') no-repeat center center; 53 | } 54 | .searchbox .l-btn-plain { 55 | background: #f3f3f3; 56 | } 57 | .searchbox .l-btn-plain-disabled, 58 | .searchbox .l-btn-plain-disabled:hover { 59 | opacity: 0.5; 60 | filter: alpha(opacity=50); 61 | } 62 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/searchbox.css: -------------------------------------------------------------------------------- 1 | .searchbox-button { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .searchbox-button-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .searchbox .l-btn-plain { 16 | border: 0; 17 | padding: 0; 18 | vertical-align: top; 19 | opacity: 0.6; 20 | filter: alpha(opacity=60); 21 | -moz-border-radius: 0 0 0 0; 22 | -webkit-border-radius: 0 0 0 0; 23 | border-radius: 0 0 0 0; 24 | } 25 | .searchbox .l-btn-plain:hover { 26 | border: 0; 27 | padding: 0; 28 | opacity: 1.0; 29 | filter: alpha(opacity=100); 30 | -moz-border-radius: 0 0 0 0; 31 | -webkit-border-radius: 0 0 0 0; 32 | border-radius: 0 0 0 0; 33 | } 34 | .searchbox a.m-btn-plain-active { 35 | -moz-border-radius: 0 0 0 0; 36 | -webkit-border-radius: 0 0 0 0; 37 | border-radius: 0 0 0 0; 38 | } 39 | .searchbox .m-btn-active { 40 | border-width: 0 1px 0 0; 41 | -moz-border-radius: 0 0 0 0; 42 | -webkit-border-radius: 0 0 0 0; 43 | border-radius: 0 0 0 0; 44 | } 45 | .searchbox .textbox-button-right { 46 | border-width: 0 0 0 1px; 47 | } 48 | .searchbox .textbox-button-left { 49 | border-width: 0 1px 0 0; 50 | } 51 | .searchbox-button { 52 | background: url('images/searchbox_button.png') no-repeat center center; 53 | } 54 | .searchbox .l-btn-plain { 55 | background: #f5f5f5; 56 | } 57 | .searchbox .l-btn-plain-disabled, 58 | .searchbox .l-btn-plain-disabled:hover { 59 | opacity: 0.5; 60 | filter: alpha(opacity=50); 61 | } 62 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/searchbox.css: -------------------------------------------------------------------------------- 1 | .searchbox-button { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .searchbox-button-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .searchbox .l-btn-plain { 16 | border: 0; 17 | padding: 0; 18 | vertical-align: top; 19 | opacity: 0.6; 20 | filter: alpha(opacity=60); 21 | -moz-border-radius: 0 0 0 0; 22 | -webkit-border-radius: 0 0 0 0; 23 | border-radius: 0 0 0 0; 24 | } 25 | .searchbox .l-btn-plain:hover { 26 | border: 0; 27 | padding: 0; 28 | opacity: 1.0; 29 | filter: alpha(opacity=100); 30 | -moz-border-radius: 0 0 0 0; 31 | -webkit-border-radius: 0 0 0 0; 32 | border-radius: 0 0 0 0; 33 | } 34 | .searchbox a.m-btn-plain-active { 35 | -moz-border-radius: 0 0 0 0; 36 | -webkit-border-radius: 0 0 0 0; 37 | border-radius: 0 0 0 0; 38 | } 39 | .searchbox .m-btn-active { 40 | border-width: 0 1px 0 0; 41 | -moz-border-radius: 0 0 0 0; 42 | -webkit-border-radius: 0 0 0 0; 43 | border-radius: 0 0 0 0; 44 | } 45 | .searchbox .textbox-button-right { 46 | border-width: 0 0 0 1px; 47 | } 48 | .searchbox .textbox-button-left { 49 | border-width: 0 1px 0 0; 50 | } 51 | .searchbox-button { 52 | background: url('images/searchbox_button.png') no-repeat center center; 53 | } 54 | .searchbox .l-btn-plain { 55 | background: #ffffff; 56 | } 57 | .searchbox .l-btn-plain-disabled, 58 | .searchbox .l-btn-plain-disabled:hover { 59 | opacity: 0.5; 60 | filter: alpha(opacity=50); 61 | } 62 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/searchbox.css: -------------------------------------------------------------------------------- 1 | .searchbox-button { 2 | width: 18px; 3 | height: 20px; 4 | overflow: hidden; 5 | display: inline-block; 6 | vertical-align: top; 7 | cursor: pointer; 8 | opacity: 0.6; 9 | filter: alpha(opacity=60); 10 | } 11 | .searchbox-button-hover { 12 | opacity: 1.0; 13 | filter: alpha(opacity=100); 14 | } 15 | .searchbox .l-btn-plain { 16 | border: 0; 17 | padding: 0; 18 | vertical-align: top; 19 | opacity: 0.6; 20 | filter: alpha(opacity=60); 21 | -moz-border-radius: 0 0 0 0; 22 | -webkit-border-radius: 0 0 0 0; 23 | border-radius: 0 0 0 0; 24 | } 25 | .searchbox .l-btn-plain:hover { 26 | border: 0; 27 | padding: 0; 28 | opacity: 1.0; 29 | filter: alpha(opacity=100); 30 | -moz-border-radius: 0 0 0 0; 31 | -webkit-border-radius: 0 0 0 0; 32 | border-radius: 0 0 0 0; 33 | } 34 | .searchbox a.m-btn-plain-active { 35 | -moz-border-radius: 0 0 0 0; 36 | -webkit-border-radius: 0 0 0 0; 37 | border-radius: 0 0 0 0; 38 | } 39 | .searchbox .m-btn-active { 40 | border-width: 0 1px 0 0; 41 | -moz-border-radius: 0 0 0 0; 42 | -webkit-border-radius: 0 0 0 0; 43 | border-radius: 0 0 0 0; 44 | } 45 | .searchbox .textbox-button-right { 46 | border-width: 0 0 0 1px; 47 | } 48 | .searchbox .textbox-button-left { 49 | border-width: 0 1px 0 0; 50 | } 51 | .searchbox-button { 52 | background: url('images/searchbox_button.png') no-repeat center center; 53 | } 54 | .searchbox .l-btn-plain { 55 | background: #F2F2F2; 56 | } 57 | .searchbox .l-btn-plain-disabled, 58 | .searchbox .l-btn-plain-disabled:hover { 59 | opacity: 0.5; 60 | filter: alpha(opacity=50); 61 | } 62 | -------------------------------------------------------------------------------- /js/jquery-easyui/plugins/jquery.splitbutton.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jQuery EasyUI 1.5.2 3 | * 4 | * Copyright (c) 2009-2017 www.jeasyui.com. All rights reserved. 5 | * 6 | * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php 7 | * To use it on other terms please contact us: info@jeasyui.com 8 | * 9 | */ 10 | (function($){ 11 | function _1(_2){ 12 | var _3=$.data(_2,"splitbutton").options; 13 | $(_2).menubutton(_3); 14 | $(_2).addClass("s-btn"); 15 | }; 16 | $.fn.splitbutton=function(_4,_5){ 17 | if(typeof _4=="string"){ 18 | var _6=$.fn.splitbutton.methods[_4]; 19 | if(_6){ 20 | return _6(this,_5); 21 | }else{ 22 | return this.menubutton(_4,_5); 23 | } 24 | } 25 | _4=_4||{}; 26 | return this.each(function(){ 27 | var _7=$.data(this,"splitbutton"); 28 | if(_7){ 29 | $.extend(_7.options,_4); 30 | }else{ 31 | $.data(this,"splitbutton",{options:$.extend({},$.fn.splitbutton.defaults,$.fn.splitbutton.parseOptions(this),_4)}); 32 | $(this).removeAttr("disabled"); 33 | } 34 | _1(this); 35 | }); 36 | }; 37 | $.fn.splitbutton.methods={options:function(jq){ 38 | var _8=jq.menubutton("options"); 39 | var _9=$.data(jq[0],"splitbutton").options; 40 | $.extend(_9,{disabled:_8.disabled,toggle:_8.toggle,selected:_8.selected}); 41 | return _9; 42 | }}; 43 | $.fn.splitbutton.parseOptions=function(_a){ 44 | var t=$(_a); 45 | return $.extend({},$.fn.linkbutton.parseOptions(_a),$.parser.parseOptions(_a,["menu",{plain:"boolean",duration:"number"}])); 46 | }; 47 | $.fn.splitbutton.defaults=$.extend({},$.fn.linkbutton.defaults,{plain:true,menu:null,duration:100,cls:{btn1:"m-btn-active s-btn-active",btn2:"m-btn-plain-active s-btn-plain-active",arrow:"m-btn-downarrow",trigger:"m-btn-line"}}); 48 | })(jQuery); 49 | 50 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/black/pagination.css: -------------------------------------------------------------------------------- 1 | .pagination { 2 | zoom: 1; 3 | } 4 | .pagination table { 5 | float: left; 6 | height: 30px; 7 | } 8 | .pagination td { 9 | border: 0; 10 | } 11 | .pagination-btn-separator { 12 | float: left; 13 | height: 24px; 14 | border-left: 1px solid #444; 15 | border-right: 1px solid #777; 16 | margin: 3px 1px; 17 | } 18 | .pagination .pagination-num { 19 | border-width: 1px; 20 | border-style: solid; 21 | margin: 0 2px; 22 | padding: 2px; 23 | width: 2em; 24 | height: auto; 25 | } 26 | .pagination-page-list { 27 | margin: 0px 6px; 28 | padding: 1px 2px; 29 | width: auto; 30 | height: auto; 31 | border-width: 1px; 32 | border-style: solid; 33 | } 34 | .pagination-info { 35 | float: right; 36 | margin: 0 6px; 37 | padding: 0; 38 | height: 30px; 39 | line-height: 30px; 40 | font-size: 12px; 41 | } 42 | .pagination span { 43 | font-size: 12px; 44 | } 45 | .pagination-link .l-btn-text { 46 | width: 24px; 47 | text-align: center; 48 | margin: 0; 49 | } 50 | .pagination-first { 51 | background: url('images/pagination_icons.png') no-repeat 0 center; 52 | } 53 | .pagination-prev { 54 | background: url('images/pagination_icons.png') no-repeat -16px center; 55 | } 56 | .pagination-next { 57 | background: url('images/pagination_icons.png') no-repeat -32px center; 58 | } 59 | .pagination-last { 60 | background: url('images/pagination_icons.png') no-repeat -48px center; 61 | } 62 | .pagination-load { 63 | background: url('images/pagination_icons.png') no-repeat -64px center; 64 | } 65 | .pagination-loading { 66 | background: url('images/loading.gif') no-repeat center center; 67 | } 68 | .pagination-page-list, 69 | .pagination .pagination-num { 70 | border-color: #000; 71 | } 72 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/gray/pagination.css: -------------------------------------------------------------------------------- 1 | .pagination { 2 | zoom: 1; 3 | } 4 | .pagination table { 5 | float: left; 6 | height: 30px; 7 | } 8 | .pagination td { 9 | border: 0; 10 | } 11 | .pagination-btn-separator { 12 | float: left; 13 | height: 24px; 14 | border-left: 1px solid #ccc; 15 | border-right: 1px solid #fff; 16 | margin: 3px 1px; 17 | } 18 | .pagination .pagination-num { 19 | border-width: 1px; 20 | border-style: solid; 21 | margin: 0 2px; 22 | padding: 2px; 23 | width: 2em; 24 | height: auto; 25 | } 26 | .pagination-page-list { 27 | margin: 0px 6px; 28 | padding: 1px 2px; 29 | width: auto; 30 | height: auto; 31 | border-width: 1px; 32 | border-style: solid; 33 | } 34 | .pagination-info { 35 | float: right; 36 | margin: 0 6px; 37 | padding: 0; 38 | height: 30px; 39 | line-height: 30px; 40 | font-size: 12px; 41 | } 42 | .pagination span { 43 | font-size: 12px; 44 | } 45 | .pagination-link .l-btn-text { 46 | width: 24px; 47 | text-align: center; 48 | margin: 0; 49 | } 50 | .pagination-first { 51 | background: url('images/pagination_icons.png') no-repeat 0 center; 52 | } 53 | .pagination-prev { 54 | background: url('images/pagination_icons.png') no-repeat -16px center; 55 | } 56 | .pagination-next { 57 | background: url('images/pagination_icons.png') no-repeat -32px center; 58 | } 59 | .pagination-last { 60 | background: url('images/pagination_icons.png') no-repeat -48px center; 61 | } 62 | .pagination-load { 63 | background: url('images/pagination_icons.png') no-repeat -64px center; 64 | } 65 | .pagination-loading { 66 | background: url('images/loading.gif') no-repeat center center; 67 | } 68 | .pagination-page-list, 69 | .pagination .pagination-num { 70 | border-color: #D3D3D3; 71 | } 72 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/material/pagination.css: -------------------------------------------------------------------------------- 1 | .pagination { 2 | zoom: 1; 3 | } 4 | .pagination table { 5 | float: left; 6 | height: 30px; 7 | } 8 | .pagination td { 9 | border: 0; 10 | } 11 | .pagination-btn-separator { 12 | float: left; 13 | height: 24px; 14 | border-left: 1px solid #ddd; 15 | border-right: 1px solid #fff; 16 | margin: 3px 1px; 17 | } 18 | .pagination .pagination-num { 19 | border-width: 1px; 20 | border-style: solid; 21 | margin: 0 2px; 22 | padding: 2px; 23 | width: 2em; 24 | height: auto; 25 | } 26 | .pagination-page-list { 27 | margin: 0px 6px; 28 | padding: 1px 2px; 29 | width: auto; 30 | height: auto; 31 | border-width: 1px; 32 | border-style: solid; 33 | } 34 | .pagination-info { 35 | float: right; 36 | margin: 0 6px; 37 | padding: 0; 38 | height: 30px; 39 | line-height: 30px; 40 | font-size: 12px; 41 | } 42 | .pagination span { 43 | font-size: 12px; 44 | } 45 | .pagination-link .l-btn-text { 46 | width: 24px; 47 | text-align: center; 48 | margin: 0; 49 | } 50 | .pagination-first { 51 | background: url('images/pagination_icons.png') no-repeat 0 center; 52 | } 53 | .pagination-prev { 54 | background: url('images/pagination_icons.png') no-repeat -16px center; 55 | } 56 | .pagination-next { 57 | background: url('images/pagination_icons.png') no-repeat -32px center; 58 | } 59 | .pagination-last { 60 | background: url('images/pagination_icons.png') no-repeat -48px center; 61 | } 62 | .pagination-load { 63 | background: url('images/pagination_icons.png') no-repeat -64px center; 64 | } 65 | .pagination-loading { 66 | background: url('images/loading.gif') no-repeat center center; 67 | } 68 | .pagination-page-list, 69 | .pagination .pagination-num { 70 | border-color: #ddd; 71 | } 72 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/metro/pagination.css: -------------------------------------------------------------------------------- 1 | .pagination { 2 | zoom: 1; 3 | } 4 | .pagination table { 5 | float: left; 6 | height: 30px; 7 | } 8 | .pagination td { 9 | border: 0; 10 | } 11 | .pagination-btn-separator { 12 | float: left; 13 | height: 24px; 14 | border-left: 1px solid #ddd; 15 | border-right: 1px solid #fff; 16 | margin: 3px 1px; 17 | } 18 | .pagination .pagination-num { 19 | border-width: 1px; 20 | border-style: solid; 21 | margin: 0 2px; 22 | padding: 2px; 23 | width: 2em; 24 | height: auto; 25 | } 26 | .pagination-page-list { 27 | margin: 0px 6px; 28 | padding: 1px 2px; 29 | width: auto; 30 | height: auto; 31 | border-width: 1px; 32 | border-style: solid; 33 | } 34 | .pagination-info { 35 | float: right; 36 | margin: 0 6px; 37 | padding: 0; 38 | height: 30px; 39 | line-height: 30px; 40 | font-size: 12px; 41 | } 42 | .pagination span { 43 | font-size: 12px; 44 | } 45 | .pagination-link .l-btn-text { 46 | width: 24px; 47 | text-align: center; 48 | margin: 0; 49 | } 50 | .pagination-first { 51 | background: url('images/pagination_icons.png') no-repeat 0 center; 52 | } 53 | .pagination-prev { 54 | background: url('images/pagination_icons.png') no-repeat -16px center; 55 | } 56 | .pagination-next { 57 | background: url('images/pagination_icons.png') no-repeat -32px center; 58 | } 59 | .pagination-last { 60 | background: url('images/pagination_icons.png') no-repeat -48px center; 61 | } 62 | .pagination-load { 63 | background: url('images/pagination_icons.png') no-repeat -64px center; 64 | } 65 | .pagination-loading { 66 | background: url('images/loading.gif') no-repeat center center; 67 | } 68 | .pagination-page-list, 69 | .pagination .pagination-num { 70 | border-color: #ddd; 71 | } 72 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/bootstrap/pagination.css: -------------------------------------------------------------------------------- 1 | .pagination { 2 | zoom: 1; 3 | } 4 | .pagination table { 5 | float: left; 6 | height: 30px; 7 | } 8 | .pagination td { 9 | border: 0; 10 | } 11 | .pagination-btn-separator { 12 | float: left; 13 | height: 24px; 14 | border-left: 1px solid #ccc; 15 | border-right: 1px solid #fff; 16 | margin: 3px 1px; 17 | } 18 | .pagination .pagination-num { 19 | border-width: 1px; 20 | border-style: solid; 21 | margin: 0 2px; 22 | padding: 2px; 23 | width: 2em; 24 | height: auto; 25 | } 26 | .pagination-page-list { 27 | margin: 0px 6px; 28 | padding: 1px 2px; 29 | width: auto; 30 | height: auto; 31 | border-width: 1px; 32 | border-style: solid; 33 | } 34 | .pagination-info { 35 | float: right; 36 | margin: 0 6px; 37 | padding: 0; 38 | height: 30px; 39 | line-height: 30px; 40 | font-size: 12px; 41 | } 42 | .pagination span { 43 | font-size: 12px; 44 | } 45 | .pagination-link .l-btn-text { 46 | width: 24px; 47 | text-align: center; 48 | margin: 0; 49 | } 50 | .pagination-first { 51 | background: url('images/pagination_icons.png') no-repeat 0 center; 52 | } 53 | .pagination-prev { 54 | background: url('images/pagination_icons.png') no-repeat -16px center; 55 | } 56 | .pagination-next { 57 | background: url('images/pagination_icons.png') no-repeat -32px center; 58 | } 59 | .pagination-last { 60 | background: url('images/pagination_icons.png') no-repeat -48px center; 61 | } 62 | .pagination-load { 63 | background: url('images/pagination_icons.png') no-repeat -64px center; 64 | } 65 | .pagination-loading { 66 | background: url('images/loading.gif') no-repeat center center; 67 | } 68 | .pagination-page-list, 69 | .pagination .pagination-num { 70 | border-color: #D4D4D4; 71 | } 72 | -------------------------------------------------------------------------------- /js/jquery-easyui/themes/default/pagination.css: -------------------------------------------------------------------------------- 1 | .pagination { 2 | zoom: 1; 3 | } 4 | .pagination table { 5 | float: left; 6 | height: 30px; 7 | } 8 | .pagination td { 9 | border: 0; 10 | } 11 | .pagination-btn-separator { 12 | float: left; 13 | height: 24px; 14 | border-left: 1px solid #ccc; 15 | border-right: 1px solid #fff; 16 | margin: 3px 1px; 17 | } 18 | .pagination .pagination-num { 19 | border-width: 1px; 20 | border-style: solid; 21 | margin: 0 2px; 22 | padding: 2px; 23 | width: 2em; 24 | height: auto; 25 | } 26 | .pagination-page-list { 27 | margin: 0px 6px; 28 | padding: 1px 2px; 29 | width: auto; 30 | height: auto; 31 | border-width: 1px; 32 | border-style: solid; 33 | } 34 | .pagination-info { 35 | float: right; 36 | margin: 0 6px; 37 | padding: 0; 38 | height: 30px; 39 | line-height: 30px; 40 | font-size: 12px; 41 | } 42 | .pagination span { 43 | font-size: 12px; 44 | } 45 | .pagination-link .l-btn-text { 46 | width: 24px; 47 | text-align: center; 48 | margin: 0; 49 | } 50 | .pagination-first { 51 | background: url('images/pagination_icons.png') no-repeat 0 center; 52 | } 53 | .pagination-prev { 54 | background: url('images/pagination_icons.png') no-repeat -16px center; 55 | } 56 | .pagination-next { 57 | background: url('images/pagination_icons.png') no-repeat -32px center; 58 | } 59 | .pagination-last { 60 | background: url('images/pagination_icons.png') no-repeat -48px center; 61 | } 62 | .pagination-load { 63 | background: url('images/pagination_icons.png') no-repeat -64px center; 64 | } 65 | .pagination-loading { 66 | background: url('images/loading.gif') no-repeat center center; 67 | } 68 | .pagination-page-list, 69 | .pagination .pagination-num { 70 | border-color: #95B8E7; 71 | } 72 | -------------------------------------------------------------------------------- /js/layui/lay/modules/laytpl.js: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.2 MIT License By https://www.layui.com */ 2 | ;layui.define(function(e){"use strict";var r={open:"{{",close:"}}"},c={exp:function(e){return new RegExp(e,"g")},query:function(e,c,t){var o=["#([\\s\\S])+?","([^{#}])*?"][e||0];return n((c||"")+r.open+o+r.close+(t||""))},escape:function(e){return String(e||"").replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")},error:function(e,r){var c="Laytpl Error:";return"object"==typeof console&&console.error(c+e+"\n"+(r||"")),c+e}},n=c.exp,t=function(e){this.tpl=e};t.pt=t.prototype,window.errors=0,t.pt.parse=function(e,t){var o=this,p=e,a=n("^"+r.open+"#",""),l=n(r.close+"$","");e=e.replace(/\s+|\r|\t|\n/g," ").replace(n(r.open+"#"),r.open+"# ").replace(n(r.close+"}"),"} "+r.close).replace(/\\/g,"\\\\").replace(n(r.open+"!(.+?)!"+r.close),function(e){return e=e.replace(n("^"+r.open+"!"),"").replace(n("!"+r.close),"").replace(n(r.open+"|"+r.close),function(e){return e.replace(/(.)/g,"\\$1")})}).replace(/(?="|')/g,"\\").replace(c.query(),function(e){return e=e.replace(a,"").replace(l,""),'";'+e.replace(/\\/g,"")+';view+="'}).replace(c.query(1),function(e){var c='"+(';return e.replace(/\s/g,"")===r.open+r.close?"":(e=e.replace(n(r.open+"|"+r.close),""),/^=/.test(e)&&(e=e.replace(/^=/,""),c='"+_escape_('),c+e.replace(/\\/g,"")+')+"')}),e='"use strict";var view = "'+e+'";return view;';try{return o.cache=e=new Function("d, _escape_",e),e(t,c.escape)}catch(u){return delete o.cache,c.error(u,p)}},t.pt.render=function(e,r){var n,t=this;return e?(n=t.cache?t.cache(e,c.escape):t.parse(t.tpl,e),r?void r(n):n):c.error("no data")};var o=function(e){return"string"!=typeof e?c.error("Template not found"):new t(e)};o.config=function(e){e=e||{};for(var c in e)r[c]=e[c]},o.v="1.2.0",e("laytpl",o)}); -------------------------------------------------------------------------------- /js/jquery-easyui/locale/easyui-lang-ko.js: -------------------------------------------------------------------------------- 1 | if ($.fn.pagination){ 2 | $.fn.pagination.defaults.beforePageText = '페이지'; 3 | $.fn.pagination.defaults.afterPageText = '{pages} 중'; 4 | $.fn.pagination.defaults.displayMsg = '전체 {total} 항목 중 {from}부터 {to}번째'; 5 | } 6 | if ($.fn.datagrid){ 7 | $.fn.datagrid.defaults.loadMsg = '처리 중입니다. 잠시만 기다려 주세요...'; 8 | } 9 | if ($.fn.treegrid && $.fn.datagrid){ 10 | $.fn.treegrid.defaults.loadMsg = $.fn.datagrid.defaults.loadMsg; 11 | } 12 | if ($.messager){ 13 | $.messager.defaults.ok = '확인'; 14 | $.messager.defaults.cancel = '취소'; 15 | } 16 | $.map(['validatebox','textbox','passwordbox','filebox','searchbox', 17 | 'combo','combobox','combogrid','combotree', 18 | 'datebox','datetimebox','numberbox', 19 | 'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){ 20 | if ($.fn[plugin]){ 21 | $.fn[plugin].defaults.missingMessage = '필수 항목입니다.'; 22 | } 23 | }); 24 | if ($.fn.validatebox){ 25 | $.fn.validatebox.defaults.rules.email.message = '올바른 메일 주소를 입력해 주세요.'; 26 | $.fn.validatebox.defaults.rules.url.message = '올바른 URL를 입력해 주세요.'; 27 | $.fn.validatebox.defaults.rules.length.message = '{0}에서 {1} 사이의 값을 입력해 주세요.'; 28 | $.fn.validatebox.defaults.rules.remote.message = '이 필드를 수정해 주세요.'; 29 | } 30 | if ($.fn.calendar){ 31 | $.fn.calendar.defaults.weeks = ['일','월','화','수','목','금','토']; 32 | $.fn.calendar.defaults.months = ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월']; 33 | } 34 | if ($.fn.datebox){ 35 | $.fn.datebox.defaults.currentText = '오늘'; 36 | $.fn.datebox.defaults.closeText = '닫기'; 37 | $.fn.datebox.defaults.okText = '확인'; 38 | } 39 | if ($.fn.datetimebox && $.fn.datebox){ 40 | $.extend($.fn.datetimebox.defaults,{ 41 | currentText: $.fn.datebox.defaults.currentText, 42 | closeText: $.fn.datebox.defaults.closeText, 43 | okText: $.fn.datebox.defaults.okText 44 | }); 45 | } 46 | -------------------------------------------------------------------------------- /js/jquery-easyui/locale/easyui-lang-af.js: -------------------------------------------------------------------------------- 1 | if ($.fn.pagination){ 2 | $.fn.pagination.defaults.beforePageText = 'Bladsy'; 3 | $.fn.pagination.defaults.afterPageText = 'Van {pages}'; 4 | $.fn.pagination.defaults.displayMsg = 'Wys (from) tot (to) van (total) items'; 5 | } 6 | if ($.fn.datagrid){ 7 | $.fn.datagrid.defaults.loadMsg = 'Verwerking, wag asseblief ...'; 8 | } 9 | if ($.fn.treegrid && $.fn.datagrid){ 10 | $.fn.treegrid.defaults.loadMsg = $.fn.datagrid.defaults.loadMsg; 11 | } 12 | if ($.messager){ 13 | $.messager.defaults.ok = 'Ok'; 14 | $.messager.defaults.cancel = 'Die styl'; 15 | } 16 | $.map(['validatebox','textbox','passwordbox','filebox','searchbox', 17 | 'combo','combobox','combogrid','combotree', 18 | 'datebox','datetimebox','numberbox', 19 | 'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){ 20 | if ($.fn[plugin]){ 21 | $.fn[plugin].defaults.missingMessage = 'Die veld is verpligtend.'; 22 | } 23 | }); 24 | if ($.fn.validatebox){ 25 | $.fn.validatebox.defaults.rules.email.message = "Gee 'n geldige e-pos adres."; 26 | $.fn.validatebox.defaults.rules.url.message = "Gee 'n geldige URL nie."; 27 | $.fn.validatebox.defaults.rules.length.message = "Voer 'n waarde tussen {0} en {1}."; 28 | } 29 | if ($.fn.calendar){ 30 | $.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S']; 31 | $.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; 32 | } 33 | if ($.fn.datebox){ 34 | $.fn.datebox.defaults.currentText = 'Vandag'; 35 | $.fn.datebox.defaults.closeText = 'Sluit'; 36 | $.fn.datebox.defaults.okText = 'Ok'; 37 | } 38 | if ($.fn.datetimebox && $.fn.datebox){ 39 | $.extend($.fn.datetimebox.defaults,{ 40 | currentText: $.fn.datebox.defaults.currentText, 41 | closeText: $.fn.datebox.defaults.closeText, 42 | okText: $.fn.datebox.defaults.okText 43 | }); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/locale/easyui-lang-da.js: -------------------------------------------------------------------------------- 1 | if ($.fn.pagination){ 2 | $.fn.pagination.defaults.beforePageText = 'Page'; 3 | $.fn.pagination.defaults.afterPageText = 'af {pages}'; 4 | $.fn.pagination.defaults.displayMsg = 'Viser {from} til {to} af {total} poster'; 5 | } 6 | if ($.fn.datagrid){ 7 | $.fn.datagrid.defaults.loadMsg = 'Behandling, vent venligst ...'; 8 | } 9 | if ($.fn.treegrid && $.fn.datagrid){ 10 | $.fn.treegrid.defaults.loadMsg = $.fn.datagrid.defaults.loadMsg; 11 | } 12 | if ($.messager){ 13 | $.messager.defaults.ok = 'Ok'; 14 | $.messager.defaults.cancel = 'Annuller'; 15 | } 16 | $.map(['validatebox','textbox','passwordbox','filebox','searchbox', 17 | 'combo','combobox','combogrid','combotree', 18 | 'datebox','datetimebox','numberbox', 19 | 'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){ 20 | if ($.fn[plugin]){ 21 | $.fn[plugin].defaults.missingMessage = 'Dette felt er påkrævet.'; 22 | } 23 | }); 24 | if ($.fn.validatebox){ 25 | $.fn.validatebox.defaults.rules.email.message = 'Angiv en gyldig e-mail-adresse.'; 26 | $.fn.validatebox.defaults.rules.url.message = 'Angiv en gyldig webadresse.'; 27 | $.fn.validatebox.defaults.rules.length.message = 'Angiv en værdi mellem {0} og {1}.'; 28 | } 29 | if ($.fn.calendar){ 30 | $.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S']; 31 | $.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; 32 | } 33 | if ($.fn.datebox){ 34 | $.fn.datebox.defaults.currentText = 'I dag'; 35 | $.fn.datebox.defaults.closeText = 'Luk'; 36 | $.fn.datebox.defaults.okText = 'Ok'; 37 | } 38 | if ($.fn.datetimebox && $.fn.datebox){ 39 | $.extend($.fn.datetimebox.defaults,{ 40 | currentText: $.fn.datebox.defaults.currentText, 41 | closeText: $.fn.datebox.defaults.closeText, 42 | okText: $.fn.datebox.defaults.okText 43 | }); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/locale/easyui-lang-jp.js: -------------------------------------------------------------------------------- 1 | if ($.fn.pagination){ 2 | $.fn.pagination.defaults.beforePageText = 'ページ'; 3 | $.fn.pagination.defaults.afterPageText = '{pages} 中'; 4 | $.fn.pagination.defaults.displayMsg = '全 {total} アイテム中 {from} から {to} を表示中'; 5 | } 6 | if ($.fn.datagrid){ 7 | $.fn.datagrid.defaults.loadMsg = '処理中です。少々お待ちください...'; 8 | } 9 | if ($.fn.treegrid && $.fn.datagrid){ 10 | $.fn.treegrid.defaults.loadMsg = $.fn.datagrid.defaults.loadMsg; 11 | } 12 | if ($.messager){ 13 | $.messager.defaults.ok = 'OK'; 14 | $.messager.defaults.cancel = 'キャンセル'; 15 | } 16 | $.map(['validatebox','textbox','passwordbox','filebox','searchbox', 17 | 'combo','combobox','combogrid','combotree', 18 | 'datebox','datetimebox','numberbox', 19 | 'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){ 20 | if ($.fn[plugin]){ 21 | $.fn[plugin].defaults.missingMessage = '入力は必須です。'; 22 | } 23 | }); 24 | if ($.fn.validatebox){ 25 | $.fn.validatebox.defaults.rules.email.message = '正しいメールアドレスを入力してください。'; 26 | $.fn.validatebox.defaults.rules.url.message = '正しいURLを入力してください。'; 27 | $.fn.validatebox.defaults.rules.length.message = '{0} から {1} の範囲の正しい値を入力してください。'; 28 | $.fn.validatebox.defaults.rules.remote.message = 'このフィールドを修正してください。'; 29 | } 30 | if ($.fn.calendar){ 31 | $.fn.calendar.defaults.weeks = ['日','月','火','水','木','金','土']; 32 | $.fn.calendar.defaults.months = ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']; 33 | } 34 | if ($.fn.datebox){ 35 | $.fn.datebox.defaults.currentText = '今日'; 36 | $.fn.datebox.defaults.closeText = '閉じる'; 37 | $.fn.datebox.defaults.okText = 'OK'; 38 | } 39 | if ($.fn.datetimebox && $.fn.datebox){ 40 | $.extend($.fn.datetimebox.defaults,{ 41 | currentText: $.fn.datebox.defaults.currentText, 42 | closeText: $.fn.datebox.defaults.closeText, 43 | okText: $.fn.datebox.defaults.okText 44 | }); 45 | } 46 | -------------------------------------------------------------------------------- /js/jquery-easyui/locale/easyui-lang-nl.js: -------------------------------------------------------------------------------- 1 | if ($.fn.pagination){ 2 | $.fn.pagination.defaults.beforePageText = 'Pagina'; 3 | $.fn.pagination.defaults.afterPageText = 'van {pages}'; 4 | $.fn.pagination.defaults.displayMsg = 'Tonen van {from} tot {to} van de {total} items'; 5 | } 6 | if ($.fn.datagrid){ 7 | $.fn.datagrid.defaults.loadMsg = 'Verwerking, even geduld ...'; 8 | } 9 | if ($.fn.treegrid && $.fn.datagrid){ 10 | $.fn.treegrid.defaults.loadMsg = $.fn.datagrid.defaults.loadMsg; 11 | } 12 | if ($.messager){ 13 | $.messager.defaults.ok = 'Ok'; 14 | $.messager.defaults.cancel = 'Annuleren'; 15 | } 16 | $.map(['validatebox','textbox','passwordbox','filebox','searchbox', 17 | 'combo','combobox','combogrid','combotree', 18 | 'datebox','datetimebox','numberbox', 19 | 'spinner','numberspinner','timespinner','datetimespinner'], function(plugin){ 20 | if ($.fn[plugin]){ 21 | $.fn[plugin].defaults.missingMessage = 'Dit veld is verplicht.'; 22 | } 23 | }); 24 | if ($.fn.validatebox){ 25 | $.fn.validatebox.defaults.rules.email.message = 'Geef een geldig e-mailadres.'; 26 | $.fn.validatebox.defaults.rules.url.message = 'Vul een geldige URL.'; 27 | $.fn.validatebox.defaults.rules.length.message = 'Voer een waarde tussen {0} en {1}.'; 28 | } 29 | if ($.fn.calendar){ 30 | $.fn.calendar.defaults.weeks = ['S','M','T','W','T','F','S']; 31 | $.fn.calendar.defaults.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; 32 | } 33 | if ($.fn.datebox){ 34 | $.fn.datebox.defaults.currentText = 'Vandaag'; 35 | $.fn.datebox.defaults.closeText = 'Dicht'; 36 | $.fn.datebox.defaults.okText = 'Ok'; 37 | } 38 | if ($.fn.datetimebox && $.fn.datebox){ 39 | $.extend($.fn.datetimebox.defaults,{ 40 | currentText: $.fn.datebox.defaults.currentText, 41 | closeText: $.fn.datebox.defaults.closeText, 42 | okText: $.fn.datebox.defaults.okText 43 | }); 44 | } 45 | -------------------------------------------------------------------------------- /js/jquery-easyui/plugins/jquery.numberspinner.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jQuery EasyUI 1.5.2 3 | * 4 | * Copyright (c) 2009-2017 www.jeasyui.com. All rights reserved. 5 | * 6 | * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php 7 | * To use it on other terms please contact us: info@jeasyui.com 8 | * 9 | */ 10 | (function($){ 11 | function _1(_2){ 12 | $(_2).addClass("numberspinner-f"); 13 | var _3=$.data(_2,"numberspinner").options; 14 | $(_2).numberbox($.extend({},_3,{doSize:false})).spinner(_3); 15 | $(_2).numberbox("setValue",_3.value); 16 | }; 17 | function _4(_5,_6){ 18 | var _7=$.data(_5,"numberspinner").options; 19 | var v=parseFloat($(_5).numberbox("getValue")||_7.value)||0; 20 | if(_6){ 21 | v-=_7.increment; 22 | }else{ 23 | v+=_7.increment; 24 | } 25 | $(_5).numberbox("setValue",v); 26 | }; 27 | $.fn.numberspinner=function(_8,_9){ 28 | if(typeof _8=="string"){ 29 | var _a=$.fn.numberspinner.methods[_8]; 30 | if(_a){ 31 | return _a(this,_9); 32 | }else{ 33 | return this.numberbox(_8,_9); 34 | } 35 | } 36 | _8=_8||{}; 37 | return this.each(function(){ 38 | var _b=$.data(this,"numberspinner"); 39 | if(_b){ 40 | $.extend(_b.options,_8); 41 | }else{ 42 | $.data(this,"numberspinner",{options:$.extend({},$.fn.numberspinner.defaults,$.fn.numberspinner.parseOptions(this),_8)}); 43 | } 44 | _1(this); 45 | }); 46 | }; 47 | $.fn.numberspinner.methods={options:function(jq){ 48 | var _c=jq.numberbox("options"); 49 | return $.extend($.data(jq[0],"numberspinner").options,{width:_c.width,value:_c.value,originalValue:_c.originalValue,disabled:_c.disabled,readonly:_c.readonly}); 50 | }}; 51 | $.fn.numberspinner.parseOptions=function(_d){ 52 | return $.extend({},$.fn.spinner.parseOptions(_d),$.fn.numberbox.parseOptions(_d),{}); 53 | }; 54 | $.fn.numberspinner.defaults=$.extend({},$.fn.spinner.defaults,$.fn.numberbox.defaults,{spin:function(_e){ 55 | _4(this,_e); 56 | }}); 57 | })(jQuery); 58 | 59 | --------------------------------------------------------------------------------