Mercurial > repos > proteore > proteore_reactome
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/Reactome_Analysis_Tools.html Mon Nov 26 04:48:25 2018 -0500 @@ -0,0 +1,48 @@ +<html> + + <head> + + <title>Connection to the Reactome Analysis Service</title> + + <style> + body { + margin: 40px; + background-color: #ffffff; + text-align: center; + } + h1 { + color: #19334d; + } + p { + margin-top: 40px; + } + button { + background-color: #ccddff; + border: 2px solid #19334d; + border-radius: 4px; + color: black; + padding: 16px 32px; + margin: 4px 2px; + cursor: pointer; + } + </style> + + </head> + + <body> + + <h1>Connection to the Reactome Analysis Service</h1> + + <p>Please click the button to execute the analysis:</p> + + <form action="http://www.reactome.org/PathwayBrowser/#/DTAB=AN&ANALYSIS=MjAxODAxMTYxMTQ5NDZfNjczMg%3D%3D" target="_blank"> + + <button>Analyse</button> + + </form> + + <br> <br> + + </body> + +</html>
