remove unused tags
This commit is contained in:
parent
bbfa91da16
commit
3221de3414
6 changed files with 23 additions and 71 deletions
|
@ -88,15 +88,10 @@
|
|||
items="${roleTypeItems}">
|
||||
<c:forEach var="rtid" varStatus="s" items="${roleTypeIds}">
|
||||
<c:if test="${rtid==rt.id}">
|
||||
${f:h(rt.name)}<br />
|
||||
${f:h(rt.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="roleTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="rt" varStatus="s" items="${roleTypeItems}">
|
||||
<la:option value="${f:u(rt.id)}">${f:h(rt.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.label_type" /></th>
|
||||
|
@ -108,12 +103,7 @@
|
|||
${f:h(l.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="labelTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="l" varStatus="s" items="${labelTypeItems}">
|
||||
<la:option value="${f:u(l.id)}">${f:h(l.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.available" /></th>
|
||||
|
@ -130,7 +120,8 @@
|
|||
<!-- /.box-body -->
|
||||
<div class="box-footer">
|
||||
<jsp:include page="/WEB-INF/view/common/admin/crud/buttons.jsp"></jsp:include>
|
||||
<la:link styleClass="btn btn-success" href="/admin/scheduler/createnewjob/data_crawling/${f:u(id)}/${f:u(name)}">
|
||||
<la:link styleClass="btn btn-success"
|
||||
href="/admin/scheduler/createnewjob/data_crawling/${f:u(id)}/${f:u(name)}">
|
||||
<i class="fa fa-plus-circle"></i>
|
||||
<la:message key="labels.data_crawling_button_create_job" />
|
||||
</la:link>
|
||||
|
|
|
@ -115,12 +115,7 @@
|
|||
${f:h(l.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="labelTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="l" varStatus="s" items="${labelTypeItems}">
|
||||
<la:option value="${f:u(l.id)}">${f:h(l.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.suggest_elevate_word_boost" /></th>
|
||||
|
|
|
@ -118,15 +118,10 @@
|
|||
items="${roleTypeItems}">
|
||||
<c:forEach var="rtid" varStatus="s" items="${roleTypeIds}">
|
||||
<c:if test="${rtid==rt.id}">
|
||||
${f:h(rt.name)}<br />
|
||||
${f:h(rt.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="roleTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="rt" varStatus="s" items="${roleTypeItems}">
|
||||
<la:option value="${f:u(rt.id)}">${f:h(rt.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.label_type" /></th>
|
||||
|
@ -138,12 +133,7 @@
|
|||
${f:h(l.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="labelTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="l" varStatus="s" items="${labelTypeItems}">
|
||||
<la:option value="${f:u(l.id)}">${f:h(l.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.available" /></th>
|
||||
|
@ -160,7 +150,8 @@
|
|||
<!-- /.box-body -->
|
||||
<div class="box-footer">
|
||||
<jsp:include page="/WEB-INF/view/common/admin/crud/buttons.jsp"></jsp:include>
|
||||
<la:link styleClass="btn btn-success" href="/admin/scheduler/createnewjob/file_crawling/${f:u(id)}/${f:u(name)}">
|
||||
<la:link styleClass="btn btn-success"
|
||||
href="/admin/scheduler/createnewjob/file_crawling/${f:u(id)}/${f:u(name)}">
|
||||
<i class="fa fa-plus-circle"></i>
|
||||
<la:message key="labels.file_crawling_button_create_job" />
|
||||
</la:link>
|
||||
|
|
|
@ -74,15 +74,10 @@
|
|||
items="${roleTypeItems}">
|
||||
<c:forEach var="rtid" varStatus="s" items="${roleTypeIds}">
|
||||
<c:if test="${rtid==rt.id}">
|
||||
${f:h(rt.name)}<br />
|
||||
${f:h(rt.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="roleTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="rt" varStatus="s" items="${roleTypeItems}">
|
||||
<la:option value="${f:u(rt.id)}">${f:h(rt.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.sortOrder" /></th>
|
||||
|
|
|
@ -31,11 +31,10 @@
|
|||
<div class="col-md-12">
|
||||
<div
|
||||
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
|
||||
<%-- Box Header --%>
|
||||
<div class="box-header with-border">
|
||||
<jsp:include page="/WEB-INF/view/common/admin/crud/header.jsp"></jsp:include>
|
||||
</div>
|
||||
<%-- Box Body --%>
|
||||
<!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<%-- Message --%>
|
||||
<div>
|
||||
|
@ -57,15 +56,10 @@
|
|||
items="${roleItems}">
|
||||
<c:forEach var="rtid" varStatus="s" items="${roles}">
|
||||
<c:if test="${rtid==rt.id}">
|
||||
${f:h(rt.name)}<br />
|
||||
${f:h(rt.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="roles" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="rt" varStatus="s" items="${roleItems}">
|
||||
<la:option value="${rt.id}">${f:h(rt.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.groups" /></th>
|
||||
|
@ -73,15 +67,10 @@
|
|||
items="${groupItems}">
|
||||
<c:forEach var="rtid" varStatus="s" items="${groups}">
|
||||
<c:if test="${rtid==rt.id}">
|
||||
${f:h(rt.name)}<br />
|
||||
${f:h(rt.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="groups" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="rt" varStatus="s" items="${groupItems}">
|
||||
<la:option value="${rt.id}">${f:h(rt.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -122,15 +122,10 @@
|
|||
items="${roleTypeItems}">
|
||||
<c:forEach var="rtid" varStatus="s" items="${roleTypeIds}">
|
||||
<c:if test="${rtid==rt.id}">
|
||||
${f:h(rt.name)}<br />
|
||||
${f:h(rt.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="roleTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="rt" varStatus="s" items="${roleTypeItems}">
|
||||
<la:option value="${f:u(rt.id)}">${f:h(rt.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.label_type" /></th>
|
||||
|
@ -142,12 +137,7 @@
|
|||
${f:h(l.name)}<br />
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</c:forEach> <la:select property="labelTypeIds" multiple="true"
|
||||
style="display:none;">
|
||||
<c:forEach var="l" varStatus="s" items="${labelTypeItems}">
|
||||
<la:option value="${f:u(l.id)}">${f:h(l.name)}</la:option>
|
||||
</c:forEach>
|
||||
</la:select></td>
|
||||
</c:forEach></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><la:message key="labels.available" /></th>
|
||||
|
@ -164,7 +154,8 @@
|
|||
<!-- /.box-body -->
|
||||
<div class="box-footer">
|
||||
<jsp:include page="/WEB-INF/view/common/admin/crud/buttons.jsp"></jsp:include>
|
||||
<la:link styleClass="btn btn-success" href="/admin/scheduler/createnewjob/web_crawling/${f:u(id)}/${f:u(name)}">
|
||||
<la:link styleClass="btn btn-success"
|
||||
href="/admin/scheduler/createnewjob/web_crawling/${f:u(id)}/${f:u(name)}">
|
||||
<i class="fa fa-plus-circle"></i>
|
||||
<la:message key="labels.web_crawling_button_create_job" />
|
||||
</la:link>
|
||||
|
|
Loading…
Add table
Reference in a new issue