├── src └── main │ ├── resources │ ├── prosource │ │ ├── webapp │ │ │ └── resources │ │ │ │ ├── css │ │ │ │ └── layout.css │ │ │ │ ├── images │ │ │ │ └── icons │ │ │ │ │ ├── bg.jpg │ │ │ │ │ ├── no.png │ │ │ │ │ ├── ok.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── cut.png │ │ │ │ │ ├── help.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── man.png │ │ │ │ │ ├── more.png │ │ │ │ │ ├── redo.png │ │ │ │ │ ├── sum.png │ │ │ │ │ ├── tip.png │ │ │ │ │ ├── undo.png │ │ │ │ │ ├── blank.gif │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── clear.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── pencil.png │ │ │ │ │ ├── print.png │ │ │ │ │ ├── reload.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── edit_add.png │ │ │ │ │ ├── filesave.png │ │ │ │ │ ├── mini_add.png │ │ │ │ │ ├── mini_edit.png │ │ │ │ │ ├── edit_remove.png │ │ │ │ │ ├── large_chart.png │ │ │ │ │ ├── large_shapes.png │ │ │ │ │ ├── mini_refresh.png │ │ │ │ │ ├── large_clipart.png │ │ │ │ │ ├── large_picture.png │ │ │ │ │ └── large_smartart.png │ │ │ │ └── jquery-easyui-1.4.4 │ │ │ │ ├── themes │ │ │ │ ├── black │ │ │ │ │ ├── validatebox.css │ │ │ │ │ ├── images │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ ├── calendar_arrows.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 │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ ├── numberbox.css │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ ├── filebox.css │ │ │ │ │ ├── combobox.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── datebox.css │ │ │ │ │ ├── progressbar.css │ │ │ │ │ ├── propertygrid.css │ │ │ │ │ ├── messager.css │ │ │ │ │ └── accordion.css │ │ │ │ ├── gray │ │ │ │ │ ├── validatebox.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 │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ ├── numberbox.css │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ ├── filebox.css │ │ │ │ │ ├── combobox.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── datebox.css │ │ │ │ │ ├── progressbar.css │ │ │ │ │ ├── propertygrid.css │ │ │ │ │ ├── messager.css │ │ │ │ │ └── accordion.css │ │ │ │ ├── metro │ │ │ │ │ ├── validatebox.css │ │ │ │ │ ├── images │ │ │ │ │ │ ├── blank.gif │ │ │ │ │ │ ├── loading.gif │ │ │ │ │ │ ├── tabs_icons.png │ │ │ │ │ │ ├── tree_icons.png │ │ │ │ │ │ ├── combo_arrow.png │ │ │ │ │ │ ├── menu_arrows.png │ │ │ │ │ │ ├── panel_tools.png │ │ │ │ │ │ ├── calendar_arrows.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 │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ ├── numberbox.css │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ ├── filebox.css │ │ │ │ │ ├── combobox.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── datebox.css │ │ │ │ │ ├── progressbar.css │ │ │ │ │ ├── propertygrid.css │ │ │ │ │ ├── messager.css │ │ │ │ │ └── accordion.css │ │ │ │ ├── bootstrap │ │ │ │ │ ├── validatebox.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 │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ ├── numberbox.css │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ ├── filebox.css │ │ │ │ │ ├── combobox.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── datebox.css │ │ │ │ │ ├── progressbar.css │ │ │ │ │ ├── propertygrid.css │ │ │ │ │ ├── messager.css │ │ │ │ │ └── accordion.css │ │ │ │ ├── default │ │ │ │ │ ├── validatebox.css │ │ │ │ │ ├── images │ │ │ │ │ │ ├── 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 │ │ │ │ │ │ ├── calendar_arrows.png │ │ │ │ │ │ ├── datagrid_icons.png │ │ │ │ │ │ ├── messager_icons.png │ │ │ │ │ │ ├── spinner_arrows.png │ │ │ │ │ │ ├── accordion_arrows.png │ │ │ │ │ │ ├── pagination_icons.png │ │ │ │ │ │ ├── searchbox_button.png │ │ │ │ │ │ └── validatebox_warning.png │ │ │ │ │ ├── numberbox.css │ │ │ │ │ ├── splitbutton.css │ │ │ │ │ ├── filebox.css │ │ │ │ │ ├── combobox.css │ │ │ │ │ ├── dialog.css │ │ │ │ │ ├── datebox.css │ │ │ │ │ ├── progressbar.css │ │ │ │ │ ├── propertygrid.css │ │ │ │ │ ├── messager.css │ │ │ │ │ └── accordion.css │ │ │ │ └── icons │ │ │ │ │ ├── no.png │ │ │ │ │ ├── ok.png │ │ │ │ │ ├── back.png │ │ │ │ │ ├── cut.png │ │ │ │ │ ├── help.png │ │ │ │ │ ├── lock.png │ │ │ │ │ ├── man.png │ │ │ │ │ ├── more.png │ │ │ │ │ ├── redo.png │ │ │ │ │ ├── sum.png │ │ │ │ │ ├── tip.png │ │ │ │ │ ├── undo.png │ │ │ │ │ ├── blank.gif │ │ │ │ │ ├── cancel.png │ │ │ │ │ ├── clear.png │ │ │ │ │ ├── filter.png │ │ │ │ │ ├── pencil.png │ │ │ │ │ ├── print.png │ │ │ │ │ ├── reload.png │ │ │ │ │ ├── search.png │ │ │ │ │ ├── edit_add.png │ │ │ │ │ ├── filesave.png │ │ │ │ │ ├── mini_add.png │ │ │ │ │ ├── mini_edit.png │ │ │ │ │ ├── edit_remove.png │ │ │ │ │ ├── large_chart.png │ │ │ │ │ ├── large_shapes.png │ │ │ │ │ ├── mini_refresh.png │ │ │ │ │ ├── large_clipart.png │ │ │ │ │ ├── large_picture.png │ │ │ │ │ └── large_smartart.png │ │ │ │ ├── demo │ │ │ │ ├── tabs │ │ │ │ │ ├── images │ │ │ │ │ │ ├── pda.png │ │ │ │ │ │ ├── modem.png │ │ │ │ │ │ ├── scanner.png │ │ │ │ │ │ └── tablet.png │ │ │ │ │ ├── _content.html │ │ │ │ │ ├── tree_data1.json │ │ │ │ │ └── fluid.html │ │ │ │ ├── form │ │ │ │ │ └── form_data1.json │ │ │ │ ├── demo.css │ │ │ │ ├── datagrid │ │ │ │ │ └── products.json │ │ │ │ ├── combobox │ │ │ │ │ ├── combobox_data1.json │ │ │ │ │ ├── remotedata.html │ │ │ │ │ ├── group.html │ │ │ │ │ ├── multiple.html │ │ │ │ │ ├── dynamicdata.html │ │ │ │ │ └── icons.html │ │ │ │ ├── tooltip │ │ │ │ │ ├── _dialog.html │ │ │ │ │ ├── _content.html │ │ │ │ │ └── basic.html │ │ │ │ ├── datebox │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ ├── events.html │ │ │ │ │ ├── buttons.html │ │ │ │ │ ├── clone.html │ │ │ │ │ └── sharedcalendar.html │ │ │ │ ├── calendar │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── disabledate.html │ │ │ │ │ └── fluid.html │ │ │ │ ├── timespinner │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── range.html │ │ │ │ │ └── fluid.html │ │ │ │ ├── slider │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── rule.html │ │ │ │ │ ├── range.html │ │ │ │ │ ├── vertical.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ └── formattip.html │ │ │ │ ├── datetimebox │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── initvalue.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ └── showseconds.html │ │ │ │ ├── panel │ │ │ │ │ ├── _content.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ ├── footer.html │ │ │ │ │ └── loadcontent.html │ │ │ │ ├── accordion │ │ │ │ │ └── _content.html │ │ │ │ ├── datetimespinner │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ └── clearicon.html │ │ │ │ ├── layout │ │ │ │ │ ├── _content.html │ │ │ │ │ ├── propertygrid_data1.json │ │ │ │ │ ├── tree_data1.json │ │ │ │ │ └── fluid.html │ │ │ │ ├── numberspinner │ │ │ │ │ ├── range.html │ │ │ │ │ ├── increment.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ └── basic.html │ │ │ │ ├── datalist │ │ │ │ │ ├── datalist_data1.json │ │ │ │ │ ├── remotedata.html │ │ │ │ │ ├── group.html │ │ │ │ │ ├── multiselect.html │ │ │ │ │ └── checkbox.html │ │ │ │ ├── combotree │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── initvalue.html │ │ │ │ │ ├── tree_data1.json │ │ │ │ │ ├── multiple.html │ │ │ │ │ └── fluid.html │ │ │ │ ├── pagination │ │ │ │ │ ├── basic.html │ │ │ │ │ ├── simple.html │ │ │ │ │ └── links.html │ │ │ │ ├── propertygrid │ │ │ │ │ └── propertygrid_data1.json │ │ │ │ ├── tree │ │ │ │ │ ├── lines.html │ │ │ │ │ ├── icons.html │ │ │ │ │ ├── animation.html │ │ │ │ │ ├── dnd.html │ │ │ │ │ ├── tree_data1.json │ │ │ │ │ └── editable.html │ │ │ │ ├── treegrid │ │ │ │ │ └── treegrid_data2.json │ │ │ │ ├── filebox │ │ │ │ │ └── fluid.html │ │ │ │ ├── textbox │ │ │ │ │ ├── multiline.html │ │ │ │ │ ├── fluid.html │ │ │ │ │ └── button.html │ │ │ │ ├── searchbox │ │ │ │ │ └── basic.html │ │ │ │ ├── progressbar │ │ │ │ │ └── fluid.html │ │ │ │ ├── window │ │ │ │ │ ├── fluid.html │ │ │ │ │ ├── basic.html │ │ │ │ │ └── modalwindow.html │ │ │ │ ├── dialog │ │ │ │ │ ├── fluid.html │ │ │ │ │ └── basic.html │ │ │ │ ├── draggable │ │ │ │ │ └── basic.html │ │ │ │ ├── switchbutton │ │ │ │ │ ├── action.html │ │ │ │ │ └── basic.html │ │ │ │ └── numberbox │ │ │ │ │ └── basic.html │ │ │ │ ├── demo-mobile │ │ │ │ ├── images │ │ │ │ │ ├── pda.png │ │ │ │ │ ├── login1.jpg │ │ │ │ │ ├── modem.png │ │ │ │ │ ├── more.png │ │ │ │ │ ├── tablet.png │ │ │ │ │ └── scanner.png │ │ │ │ ├── panel │ │ │ │ │ ├── _content.html │ │ │ │ │ ├── basic.html │ │ │ │ │ └── ajax.html │ │ │ │ ├── accordion │ │ │ │ │ └── _content.html │ │ │ │ └── simplelist │ │ │ │ │ └── basic.html │ │ │ │ └── readme.txt │ │ ├── mybatis-config.xml │ │ ├── app.properties │ │ └── javaclass │ │ │ └── base │ │ │ ├── Message.java │ │ │ ├── DataGrid.java │ │ │ └── Page.java │ ├── ftl │ │ └── DaoEntity.ftl │ └── config.properties │ ├── scripts │ ├── restart.sh │ ├── server.sh │ ├── start.bat │ └── stop.sh │ ├── java │ └── org │ │ └── mybatis │ │ └── supergen │ │ ├── db │ │ └── DbColumn.java │ │ └── domain │ │ └── TemplateInfoDesc.java │ └── assembly │ └── assembly.xml ├── image ├── project.jpg ├── search.jpg └── update.jpg └── .gitignore /src/main/resources/prosource/webapp/resources/css/layout.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; -------------------------------------------------------------------------------- /image/project.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/image/project.jpg -------------------------------------------------------------------------------- /image/search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/image/search.jpg -------------------------------------------------------------------------------- /image/update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/image/update.jpg -------------------------------------------------------------------------------- /src/main/scripts/restart.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd `dirname $0` 3 | ./stop.sh 4 | ./start.sh 5 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/bg.jpg -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/no.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/ok.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/back.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/cut.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/help.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/lock.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/man.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/more.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/redo.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/sum.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/tip.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/undo.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/cancel.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/clear.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/filter.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/pencil.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/print.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/reload.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/search.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/edit_add.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/filesave.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/mini_add.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/mini_edit.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/edit_remove.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/large_chart.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/large_shapes.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/mini_refresh.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/large_clipart.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/large_picture.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/images/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/images/icons/large_smartart.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/validatebox.css: -------------------------------------------------------------------------------- 1 | .validatebox-invalid { 2 | border-color: #ffa8a8; 3 | background-color: #fff3f3; 4 | color: #000; 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/no.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/ok.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/back.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/cut.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/help.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/lock.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/man.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/more.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/redo.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/sum.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/tip.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/undo.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/pda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/pda.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/cancel.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/clear.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/filter.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/pencil.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/print.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/reload.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/search.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/pda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/pda.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/form/form_data1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"easyui", 3 | "email":"easyui@gmail.com", 4 | "subject":"Subject Title", 5 | "message":"Message Content", 6 | "language":"de" 7 | } -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/modem.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/edit_add.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/filesave.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/mini_add.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/mini_edit.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/login1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/login1.jpg -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/modem.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/more.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/tablet.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/scanner.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/images/tablet.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/edit_remove.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_chart.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_shapes.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/mini_refresh.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/images/scanner.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_clipart.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_picture.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_smartart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/icons/large_smartart.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/tabs_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/tree_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/blank.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/combo_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/menu_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/panel_tools.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/tabs_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/tree_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/tabs_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/tree_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/combo_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/menu_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/panel_tools.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/loading.gif -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/tabs_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/tree_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/datebox_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/layout_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/linkbutton_bg.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/slider_handle.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/combo_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/menu_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/panel_tools.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/calendar_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/datagrid_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/datebox_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/layout_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/linkbutton_bg.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/messager_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/slider_handle.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/spinner_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #000; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/combo_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/menu_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/panel_tools.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/tabs_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/tabs_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/tree_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/tree_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/combo_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/combo_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/datebox_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/layout_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/linkbutton_bg.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/menu_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/menu_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/panel_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/panel_tools.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/slider_handle.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/accordion_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/calendar_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/datagrid_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/messager_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/pagination_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/searchbox_button.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/spinner_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/calendar_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/datagrid_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/datebox_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/layout_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/linkbutton_bg.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/messager_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/slider_handle.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/spinner_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #ddd; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/accordion_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/pagination_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/searchbox_button.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/datebox_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/datebox_arrow.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/layout_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/layout_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/linkbutton_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/linkbutton_bg.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/slider_handle.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/calendar_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/datagrid_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/messager_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/spinner_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #95B8E7; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #D3D3D3; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/accordion_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/pagination_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/searchbox_button.png -------------------------------------------------------------------------------- /src/main/resources/prosource/mybatis-config.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/images/validatebox_warning.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/accordion_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/calendar_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/calendar_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/datagrid_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/datagrid_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/messager_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/messager_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/pagination_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/searchbox_button.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/spinner_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/spinner_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | .numberbox { 2 | border: 1px solid #D4D4D4; 3 | margin: 0; 4 | padding: 0 2px; 5 | vertical-align: middle; 6 | } 7 | .textbox { 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/accordion_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/accordion_arrows.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/pagination_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/pagination_icons.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/searchbox_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/searchbox_button.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/images/validatebox_warning.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/images/validatebox_warning.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/images/validatebox_warning.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/validatebox_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hncdyj123/mybatis-generator/HEAD/src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/images/validatebox_warning.png -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/readme.txt: -------------------------------------------------------------------------------- 1 | Current Version: 1.4.4 2 | ====================== 3 | This software is allowed to use under freeware license or you need to buy commercial license for better support or other purpose. 4 | Please contact us at info@jeasyui.com 5 | -------------------------------------------------------------------------------- /src/main/resources/prosource/app.properties: -------------------------------------------------------------------------------- 1 | jdbc.driver=${jdbc.driver.config} 2 | jdbc.url=${jdbc.url.config} 3 | jdbc.username=${jdbc.username.config} 4 | jdbc.password=${jdbc.password.config} 5 | jdbc.pool.initialSize=${jdbc.pool.initialSize.config} 6 | jdbc.pool.minIdle=${jdbc.pool.minIdle.config} 7 | jdbc.pool.maxActive=${jdbc.pool.maxActive.config} -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # maven ignore 2 | target/ 3 | *.jar 4 | *.war 5 | *.zip 6 | *.tar 7 | *.tar.gz 8 | 9 | # eclipse ignore 10 | .settings/ 11 | .project 12 | .classpath 13 | 14 | # idea ignore 15 | .idea/ 16 | *.ipr 17 | *.iml 18 | *.iws 19 | 20 | # temp ignore 21 | *.log 22 | *.cache 23 | *.diff 24 | *.patch 25 | *.tmp 26 | .logs 27 | logs/ 28 | 29 | /bin/ 30 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/demo.css: -------------------------------------------------------------------------------- 1 | *{ 2 | font-size:12px; 3 | } 4 | body { 5 | font-family:verdana,helvetica,arial,sans-serif; 6 | padding:20px; 7 | font-size:12px; 8 | margin:0; 9 | } 10 | h2 { 11 | font-size:18px; 12 | font-weight:bold; 13 | margin:0; 14 | margin-bottom:15px; 15 | } 16 | .demo-info{ 17 | padding:0 0 12px 0; 18 | } 19 | .demo-tip{ 20 | display:none; 21 | } 22 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datagrid/products.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"productid":"FI-SW-01","productname":"Koi"}, 3 | {"productid":"K9-DL-01","productname":"Dalmation"}, 4 | {"productid":"RP-SN-01","productname":"Rattlesnake"}, 5 | {"productid":"RP-LI-02","productname":"Iguana"}, 6 | {"productid":"FL-DSH-01","productname":"Manx"}, 7 | {"productid":"FL-DLH-02","productname":"Persian"}, 8 | {"productid":"AV-CB-01","productname":"Amazon Parrot"} 9 | ] 10 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/scripts/server.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd `dirname $0` 3 | if [ "$1" = "start" ]; then 4 | ./start.sh 5 | else 6 | if [ "$1" = "stop" ]; then 7 | ./stop.sh 8 | else 9 | if [ "$1" = "debug" ]; then 10 | ./start.sh debug 11 | else 12 | if [ "$1" = "restart" ]; then 13 | ./restart.sh 14 | else 15 | if [ "$1" = "dump" ]; then 16 | ./dump.sh 17 | else 18 | echo "ERROR: Please input argument: start or stop or debug or restart or dump" 19 | exit 1 20 | fi 21 | fi 22 | fi 23 | fi 24 | fi 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 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 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #777; 19 | color: #fff; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0052A3; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 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 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e2e2e2; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0092DC; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 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 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #E6E6E6; 19 | color: #444; 20 | } 21 | .combobox-item-selected { 22 | background-color: #CCE6FF; 23 | color: #000; 24 | } 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 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 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #e6e6e6; 19 | color: #00438a; 20 | } 21 | .combobox-item-selected { 22 | background-color: #0081c2; 23 | color: #fff; 24 | } 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/combobox.css: -------------------------------------------------------------------------------- 1 | .combobox-item, 2 | .combobox-group { 3 | font-size: 12px; 4 | padding: 3px; 5 | padding-right: 0px; 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 | font-weight: bold; 16 | } 17 | .combobox-item-hover { 18 | background-color: #eaf2ff; 19 | color: #000000; 20 | } 21 | .combobox-item-selected { 22 | background-color: #ffe48d; 23 | color: #000000; 24 | } 25 | -------------------------------------------------------------------------------- /src/main/resources/ftl/DaoEntity.ftl: -------------------------------------------------------------------------------- 1 | package ${packageName}.dao; 2 | 3 | <#if pro?exists> 4 | import ${packageName}.dao.base.BaseDao; 5 | import ${packageName}.domain.<#if pro.modelName?exists>${pro.modelName}.${pro.className}; 6 | import ${packageName}.domain.<#if pro.modelName?exists>${pro.modelName}.${pro.className?replace("Key","")}Criteria; 7 | 8 | /** 9 | * 模板引擎生成的实体类 10 | * @email hncdyj123@163.com 11 | */ 12 | public interface ${pro.className}Dao extends BaseDao<${pro.className}, ${pro.className?replace("Key","")}Criteria, <#if pro.priJavaType?exists>${pro.priJavaType}<#else>String> { 13 | 14 | } 15 | 16 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combobox/combobox_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"Java", 4 | "desc":"Write once, run anywhere" 5 | },{ 6 | "id":2, 7 | "text":"C#", 8 | "desc":"One of the programming languages designed for the Common Language Infrastructure" 9 | },{ 10 | "id":3, 11 | "text":"Ruby", 12 | "selected":true, 13 | "desc":"A dynamic, reflective, general-purpose object-oriented programming language" 14 | },{ 15 | "id":4, 16 | "text":"Perl", 17 | "desc":"A high-level, general-purpose, interpreted, dynamic programming language" 18 | },{ 19 | "id":5, 20 | "text":"Basic", 21 | "desc":"A family of general-purpose, high-level programming languages" 22 | }] -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tooltip/_dialog.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dialog Content 6 | 7 | 8 |
9 |
10 |
User Name:
11 | 12 |
13 |
14 |
Password:
15 | 16 |
17 |
18 | Login 19 | Cancel 20 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #444; 11 | border-right: 1px solid #777; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #555; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #000 #000 #222 #000; 29 | } 30 | .dialog-button { 31 | border-color: #222 #000 #000 #000; 32 | } 33 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ddd; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #fff; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #ddd #ddd #ddd #ddd; 29 | } 30 | .dialog-button { 31 | border-color: #ddd #ddd #ddd #ddd; 32 | } 33 | -------------------------------------------------------------------------------- /src/main/java/org/mybatis/supergen/db/DbColumn.java: -------------------------------------------------------------------------------- 1 | package org.mybatis.supergen.db; 2 | 3 | import lombok.AllArgsConstructor; 4 | import lombok.Data; 5 | import lombok.NoArgsConstructor; 6 | 7 | /** 8 | * 数据库实体映射类 9 | * 10 | * @author 11 | * @date 2016年11月15日 12 | */ 13 | @Data 14 | @NoArgsConstructor 15 | @AllArgsConstructor 16 | public class DbColumn { 17 | private String tableCat; 18 | private String tableSchemaName; 19 | private String tableName; 20 | private String columnName; 21 | private int dataType; 22 | private String dataTypeName; 23 | private int columnSize; 24 | private int decimalDigits; 25 | private int nullAble; 26 | private String remarks; 27 | private String columnDef; 28 | private int sqlDataType; 29 | private int ordinalPosition; 30 | } 31 | -------------------------------------------------------------------------------- /src/main/resources/prosource/javaclass/base/Message.java: -------------------------------------------------------------------------------- 1 | package ${system.project.packagename}.domain.base; 2 | /** 3 | * 返回消息 4 | * @author hncdyj123@163.com 5 | */ 6 | public class Message { 7 | /** 错误码 **/ 8 | private int code = 200; 9 | /** 返回消息 **/ 10 | private String message; 11 | /** 返回结果 **/ 12 | private Object result; 13 | 14 | public int getCode() { 15 | return code; 16 | } 17 | public void setCode(int code) { 18 | this.code = code; 19 | } 20 | public String getMessage() { 21 | return message; 22 | } 23 | public void setMessage(String message) { 24 | this.message = message; 25 | } 26 | public Object getResult() { 27 | return result; 28 | } 29 | public void setResult(Object result) { 30 | this.result = result; 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datebox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic DateBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic DateBox

14 |

Click the calendar image on the right side.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #fafafa; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #D3D3D3 #D3D3D3 #ddd #D3D3D3; 29 | } 30 | .dialog-button { 31 | border-color: #ddd #D3D3D3 #D3D3D3 #D3D3D3; 32 | } 33 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F5F5F5; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4; 29 | } 30 | .dialog-button { 31 | border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4; 32 | } 33 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/dialog.css: -------------------------------------------------------------------------------- 1 | .dialog-content { 2 | overflow: auto; 3 | } 4 | .dialog-toolbar { 5 | padding: 2px 5px; 6 | } 7 | .dialog-tool-separator { 8 | float: left; 9 | height: 24px; 10 | border-left: 1px solid #ccc; 11 | border-right: 1px solid #fff; 12 | margin: 2px 1px; 13 | } 14 | .dialog-button { 15 | padding: 5px; 16 | text-align: right; 17 | } 18 | .dialog-button .l-btn { 19 | margin-left: 5px; 20 | } 21 | .dialog-toolbar, 22 | .dialog-button { 23 | background: #F4F4F4; 24 | border-width: 1px; 25 | border-style: solid; 26 | } 27 | .dialog-toolbar { 28 | border-color: #95B8E7 #95B8E7 #dddddd #95B8E7; 29 | } 30 | .dialog-button { 31 | border-color: #dddddd #95B8E7 #95B8E7 #95B8E7; 32 | } 33 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/calendar/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Calendar - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Calendar

14 |

Click to select date.

15 |
16 |
17 | 18 | 19 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/timespinner/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic TimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic TimeSpinner

14 |

Click spin button to adjust time.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/slider/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Slider

14 |

Drag the slider to change value.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimebox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic DateTimeBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic DateTimeBox

14 |

Click the calendar image on the right side.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/panel/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/accordion/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tooltip/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/panel/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/accordion/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

Here is the content loaded via AJAX.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/javaclass/base/DataGrid.java: -------------------------------------------------------------------------------- 1 | package ${system.project.packagename}.domain.base; 2 | 3 | import java.util.Collection; 4 | /** 5 | * 返回表格 6 | * @author hncdyj123@163.com 7 | */ 8 | @SuppressWarnings("rawtypes") 9 | public class DataGrid extends Message { 10 | /** 总记录数 **/ 11 | private int total; 12 | /** 数据集 **/ 13 | private Collection rows; 14 | 15 | public DataGrid() { 16 | super(); 17 | } 18 | public DataGrid(int total, Collection rows) { 19 | super(); 20 | this.total = total; 21 | this.rows = rows; 22 | } 23 | public int getTotal() { 24 | return total; 25 | } 26 | public void setTotal(int total) { 27 | this.total = total; 28 | } 29 | public Collection getRows() { 30 | return rows; 31 | } 32 | public void setRows(Collection rows) { 33 | this.rows = rows; 34 | } 35 | 36 | } 37 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimespinner/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic DateTimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic DateTimeSpinner

14 |

Click spin button to adjust date and time.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/layout/_content.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | AJAX Content 6 | 7 | 8 |

jQuery EasyUI framework help you build your web page easily.

9 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/numberspinner/range.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Number Range - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Number Range

14 |

The value is constrained to a range between 10 and 100.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datalist/datalist_data1.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"text":"Epson WorkForce 845","group":"Printer"}, 3 | {"text":"Canon PIXMA MG5320","group":"Printer"}, 4 | {"text":"HP Deskjet 1000 Printer","group":"Printer"}, 5 | {"text":"Cisco RV110W-A-NA-K9","group":"Firewall"}, 6 | {"text":"ZyXEL ZyWALL USG50","group":"Firewall"}, 7 | {"text":"NETGEAR FVS318","group":"Firewall"}, 8 | {"text":"Logitech Keyboard K120","group":"Keyboard"}, 9 | {"text":"Microsoft Natural Ergonomic Keyboard 4000","group":"Keyboard"}, 10 | {"text":"Logitech Wireless Touch Keyboard K400","group":"Keyboard"}, 11 | {"text":"Logitech Gaming Keyboard G110","group":"Keyboard"}, 12 | {"text":"Nikon COOLPIX L26 16.1 MP","group":"Camera"}, 13 | {"text":"Canon PowerShot A1300","group":"Camera"}, 14 | {"text":"Canon PowerShot A2300","group":"Camera"} 15 | 16 | 17 | 18 | ] -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/numberspinner/increment.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Increment Number - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Increment Number

14 |

The sample shows how to set the increment step.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/layout/propertygrid_data1.json: -------------------------------------------------------------------------------- 1 | {"total":7,"rows":[ 2 | {"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"}, 3 | {"name":"Address","value":"","group":"ID Settings","editor":"text"}, 4 | {"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"}, 5 | {"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"}, 6 | {"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"}, 7 | {"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{ 8 | "type":"validatebox", 9 | "options":{ 10 | "validType":"email" 11 | } 12 | }}, 13 | {"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{ 14 | "type":"checkbox", 15 | "options":{ 16 | "on":true, 17 | "off":false 18 | } 19 | }} 20 | ]} -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combotree/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic ComboTree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic ComboTree

14 |

Click the right arrow button to show the tree panel.

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/pagination/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Pagination - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Pagination

14 |

The user can change page number and page size on page bar.

15 |
16 |
17 |
18 |
19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/propertygrid/propertygrid_data1.json: -------------------------------------------------------------------------------- 1 | {"total":7,"rows":[ 2 | {"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"}, 3 | {"name":"Address","value":"","group":"ID Settings","editor":"text"}, 4 | {"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"}, 5 | {"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"}, 6 | {"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"}, 7 | {"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{ 8 | "type":"validatebox", 9 | "options":{ 10 | "validType":"email" 11 | } 12 | }}, 13 | {"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{ 14 | "type":"checkbox", 15 | "options":{ 16 | "on":true, 17 | "off":false 18 | } 19 | }} 20 | ]} -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/datebox.css: -------------------------------------------------------------------------------- 1 | .datebox-calendar-inner { 2 | height: 180px; 3 | } 4 | .datebox-button { 5 | height: 18px; 6 | padding: 2px 5px; 7 | text-align: center; 8 | } 9 | .datebox-button a { 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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimebox/initvalue.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Initialize Value for DateTime - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Initialize Value for DateTime

14 |

The value is initialized when DateTimeBox has been created.

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/slider/rule.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Slider Rule - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Slider Rule

14 |

This sample shows how to define slider rule.

15 |
16 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/timespinner/range.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Time Range - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Time Range

14 |

The time value is constrained in specified range.

15 |
16 | From 08:30 to 18:00 17 |
18 | 19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tree/lines.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tree Lines - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Tree Lines

14 |

This sample shows how to show tree lines.

15 |
16 |
17 | 18 |
19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tree/icons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tree Node Icons - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Tree Node Icons

14 |

This sample illustrates how to add icons to tree node.

15 |
16 |
17 | 18 |
19 | 20 | -------------------------------------------------------------------------------- /src/main/scripts/start.bat: -------------------------------------------------------------------------------- 1 | @echo off & setlocal enabledelayedexpansion 2 | 3 | set LIB_JARS="" 4 | cd ..\lib 5 | for %%i in (*) do set LIB_JARS=!LIB_JARS!;..\lib\%%i 6 | cd ..\bin 7 | 8 | if ""%1"" == ""debug"" goto debug 9 | if ""%1"" == ""jmx"" goto jmx 10 | 11 | java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -classpath ..\conf;%LIB_JARS% org.mybatis.supergen.core.GeneratorMain 12 | goto end 13 | 14 | :debug 15 | java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -classpath ..\conf;%LIB_JARS% org.mybatis.supergen.core.GeneratorMain 16 | goto end 17 | 18 | :jmx 19 | java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -classpath ..\conf;%LIB_JARS% org.mybatis.supergen.core.GeneratorMain 20 | 21 | :end 22 | pause -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combotree/initvalue.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Initialize Value for ComboTree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Initialize Value for ComboTree

14 |

Initialize Value when ComboTree is created.

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tooltip/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Tooltip - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Tooltip

14 |

Hover the links to display tooltip message.

15 |
16 |

The tooltip can use each elements title attribute. 17 | Hover me to display tooltip. 18 |

19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tree/animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Animation Tree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Animation Tree

14 |

Apply 'animate' property to true to enable animation effect.

15 |
16 |
17 | 18 |
19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tree/dnd.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Drag Drop Tree Nodes - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Drag Drop Tree Nodes

14 |

Press mouse down and drag a node to another position.

15 |
16 |
17 | 18 |
19 | 20 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/treegrid/treegrid_data2.json: -------------------------------------------------------------------------------- 1 | {"total":7,"rows":[ 2 | {"id":1,"name":"All Tasks","begin":"3/4/2010","end":"3/20/2010","progress":60,"iconCls":"icon-ok"}, 3 | {"id":2,"name":"Designing","begin":"3/4/2010","end":"3/10/2010","progress":100,"_parentId":1,"state":"closed"}, 4 | {"id":21,"name":"Database","persons":2,"begin":"3/4/2010","end":"3/6/2010","progress":100,"_parentId":2}, 5 | {"id":22,"name":"UML","persons":1,"begin":"3/7/2010","end":"3/8/2010","progress":100,"_parentId":2}, 6 | {"id":23,"name":"Export Document","persons":1,"begin":"3/9/2010","end":"3/10/2010","progress":100,"_parentId":2}, 7 | {"id":3,"name":"Coding","persons":2,"begin":"3/11/2010","end":"3/18/2010","progress":80}, 8 | {"id":4,"name":"Testing","persons":1,"begin":"3/19/2010","end":"3/20/2010","progress":20} 9 | ],"footer":[ 10 | {"name":"Total Persons:","persons":7,"iconCls":"icon-sum"} 11 | ]} 12 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/assembly/assembly.xml: -------------------------------------------------------------------------------- 1 | 2 | assembly 3 | 4 | tar.gz 5 | 6 | true 7 | 8 | 9 | lib 10 | 11 | 12 | 13 | 14 | src/main/scripts 15 | opbin 16 | 0755 17 | true 18 | 19 | 20 | src/main/resources 21 | conf 22 | 0644 23 | true 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/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 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datalist/remotedata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Binding to Remote Data - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Binding to Remote Data

14 |

The DataList is bound to a remote data.

15 |
16 |
20 |
21 | 22 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/filebox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid FileBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid FileBox

14 |

This example shows how to set the width of FileBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/slider/range.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Range Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Range Slider

14 |

This sample shows how to define a range slider.

15 |
16 | 22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/panel/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Panel - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Panel

14 |

This example shows how to set the width of Panel to a percentage of its parent container.

15 |
16 |
17 |
18 |

The panel has a width of 100%.

19 |

20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datebox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid DateBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid DateBox

14 |

This example shows how to set the width of DateBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datalist/group.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Group DataList - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Group DataList

14 |

This example shows how to display items in groups.

15 |
16 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/textbox/multiline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Multiline TextBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Multiline TextBox

14 |

This example shows how to define a textbox for the user to enter multi-line text input.

15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimebox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid DateTimeBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid DateTimeBox

14 |

This example shows how to set the width of DateTimeBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/timespinner/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid TimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid TimeSpinner

14 |

This example shows how to set the width of TimeSpinner to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/numberspinner/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid NumberSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid NumberSpinner

14 |

This example shows how to set the width of NumberSpinner to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/pagination/simple.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Simplify Pagination - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Simplify Pagination

14 |

The sample shows how to simplify pagination.

15 |
16 |
17 |
23 |
24 | 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimebox/showseconds.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Display Seconds - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Display Seconds

14 |

The user can decide to display seconds part or not.

15 |
16 | Show Seconds: 17 | 18 |
19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/pagination/links.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Pagination Links - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Pagination Links

14 |

The example shows how to customize numbered pagination links.

15 |
16 |
17 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimespinner/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid DateTimeSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid DateTimeSpinner

14 |

The width of datetimespinner is set in percentages.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/panel/basic.html: -------------------------------------------------------------------------------- 1 | Basic Panel - jQuery EasyUI Mobile Demo
Panel Header
-------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/layout/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tree/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combobox/remotedata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Binding to Remote Data - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Binding to Remote Data

14 |

The ComboBox is bound to a remote data.

15 |
16 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combotree/tree_data1.json: -------------------------------------------------------------------------------- 1 | [{ 2 | "id":1, 3 | "text":"My Documents", 4 | "children":[{ 5 | "id":11, 6 | "text":"Photos", 7 | "state":"closed", 8 | "children":[{ 9 | "id":111, 10 | "text":"Friend" 11 | },{ 12 | "id":112, 13 | "text":"Wife" 14 | },{ 15 | "id":113, 16 | "text":"Company" 17 | }] 18 | },{ 19 | "id":12, 20 | "text":"Program Files", 21 | "children":[{ 22 | "id":121, 23 | "text":"Intel" 24 | },{ 25 | "id":122, 26 | "text":"Java", 27 | "attributes":{ 28 | "p1":"Custom Attribute1", 29 | "p2":"Custom Attribute2" 30 | } 31 | },{ 32 | "id":123, 33 | "text":"Microsoft Office" 34 | },{ 35 | "id":124, 36 | "text":"Games", 37 | "checked":true 38 | }] 39 | },{ 40 | "id":13, 41 | "text":"index.html" 42 | },{ 43 | "id":14, 44 | "text":"about.html" 45 | },{ 46 | "id":15, 47 | "text":"welcome.html" 48 | }] 49 | }] 50 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/panel/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Panel Footer - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Panel Footer

14 |

The panel footer is displayed at the bottom of the panel and can consist of any other components.

15 |
16 |
17 |
18 | 21 | 22 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/searchbox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic SearchBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic SearchBox

14 |

Click search button or press enter key in input box to do searching.

15 |
16 | 17 | 22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/slider/vertical.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Vertical Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Vertical Slider

14 |

This sample shows how to create a vertical slider.

15 |
16 |
17 | 23 |
24 | 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/numberspinner/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic NumberSpinner - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic NumberSpinner

14 |

Click spinner button to change value.

15 |
16 | 21 |
22 | Value: 23 |
24 | 25 | -------------------------------------------------------------------------------- /src/main/scripts/stop.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd `dirname $0` 3 | BIN_DIR=`pwd` 4 | cd .. 5 | DEPLOY_DIR=`pwd` 6 | CONF_DIR=$DEPLOY_DIR/conf 7 | 8 | SERVER_NAME="MYBATIS-GENERATOR" 9 | 10 | if [ -z "$SERVER_NAME" ]; then 11 | SERVER_NAME=`hostname` 12 | fi 13 | 14 | PIDS=`ps -ef | grep java | grep "$CONF_DIR" |awk '{print $2}'` 15 | if [ -z "$PIDS" ]; then 16 | echo "ERROR: The $SERVER_NAME does not started!" 17 | exit 1 18 | fi 19 | 20 | if [ "$1" != "skip" ]; then 21 | $BIN_DIR/dump.sh 22 | fi 23 | 24 | echo -e "Stopping the $SERVER_NAME ...\c" 25 | for PID in $PIDS ; do 26 | kill $PID > /dev/null 2>&1 27 | done 28 | 29 | COUNT=0 30 | while [ $COUNT -lt 1 ]; do 31 | echo -e ".\c" 32 | sleep 1 33 | COUNT=1 34 | for PID in $PIDS ; do 35 | PID_EXIST=`ps -f -p $PID | grep java` 36 | if [ -n "$PID_EXIST" ]; then 37 | COUNT=0 38 | break 39 | fi 40 | done 41 | done 42 | 43 | echo "OK!" 44 | echo "PID: $PIDS" 45 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combobox/group.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Group ComboBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Group ComboBox

14 |

This example shows how to display combobox items in groups.

15 |
16 | 17 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/main/resources/config.properties: -------------------------------------------------------------------------------- 1 | # 项目根目录 2 | system.projectname=D:/mybatis-generator-test 3 | # schema名称(针对oracle一个用户下建立多个表空间) 4 | system.db.schema=vehicle6 5 | # 项目包名(数据库查询xml和项目包会用到此配置) 6 | system.project.packagename=com.jzx.generator 7 | # 表字符替换名(与Dao,Service,Controller,Jsp,Js生成文件名相关,默认用"_"替换,可不配置) 8 | system.table.sub=_ 9 | # 表字符替换名(与Dao,Service,Controller,Jsp,Js生成文件名相关,默认用"_"替换,可不配置) 10 | system.column.sub=_ 11 | # 生成项目中的log的project名称 12 | log.project.name=mybatis-generator-test 13 | # 生成项目中log的等级 14 | log.level=INFO 15 | # 生成项目中的资源文件 16 | prosource.fileNames=app.properties,applicationContext.xml,logback.xml,pom.xml 17 | # 生成项目中的JDBC连接 18 | jdbc.driver.config=com.mysql.jdbc.Driver 19 | jdbc.url.config=jdbc:mysql://127.0.0.1:3306/mybatis_generator_test?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull 20 | jdbc.username.config=root 21 | jdbc.password.config=root123 22 | jdbc.pool.initialSize.config=150 23 | jdbc.pool.minIdle.config=50 24 | jdbc.pool.maxActive.config=150 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/progressbar/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid ProgressBar - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid ProgressBar

14 |

This example shows how to set the width of ProgressBar to a percentage of its parent container.

15 |
16 |

width: 50%

17 |
18 |

width: 30%

19 |
20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/slider/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Slider - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Slider

14 |

This example shows how to set the width of Slider to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/javaclass/base/Page.java: -------------------------------------------------------------------------------- 1 | package ${system.project.packagename}.domain.base; 2 | /** 3 | * 翻页请求实体 4 | * @author hncdyj123@163.com 5 | */ 6 | public class Page { 7 | /** 当前页 **/ 8 | private int page; 9 | /** 每页条数 **/ 10 | private int rows; 11 | /** 起始行号 **/ 12 | private Integer pageNo; 13 | /** 每页条数 **/ 14 | private Integer pageSize; 15 | 16 | public int getPage() { 17 | return page; 18 | } 19 | public void setPage(int page) { 20 | this.page = page; 21 | } 22 | public int getRows() { 23 | return rows; 24 | } 25 | public void setRows(int rows) { 26 | this.rows = rows; 27 | } 28 | 29 | public Integer getPageNo() { 30 | pageNo = (page - 1) * rows; 31 | return pageNo; 32 | } 33 | public void setPageNo(Integer pageNo) { 34 | this.pageNo = pageNo; 35 | } 36 | public Integer getPageSize() { 37 | pageSize = rows; 38 | return pageSize; 39 | } 40 | public void setPageSize(Integer pageSize) { 41 | this.pageSize = pageSize; 42 | } 43 | 44 | } 45 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/layout/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Layout - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Layout

14 |

Percentage width of region panel in a layout.

15 |
16 |
17 |
18 |

width: 30%

19 |
20 |
21 |
22 |
23 | 24 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tabs/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Tabs - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Tabs

14 |

This example shows how to set the width of Tabs to a percentage of its parent container.

15 |
16 |
17 |
18 |

The tabs has a width of 100%.

19 |
20 |
21 |
22 |
23 | 24 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datalist/multiselect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Multiple Selection DataList - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Multiple Selection DataList

14 |

The multiple selection allows the user to select multiple items in a datalist.

15 |
16 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combobox/multiple.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Multiple Select - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Load Dynamic ComboBox Data

14 |

Drop down the panel and select multiple items.

15 |
16 | 17 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datebox/events.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DateBox Events - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

DateBox Events

14 |

Click the calendar image on the right side.

15 |
16 | 17 |
18 | Selected Date: 19 | 20 |
21 | 26 | 27 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/panel/ajax.html: -------------------------------------------------------------------------------- 1 | Ajax Panel - jQuery EasyUI Mobile Demo
Ajax Panel
-------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combobox/dynamicdata.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Load Dynamic ComboBox Data - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Load Dynamic ComboBox Data

14 |

Click the button below to load data.

15 | 16 |
17 | LoadData 18 |
19 | 20 | 22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datalist/checkbox.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Checkbox in DataList - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Checkbox in DataList

14 |

Each item in the DataList has a checkbox.

15 |
16 |
23 |
24 | 25 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/textbox/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid TextBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid TextBox

14 |

This example shows how to set the width of TextBox to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%

19 | 20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/window/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Window - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Window

14 |

This example shows how to set the width of Window to a percentage of its parent container.

15 |
16 |
21 |

The window has a width of 80%.

22 |
23 | 24 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/dialog/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Dialog - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Dialog

14 |

This example shows how to set the width of Dialog to a percentage of its parent container.

15 |
16 |
21 |

width: 80%; height: 200px

22 |
23 | 24 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 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: 1px 0; 39 | border: 1px solid #000; 40 | } 41 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 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: 1px 0; 39 | border: 1px solid #D3D3D3; 40 | } 41 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 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: 1px 0; 39 | border: 1px solid #ddd; 40 | } 41 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combotree/multiple.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Multiple ComboTree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Multiple ComboTree

14 |

Click the right arrow button to show the tree panel and select multiple nodes.

15 |
16 | Cascade Check: 17 | 18 |
19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 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: 1px 0; 39 | border: 1px solid #D4D4D4; 40 | } 41 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/messager.css: -------------------------------------------------------------------------------- 1 | .messager-body { 2 | padding: 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: 1px 0; 39 | border: 1px solid #95B8E7; 40 | } 41 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/calendar/disabledate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Disable Calendar Date - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Disable Calendar Date

14 |

This example shows how to disable specified dates, only allows the user to select Mondays.

15 |
16 | 17 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/calendar/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid Calendar - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid Calendar

14 |

This example shows how to set the width of calendar to a percentage of its parent container.

15 |
16 |
17 |

width: 50%, height: 250px

18 |
19 |

width: 30%, height: 40%

20 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/tree/editable.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Editable Tree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Editable Tree

14 |

Click the node to begin edit, press enter key to stop edit or esc key to cancel edit.

15 |
16 |
17 | 25 |
26 | 27 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/panel/loadcontent.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Load Panel Content - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Load Panel Content

14 |

Click the refresh button on top right of panel to load content.

15 |
16 |
25 |
26 | 27 | -------------------------------------------------------------------------------- /src/main/java/org/mybatis/supergen/domain/TemplateInfoDesc.java: -------------------------------------------------------------------------------- 1 | package org.mybatis.supergen.domain; 2 | 3 | import lombok.AllArgsConstructor; 4 | import lombok.Data; 5 | import lombok.NoArgsConstructor; 6 | 7 | /** 8 | * 模板描述信息 9 | * 10 | * @author hncdyj123@163.com 11 | * @date 2015年11月26日 下午2:41:28 12 | * 13 | */ 14 | @Data 15 | @NoArgsConstructor 16 | @AllArgsConstructor 17 | public class TemplateInfoDesc { 18 | /** 模板文件位置 **/ 19 | private String templatePath; 20 | /** 模板文件名 **/ 21 | private String templateName; 22 | /** 输出文件路径 **/ 23 | private String outFilePath; 24 | /** 表映射信息 **/ 25 | private PropertyClass propertyClass; 26 | /** 文件前缀 **/ 27 | private String filePrefix; 28 | /** 文件后缀 **/ 29 | private String fileSuffixes; 30 | 31 | public TemplateInfoDesc(String templatePath, String templateName, String outFilePath, String filePrefix, String fileSuffixes) { 32 | this.templatePath = templatePath; 33 | this.templateName = templateName; 34 | this.outFilePath = outFilePath; 35 | this.filePrefix = filePrefix; 36 | this.fileSuffixes = fileSuffixes; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combotree/fluid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fluid ComboTree - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Fluid ComboTree

14 |

This example shows how to set the width of ComboTree to a percentage of its parent container.

15 |
16 |

width: 50%

17 | 18 |

width: 30%, height: 26px

19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/black/accordion.css: -------------------------------------------------------------------------------- 1 | .accordion { 2 | overflow: hidden; 3 | border-width: 1px; 4 | border-style: solid; 5 | } 6 | .accordion .accordion-header { 7 | border-width: 0 0 1px; 8 | cursor: pointer; 9 | } 10 | .accordion .accordion-body { 11 | border-width: 0 0 1px; 12 | } 13 | .accordion-noborder { 14 | border-width: 0; 15 | } 16 | .accordion-noborder .accordion-header { 17 | border-width: 0 0 1px; 18 | } 19 | .accordion-noborder .accordion-body { 20 | border-width: 0 0 1px; 21 | } 22 | .accordion-collapse { 23 | background: url('images/accordion_arrows.png') no-repeat 0 0; 24 | } 25 | .accordion-expand { 26 | background: url('images/accordion_arrows.png') no-repeat -16px 0; 27 | } 28 | .accordion { 29 | background: #666; 30 | border-color: #000; 31 | } 32 | .accordion .accordion-header { 33 | background: #3d3d3d; 34 | filter: none; 35 | } 36 | .accordion .accordion-header-selected { 37 | background: #0052A3; 38 | } 39 | .accordion .accordion-header-selected .panel-title { 40 | color: #fff; 41 | } 42 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/metro/accordion.css: -------------------------------------------------------------------------------- 1 | .accordion { 2 | overflow: hidden; 3 | border-width: 1px; 4 | border-style: solid; 5 | } 6 | .accordion .accordion-header { 7 | border-width: 0 0 1px; 8 | cursor: pointer; 9 | } 10 | .accordion .accordion-body { 11 | border-width: 0 0 1px; 12 | } 13 | .accordion-noborder { 14 | border-width: 0; 15 | } 16 | .accordion-noborder .accordion-header { 17 | border-width: 0 0 1px; 18 | } 19 | .accordion-noborder .accordion-body { 20 | border-width: 0 0 1px; 21 | } 22 | .accordion-collapse { 23 | background: url('images/accordion_arrows.png') no-repeat 0 0; 24 | } 25 | .accordion-expand { 26 | background: url('images/accordion_arrows.png') no-repeat -16px 0; 27 | } 28 | .accordion { 29 | background: #fff; 30 | border-color: #ddd; 31 | } 32 | .accordion .accordion-header { 33 | background: #ffffff; 34 | filter: none; 35 | } 36 | .accordion .accordion-header-selected { 37 | background: #CCE6FF; 38 | } 39 | .accordion .accordion-header-selected .panel-title { 40 | color: #000; 41 | } 42 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo-mobile/simplelist/basic.html: -------------------------------------------------------------------------------- 1 | Simple List - jQuery EasyUI Mobile Demo
Simple List
-------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/draggable/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Draggable - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Draggable

14 |

Move the boxes below by clicking on it with mouse.

15 |
16 |
17 |
18 |
Title
19 |
20 | 21 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/gray/accordion.css: -------------------------------------------------------------------------------- 1 | .accordion { 2 | overflow: hidden; 3 | border-width: 1px; 4 | border-style: solid; 5 | } 6 | .accordion .accordion-header { 7 | border-width: 0 0 1px; 8 | cursor: pointer; 9 | } 10 | .accordion .accordion-body { 11 | border-width: 0 0 1px; 12 | } 13 | .accordion-noborder { 14 | border-width: 0; 15 | } 16 | .accordion-noborder .accordion-header { 17 | border-width: 0 0 1px; 18 | } 19 | .accordion-noborder .accordion-body { 20 | border-width: 0 0 1px; 21 | } 22 | .accordion-collapse { 23 | background: url('images/accordion_arrows.png') no-repeat 0 0; 24 | } 25 | .accordion-expand { 26 | background: url('images/accordion_arrows.png') no-repeat -16px 0; 27 | } 28 | .accordion { 29 | background: #ffffff; 30 | border-color: #D3D3D3; 31 | } 32 | .accordion .accordion-header { 33 | background: #f3f3f3; 34 | filter: none; 35 | } 36 | .accordion .accordion-header-selected { 37 | background: #0092DC; 38 | } 39 | .accordion .accordion-header-selected .panel-title { 40 | color: #fff; 41 | } 42 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/bootstrap/accordion.css: -------------------------------------------------------------------------------- 1 | .accordion { 2 | overflow: hidden; 3 | border-width: 1px; 4 | border-style: solid; 5 | } 6 | .accordion .accordion-header { 7 | border-width: 0 0 1px; 8 | cursor: pointer; 9 | } 10 | .accordion .accordion-body { 11 | border-width: 0 0 1px; 12 | } 13 | .accordion-noborder { 14 | border-width: 0; 15 | } 16 | .accordion-noborder .accordion-header { 17 | border-width: 0 0 1px; 18 | } 19 | .accordion-noborder .accordion-body { 20 | border-width: 0 0 1px; 21 | } 22 | .accordion-collapse { 23 | background: url('images/accordion_arrows.png') no-repeat 0 0; 24 | } 25 | .accordion-expand { 26 | background: url('images/accordion_arrows.png') no-repeat -16px 0; 27 | } 28 | .accordion { 29 | background: #ffffff; 30 | border-color: #D4D4D4; 31 | } 32 | .accordion .accordion-header { 33 | background: #F2F2F2; 34 | filter: none; 35 | } 36 | .accordion .accordion-header-selected { 37 | background: #0081c2; 38 | } 39 | .accordion .accordion-header-selected .panel-title { 40 | color: #fff; 41 | } 42 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/combobox/icons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ComboBox with Extra Icons- jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

ComboBox with Extra Icons

14 |

The user can attach extra icons to the ComboBox.

15 |
16 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/switchbutton/action.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SwitchButton Actions - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

SwitchButton Actions

14 |

Click the buttons below to perform actions.

15 |
16 | 17 |
18 | Disable 19 | Enable 20 |
21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/themes/default/accordion.css: -------------------------------------------------------------------------------- 1 | .accordion { 2 | overflow: hidden; 3 | border-width: 1px; 4 | border-style: solid; 5 | } 6 | .accordion .accordion-header { 7 | border-width: 0 0 1px; 8 | cursor: pointer; 9 | } 10 | .accordion .accordion-body { 11 | border-width: 0 0 1px; 12 | } 13 | .accordion-noborder { 14 | border-width: 0; 15 | } 16 | .accordion-noborder .accordion-header { 17 | border-width: 0 0 1px; 18 | } 19 | .accordion-noborder .accordion-body { 20 | border-width: 0 0 1px; 21 | } 22 | .accordion-collapse { 23 | background: url('images/accordion_arrows.png') no-repeat 0 0; 24 | } 25 | .accordion-expand { 26 | background: url('images/accordion_arrows.png') no-repeat -16px 0; 27 | } 28 | .accordion { 29 | background: #ffffff; 30 | border-color: #95B8E7; 31 | } 32 | .accordion .accordion-header { 33 | background: #E0ECFF; 34 | filter: none; 35 | } 36 | .accordion .accordion-header-selected { 37 | background: #ffe48d; 38 | } 39 | .accordion .accordion-header-selected .panel-title { 40 | color: #000000; 41 | } 42 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/textbox/button.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TextBox with Button - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

TextBox with Button

14 |

The button can be attached to a textbox.

15 |
16 |
17 | 18 |
19 |
20 | 21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/window/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Window - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Window

14 |

Window can be dragged freely on screen.

15 |
16 | Open 17 | Close 18 |
19 |
20 | The window content. 21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datebox/buttons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DateBox Buttons - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

DateBox Buttons

14 |

This example shows how to customize the datebox buttons underneath the calendar.

15 |
16 | 17 | 18 | 27 | 28 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/dialog/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic Dialog - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic Dialog

14 |

Click below button to open or close dialog.

15 |
16 | Open 17 | Close 18 |
19 |
20 | The dialog content. 21 |
22 | 23 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/numberbox/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic NumberBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic NumberBox

14 |

The NumberBox can only accept inputing numbers.

15 |
16 |
17 |
18 |
List Price:
19 | 20 |
21 |
22 |
Amount:
23 | 24 |
25 |
26 | 27 | 28 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/switchbutton/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basic SwitchButton - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Basic SwitchButton

14 |

Click the switchbutton to change its state.

15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Receive mail:
Shared network:
Subscribed:
31 | 32 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datebox/clone.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Clone DateBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Clone DateBox

14 |

Click the 'Clone' button to clone datebox components from the exiting datebox.

15 |
16 | Clone 17 |
18 | 19 |
20 | 26 | 27 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datebox/sharedcalendar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Shared Calendar in DateBox - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Shared Calendar in DateBox

14 |

Multiple datebox components can share a calendar and use it to pick dates.

15 |
16 | 17 | 18 | 19 | 22 | 23 | 26 | 27 |
Start Date: 20 | 21 | End Date: 24 | 25 |
28 |
29 | 30 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/slider/formattip.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Format Tip Information - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Format Tip Information

14 |

This sample shows how to format tip information.

15 |
16 | 25 |
jQuery EasyUI
26 | 27 | 28 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/window/modalwindow.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Modal Window - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

Modal Window

14 |

Click the open button below to open the modal window.

15 |
16 | Open 17 | Close 18 |
19 |
20 | The window content. 21 |
22 | 23 | 24 | -------------------------------------------------------------------------------- /src/main/resources/prosource/webapp/resources/jquery-easyui-1.4.4/demo/datetimespinner/clearicon.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DateTimeSpinner with Clear Icon - jQuery EasyUI Demo 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |

DateTimeSpinner with Clear Icon

14 |

A clear icon can be attached to the datetimespinner. Click it to clear the entered value.

15 |
16 | 27 | 28 | --------------------------------------------------------------------------------