diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-21 19:23:47 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-21 19:23:47 -0400 |
| commit | da2c9221e6e9b3fc3cd75ff1824ce77f8539e01b (patch) | |
| tree | 31ea24c9ffb059f6ea36025964d9ada6e8eb2de0 /template/profile.st | |
| parent | 83aee3dd09c05a8b7840f9f439fee46a34eb9d57 (diff) | |
sostler prod commit
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/profile.st b/template/profile.st index 3d1a0dc..5af9793 100644 --- a/template/profile.st +++ b/template/profile.st @@ -2,15 +2,14 @@ <head> <title>$nick$'s dump.fm</title> $head()$ - <link rel="stylesheet" type="text/css" media="screen" href="/static/css/profile.css"> + <link rel="stylesheet" type="text/css" media="screen" href="/static/css/dump.css"> <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> <script> jQuery(document).ready(initProfile); </script> - </head> - <body> + <body class="profile"> $banner()$ <div id="chatrap"> <div id="headerbar"></div> @@ -44,7 +43,7 @@ $if(is_home)$ <div id="avatar-editing" style="display: none"> - <input id="upload" value="Upload Icon" type="submit"> + <input id="uploadp" value="Upload Icon" type="submit"> <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> </div> $endif$ @@ -127,7 +126,7 @@ $share_buttons()$ $if(is_home)$ <div id="avatar-editing" style="display: none"> - <input id="upload" value="Upload Icon" type="submit"> + <input id="uploadp" value="Upload Icon" type="submit"> <img id="spinner" src="/static/img/spinner.gif" style="display: none" /> </div> $endif$ |
