diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-06 23:34:08 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-06 23:34:08 -0800 |
commit | b88372f0327976c31e6b508b26729bab60743f82 (patch) | |
tree | 16958c4395bc881399e475a927162e8837d67310 /bn_django/templates/base.html | |
parent | f025a9f65ecd76e4442ce62684218ecb81506c9b (diff) | |
download | bnewnet-b88372f0327976c31e6b508b26729bab60743f82.tar.gz bnewnet-b88372f0327976c31e6b508b26729bab60743f82.zip |
photos app roughed in, style tweaked
TODO: search code
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index a87d0a5..84f7ffb 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -12,20 +12,24 @@ <span class="lefty"><a href="/">bryannewbold.com</a></span> <span class="righty"><a href="/knowledge">knowledge</a> <a href="/photos">photos</a> - <a href="/code">code</a> - <a href="/projects">projects</a> + <a href="/code">code</a> + <!-- <a href="/projects">projects</a> --> </div> </div> <div class="content" id="main_title"> +<div class="right_stuff"> +<form name="search"> +<br/> +<input class="search_box" type="text" size="20" value=" search!" name="search_text" id="search_text" /> +<span class="righty"></span> +</form> +</div> <span class="path"> {% block path %}{% endblock %} </span> <h1>{% block title %}Hey Hey Hey!{% endblock %}</h1> <div class="right_stuff"> {% block right_stuff %} - -hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey hey -hey hey hey {% endblock %} </div> </div> |