Mercurial > repos > proteore > proteore_reactome
comparison test-data/Reactome_Analysis_Tools.html @ 1:35cd50b8ccf2 draft
planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
| author | proteore |
|---|---|
| date | Fri, 16 Feb 2018 03:43:58 -0500 |
| parents | |
| children | 19195d1a4063 |
comparison
equal
deleted
inserted
replaced
| 0:216bd2a75b1d | 1:35cd50b8ccf2 |
|---|---|
| 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=MjAxODAxMTYxMTQ5NDZfNjczMg%3D%3D" target="_blank"> | |
| 39 | |
| 40 <button>Analyse</button> | |
| 41 | |
| 42 </form> | |
| 43 | |
| 44 <br> <br> | |
| 45 | |
| 46 </body> | |
| 47 | |
| 48 </html> |
