summaryrefslogtreecommitdiff
path: root/template/whisper.html
blob: ae7ede4abf3a3198f1fdcb7a913a9a2b1ef74158 (plain)
1
2
3
4
5
6
7
8
9
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>