diff options
| author | Scott Ostler <sostler@ubuntu.(none)> | 2009-12-21 22:24:45 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@ubuntu.(none)> | 2009-12-21 22:24:45 -0500 |
| commit | ca93a583b4b7f86f6da4a3caaece8619a357199e (patch) | |
| tree | 6618166c7a8a61a54e4538a5e4523b995c2c7f94 | |
| parent | 7a1af322fa38e1205613bc4767de7cc59b74c69c (diff) | |
add
| -rwxr-xr-x | template/chat.st | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/template/chat.st b/template/chat.st index 9095901..8270ce7 100755 --- a/template/chat.st +++ b/template/chat.st @@ -12,7 +12,30 @@ jQuery(document).ready(initChat); var Nick = $json_user_nick$; </script> - </head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><style type="text/css"> +<!-- +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} + +--> +</style></head> <body> @@ -28,17 +51,10 @@ </div> <div id="userList"> $users: { u | -<<<<<<< HEAD:template/chat.st - <div class="username"><img src="/static/cat.jpeg" width="50" height="50">$u$ <br> - </div> + <div class="username"><a href="/u/$u$" class="username"><img src="/static/cat.jpeg" width="50" height="50">$u$</a><br> + </div> }$ - </div> -======= - <div><a href="/u/$u$">$u$</a></div> - }$ - </div> ->>>>>>> 704efb06cd424de7411f198bc4c6ce6b99a9dcbe:template/chat.st - + </div> <div id="messagePane"> <div id="messageList"> $messages: { m | |
