diff options
| author | Scott Ostler <sostler@ubuntu.(none)> | 2010-01-04 22:26:02 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@ubuntu.(none)> | 2010-01-04 22:26:02 -0500 |
| commit | 9653de82a4c5ffd3380659ee35f8558d739316c4 (patch) | |
| tree | 51e5677fa050f22dd2170119899c917cbe8319b6 /template/chat.st | |
| parent | 5c4d9aaf8c674183e38f5b7b499784714d025dc1 (diff) | |
Ryder changes
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 b9c88b4..b516173 100755 --- a/template/chat.st +++ b/template/chat.st @@ -10,14 +10,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$ @@ -25,26 +25,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> |
