diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:24:00 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:24:00 -0500 |
| commit | faf742513d235aa886e520fe0ed9b19cc64f1c26 (patch) | |
| tree | 73c26e26628a4a9e6bfdc86a517dbc9c9d580e78 /template/profile.st | |
| parent | 2317d7e4acc210eb061a4ef545230b4e4892e2f3 (diff) | |
timb adding ryder's changes
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 26 |
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> </h3> <h3> </h3> <h3> </h3> <h3> </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> </h3></div> <h3> </h3> <h3> </h3> <h3> </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$">☜ OLD DUMPS</a> $endif$ </div> <div id="pnavn"> - + $if(prev)$ - <a href="/u/$nick$/$prev$">NEW DUMPS -></a> + <a href="/u/$nick$/$prev$">NEW DUMPS ☞</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"> |
