diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-21 03:16:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-21 03:16:21 -0400 |
| commit | d7da74158b8da25ce47088679b25aafbc4620ccf (patch) | |
| tree | 763bc33a08c39c38d8c2565a2ede40af7c7457f3 /template/log_dump.st | |
| parent | 965990ff4018cf476f83adb308d54a9d85afaa4c (diff) | |
| parent | 5a94d94fef2748cc6d22cebbcd0b1eb85d0b7798 (diff) | |
timb committing ryder's changes
Diffstat (limited to 'template/log_dump.st')
| -rw-r--r-- | template/log_dump.st | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/template/log_dump.st b/template/log_dump.st new file mode 100644 index 0000000..49aab4b --- /dev/null +++ b/template/log_dump.st @@ -0,0 +1,18 @@ +<div class="logged-dump" id="message-$dump.message_id$"> + <div> + $dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b> + </div> + <a href="/u/$dump.nick$"> + <div id="logavatar"> + + $if(dump.avatar)$ + <img height="50" width="50" src="$dump.avatar$" /> + $else$ + <img height="50" width="50" src="/static/noinfo.png"> + $endif$ + + </div></a> + <div class="content">$dump.content$</div> + <hr /> + $share_buttons()$ +</div> |
