diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-20 16:37:07 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-20 16:37:07 -0400 |
commit | baf14633cbd8af6413290ccae5765aefd2a278a5 (patch) | |
tree | 6fcdf0e488d707ce373d46a50f543364ea7bf3b8 /bn_django/templates/base.html | |
parent | 4b5b2769679515a54d3287077821421dce613432 (diff) | |
download | bnewnet-baf14633cbd8af6413290ccae5765aefd2a278a5.tar.gz bnewnet-baf14633cbd8af6413290ccae5765aefd2a278a5.zip |
remove old django folder
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html deleted file mode 100644 index 568bf62..0000000 --- a/bn_django/templates/base.html +++ /dev/null @@ -1,64 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -{% block stylesheets %} -<link rel="stylesheet" type="text/css" href="/static/style/reset.css" /> -<link rel="stylesheet" type="text/css" href="/static/style/default.css" /> -<link rel="stylesheet" type="text/css" href="/static/style/commentary.css" /> -<link rel="icon" href="http://static.bnewbold.net/img/nudie_favicon.png" /> -{% endblock %} -{% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} -<title>{% block windowtitle %}bnewbold.net{% endblock %}</title> -</head> -<body> -<div id="top_bar"> - <div id="top_bar_content"> - <span class="righty"> - <a href="http://journal.bnewbold.net">journal</a> - <a href="/photos/">photos</a> - <a href="http://git.bnewbold.net/">code</a> - <a href="http://know.bnewbold.net/">knowledge</a></span> - <span class="lefty"><a href="/">bnewbold.net</a></span> - </div> -</div> -<div class="content" id="main_title"> -<div class="right_stuff"> -<form name="search" method="get" action="https://www.google.com/search"> -<br/> -<input class="search_box" type="text" size="21" value=" search!" - name="q" id="search_text" - onfocus="var box=document.forms['search'].elements['q']; if(box.value == ' search!') box.value=''; return;" /> -<input type="hidden" name="domains" value="bnewbold.net" /> -<input type="hidden" name="sitesearch" value="bnewbold.net" /> -</form> -<span class="righty"></span> -</div> -<span class="path"> -{% block path %}{% endblock %} -</span> -<h1 class="pagetitle">{% block title %}Hey Hey Hey!{% endblock %}</h1> -<h2 class="pagesubtitle">{% block subtitle %}{% endblock %}</h2> -<div class="right_stuff"> -{% block right_stuff %} -{% endblock %} -</div> -</div> - - -<div class="content" id="main_content"> -{% block content %} -Here lies content! -{% endblock %} -</div> -{% block commentary %} {% endblock %} -<div class="content_footer" id="footer"> - -<a href="/">home</a> -<a href="/about/">about</a> -<a href="/credits/">credits</a> -<a href="mailto:webmeisterATbnewbold.net">email the webmaster</a> -produced 2007-2015 by bryan newbold, <a href="/copyright/">all rights ignored</a> -</div> -</body> -</html> |