-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSNAP Protocol Checklist.html
More file actions
67 lines (64 loc) · 1.88 KB
/
SNAP Protocol Checklist.html
File metadata and controls
67 lines (64 loc) · 1.88 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
<!-- saved from url=(0014)about:internet -->
<!-- The above line is to eliminate ACTIVEX warnings in IE8 when running locally -->
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Helvetica, Arial, Sans-Serif;
}
</style>
</head>
<body>
<table cellpadding="4" cellspacing="2" width="100%" border="0" style="border-spacing:0">
<tbody>
<tr>
<td style="color:#FFFFFF; background-color:#9F2A20;" colspan="2">
<b>UNIVERSAL SNAP PROTOCOL CHECKLIST</b> <br>
Test run :
<span id="test_select_section" title="hover hover hover"></span>
     Protocol used :
<span id="analyser_select_section">
<select id='analyser_select_menu' onchange='update_hidden_elements()'>
<option value=0>Standalone Rapid Assay</option>
<option value=1>Rapid Assay SSDX</option>
<option value=2>Snap Pro</option>
<option value=3>Quant SSDX</option>
<option value=4>Vet Test Snap Reader</option>
<option value=5>SNAP Foal IGG</option>
</select></span>
<span id="converter_section"></span>
</td>
</tr>
<tr>
<td style="color:#000000; background-color:#FFFFFF; font-size: 12px;">
<br>
<span id="section_one"></span>
</td>
<td valign="top">
<span id="section_two"></span>
</td>
</tr>
<tr>
<td>
<button onclick="outputfunction()"> Generate Notes </button>
<!--<input type="checkbox" id="skip_correct_checkbox">Show only incorrect</input>-->
<br>
<p id="section_three"></p>
</td>
</tr>
</tbody>
</table>
<script src="SNAP_QUEST_LIB5.js"></script>
<script src="SNAP_EXPLAIN_LIB5.js"></script>
<script src="SNAP_TEST_LIB5.js"></script>
<script src="GUI_Generation_Script.js"></script>
</body>
</html>
<script language="javascript">
/* IE11 Fix for SP2010 */
if (typeof(UserAgentInfo) != 'undefined' && !window.addEventListener)
{
UserAgentInfo.strBrowser=1;
}
</script>