十六进制校验去掉关键字的间隔符
This commit is contained in:
@@ -9,34 +9,14 @@
|
||||
<body>
|
||||
|
||||
<div class="page-content">
|
||||
<c:set var ="isOptator" value="false"></c:set>
|
||||
<c:set var ="isConfirmor" value="false"></c:set>
|
||||
<c:set var ="isAuditor" value="false"></c:set>
|
||||
<c:forEach items="${fns:getUser().userRoleList}" var="role">
|
||||
<c:if test="${role.id ==28}">
|
||||
<c:set var ="isAuditor" value="true"></c:set>
|
||||
</c:if>
|
||||
<c:if test="${role.id ==27}">
|
||||
<c:set var ="isConfirmor" value="true"></c:set>
|
||||
</c:if>
|
||||
<c:if test="${role.id ==26}">
|
||||
<c:set var ="isOptator" value="true"></c:set>
|
||||
</c:if>
|
||||
<c:if test="${role.id ==1}">
|
||||
<c:set var ="isOptator" value="true"></c:set>
|
||||
<c:set var ="isConfirmor" value="true"></c:set>
|
||||
<c:set var ="isAuditor" value="true"></c:set>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<shiro:hasPermission name="basics:taskInfo:edit">
|
||||
<c:if test="${isOptator }">
|
||||
|
||||
<shiro:hasPermission name="basics:taskInfo:config">
|
||||
<div class="theme-panel hidden-xs hidden-sm">
|
||||
<button type="button" class="btn btn-primary"
|
||||
onClick="javascript:window.location='${ctx}/basics/taskInfo/form'">
|
||||
<i class="fa fa-plus"></i>
|
||||
<spring:message code="add"/></button>
|
||||
</div>
|
||||
</c:if>
|
||||
</shiro:hasPermission>
|
||||
<h3 class="page-title">
|
||||
<spring:message code="special_task"></spring:message>
|
||||
@@ -84,15 +64,14 @@
|
||||
</div>
|
||||
|
||||
<div class="pull-right">
|
||||
<shiro:hasPermission name="basics:taskInfo:edit">
|
||||
<c:if test="${isOptator }">
|
||||
<shiro:hasPermission name="basics:taskInfo:config">
|
||||
<button type="button" class="btn btn-default" onclick="edit()">
|
||||
<i class="fa fa-edit"></i> <spring:message code="edit"></spring:message></button>
|
||||
<sys:delRow url="${ctx}/basics/taskInfo/delete" id="contentTable" label="delete"></sys:delRow>
|
||||
<!-- <button type="button" class="btn btn-default">
|
||||
<i class="fa fa-download"></i> 导出</button> -->
|
||||
</c:if>
|
||||
<c:if test="${isConfirmor }">
|
||||
</shiro:hasPermission>
|
||||
<shiro:hasPermission name="basics:taskInfo:confirm">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="fa fa-wrench"></i> <spring:message code="examine"></spring:message>
|
||||
@@ -104,7 +83,6 @@
|
||||
<li><sys:delRow url="${ctx}/basics/taskInfo/taskCancelExamine" id="contentTable" label="cancelPass"></sys:delRow></li>
|
||||
</ul>
|
||||
</div>
|
||||
</c:if>
|
||||
</shiro:hasPermission>
|
||||
<a class="btn btn-icon-only btn-default setfields tooltips"
|
||||
data-container="body" data-placement="top" data-original-title=<spring:message code="custom_columns"/> href="javascript:;">
|
||||
|
||||
Reference in New Issue
Block a user