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 | |
| parent | 2317d7e4acc210eb061a4ef545230b4e4892e2f3 (diff) | |
timb adding ryder's changes
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 16 | ||||
| -rwxr-xr-x | template/profile.st | 26 |
2 files changed, 26 insertions, 16 deletions
diff --git a/template/banner.st b/template/banner.st index 9e92d8c..935ac78 100755 --- a/template/banner.st +++ b/template/banner.st @@ -10,15 +10,17 @@ <div id="bar7"> <div style="float: left;"> <div align="center">$if(user_nick)$ - <a href="/u/$user_nick$"> Profile </a> <img src="/static/jewelblu.gif"> - $else$ <a href="/register">Register </a><img src="/static/jewelblu.gif"> + <a href="/log"> Log </a> ★ + <a href="/u/$user_nick$"> Profile </a> ★ <a href="/browser"> Browser Tool </a> + $else$ ★<a href="/register">Register </a>★ $endif$ - <a href="/chat">Room A </a><img src="/static/jewelblu.gif"> - <a href="/log">Log </a> - <img src="/static/jewelblu.gif"><a href="/browser">Browser Tool </a> + + + $if(isadmin)$ - <img src="/static/jewelblu.gif"><a href="/VIP/chat"> ★ VIP ★ </a> - $endif$ + <div id="vip"> + <a href="/VIP/chat"> ★ VIP ★ </a> + </div>$endif$ </div> </div> </div> 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"> |
