Mercurial > repos > lnguyen > link2reactome
comparison template.html @ 0:9135dad96527 draft default tip
planemo upload
| author | lnguyen |
|---|---|
| date | Fri, 15 Sep 2017 09:55:49 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9135dad96527 |
|---|---|
| 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> |
