"Edit Ship Form"
Bootstrap 4.1.1 Snippet by TimTh3Enchanter

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class='card'>
<div class='card-header edit-card-header'>
<div class='row'>
<div class='col d-flex justify-content-center'>
<h3 id='Hull'>LPD28</h3>
</div>
<div class='col'>
<label for='locID'>Location</label>
<select id='locID' class='form-control'>
< </select>
</div>
</div>
</div>
<div class='card-body edit-card-body'>
<div class='row'>
<div class='col'>
<label for='stat'>Ship Status</label>
<select id='stat' class='form-control'>
<option value='Active'>Active</option>
<option value='Inactive'>Inactive</option>
</select>
</div>
<div class='col'>
<label for='mID'>Milestone</label>
<select id='mID' class='form-control'>
</select>
</div>
<div class='col'>
<label for='Berth'>Berth</label>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: