diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:04:19 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:04:19 -0500 |
| commit | c74bc3cc46bd2125ca640342907ee53a8c663f9e (patch) | |
| tree | 6ddfad47f0cbe2c333935456db49e887ef92f704 /template/profile.st | |
| parent | a9c5be252442f4e744c7d85923f2aa3564ae97aa (diff) | |
timb merging ryder's changes
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/template/profile.st b/template/profile.st index 91ca683..6204e27 100755 --- a/template/profile.st +++ b/template/profile.st @@ -3,11 +3,17 @@ <title>$nick$'s dump.fm</title> $head()$ <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> + <script> jQuery(document).ready(initProfile); - </script> + + + </script> + + </head> <body> $banner()$ @@ -19,15 +25,7 @@ </div> <br> - <div id="pnav"> - $if(next)$ - <a href="/u/$nick$/$next$"><- OLD DUMPS</a> - $endif$ - - $if(prev)$ - <a href="/u/$nick$/$prev$">NEW DUMPS -></a> - $endif$ - </div> + <div id="posts"> @@ -49,16 +47,19 @@ $endif$ <p> </p> <div id="pnav"> + <div id="pnavo"> $if(next)$ <a href="/u/$nick$/$next$"><- OLD DUMPS</a> $endif$ + </div> + <div id="pnavn"> $if(prev)$ <a href="/u/$nick$/$prev$">NEW DUMPS -></a> $endif$ <br><br> -</div> +</div></div> </div> @@ -82,7 +83,8 @@ <h3>personal info</h3> <div id="bio" $if(is_home)$class="editable"$endif$>$bio$</div> - <br> + <br><br><br> + </div> <div id="footer"> |
