diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-13 07:31:11 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-13 07:31:11 -0400 |
| commit | 41661c78d6941a4a63bebbb30cf0bcf82aa04138 (patch) | |
| tree | c2c5607e48640f86acf29b1a744d43cdd7e05527 /template | |
| parent | d87cbb95e22bae4597943b9a39f938fd5bda4253 (diff) | |
| parent | d0bd678ff36fed7cf492b89542588b82efafb938 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template')
| -rw-r--r-- | template/chat.st | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/template/chat.st b/template/chat.st index 8a02ccd..239f5b9 100644 --- a/template/chat.st +++ b/template/chat.st @@ -44,17 +44,17 @@ $banner()$ <div id="loghead"></div> </div> <div id="userList"> -$users: { u | + $users: { u | <div class="username"><a href="/u/$u.nick$" target="_blank"> - $if(u.avatar)$ - <img src="$u.avatar$" width="50" height="50"> - $else$ - <img src="/static/img/noinfo.png"> - $endif$ + $if(u.avatar)$ + <img src="$u.avatar$" width="50" height="50"> + $else$ + <img src="/static/img/noinfo.png"> + $endif$ $u.nick$</a><br> </div> -}$ - </div> + }$ + </div> <div id="messagePane"> <div id="messageList"> $messages: { m | |
