|
@@ -210,20 +210,18 @@
|
|
|
<form:option value="" label=" "/>
|
|
|
<form:options items="${fns:getDictList('enabled_status')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
|
|
|
</form:select>
|
|
|
+ <label>关联标签库:</label>
|
|
|
+ <form:select path="isRelevance" class="input-medium">
|
|
|
+ <form:option value="" label="请选择"/>
|
|
|
+ <form:option value="1" label="已关联"/>
|
|
|
+ <form:option value="2" label="未关联"/>
|
|
|
+ </form:select>
|
|
|
<label>首页置顶:</label>
|
|
|
<form:select path="topFlag" class="input-mini">
|
|
|
<form:option value="" label="全部"/>
|
|
|
<form:option value="1" label="是"/>
|
|
|
<form:option value="0" label="否"/>
|
|
|
</form:select>
|
|
|
- <div class="item">
|
|
|
- <label>关联标签库:</label>
|
|
|
- <form:select path="isRelevance" class="input-medium">
|
|
|
- <form:option value="" label="请选择"/>
|
|
|
- <form:option value="1" label="已关联"/>
|
|
|
- <form:option value="2" label="未关联"/>
|
|
|
- </form:select>
|
|
|
- </div>
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|
|
@@ -243,9 +241,9 @@
|
|
|
<th>实际阅读量</th>
|
|
|
<th>首页置顶位</th>
|
|
|
<%--<th>优先级</th>--%>
|
|
|
+ <th>关联标签库</th>
|
|
|
<th>发布时间</th>
|
|
|
<th>添加时间</th>
|
|
|
- <th>关联标签库</th>
|
|
|
<th>推荐状态</th>
|
|
|
<th>状态</th>
|
|
|
<shiro:hasPermission name="info:info:edit"><th>操作</th></shiro:hasPermission>
|
|
@@ -273,8 +271,6 @@
|
|
|
<td>${empty info.pv?0:(info.pv)}</td>
|
|
|
<td>${info.topPosition}</td>
|
|
|
<%--<td>${empty info.priorityIndex?0:(info.priorityIndex)}</td>--%>
|
|
|
- <td><fmt:formatDate value="${info.pubdate}" pattern="yyyy-MM-dd HH:mm"/></td>
|
|
|
- <td><fmt:formatDate value="${info.createDate}" pattern="yyyy-MM-dd HH:mm:ss"/></td>
|
|
|
<td>
|
|
|
<c:if test="${!empty info.labelIds}">
|
|
|
已关联
|
|
@@ -283,6 +279,8 @@
|
|
|
未关联
|
|
|
</c:if>
|
|
|
</td>
|
|
|
+ <td><fmt:formatDate value="${info.pubdate}" pattern="yyyy-MM-dd HH:mm"/></td>
|
|
|
+ <td><fmt:formatDate value="${info.createDate}" pattern="yyyy-MM-dd HH:mm:ss"/></td>
|
|
|
<td>
|
|
|
<c:if test="${info.recommendStatus eq 1 }">
|
|
|
<a href="javascript:void(0);" onclick="updateStatus('0','${info.id}','recommendStatus','${info.enabledStatus}');" >
|