pull/1/head
rekoe 2016-03-23 11:57:49 +08:00
parent 76d376e01e
commit 0739f2217f
3 changed files with 4 additions and 5 deletions

View File

@ -55,6 +55,7 @@ public class ProjectGroupService extends BaseService<PjGr> {
return list;
}
});
dao().execute(sql);
return list;
}

View File

@ -3,6 +3,7 @@
<script src="${base}/resources/jquery-1.7.min.js" type="text/javascript"></script>
<script src="${base}/resources/sorttable.js"></script>
<script src="${base}/resources/svnadmin.js"></script>
<link rel="stylesheet" href="${base}/resources/bootstrap.min.css" />
<link rel="stylesheet" href="${base}/resources/svnadmin.css" />
<script>
$(function(){
@ -85,11 +86,7 @@
</script>
</head>
<body style="margin: 0px;">
<#assign errorMsg="">
<#if errorMsg?exists>
<div style="color:red;">错误 ${errorMsg}</div>
</#if>
<form name="pjauth" action="${base}/pjauth" method="post" onsubmit="return checkForm(this);">
<form name="pjauth" action="pjauth" method="post" onsubmit="return checkForm(this);">
<input type="hidden" name="act" value="save">
<input type="hidden" name="pj" value="${pj}">
<table class="table table-striped table-bordered">

View File

@ -6,6 +6,7 @@
<#include "/template/admin/head.ftl"/>
<span style="color:green;font-weight:bold;"><a href="${base}/pj">项目管理(${pj})</a> | 权限管理</span><br><br>
<script type="text/javascript" src="${base}/resources/treeview/treeview.js"></script>
<link rel="stylesheet" href="${base}/resources/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="${base}/resources/treeview/treeview.css"></link>
<style>
#svnroot li{