mirror of https://github.com/interlegis/sigi.git
Sesostris Vieira
12 years ago
3 changed files with 54 additions and 2 deletions
@ -0,0 +1,19 @@ |
|||||
|
{% extends "admin/change_list.html" %} |
||||
|
{% load i18n reporting_tags admin_list %} |
||||
|
|
||||
|
{% block search %} |
||||
|
<div id="toolbar"> |
||||
|
<form id="changelist-search" action="" method="get"> |
||||
|
<div><!-- DIV needed for valid HTML --> |
||||
|
<label for="searchbar"><img src="/sigi/admin_media/img/admin/icon_searchbox.png" alt="Search" /></label> |
||||
|
<input type="text" size="40" name="q" value="" id="searchbar" /> |
||||
|
<label for="data_entrega__gte">Entregues a partir de:</label> |
||||
|
<input type="text" size="10" name="data_entrega__gte" value="" id="data_entrega__gte" class="vDateField"/> |
||||
|
<label for="data_entrega__lte">até:</label> |
||||
|
<input type="text" size="10" name="data_entrega__lte" value="" id="data_entrega__lte" /> |
||||
|
<input type="submit" value="Pesquisar" /> |
||||
|
Datas podem ser: Um ano (aaaa), um mês (aaaa-mm) ou um dia (aaaa-mm-dd) |
||||
|
</div> |
||||
|
</form> |
||||
|
</div> |
||||
|
{% endblock %} |
Loading…
Reference in new issue