Commit 73fe179e0df66959dff43b8087b88718fd7d3b03

Authored by Adhidarma Hadiwinoto
1 parent 59c4cc95dc
Exists in master

select tanggal

Showing 2 changed files with 20 additions and 0 deletions Side-by-side Diff

lib/modem-dashboard/views/date-selector.html
... ... @@ -0,0 +1,18 @@
  1 +<div class="panel panel-default">
  2 + <div class="panel-body">
  3 + <form class="form-horizontal">
  4 + <div class="form-group">
  5 + <label for="inputDate" class="col-sm-2 control-label">Tanggal:</label>
  6 + <div class="col-sm-3">
  7 + <input type="date" class="form-control" id="inputDate" placeholder="Tanggal" name="inputDate" value="{{ inputDate }}">
  8 + </div>
  9 + </div>
  10 +
  11 + <div class="form-group hidden-print">
  12 + <div class="col-sm-offset-2 col-sm-10">
  13 + <input type="submit" name="submit" value="Submit" class="btn btn-primary">
  14 + </div>
  15 + </div>
  16 + </form>
  17 + </div>
  18 +</div>
lib/modem-dashboard/views/sms.index.html
... ... @@ -8,6 +8,8 @@
8 8  
9 9 {% block content %}
10 10  
  11 +{% include "date-selector.html" %}
  12 +
11 13 <table id="smsHistory" class="display table table-hover table-striped">
12 14 <thead>
13 15 <tr>