comparison template.html @ 0:216bd2a75b1d draft

planemo upload commit abb24d36c776520e73220d11386252d848173697-dirty
author proteore
date Sun, 26 Nov 2017 19:29:17 -0500
parents
children 9cc475dcd0f2
comparison
equal deleted inserted replaced
-1:000000000000 0:216bd2a75b1d
1 <html>
2
3 <head>
4
5 <title>Connection to the Reactome Analysis Service</title>
6
7 <style>
8 body {
9 margin: 40px;
10 background-color: #ffffff;
11 text-align: center;
12 }
13 h1 {
14 color: #19334d;
15 }
16 p {
17 margin-top: 40px;
18 }
19 button {
20 background-color: #ccddff;
21 border: 2px solid #19334d;
22 border-radius: 4px;
23 color: black;
24 padding: 16px 32px;
25 margin: 4px 2px;
26 cursor: pointer;
27 }
28 </style>
29
30 </head>
31
32 <body>
33
34 <h1>Connection to the Reactome Analysis Service</h1>
35
36 <p>Please click the button to execute the analysis:</p>
37
38 <form action="http://www.reactome.org/PathwayBrowser/#/DTAB=AN&ANALYSIS={token}" target="_blank">
39
40 <button>Analyse</button>
41
42 </form>
43
44 <br> <br>
45
46 </body>
47
48 </html>