diff options
author | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
commit | 6562ad5da1548247e50c2b592332c9f56afda072 (patch) | |
tree | 9b8adbf557d0d7126ca16aee29d1c603e1705e14 /cgi-bin/page.html | |
parent | 131cf12827e64f527da69251b6a6221d130c1cc7 (diff) |
*修改
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> + |