diff options
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"> |
