|
@@ -1,10 +1,3 @@
|
|
-<%--
|
|
|
|
- Created by IntelliJ IDEA.
|
|
|
|
- User: Administrator
|
|
|
|
- Date: 2020/4/17
|
|
|
|
- Time: 14:00
|
|
|
|
- To change this template use File | Settings | File Templates.
|
|
|
|
---%>
|
|
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
|
|
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
|
|
<html>
|
|
<html>
|
|
@@ -21,6 +14,10 @@
|
|
<li class="active"><a href="${ctx}/keyword/list">关键字设置</a></li>
|
|
<li class="active"><a href="${ctx}/keyword/list">关键字设置</a></li>
|
|
<li><a href="${ctx}/keyword/form">添加关键字</a></li>
|
|
<li><a href="${ctx}/keyword/form">添加关键字</a></li>
|
|
</ul>
|
|
</ul>
|
|
|
|
+ <form:form id="searchForm" action="${ctx}/keyword/list" method="get" class="breadcrumb form-search">
|
|
|
|
+ <input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
|
|
+ <input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize}"/>
|
|
|
|
+ </form:form>
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
<table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
<table id="contentTable" class="table table-striped table-bordered table-condensed">
|
|
<thead>
|
|
<thead>
|