summaryrefslogtreecommitdiff
path: root/template/whisper.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/whisper.html')
-rw-r--r--template/whisper.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/whisper.html b/template/whisper.html
new file mode 100644
index 0000000..ae7ede4
--- /dev/null
+++ b/template/whisper.html
@@ -0,0 +1,10 @@
+<div class="whisper_unit whisper_unit_{oddoreven}">
+ <div class="whisper_content">
+ {content}
+ </div>
+ <div class="whisper_date" date="{date}"></div>
+ <div class="whisper_edit">
+ <a href="{url}/edit.py?w={id}">[编辑]</a>
+ </div>
+ <div style="clear:both"></div>
+</div>