summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-21 18:57:29 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-21 18:57:29 -0500
commit2b6c2cef9a3398dbafb1f6cfbc0323c0b83e2053 (patch)
tree855237b1d839793f5a4451ad0a4a3c2d8d6ac844 /template
parent1656fdf68387f7966d9caff9ee1a4f03436b6c51 (diff)
Added PROD changes
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/banner.st2
-rwxr-xr-xtemplate/browser.st2
-rwxr-xr-xtemplate/chat.st31
-rw-r--r--template/form_login.st2
-rwxr-xr-xtemplate/profile.st23
5 files changed, 13 insertions, 47 deletions
diff --git a/template/banner.st b/template/banner.st
index a857628..c67bafa 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -15,7 +15,7 @@
<li><div id="lastli"><a href="/">.</a></div></li>
<li><a href="/log"><img src="/static/text.gif" > Log</a></li>
<li><a href="/u/$user_nick$"><img src="/static/home4.gif"/> Profile</a></li>
- <li><a href="/browser"><img src="/static/image_draw.gif" /> Browser Tool</a></li>
+ <li><a href="/browser"><img src="/static/image_draw.gif" /> Image Search</a></li>
</ul>
$else$&nbsp; &nbsp;
<a href="/register"><img src="/static/answer_good.gif" />Register</a>
diff --git a/template/browser.st b/template/browser.st
index 26dcb8b..e172d15 100755
--- a/template/browser.st
+++ b/template/browser.st
@@ -1,6 +1,6 @@
<html>
<head>
- <title>dump.fm | Browser Tool Beta</title>
+ <title>dump.fm | Image Search Beta</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/browser.css">
<script type="text/javascript" src="/static/gritter/js/jquery.gritter.js"></script>
diff --git a/template/chat.st b/template/chat.st
index 4d792ae..2c0f15f 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -37,37 +37,6 @@
});
}
</script>
- $if(isadminroom)$
- <style>
- .stats {
- background: #FFF;
- z-index: 500000;
- position: fixed;
- top: 450px;
- right: 25px;
- width: 400px;
- border: 1px solid #ccc;
- padding: 1em;
- }
-
- .stats a {
- margin: 0.75em;
- }
-
- .stats a { color: #666; }
- .stats a:hover { color: blue; }
- .stats a.active { text-decoration: underline;
- color: black; }
-
- .stats #statschart { position: relative; margin: 1em; }
- </style>
- <script type="text/javascript"
- src="http://cloud.github.com/downloads/danvk/dygraphs/dygraph-combined.js"></script>
- <script src="/static/js/stats.js"></script>
- <script>
- jQuery(document).ready(initStats);
- </script>
- $endif$
</head>
<body onload="MM_preloadImages('/static/thumbs_up_sm.gif')">
$banner()$
diff --git a/template/form_login.st b/template/form_login.st
index 8b126ff..ad61bbb 100644
--- a/template/form_login.st
+++ b/template/form_login.st
@@ -18,7 +18,7 @@
<p>
<label>
- <input type="checkbox" name="rememberme" id="remembermeInput" />
+ <input type="checkbox" name="rememberme" id="remembermeInput" checked="checked"/>
Remember Me
</label>
</p>
diff --git a/template/profile.st b/template/profile.st
index c3d77e2..04a28fb 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -10,16 +10,11 @@
<script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script>
<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script>
- <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.datepicker.js"></script>
+
<script>
jQuery(document).ready(function(){
initProfile();
- jQuery(".linkify").each(function() {
- var text = jQuery(this).text();
- jQuery(this).html(linkify(text));
- });
});
</script>
@@ -46,7 +41,7 @@
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$
- <b id="avatarPic">No avatar</b>
+ <b id="avatarPic"><img src="/static/noinfo.png"></b>
$endif$
$if(is_home)$
@@ -61,20 +56,21 @@
<h3>contact info</h3>
<div id="contact" class="linkify">$contact$</div>
$else$
- <div>No contact info</div>
+ <br><br>
+ <div><img src="/static/noinfo.png"></div>
$endif$
<br>
$if(is_home)$
- <h3>biography</h3>
+ <h3>bio</h3>
<div id="bio" class="editable">$bio$</div>
- $elseif(contact)$
- <h3>biography</h3>
+ $elseif(bio)$
+ <h3>bio</h3>
<div id="bio" class="linkify">$bio$</div>
$else$
- <div>No bio</div>
+ <div><img src="/static/noinfo.png"></div>
$endif$
@@ -144,6 +140,7 @@
$footer()$
</div>
</div>
- </div></div>
+ </div></div></div>
+$preload()$
</body>
</html>