3 {% load static from staticfiles %}
10 <base target="_parent" />
11 <title>Widget Wolnych Lektur</title>
12 {% stylesheet 'widget' %}
18 <img src="{% static 'img/logo-neon.png' %}">
21 <form action="{% url 'search' %}" method="get" accept-charset="utf-8" id="wl-form">
23 <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="">
26 <img alt="Szukaj" src="{% static 'img/search.png' %}">
32 {% javascript 'widget' %}