fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove commas from sets' names
[wolnelektury.git]
/
wolnelektury
/
templates
/
base.html
diff --git
a/wolnelektury/templates/base.html
b/wolnelektury/templates/base.html
index
6696892
..
e3faca1
100644
(file)
--- a/
wolnelektury/templates/base.html
+++ b/
wolnelektury/templates/base.html
@@
-1,11
+1,9
@@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html class="no-js">
{% load cache compressed i18n %}
{% load catalogue_tags reporting_stats sponsor_tags %}
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
{% load cache compressed i18n %}
{% load catalogue_tags reporting_stats sponsor_tags %}
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="description"
content="{% block metadescription %}Darmowe opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
<title>{% block title %}{% trans "Wolne Lektury" %} ::
<meta name="description"
content="{% block metadescription %}Darmowe opracowane, pełne teksty lektur, e-booki, audiobooki i pliki DAISY na wolnej licencji.{% endblock %}" />
<title>{% block title %}{% trans "Wolne Lektury" %} ::
@@
-13,6
+11,12
@@
<link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" />
<link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml" />
{% compressed_css "all" %}
<link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" />
<link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml" />
{% compressed_css "all" %}
+ {% compressed_css "screen" %}
+ <!--[if IE]>
+ {% compressed_css "ie" %}
+ <![endif]-->
+ <!--script src="{{ STATIC_URL }}js/modernizr.custom.13352.js"></script-->
+ <script src="{{ STATIC_URL }}js/modernizr-latest.js"></script>
{% block extrahead %}
{% endblock %}
{% block extrahead %}
{% endblock %}
@@
-21,6
+25,8
@@
{% block bodycontent %}
{% block bodycontent %}
+ <div id="header-bg"></div>
+
<div id="header">
<div id="header-content">
<div id="header">
<div id="header-content">
@@
-31,9
+37,9
@@
<div id="tagline">
<span>
<div id="tagline">
<span>
- {% cache
30
0 tagline LANGUAGE_CODE %}
+ {% cache
6
0 tagline LANGUAGE_CODE %}
{% url book_list as b %}
{% url book_list as b %}
- {% url
book_list
as r %}
+ {% url
infopage 'o-projekcie'
as r %}
{% count_books book_count %}
{% blocktrans count book_count as c %}
<a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
{% count_books book_count %}
{% blocktrans count book_count as c %}
<a href='{{b}}'>{{c}}</a> free reading you have <a href='{{r}}'>right to</a>
@@
-74,14
+80,15
@@
- <form id="search-area" action="/fullsearch/">
+ <form id="search-area" action="/fullsearch/"
class="hidelabels"
>
- <span id="search-field" class="grid-line">
+ <div id="search-field" class="grid-line">
+ <label for="search">{{search_form.q.label}}</label>
{{search_form.q}}
<!-- <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
{{search_form.q}}
<!-- <input title="np. Leśmian" name="q" autocomplete="off" data-source="/fullsearch/hint/">-->
- </
span><span
id="search-button">
+ </
div><div
id="search-button">
<button type='submit'><span class="mono">{% trans "Search" %}</span></button>
<button type='submit'><span class="mono">{% trans "Search" %}</span></button>
- </
span
>
+ </
div
>
<div class="clearboth"></div>
</form>
<div class="clearboth"></div>
</form>
@@
-96,7
+103,7
@@
<div id="main-content">
<div id="nav-line">
<div id="main-content">
<div id="nav-line">
- {% cache
30
0 catalogue-menu LANGUAGE_CODE %}
+ {% cache
6
0 catalogue-menu LANGUAGE_CODE %}
{% catalogue_menu %}
{% endcache %}
{% catalogue_menu %}
{% endcache %}