summaryrefslogtreecommitdiff
path: root/cgi-bin/page.html
blob: f5a5641037307183a097d1ec4cd228eb24406e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>issues</title> 
<body>
<link rel="stylesheet" href="style.css" type="text/css" />	
<div id="container"> 
	<img src="logo.png" id="logo"/>
	<form action="/search" method="get" id="searchbar">
		<input type="text" id="searchbar_input" name="content"/> 
		<input type="submit" id="searchbar_submit" value="搜索"/>
		<a href="/tags">标签</a>
		<a href="/add">添加</a>
	</form>
	<br/>
	<!--issues-->
	{issues}
	<!--issues end-->
	<br/>
	<a href="/page?p={page_prev}" id="pagejump_prev" class="pagejump"><上一页</a>
	<a href="/page?p={page_next}" id="pagejump_next" class="pagejump">下一页></a>
</div>
</body>
</html>