// pageClick(1, total, 3);
page(0);
}
</script>
</head>
<body>
<div id="content">
<form autocomplete="off" action="result.jsp" method="post">
<p>
<label>search:</label>
<input type="text" id="isearch" name="isearch" class="isearchSug" value="<%=isearch%>"/>
<select id="type" name="type">
<option value="00" <c:if test="${param.type=='00'}">selected</c:if>>全部</option>
<option value="01" <c:if test="${param.type=='01'}">selected</c:if>>用户</option>
<option value="02" <c:if test="${param.type=='02'}">selected</c:if>>圈子</option>
<option value="03" <c:if test="${param.type=='03'}">selected</c:if>>消息动态</option>
<option value="04" <c:if test="${param.type=='04'}">selected</c:if>>门户</option>
<option value="05" <c:if test="${param.type=='05'}">selected</c:if>>--资源--</option>
<option value="0521" <c:if test="${param.type=='0521'}">selected</c:if>> -教案</option>
<option value="0522" <c:if test="${param.type=='0522'}">selected</c:if>> -学案</option>
<option value="0523" <c:if test="${param.type=='0523'}">selected</c:if>> -课件</option>
<option value="0525" <c:if test="${param.type=='0525'}">selected</c:if>> -同步试卷</option>
<option value="0526" <c:if test="${param.type=='0526'}">selected</c:if>> -录课通</option>
<option value="0527" <c:if test="${param.type=='0527'}">selected</c:if>> -微视频</option>
<option value="06" <c:if test="${param.type=='06'}">selected</c:if>>作业</option>
<option value="07" <c:if test="${param.type=='07'}">selected</c:if>>问答</option>
<option value="08" <c:if test="${param.type=='08'}">selected</c:if>>课程</option>
<option value="09" <c:if test="${param.type=='09'}">selected</c:if>>问答</option>
</select>
<input type="submit" value="用户搜索"/>
</p>
</form>
<div class="page">
<div style="margin: 10px 0;"></div>
<div id="datas">
</div>
<div id="divload" style="text-align: center">
</div>
<div id="Pagination" class="digg"></div>
</div>
</div>
</body>
</html>
suggest.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>demo</title>










