-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy.html
117 lines (115 loc) · 3.59 KB
/
dummy.html
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
<!DOCTYPE html>
{% autoescape true %}
<html>
<head>
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" type="text/css" href="script/style.css">
<link rel="stylesheet" href="script/font.css">
<link rel="stylesheet" href="script/baby-blue.css">
</head>
<body>
<div id="container">
{% include "/header.html" %}
<div id="content">
<form class="pure-form pure-form-stacked" name="normalizeform" action="/normalize" method="post">
<fieldset><div class="pure-g"><div class="pure-u-md-1-3">
<input id="field_0" name="field_0" class="pure-u-23-24" type="text" value=EGFR readonly />
</div>
<div class="pure-u-md-1-3">
<select id="scroll_0" class="pure-input-23-24">
<option>None</option>
<option>EGFR</option>
<option>Epidermal_Growth_Factor</option>
<option>Grb2</option>
<option>PLCg</option>
<option>SOS</option>
<option>Shc</option>
</select></div>
<div class="pure-u-md-1-3">
<input id="alt_0" class="pure-u-23-24" type="text" />
</div>
<br/><div class="pure-u-md-1-3">
<input id="field_1" class="pure-u-23-24" type="text" value=Epidermal_Growth_Factor readonly />
</div>
<div class="pure-u-md-1-3">
<select id="scroll_1" class="pure-input-23-24">
<option>None</option>
<option>EGFR</option>
<option>Epidermal_Growth_Factor</option>
<option>Grb2</option>
<option>PLCg</option>
<option>SOS</option>
<option>Shc</option>
</select></div>
<div class="pure-u-md-1-3">
<input id="alt_1" class="pure-u-23-24" type="text" />
</div>
<br/><div class="pure-u-md-1-3">
<input id="field_2" class="pure-u-23-24" type="text" value=Grb2 readonly />
</div>
<div class="pure-u-md-1-3">
<select id="scroll_2" class="pure-input-23-24">
<option>None</option>
<option>EGFR</option>
<option>Epidermal_Growth_Factor</option>
<option>Grb2</option>
<option>PLCg</option>
<option>SOS</option>
<option>Shc</option>
</select></div>
<div class="pure-u-md-1-3">
<input id="alt_2" class="pure-u-23-24" type="text" />
</div>
<br/><div class="pure-u-md-1-3">
<input id="field_3" class="pure-u-23-24" type="text" value=PLCg readonly />
</div>
<div class="pure-u-md-1-3">
<select id="scroll_3" class="pure-input-23-24">
<option>None</option>
<option>EGFR</option>
<option>Epidermal_Growth_Factor</option>
<option>Grb2</option>
<option>PLCg</option>
<option>SOS</option>
<option>Shc</option>
</select></div>
<div class="pure-u-md-1-3">
<input id="alt_3" class="pure-u-23-24" type="text" />
</div>
<br/><div class="pure-u-md-1-3">
<input id="field_4" class="pure-u-23-24" type="text" value=SOS readonly />
</div>
<div class="pure-u-md-1-3">
<select id="scroll_4" class="pure-input-23-24">
<option>None</option>
<option>EGFR</option>
<option>Epidermal_Growth_Factor</option>
<option>Grb2</option>
<option>PLCg</option>
<option>SOS</option>
<option>Shc</option>
</select></div>
<div class="pure-u-md-1-3">
<input id="alt_4" class="pure-u-23-24" type="text" />
</div>
<br/><div class="pure-u-md-1-3">
<input id="field_5" class="pure-u-23-24" type="text" value=Shc readonly />
</div>
<div class="pure-u-md-1-3">
<select id="scroll_5" class="pure-input-23-24">
<option>None</option>
<option>EGFR</option>
<option>Epidermal_Growth_Factor</option>
<option>Grb2</option>
<option>PLCg</option>
<option>SOS</option>
<option>Shc</option>
</select></div>
<div class="pure-u-md-1-3">
<input id="alt_5" class="pure-u-23-24" type="text" />
</div>
<br/></div><button type="submit" class="button-success pure-button">Submit</button></fieldset></form>
</div>
</body>
</html>
{% endautoescape %}