summaryrefslogtreecommitdiff
path: root/templates/_base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_base.html')
-rw-r--r--templates/_base.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/_base.html b/templates/_base.html
index b5826b2..92d1c16 100644
--- a/templates/_base.html
+++ b/templates/_base.html
@@ -1,9 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<html lang="en">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
{% block head %}
- <link rel="stylesheet" href="{{ url_for("static", filename="style.css") }}" />
+ <link type="text/css" href="{{ url_for("static", filename="style.css") }}" rel="stylesheet" />
+ <link type="text/css" href="{{ url_for("static", filename="css/ui-lightness/jquery-ui-1.8.6.custom.css") }}"rel="Stylesheet" />
+ <script type="text/javascript" src="{{ url_for("static", filename="js/jquery-1.4.2.min.js") }}"></script>
+ <script type="text/javascript" src="{{ url_for("static", filename="js/jquery-ui-1.8.6.custom.min.js") }}"></script>
<title>{% block title %}{% endblock %} - booksearch</title>
<script>
function start() {
@@ -12,6 +14,7 @@
return false;
}
</script>
+ {% block javascript %}{% endblock %}
{% endblock %}
</head>
<body>