-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustomer-page.html
More file actions
197 lines (175 loc) · 8.6 KB
/
customer-page.html
File metadata and controls
197 lines (175 loc) · 8.6 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Customer Data Management</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/customer-page.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<script src="https://www.gstatic.com/firebasejs/4.8.0/firebase.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.19.4/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery-validation@1.17.0/dist/jquery.validate.min.js"></script>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script type="text/javascript" src="js/customer-page.js"></script>
</head>
<body>
<!-- Fixed nav bar -->
<div class="navbar-fixed">
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a href="index.html" class="brand-logo"><i class="material-icons left">local_shipping</i>Muber</a>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="customer-page.html">Customer</a></li>
<li><a href="moverpage.html">Mover</a></li>
<li><a href="help.html">Help</a></li>
</ul>
</div>
</nav>
</div>
<!-- Mobile Dropdown menu -->
<ul class="side-nav" id="mobile-demo">
<li><a href="customer-page.html">Customer</a></li>
<li><a href="moverpage.html">Mover</a></li>
<li><a href="help.html">Help</a></li>
</ul>
<!-- Modal Structure -->
<div id="modal1" class="modal">
<div class="modal-content">
<div>
<div class="panel-heading">
<h5 class="panel-title"><strong><i></i>Add Requests</strong></h5>
</div>
<div class="panel-body">
<form role="form" id="form">
<div class="form-group1" id="testID">
<label for="requesterName" class="formTitle">Requester Name</label>
<input type="text" id="requesterName" class="form-control validate" placeholder="i.e. John Smith">
<label for="requriedField" class="error" id="errorRequesterName"></label>
</div>
<div class="form-group2">
<label for="moveFrom" class="formTitle">Moving from</label>
<input type="text" class="form-control" id="moveFrom" placeholder="1 World Way, Los Angeles, CA 90045">
<label for="requriedField" class="error" id="errorMoveFrom"></label>
</div>
<div class="form-group3">
<label for="moveTo" class="formTitle">Moving to</label>
<input type="text" class="form-control" id="moveTo" placeholder="3225 N Harbor Dr, San Diego, CA 92101">
<label for="requriedField" class="error" id="errorMoveTo"></label>
</div>
<div class="form-group4">
<label for="moveDate" class="formTitle">Move date</label>
<input type="text" class="form-control" id="moveDate" placeholder="01/01/2018">
<label for="requriedField" class="error" id="errorMoveDate"></label>
</div>
<div class="form-group">
<label for="movePrice" class="formTitle">Expected Price</label>
<input type="text" class="form-control" id="movePrice" placeholder="$150">
<label for="requriedField" class="error" id="errorMovePrice"></label>
</div>
<div class="form-group">
<label for="moveItem" class="formTitle">Item description</label>
<input type="text" class="form-control" id="moveItem" placeholder="i.e. furniture, tables, chairs, etc.">
<label for="requriedField" class="error" id="errorMoveItem"></label>
</div>
<button type="submit" class="btn-default" id="Submit">
<i class="fa fa-search"></i>
Submit
</button>
<button type="button" class="btn-default" id="clearAll">
<i class="fa fa-trash"></i>
Clear Results
</button>
<button type="addImage" class="btn-default">
<input type="file" onchange="previewImage()" id="files" name="files[]" multiple />
</i>
</button>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<a href="#" class="modal-action modal-close waves-effect btn-default ">Close</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<br>
<div>
<div class="row">
<div class= "col s8">
<h5><strong>Display of all move requests</strong></h5>
</div>
<div class= "col s4">
<!-- Modal Trigger -->
<a class="waves-effect waves-light btn modal-trigger" href="#modal1">Request</a>
</div>
</div>
<table class="bordered">
<thead>
<tr>
<th scope="col">Requester Name</th>
<th scope="col">Moving from</th>
<th scope="col">Moving to</th>
<th scope="col">Moving date</th>
<th scope="col">Expected Price</th>
<th scope="col">Request Status</th>
</tr>
</thead>
<tbody class="tableBody">
</tbody>
</table>
</div>
</div>
</div>
<!-- <div class="flexbox">
<div class="flex-1"> -->
<div class = "flex-2" >
<div id="map"></div>
</div>
<!-- </div> -->
</div>
</div>
<footer class="page-footer white">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="black-text">Team Bio</h5>
<p class="black-text text-lighten-4">A group of four guys who want to change the world. Just kidding. We just want to finish this project.</p>
</div>
<div class="col l3 s12">
<h5 class="black-text">Settings</h5>
<ul>
<li><a class="black-text" href="customerpage.html">Customer</a></li>
<li><a class="black-text" href="moverpage.html">Mover</a></li>
<li><a class="black-text" href="help.html">Help</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="black-text">Connect</h5>
<ul>
<a class="black-text" href="#!"><img src="images/facebook-icon.png"></a>
<a class="black-text" href="#!"><img src="images/instagram-icon.png"></a>
<a class="black-text" href="#!"><img src="images/twitter-icon.png"></a>
</ul>
</div>
</div>
</div>
<div class="footer-copyright ">
<div class="container">
<p class="black-text">© 2017 Muber Inc.</h5>
</div>
</div>
</footer>
<script src="js/materialize.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAmTACE9kBFL5oaaEsSy_eMxEVpLtN5p3A&libraries=places">
</script>
</body>
</html>