summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st45
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>&nbsp;</p>
+
+ <p>&nbsp;</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>&nbsp;</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>&nbsp;</p>
- <hr align="left" width="70%">
- <p>&nbsp;</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>