X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..e4ddfe1b3a3bfa982386284d9859c64862cb6c08:/src/wolnelektury/templates/widget.html?ds=sidebyside diff --git a/src/wolnelektury/templates/widget.html b/src/wolnelektury/templates/widget.html index 444f466ab..1103641f6 100644 --- a/src/wolnelektury/templates/widget.html +++ b/src/wolnelektury/templates/widget.html @@ -1,37 +1,30 @@ {% spaceless %} - -{% load static from staticfiles %} -{% load pipeline %} - -<!DOCTYPE html> -<html> -<head> - <meta charset="UTF-8"> - <base target="_parent" /> - <title>Widget Wolnych Lektur</title> - {% stylesheet 'widget' %} -</head> -<body> -<div id="wl"> - -<a href="/"> - <img src="{% static 'img/logo-neon.png' %}"> -</a> - -<form action="{% url 'search' %}" method="get" accept-charset="utf-8" id="wl-form"> - <div id="wl-search"> - <input data-source="{% url 'search_hint' %}?max=3" id="id_qq" name="q" title="tytuÅ, autor, motyw/temat, epoka, rodzaj, gatunek, cytat" placeholder="tytuÅ, autor, motyw/temat, epoka, rodzaj, gatunek, cytat" type="text" value=""> - </div> - <button> - <img alt="Szukaj" src="{% static 'img/search.png' %}"> - </button> -</form> - -</div> - -{% javascript 'widget' %} - -</body> -</html> - + {% load static from staticfiles %} + {% load pipeline %} + <!DOCTYPE html> + + <html> + <head> + <meta charset="UTF-8"> + <base target="_parent" /> + <title>Widget Wolnych Lektur</title> + {% stylesheet 'widget' %} + </head> + <body> + <div id="wl"> + <a href="/"> + <img src="{% static 'img/logo-neon.png' %}"> + </a> + <form action="{% url 'search' %}" method="get" accept-charset="utf-8" id="wl-form"> + <div id="wl-search"> + <input data-source="{% url 'search_hint' %}?max=3" id="id_qq" name="q" title="tytuÅ, autor, motyw/temat, epoka, rodzaj, gatunek, cytat" placeholder="tytuÅ, autor, motyw/temat, epoka, rodzaj, gatunek, cytat" type="text" value=""/> + </div> + <button> + <img alt="Szukaj" src="{% static 'img/search.png' %}"> + </button> + </form> + </div> + {% javascript 'widget' %} + </body> + </html> {% endspaceless %}