Mercurial > repos > proteore > proteore_reactome
comparison test-data/Reactome_Analysis_Tools.html @ 0:19d8daa1eb2e draft
planemo upload commit 170560760f17fd1b77efe8bb95fedf3eb2433f0b-dirty
| author | proteore |
|---|---|
| date | Mon, 26 Nov 2018 04:48:25 -0500 |
| parents | |
| children | eb051cba2bda |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:19d8daa1eb2e |
|---|---|
| 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> |
