diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-26 18:25:39 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-26 18:25:39 -0400 |
| commit | eebbec5b40d7aee86faa4a4f3a0e52bedceb005f (patch) | |
| tree | f1497d1591a0e6485751926a1af05a02c5eda9fb /template | |
| parent | b18a8081bd5096a5bafdce252256b94f601f2f94 (diff) | |
Removed old static files
Diffstat (limited to 'template')
| -rwxr-xr-x | template/logged_dump.st | 20 | ||||
| -rw-r--r-- | template/xd_receiver.htm | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/template/logged_dump.st b/template/logged_dump.st deleted file mode 100755 index 3b8336a..0000000 --- a/template/logged_dump.st +++ /dev/null @@ -1,20 +0,0 @@ - -<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> diff --git a/template/xd_receiver.htm b/template/xd_receiver.htm deleted file mode 100644 index 3c63739..0000000 --- a/template/xd_receiver.htm +++ /dev/null @@ -1 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>xd</title></head><body><script src="http://static.ak.facebook.com/js/api_lib/v0.4/XdCommReceiver.js" type="text/javascript"></script></body></html>
\ No newline at end of file |
