diff options
| author | Scott Ostler <sostler@deathmachine.home> | 2009-12-25 18:00:09 -0800 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.home> | 2009-12-25 18:00:09 -0800 |
| commit | fe1b5678c330f0c3ec0e05a2295144338cadd5a6 (patch) | |
| tree | 31034ea3f5fca9c28a072f0e4d3bde1c4502e409 /template/profile.st | |
| parent | c32ed3d3f5623899d0b0d6c74daca106be26dae0 (diff) | |
| parent | a80eb3d74a24a56151d60d1c1015a1ae51a0a492 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/template/profile.st b/template/profile.st index d0c3edd..a9dcfd9 100755 --- a/template/profile.st +++ b/template/profile.st @@ -19,6 +19,27 @@ <div id="chatrap"> + <div id="log"> + <div id="loghead"> + $nick$'s log + </div><div id="posts"> + + + <p>$if(dumps)$ + $dumps:{ d | $logged_dump(dump=d)$ }$ + $else$ </p> +<h3>This is your user log, its where all the images you post are saved. <br> + To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> + <p>$endif$ </p> + <p> </p> + + <p> </p> + <p><img + src="broken.png" + onerror="this.style.display='none'" +/></p> + </div> + <div id="profile"> <h2>$nick$</h2> @@ -42,27 +63,6 @@ <br> </div> - <div id="log"> - <div id="loghead"> - $nick$'s log - </div><div id="posts"> - <hr align="left" width="70%"> - <p> </p> - <p>$if(dumps)$ - $dumps:{ d | $logged_dump(dump=d)$ }$ - $else$ </p> -<h3>This is your user log, its where all the images you post are saved. <br> - To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> - <p>$endif$ </p> - <p> </p> - <hr align="left" width="70%"> - <p> </p> - <p><img - src="broken.png" - onerror="this.style.display='none'" -/></p> - </div> -</div> <div id="footer"> <p> $footer()$</p> @@ -70,8 +70,7 @@ </p> </div> </div> - -<div style="position: fixed; bottom: 3px; right: 3px; font-size: xx-small; z-index: 10;"><button onclick="getBackground()" title="Rotate background image" style="font-size: xx-small;">+</button></div> +</div> </body> </html> |
