first of segunda
This commit is contained in:
@@ -2,28 +2,31 @@
|
||||
<span class="navbar-text mr-2">
|
||||
Fecha: <strong>{{fecha|date:"d F Y"}}</strong>
|
||||
</span>
|
||||
<form action="{{request.path}}" method="get" class="form-inline my-2 my-lg-0">
|
||||
<input style="display:none" id="mes_id" class="form-control mr-sm-2" name="mes" type="input" aria-label="mes">
|
||||
<input id="search" class="form-control mr-sm-2" name="search" type="search" placeholder="Search" aria-label="Search">
|
||||
<form 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" id="rfcc">
|
||||
<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" id="tipo">
|
||||
<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 class="form-control sm-2" name ="datepicker" id="datepicker" placeholder="Initial Date" />
|
||||
<input class="form-control sm-2" name ="datepickerFin" id="datepickerFin" placeholder="End Date" />
|
||||
<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" />
|
||||
<script>
|
||||
/*
|
||||
$('#datepicker').datepicker({
|
||||
uiLibrary: 'bootstrap4'
|
||||
});
|
||||
|
||||
$('#datepickerFin').datepicker({
|
||||
uiLibrary: 'bootstrap4'
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
</div>
|
||||
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
|
||||
|
||||
Reference in New Issue
Block a user