summaryrefslogtreecommitdiffstats
path: root/bn_django/templates
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-18 13:53:30 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-18 13:53:30 -0800
commit0c7c01d4ff1635cb7f04bed3d099b30b967f44bd (patch)
treef5a953687406c932573599b3de95d007148139cd /bn_django/templates
parent9077a48cf9aeb06ddd751cfa7497fd636ed489a6 (diff)
downloadbnewnet-0c7c01d4ff1635cb7f04bed3d099b30b967f44bd.tar.gz
bnewnet-0c7c01d4ff1635cb7f04bed3d099b30b967f44bd.zip
renamed a few templates, further work on git_browsev0.0.0
Diffstat (limited to 'bn_django/templates')
-rw-r--r--bn_django/templates/base.html2
-rw-r--r--bn_django/templates/frontpage.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 84f7ffb..cee3641 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -20,7 +20,7 @@
<div class="right_stuff">
<form name="search">
<br/>
-<input class="search_box" type="text" size="20" value="&nbsp;search!" name="search_text" id="search_text" />
+<input class="search_box" type="text" size="20" value="&nbsp;search!" name="search_text" id="search_text" onFocus="if (this.value == this.defaultValue) this.value=''; return;" />
<span class="righty"></span>
</form>
</div>
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html
index ac9323c..d73070e 100644
--- a/bn_django/templates/frontpage.html
+++ b/bn_django/templates/frontpage.html
@@ -7,7 +7,6 @@
{% block right_stuff %}
Other sites: <br />
&nbsp; - <a href="http://web.mit.edu/bnewbold/www"> athena locker</a><br />
- &nbsp; - <a href="http://facebook.com/"> facebook?</a><br />
&nbsp; - <a href="http://gitweb.bryannewbold.com"> git repository</a>
{% endblock %}