diff options
| author | sostler <sbostler@gmail.com> | 2010-01-04 22:26:17 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-04 22:26:17 -0500 |
| commit | 74d42eb1245a90231459971b42cb5f831746e8cc (patch) | |
| tree | 9a73d32b7738600be364319728f2856ee7445710 /template/chat.st | |
| parent | 450f4d7978578e9c263af522587cbf611c38a5b6 (diff) | |
| parent | 9653de82a4c5ffd3380659ee35f8558d739316c4 (diff) | |
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod/
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/template/chat.st b/template/chat.st index 47a91b2..c5f176e 100755 --- a/template/chat.st +++ b/template/chat.st @@ -11,14 +11,14 @@ </head> <body> $banner()$ - <div id="chatrap"><div id="logc"> - <div id="content"> +<div id="chatrap"><div id="logc"> + <div id="content"> - <div id="messagetabs"></div> - <div id="rapper"> + <div id="messagetabs"></div> + <div id="rapper"> <div id="loghead"></div> </div> - <div id="userList"> + <div id="userList"> $users: { u | <div class="username"><a href="/u/$u.nick$"> $if(u.avatar)$<img src="$u.avatar$" width="50" height="50">$endif$ @@ -26,26 +26,37 @@ </div> }$ </div> - <div id="messagePane"> + <div id="messagePane"> <div id="messageList"> $messages: { m | <div class="msgDiv oldmsg"><b><a href="/u/$m.nick$">$m.nick$</a>: </b> - <span class="content">$m.content$<span></div> + <span class="content">$m.content$<span></div> }$ <hr /> </div> $if(user_nick)$ <div id="msgInputDiv"> <input id="msgInput" class="msgInput" type="input" /> - <input id="msgSubmit" type="submit" value="Send Image URL" /> + <input id="msgSubmit" type="submit" value="Send Image URL" + /> </div> $endif$ - </div> - </div> + </div> + </div> + </div> </div> - <div id="footerc"> - $footer()$ </div> + + </div> + + </div> + <div id="footerc"> + <p> + $footer()$</p> + <p> + </p> + </div> </body> + </html> |
