summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-21 19:23:47 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-05-21 19:23:47 -0400
commitda2c9221e6e9b3fc3cd75ff1824ce77f8539e01b (patch)
tree31ea24c9ffb059f6ea36025964d9ada6e8eb2de0 /template/profile.st
parent83aee3dd09c05a8b7840f9f439fee46a34eb9d57 (diff)
sostler prod commit
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st9
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$