summaryrefslogtreecommitdiff
path: root/cgi-bin/template/whisper.html
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-11 22:04:43 +0800
committerchai <chaifix@163.com>2018-07-11 22:04:43 +0800
commitd351e45604f192df6ef710d476a8e529fefa73bf (patch)
tree4ca90a281ecd7ec89f1b010092aa0f5aeec06910 /cgi-bin/template/whisper.html
parent1275e68efa680e55fd29a377c9c58c59bb7f235e (diff)
update
Diffstat (limited to 'cgi-bin/template/whisper.html')
-rw-r--r--cgi-bin/template/whisper.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgi-bin/template/whisper.html b/cgi-bin/template/whisper.html
index 1488170..ca09bb7 100644
--- a/cgi-bin/template/whisper.html
+++ b/cgi-bin/template/whisper.html
@@ -2,7 +2,11 @@
<div class="whisper_content">
{content}
</div>
- <div class="whisper_date">
+ <div class="whisper_date" date="{date}">
{date}
</div>
+ <div class="whisper_edit">
+ <a href="{url}/edit.py?w={id}">[编辑]</a>
+ </div>
+ <div style="clear:both"></div>
</div> \ No newline at end of file