├── 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 |
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 |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 |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 |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 |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 |Here is the content loaded via AJAX.
9 |Here is the content loaded via AJAX.
9 |Here is the content loaded via AJAX.
9 |Here is the content loaded via AJAX.
9 |Here is the content loaded via AJAX.
9 |Here is the content loaded via AJAX.
9 |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 |jQuery EasyUI framework help you build your web page easily.
9 |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 |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 |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 |The user can change page number and page size on page bar.
15 | 16 |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 |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 |The time value is constrained in specified range.
15 |This sample shows how to show tree lines.
15 | 16 |This sample illustrates how to add icons to tree node.
15 | 16 |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 |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 |Apply 'animate' property to true to enable animation effect.
15 | 16 |Press mouse down and drag a node to another position.
15 | 16 |The DataList is bound to a remote data.
15 | 16 |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 |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 |This example shows how to set the width of Panel to a percentage of its parent container.
15 |The panel has a width of 100%.
19 |
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 |This example shows how to display items in groups.
15 | 16 |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 |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 |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 |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 |The sample shows how to simplify pagination.
15 | 16 |The user can decide to display seconds part or not.
15 |The example shows how to customize numbered pagination links.
15 | 16 |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 |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 |The panel footer is displayed at the bottom of the panel and can consist of any other components.
15 | 16 |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 |This sample shows how to create a vertical slider.
15 | 16 |Click spinner button to change value.
15 | 16 | 21 |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 |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 |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 |Percentage width of region panel in a layout.
15 | 16 |width: 30%
19 |This example shows how to set the width of Tabs to a percentage of its parent container.
15 | 16 |The tabs has a width of 100%.
19 |The multiple selection allows the user to select multiple items in a datalist.
15 | 16 |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 |Click the calendar image on the right side.
15 | 16 | 17 |Click the button below to load data.
15 | 16 |Each item in the DataList has a checkbox.
15 | 16 |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 |This example shows how to set the width of Window to a percentage of its parent container.
15 | 16 |The window has a width of 80%.
22 |This example shows how to set the width of Dialog to a percentage of its parent container.
15 | 16 |width: 80%; height: 200px
22 |Click the right arrow button to show the tree panel and select multiple nodes.
15 |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 |This example shows how to set the width of calendar to a percentage of its parent container.
15 | 16 |width: 50%, height: 250px
18 | 19 |width: 30%, height: 40%
20 | 21 |Click the node to begin edit, press enter key to stop edit or esc key to cancel edit.
15 | 16 |Click the refresh button on top right of panel to load content.
15 | 16 |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 |Move the boxes below by clicking on it with mouse.
15 | 16 | 17 |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 |Click the buttons below to perform actions.
15 | 16 | 17 | 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 |The button can be attached to a textbox.
15 | 16 |Window can be dragged freely on screen.
15 | 19 |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 |Click below button to open or close dialog.
15 | 19 |The NumberBox can only accept inputing numbers.
15 | 16 |Click the switchbutton to change its state.
15 | 16 | 17 || Receive mail: | 20 |21 | |
| Shared network: | 24 |25 | |
| Subscribed: | 28 |29 | |
Click the 'Clone' button to clone datebox components from the exiting datebox.
15 |Multiple datebox components can share a calendar and use it to pick dates.
15 | 16 || Start Date: | 19 |20 | 21 | | 22 |End Date: | 23 |24 | 25 | | 26 |
This sample shows how to format tip information.
15 | 16 | 25 |Click the open button below to open the modal window.
15 | 19 |A clear icon can be attached to the datetimespinner. Click it to clear the entered value.
15 | 16 | 27 | 28 | --------------------------------------------------------------------------------