diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-20 01:14:54 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-20 01:14:54 -0500 |
| commit | faab952a795a1eee1ed6eaca476d56fcb77998aa (patch) | |
| tree | 5b90a7e345c82583cadac9eda58a6c5d5ec9b9c2 /template/chat.st | |
| parent | a91eb914edb95a5facd62b2eac00186b7b8c63c1 (diff) | |
| parent | 9b9f1b51d63ee0a46d766d285ffac028d7c40cbb (diff) | |
Getting up to date
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/template/chat.st b/template/chat.st index 4b65aa7..7c723d7 100755 --- a/template/chat.st +++ b/template/chat.st @@ -49,7 +49,7 @@ <div id="messagePane"> <div id="messageList"> $messages: { m | - <div class="msgDiv oldmsg"><b><a href="/u/$m.nick$">$m.nick$</a>: </b> + <div class="msgDiv oldmsg" id="message-$m.message_id$"><b><a href="/u/$m.nick$">$m.nick$</a>: </b> <span class="content">$m.content$<span></div> }$ <hr /> @@ -64,17 +64,12 @@ </div> </div> </div> + </div> + <div id="footerc"> + <p> + $footer()$ + <p> </div> -</div> -</div> - - </div> - <div id="footerc"> - <p> - $footer()$</p> - <p> - </p> - </div> </body> </html> |
