blob: 3620ac9c7c9f01d2da352cedf63f9a20fb18a3a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|