summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplate/profile.st83
1 files changed, 53 insertions, 30 deletions
diff --git a/template/profile.st b/template/profile.st
index 2390acc..7b39c0f 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -7,7 +7,6 @@
<script src="/static/jquery.editinplace.1.0.1.packed.js"
type="text/javascript" >
</script>
- <link rel="stylesheet" type="text/css" media="screen" href="/static/profile.css">
<script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script>
<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
@@ -29,6 +28,7 @@
<body>
$banner()$
<div id="chatrap">
+ <div id="headerbar"></div>
<div id="log">
<div id="loghead">
@@ -38,15 +38,66 @@
$if(dumps)$
$dumps:{ d | $logged_dump(dump=d)$ }$
+
+
+ <div id="profile">
+ <h2>$nick$</h2>
+
+ $if(avatar)$
+ <img id="avatarPic" src="$avatar$" width="150px"/>
+ $else$
+ <b id="avatarPic">No avatar</b>
+ $endif$
+ $if(is_home)$
+ <div id="avatar" class="editable">$avatar$</div>
+ $endif$
+
+ <h3>contact info</h3>
+ <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">
+ $contact$
+ </div>
+ <br>
+
+ <h3>personal info</h3>
+ <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">
+ $bio$
+ </div>
+ <br>
+ <div id="date">
+ <div type="text" id="datepicker"></div></div>
+ </div>
$else$
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3> <h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3><div id="newuser">
- <h3>Welcome to dump.fm! This is your user log, it's where all the images you post are saved. <br><br>
+<img src="/static/welcometop.png"><br>
+
+<h1>&#x2776; Find a cool image you want as your avatar</h1>
To get started <a href="/chat">join in</a> and post a few pictures.</h3>
+ $if(avatar)$
+ <img id="avatarPic" src="$avatar$" width="150px"/>
+ $else$
+ <b id="avatarPic">No avatar</b>
+ $endif$
+
+ $if(is_home)$
+ <div id="avatar" class="editable">$avatar$</div>
+ $endif$
+
+ <h3>contact info</h3>
+ <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">
+ $contact$
+ </div>
+ <br>
+
+ <h3>personal info</h3>
+ <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">
+ $bio$
+ </div>
+ <br>
<h3>&nbsp;</h3></div>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
@@ -71,34 +122,6 @@
<br><br>
</div>
- <div id="profile">
- <h2>$nick$</h2>
-
- $if(avatar)$
- <img id="avatarPic" src="$avatar$" width="150px"/>
- $else$
- <b id="avatarPic">No avatar</b>
- $endif$
-
- $if(is_home)$
- <div id="avatar" class="editable">$avatar$</div>
- $endif$
-
- <h3>contact info</h3>
- <div id="contact" class="$if(is_home)$editable$else$linkify$endif$">
- $contact$
- </div>
- <br>
-
- <h3>personal info</h3>
- <div id="bio" class="$if(is_home)$editable$else$linkify$endif$">
- $bio$
- </div>
- <br>
- <div id="date">
- <div type="text" id="datepicker"></div></div>
- </div>
-
<div id="footer">
$footer()$
</div>