summaryrefslogtreecommitdiff
path: root/cgi-bin/template/page.html
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-10 22:01:22 +0800
committerchai <chaifix@163.com>2018-07-10 22:01:22 +0800
commit1275e68efa680e55fd29a377c9c58c59bb7f235e (patch)
treec585d7402af76ad0ccd295b218205708012addb4 /cgi-bin/template/page.html
parent5d323b7430c446ceb81c2de52d9a1d28c7f34e52 (diff)
更新
Diffstat (limited to 'cgi-bin/template/page.html')
-rw-r--r--cgi-bin/template/page.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/cgi-bin/template/page.html b/cgi-bin/template/page.html
index e69de29..3620ac9 100644
--- a/cgi-bin/template/page.html
+++ b/cgi-bin/template/page.html
@@ -0,0 +1,23 @@
+<html>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>whisper</title>
+<body>
+<link rel="stylesheet" href="{url}{static}style.css" type="text/css" />
+<script src="{url}{static}ckeditor/ckeditor.js"></script>
+<div id="container">
+ <img src="{url}{static}logo.png" id="logo"/>
+ <br/>
+ <form action="{url}insert" method="post" class="form_add">
+ <textarea name="issue_description" id="editor" class="ckeditor" rows="5" cols="20">
+ </textarea><br/>
+ <input type="submit" value="提交" class="submit"/>
+ </form>
+ <!--whispers-->
+ {whispers}
+ <!--whispers end-->
+ <br/>
+ <a href="{url}page?p={page_prev}" id="pagejump_prev" class="pagejump"><上一页</a>
+ <a href="{url}page?p={page_next}" id="pagejump_next" class="pagejump">下一页></a>
+</div>
+</body>
+</html>