diff options
author | chai <chaifix@163.com> | 2018-07-10 22:01:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-10 22:01:22 +0800 |
commit | 1275e68efa680e55fd29a377c9c58c59bb7f235e (patch) | |
tree | c585d7402af76ad0ccd295b218205708012addb4 /cgi-bin/template/whisper.html | |
parent | 5d323b7430c446ceb81c2de52d9a1d28c7f34e52 (diff) |
更新
Diffstat (limited to 'cgi-bin/template/whisper.html')
-rw-r--r-- | cgi-bin/template/whisper.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cgi-bin/template/whisper.html b/cgi-bin/template/whisper.html index fd40910..1488170 100644 --- a/cgi-bin/template/whisper.html +++ b/cgi-bin/template/whisper.html @@ -1,4 +1,8 @@ - - - - +<div class="whisper_unit whisper_unit_{oddoreven}"> + <div class="whisper_content"> + {content} + </div> + <div class="whisper_date"> + {date} + </div> +</div>
\ No newline at end of file |