|
|
@@ -41,8 +41,9 @@
|
|
|
|
|
|
<div class="row content-row">
|
|
|
<ul class="list-inline" style="float: left">
|
|
|
+ <!-- class="current" 控制初始显示 -->
|
|
|
<li class="publish">
|
|
|
- <a href="${CPATH}/admin/content?m=${m!}&p=${p!}&c=${c!}&s=normal">
|
|
|
+ <a class="current" href="${CPATH}/admin/content?m=${m!}&p=${p!}&c=${c!}&s=normal">
|
|
|
已发布 <span class="count">(${normal_count!"0"})</span>
|
|
|
</a>
|
|
|
|
|
|
|
@@ -61,8 +62,14 @@
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
- <form class="form-horizontal" method="POST" style="float: right" action="${CPATH}/admin/content?m=${m!}&p=${p!}&c=${c!}&s=${s!}&tids=${tids!}">
|
|
|
+ <form class="form-horizontal" method="POST" style="float: right" action="${CPATH}/admin/content/index?m=${m!}&p=${p!}&c=${c!}&s=${s!}&tids=${tids!}">
|
|
|
<div class="input-group input-group-sm">
|
|
|
+ <input type="hidden" id="choosePushTime" name="pushTime" value="">
|
|
|
+ <input type="hidden" id="chooseAuthor" name="author" value="">
|
|
|
+ <input type="hidden" id="chooseCopyRight" name="copyRight" value="">
|
|
|
+ <input type="hidden" id="chooseTaxonomy" name="taxonomy" value="">
|
|
|
+
|
|
|
+
|
|
|
<input id="post-search-input" class="form-control" type="search" value="${k!}" name="k" placeholder="请输入关键词">
|
|
|
<input id="search-submit" class="btn btn-default btn-sm" type="submit" value="搜索">
|
|
|
</div>
|
|
|
@@ -148,6 +155,7 @@
|
|
|
|
|
|
|
|
|
<#if page??> <#list page.getList() as bean>
|
|
|
+ <!-- class="jp-onmouse" 控制操作显示 -->
|
|
|
<tr class="jp-onmouse">
|
|
|
<td class="titleUas"><input name="dataItem" type="checkbox" value="${bean.id}"></td>
|
|
|
<td>
|