summaryrefslogtreecommitdiff
path: root/cgi-bin/template/whisper.html
blob: ca09bb74457dfb336ded81ac6dd3c8c3fc68fd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="whisper_unit whisper_unit_{oddoreven}">
	<div class="whisper_content"> 
		{content}
	</div>
	<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>