"Evac Zone"
Bootstrap 3.2.0 Snippet by boschert

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="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">
<!--No more tables.-->
</h1>
<h3 class="text-center">
<!--Resize the browser screen to see how the table changes-->
</h3>
</div>
<div id="no-more-tables">
<table class="col-md-12 table-bordered table-striped table-condensed cf">
<thead class="cf">
<tr>
<th>Evac Zone</th>
<th>Team</th>
<th>Patient Name</th>
<th>Patient Address</th>
<th>Patient Phone</th>
<th>Date of Birth</th>
</tr>
</thead>
<tbody>
<tr>
<td data-title="Evac Zone">A</td>
<td data-title="Team">Team ABC</td>
<td data-title="Patient Name">Patient Pat</td>
<td data-title="Address">1452 Main St, Milwaukee, 53511</td>
<td data-title="Patient Phone">101-880-0250</td>
<td data-title="Date of Birth">11/20/54</td>
</tr>
<tr>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: