diff options
Diffstat (limited to 'cgi-bin/page.html')
-rw-r--r-- | cgi-bin/page.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cgi-bin/page.html b/cgi-bin/page.html new file mode 100644 index 0000000..062171c --- /dev/null +++ b/cgi-bin/page.html @@ -0,0 +1,23 @@ +<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> + </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> + |