diff options
| author | tim b <timb@camcompu.home> | 2010-04-07 18:59:50 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-04-07 18:59:50 -0700 |
| commit | 6440348618ade4fbcb541c40473074833a47d198 (patch) | |
| tree | 537ab7e4f0af7deba51bbfb360fe490968d651f8 /template/logged_dump.st | |
| parent | 4f09c8a882e8ae2ad1c7944a8c2a5939c9c9f7ad (diff) | |
| parent | 42df4633bb7588e8632e45013880ee4fc2bc3d6c (diff) | |
fixing merge conflicts
Diffstat (limited to 'template/logged_dump.st')
| -rwxr-xr-x | template/logged_dump.st | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/logged_dump.st b/template/logged_dump.st new file mode 100755 index 0000000..3b8336a --- /dev/null +++ b/template/logged_dump.st @@ -0,0 +1,20 @@ + +<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> |
