view template.html @ 8:a58dc5d4b8cd draft

planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
author proteore
date Fri, 28 Jun 2019 05:17:11 -0400
parents 9cc475dcd0f2
children
line wrap: on
line source

<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/#/SPECIES={species}&DTAB=AN&ANALYSIS={token}" target="_blank">
    
    <button>Analyse</button>

    </form>

    <br> <br>

  </body>

</html>