summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-22 10:24:00 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-22 10:24:00 -0500
commitfaf742513d235aa886e520fe0ed9b19cc64f1c26 (patch)
tree73c26e26628a4a9e6bfdc86a517dbc9c9d580e78 /template/profile.st
parent2317d7e4acc210eb061a4ef545230b4e4892e2f3 (diff)
timb adding ryder's changes
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st26
1 files changed, 17 insertions, 9 deletions
diff --git a/template/profile.st b/template/profile.st
index 6204e27..b4b303c 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -5,11 +5,18 @@
<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" />
+ <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>
+ <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.datepicker.js"></script>
<script>
- jQuery(document).ready(initProfile);
-
+ jQuery(document).ready(initProfile);
+ </script>
+ <script>
+ jQuery(document).ready(function(){
+ jQuery("#datepicker").datepicker();
+ });
</script>
@@ -37,8 +44,8 @@
<h3>&nbsp;</h3> <h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3><div id="newuser">
- <h3>This is your user log, it's 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>
+ <h3>Welcome to dump.fm! This is your user log, it's where all the images you post are saved. <br>
+ To get started join <a href="/chat">come on in</a> and post a few pictures.</h3>
<h3>&nbsp;</h3></div>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3> <h3>&nbsp;</h3>
@@ -49,13 +56,13 @@
<div id="pnav">
<div id="pnavo">
$if(next)$
- <a href="/u/$nick$/$next$"><- OLD DUMPS</a>
+ <a href="/u/$nick$/$next$">&#9756; OLD DUMPS</a>
$endif$
</div>
<div id="pnavn">
- &nbsp;&nbsp;
+ &nbsp;
$if(prev)$
- <a href="/u/$nick$/$prev$">NEW DUMPS -></a>
+ <a href="/u/$nick$/$prev$">NEW DUMPS &#9758;</a>
$endif$
<br><br>
@@ -83,8 +90,9 @@
<h3>personal info</h3>
<div id="bio" $if(is_home)$class="editable"$endif$>$bio$</div>
- <br><br><br>
-
+<br>
+ <div id="date">
+<div type="text" id="datepicker"></div></div>
</div>
<div id="footer">