23 lines
1.3 KiB
HTML
23 lines
1.3 KiB
HTML
|
|
<span class="navbar-text mr-2">
|
|
Fecha: <strong>{{fecha|date:"d F Y"}}</strong>
|
|
</span>
|
|
<form id="searchForm" action="{{request.path}}" method="get" class="form-inline my-2 my-lg-0 my_event_cls">
|
|
|
|
<input style="display:none" id="mes_id" class="form-control mr-sm-2 my_event_cls" name="mes" type="input" aria-label="mes">
|
|
<input id="search" class="form-control mr-sm-2 my_event_cls" name="search" type="search" placeholder="Search" aria-label="Search">
|
|
|
|
<div class="form-group form-check">
|
|
<input style="display:none" name="rfcc" type="checkbox" class="form-check-input my_event_cls" id="rfcc">
|
|
</div>
|
|
|
|
<div class="form-group form-check">
|
|
<input style="display:none" name="tipo" type="checkbox" class="form-check-input my_event_cls" id="tipo">
|
|
</div>
|
|
|
|
<div id="dates" style="display:none;" class="group-form mr-2" >
|
|
<input type="date" class="form-control sm-2 my_event_cls" name ="datepicker" id="datepicker" placeholder="Initial Date" />
|
|
<input type="date" class="form-control sm-2 my_event_cls" name ="datepickerFin" id="datepickerFin" placeholder="End Date" />
|
|
</div>
|
|
<button id="id_searchbtn" class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
|
</form> |