5 | */
6 | (function ($) {
7 | "use strict";
8 |
9 | $.fn.select2.locales['vi'] = {
10 | formatNoMatches: function () { return "Không tìm thấy kết quả"; },
11 | formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự" + (n == 1 ? "" : "s"); },
12 | formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); },
13 | formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); },
14 | formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; },
15 | formatSearching: function () { return "Đang tìm…"; }
16 | };
17 |
18 | $.extend($.fn.select2.defaults, $.fn.select2.locales['vi']);
19 | })(jQuery);
20 |
21 |
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/select2/select2_locale_zh-CN.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Select2 Chinese translation
3 | */
4 | (function ($) {
5 | "use strict";
6 | $.fn.select2.locales['zh-CN'] = {
7 | formatNoMatches: function () { return "没有找到匹配项"; },
8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";},
9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";},
10 | formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; },
11 | formatLoadMore: function (pageNumber) { return "加载结果中…"; },
12 | formatSearching: function () { return "搜索中…"; }
13 | };
14 |
15 | $.extend($.fn.select2.defaults, $.fn.select2.locales['zh-CN']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/select2/select2_locale_zh-TW.js:
--------------------------------------------------------------------------------
1 | /**
2 | * Select2 Traditional Chinese translation
3 | */
4 | (function ($) {
5 | "use strict";
6 | $.fn.select2.locales['zh-TW'] = {
7 | formatNoMatches: function () { return "沒有找到相符的項目"; },
8 | formatInputTooShort: function (input, min) { var n = min - input.length; return "請再輸入" + n + "個字元";},
9 | formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";},
10 | formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; },
11 | formatLoadMore: function (pageNumber) { return "載入中…"; },
12 | formatSearching: function () { return "搜尋中…"; }
13 | };
14 |
15 | $.extend($.fn.select2.defaults, $.fn.select2.locales['zh-TW']);
16 | })(jQuery);
17 |
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/select2/select2x2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/select2/select2x2.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/simple-line-icons/License.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/simple-line-icons/License.txt
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/simple-line-icons/fonts/Simple-Line-Icons.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/simple-line-icons/fonts/Simple-Line-Icons.eot
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/simple-line-icons/fonts/Simple-Line-Icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/simple-line-icons/fonts/Simple-Line-Icons.ttf
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/simple-line-icons/fonts/Simple-Line-Icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/simple-line-icons/fonts/Simple-Line-Icons.woff
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/treetable/default/allbgs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/treetable/default/allbgs.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/treetable/vsStyle/allbgs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/treetable/vsStyle/allbgs.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/treetable/vsStyle/allbgs.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/treetable/vsStyle/allbgs.psd
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/treetable/vsStyle/jquery.treeTable.css:
--------------------------------------------------------------------------------
1 | .tree_table .vsStyle_node, .tree_table .vsStyle_active_node {width:16px;height:16px;border: medium none; margin: 0; padding: 0;display: inline-block;}
2 | .tree_table .vsStyle_active_node {cursor: pointer;}
3 | .tree_table .vsStyle_open, .tree_table .vsStyle_last_open{background:url(./allbgs.png) no-repeat 0px 0px;width:16px;}
4 | .tree_table .vsStyle_shut, .tree_table .vsStyle_last_shut{background:url(./allbgs.png) no-repeat -16px 0px;width:16px;}
5 | .tree_table .vsStyle_hover_open, .tree_table .vsStyle_hover_last_open{background:url(./allbgs.png) no-repeat -32px 0px;width:16px;}
6 | .tree_table .vsStyle_hover_shut, .tree_table .vsStyle_hover_last_shut{background:url(./allbgs.png) no-repeat -48px 0px;width:16px;}
7 |
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/uniform/images/bg-input-focus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/uniform/images/bg-input-focus.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/uniform/images/bg-input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/uniform/images/bg-input.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/uniform/images/sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/uniform/images/sprite.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/uniform/images/sprite_original.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/uniform/images/sprite_original.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/awesomeStyle/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/awesomeStyle/img/loading.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/line_conn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/line_conn.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/loading.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/metro.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/metro.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/metro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/metroStyle/img/metro.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/1_close.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/1_close.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/1_open.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/1_open.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/2.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/3.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/4.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/5.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/6.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/7.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/8.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/diy/9.png
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/line_conn.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/line_conn.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/loading.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/zTreeStandard.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/zTreeStandard.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/zTreeStandard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TrumanDu/AutoProgramming/687f23f26085d7eb0680ed4db4ffc784f2c586af/src/main/webapp/static/global/plugins/ztree/css/zTreeStyle/img/zTreeStandard.png
--------------------------------------------------------------------------------
/src/main/webapp/template/bak/daoTemplate.ftl:
--------------------------------------------------------------------------------
1 | <#if packageStyle == "service">
2 | package ${sourceBasePackage}.${entityPackage}.dao;
3 | import ${sourceBasePackage}.${entityPackage}.entity.${className};
4 | <#else>
5 | package ${sourceBasePackage}.dao.${entityPackage};
6 | import ${sourceBasePackage}.entity.${entityPackage}.${className};
7 | #if>
8 | import com.aibibang.common.base.BaseDao;
9 |
10 | /**
11 | *
12 | * ${description}dao接口.
13 | *
14 | *
15 | * 历史记录:
16 | * ${createDate} ${author}
17 | * 新建文件
18 | *
19 | *
20 | * @author
21 | *
22 | * SD
23 | * ${author}
24 | * PG
25 | * ${author}
26 | * UT
27 | *
28 | * MA
29 | *
30 | * @version $Rev$
31 | *
32 | * $Id$
33 | *
34 | */
35 | public interface ${className}Dao extends BaseDao<${className}, ${pkType}> {
36 |
37 |
38 | }
--------------------------------------------------------------------------------
/src/main/webapp/template/default/daoTemplate.ftl:
--------------------------------------------------------------------------------
1 | <#if packageStyle == "service">
2 | package ${sourceBasePackage}.${entityPackage}.dao;
3 | import ${sourceBasePackage}.${entityPackage}.entity.${className};
4 | <#else>
5 | package ${sourceBasePackage}.dao.${entityPackage};
6 | import ${sourceBasePackage}.entity.${entityPackage}.${className};
7 | #if>
8 | import com.common.base.BaseDao;
9 |
10 | /**
11 | *
12 | * ${description}dao接口.
13 | *
14 | *
15 | * 历史记录:
16 | * ${createDate} ${author}
17 | * 新建文件
18 | *
19 | *
20 | * @author
21 | *
22 | * SD
23 | * ${author}
24 | * PG
25 | * ${author}
26 | * UT
27 | *
28 | * MA
29 | *
30 | * @version $Rev$
31 | *
32 | * $Id$
33 | *
34 | */
35 | public interface ${className}Dao extends BaseDao<${className}, ${pkType}> {
36 |
37 |
38 | }
--------------------------------------------------------------------------------
/src/main/webapp/template/hibernate/daoTemplate.ftl:
--------------------------------------------------------------------------------
1 | <#if packageStyle == "service">
2 | package ${sourceBasePackage}.${entityPackage}.dao;
3 | import ${sourceBasePackage}.${entityPackage}.entity.${className};
4 | <#else>
5 | package ${sourceBasePackage}.dao.${entityPackage};
6 | import ${sourceBasePackage}.entity.${entityPackage}.${className};
7 | #if>
8 | import com.common.base.BaseDao;
9 |
10 | /**
11 | *
12 | * ${description}dao接口.
13 | *
14 | *
15 | * 历史记录:
16 | * ${createDate} ${author}
17 | * 新建文件
18 | *
19 | *
20 | * @author
21 | *
22 | * SD
23 | * ${author}
24 | * PG
25 | * ${author}
26 | * UT
27 | *
28 | * MA
29 | *
30 | * @version $Rev$
31 | *
32 | * $Id$
33 | *
34 | */
35 | @Repository
36 | public interface ${className}Dao extends BaseDao<${className}, ${pkType}> {
37 |
38 |
39 | }
--------------------------------------------------------------------------------
/src/main/webapp/template/hibernate/sqlxmlTemplate.ftl:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 | <#list columns as po>
8 | <#if po.columnName == 'id'>
9 |
10 |
11 |
12 | <#else>
13 |
14 | #if>
15 | #list>
16 |
17 |
--------------------------------------------------------------------------------
/src/main/webapp/webpage/system/menu/menuSearch.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2 | <%@include file="/context/mytags.jsp"%>
3 |
4 |
5 |
7 |
8 |
9 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/main/webapp/webpage/system/org/orgSearch.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2 | <%@include file="/context/mytags.jsp"%>
3 |
4 |
5 |
7 |
8 |
9 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/main/webapp/webpage/system/role/sysRoleList.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2 | <%@include file="/context/mytags.jsp"%>
3 |
30 | ${page}
--------------------------------------------------------------------------------
/src/test/java/test/Test.java:
--------------------------------------------------------------------------------
1 | package test;
2 |
3 | public class Test {
4 |
5 | }
6 |
--------------------------------------------------------------------------------