forked from microcosm1994/flowChart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGatesReport.htm
56 lines (56 loc) · 1.33 KB
/
GatesReport.htm
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
<link href="css/sub.css" rel="stylesheet" />
<form action="/Report/GatesReport" method="post">
<div class="panel panel-success col-xs-10 col-xs-offset-1">
<div class="panel-heading">
<h2 id="report_header_id">Gates Report</h2>
</div>
<div class="panel-body">
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Code</th>
<th>Description</th>
<th>Type</th>
<th>Probability</th>
</tr>
</thead>
<tr>
<td>SPOILERS-NEXT</td>
<td>Total non extension of all spoilers</td>
<td>OR</td>
<td></td>
</tr>
<tr>
<td>TNEA-SBR-LVR-FAIL</td>
<td>Total non extensions of all spoilers due to speedbrake lever failures</td>
<td>OR</td>
<td></td>
</tr>
<tr>
<td>TNEA-SURF-SIMUL</td>
<td>Total non extension of all spoiler surfaces simultaneously</td>
<td>AND</td>
<td></td>
</tr>
<tr>
<td>ALL-FAIL</td>
<td>Total loss of Hydraulic Supply</td>
<td>AND</td>
<td></td>
</tr>
<tr>
<td>SBR-LVR-MECH-FAIL</td>
<td>Mechanical failures of speedbrake lever</td>
<td>OR</td>
<td></td>
</tr>
<tr>
<td>EL-FAIL-A3-DIG-TRANSDUC</td>
<td>Electrical failures affecting all 3 digital transducers</td>
<td>OR</td>
<td></td>
</tr>
</table>
</div>
</div>
</form>