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 | |
| parent | a9c5be252442f4e744c7d85923f2aa3564ae97aa (diff) | |
timb merging ryder's changes
Diffstat (limited to 'template')
| -rwxr-xr-x | template/browser.st | 4 | ||||
| -rwxr-xr-x | template/log.st | 31 | ||||
| -rwxr-xr-x | template/profile.st | 26 |
3 files changed, 29 insertions, 32 deletions
diff --git a/template/browser.st b/template/browser.st index 93da34d..33c6ba1 100755 --- a/template/browser.st +++ b/template/browser.st @@ -42,14 +42,14 @@ </div> <div id="messagePane"> <div id="messageList"> - <iframe src="/static/search/browser.html" style="width:100%;height:100%;padding:0px;background-color: #fff; position:absolute; top:0px; left:0px; border:none; allowtransparency="true" scrolling="yes" ></iframe> + <iframe src="/static/search/browser.html" style="width:100%;height:100%;padding:0px;background-color: #fff; position:absolute; top:0px; left:0px; border:none; allowtransparency="true" scrolling="auto" ></iframe> </div> $if(user_nick)$ <div id="msgInputDiv"> <input id="msgInput" class="msgInput" type="input" /> - <input id="msgSubmit" type="submit" value="Send Text" + <input id="msgSubmit" type="submit" value="Send Image URL" /> </div> $endif$ diff --git a/template/log.st b/template/log.st index 60eb3d5..abc0477 100755 --- a/template/log.st +++ b/template/log.st @@ -20,16 +20,7 @@ </div> <br> - <div id="pnav"> - $if(next)$ - <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a> - $endif$ - - $if(prev)$ - <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a> - $endif$ - </div> <div id="posts"> $if(dumps)$ @@ -37,16 +28,20 @@ $else$ No dumps! $endif$ - <div id="pnav"> + <div id="pnav"> + <div id="pnavo"> + $if(next)$ + <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a> + $endif$ + </div> + <div id="pnavn"> + + $if(prev)$ + <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a> + $endif$ - $if(next)$ - <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a> - $endif$ - - $if(prev)$ - <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a> - $endif$ - </div> + <br><br> +</div></div> 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"> |
