forked from SouICry/fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_driverList.html
More file actions
39 lines (31 loc) · 1.08 KB
/
_driverList.html
File metadata and controls
39 lines (31 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<div class="container box text-center">
<div class="row" id="driverListHeader">
<div class="col-xs-12">
<h2 id="listName_driverList"></h2>
<h3 id="phone"></h3>
</div>
<div class="col-xs-12">
<ul id="_driverList2_list"></ul>
</div>
<div class="col-xs-12">
<div class="input-field">
<div class="text-left" id="_driver_numItems"></div>
</div>
<h5 id="driver_note"></h5>
</div>
<div class="col-xs-12">
<a id="driverList-location-back" type="button" class="btn waves-effects "><< Back</a>
<a id="driver_messenger" type="button" class="waves-teal btn waves-effects">
Messenger
</a>
<a id="_driver_submit_list" type="button" class="waves-teal btn waves-effects">
Complete >>
</a>
</div>
</div>
</div>
<div class="footerBars container">
<div class="footer2"></div>
<div class="footer3"></div>
</div>
<script src="js/_driverList.js"></script>