|
@@ -33,21 +33,21 @@
|
|
|
href="javascript:location.replace(location.href);" title="刷新"><i class="Hui-iconfont"></i></a>
|
|
|
</nav>
|
|
|
<div class="page-container">
|
|
|
- <%--<form action="ownerServiceList.html" method="post" enctype="multipart/form-data">
|
|
|
+ <form action="ownerServiceList.html" method="post" enctype="multipart/form-data">
|
|
|
<div class="text-c">
|
|
|
- <span class="select-box inline">
|
|
|
- <select name="typeId" class="select">
|
|
|
- <option value="">全部分类</option>
|
|
|
- <c:forEach items="${ownerType}" var="item">
|
|
|
- <option value="${item.id}"
|
|
|
- <c:if test="${item.id == type}">selected</c:if> >${item.typeName}</option>
|
|
|
- </c:forEach>
|
|
|
- </select>
|
|
|
- </span>
|
|
|
+ <%-- <span class="select-box inline">
|
|
|
+ <select name="typeId" class="select">
|
|
|
+ <option value="">全部分类</option>
|
|
|
+ <c:forEach items="${ownerType}" var="item">
|
|
|
+ <option value="${item.id}"
|
|
|
+ <c:if test="${item.id == type}">selected</c:if> >${item.typeName}</option>
|
|
|
+ </c:forEach>
|
|
|
+ </select>
|
|
|
+ </span>--%>
|
|
|
<input type="text" name="title" id="title" value="${title}" placeholder="标题" style="width:250px" class="input-text">
|
|
|
<button class="btn btn-success" type="submit"><i class="Hui-iconfont"></i> 搜索</button>
|
|
|
</div>
|
|
|
- </form>--%>
|
|
|
+ </form>
|
|
|
<div class="cl pd-5 bg-1 bk-gray mt-20">
|
|
|
<span class="l">
|
|
|
<a class="btn btn-danger radius" href="javascript:;" id="delete" ><i class="Hui-iconfont"></i>批量删除</a>
|