diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:25:23 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-25 08:25:23 -0500 |
| commit | 4aaeea62170be62bb7dfef953a7b0b447196e18a (patch) | |
| tree | cc285c7472b99ee2b109b48b04ad20db96b2fd86 /template | |
| parent | c4b8c62ffe424e8c3b45519d113905384f3b9b87 (diff) | |
Added PROD changes
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 2 | ||||
| -rwxr-xr-x | template/log.st | 5 | ||||
| -rwxr-xr-x | template/logged_dump.st | 2 | ||||
| -rwxr-xr-x | template/profile.st | 9 |
4 files changed, 11 insertions, 7 deletions
diff --git a/template/chat.st b/template/chat.st index 2c0f15f..9122c93 100755 --- a/template/chat.st +++ b/template/chat.st @@ -49,7 +49,7 @@ </div> <div id="userList"> $users: { u | - <div class="username"><a href="/u/$u.nick$"> + <div class="username"><a href="/u/$u.nick$" target="_blank"> $if(u.avatar)$<img src="$u.avatar$" width="50" height="50">$endif$ $u.nick$</a><br> </div> diff --git a/template/log.st b/template/log.st index 7281e11..65f149e 100755 --- a/template/log.st +++ b/template/log.st @@ -2,7 +2,7 @@ <head> <title>dump.fm log</title> $head()$ - <link rel="stylesheet" type="text/css" href="/static/profile.css"> + <link rel="stylesheet" type="text/css" href="/static/log.css"> <style> </style> @@ -20,6 +20,9 @@ <br> <div id="posts"> + <div id="lolbanner"> + <img src="/static/welcomebanner.gif"> + </div> $if(dumps)$ $dumps: { d | $logged_dump(dump=d)$ }$ $else$ diff --git a/template/logged_dump.st b/template/logged_dump.st index c7cbbd2..86465e3 100755 --- a/template/logged_dump.st +++ b/template/logged_dump.st @@ -32,7 +32,7 @@ img{ </style> <div class="logged-dump"> <div>$dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b></div> - <a href="/u/$dump.nick$"><img height="50" width="50" src="$dump.avatar$" /></a> + <a href="/u/$dump.nick$"><div id="logavatar"><img height="50" width="50" src="$dump.avatar$" /></div></a> <div class="content">$dump.content$</div> <hr /> </div> diff --git a/template/profile.st b/template/profile.st index b5d3f38..9f085c6 100755 --- a/template/profile.st +++ b/template/profile.st @@ -32,8 +32,9 @@ $if(dumps)$ $dumps:{ d | $logged_dump(dump=d)$ }$ - - + <div id="lolbanner"> + <img src="/static/welcomebanner.gif"> + </div> <div id="profile"> <h2>$nick$</h2> @@ -45,8 +46,8 @@ $endif$ $if(is_home)$ - <div id="avatar" class="editable">$avatar$</div> - <input id="upload" value="Upload" type="submit"> + <input id="upload" value="Upload Icon" type="submit"> + <img id="spinner" src="/static/spinner.gif" style="display: none" /> $endif$ |
