about summary refs log tree commit diff
path: root/uploader/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/index.html')
-rw-r--r--uploader/templates/index.html80
1 files changed, 44 insertions, 36 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html
index e426732..6e9c777 100644
--- a/uploader/templates/index.html
+++ b/uploader/templates/index.html
@@ -20,7 +20,7 @@
   <div class="col">
     <a href="{{url_for('species.create_species', return_to='base.index')}}"
        class="btn btn-outline-primary"
-       title="Create a new species.">Create a new Species</a>
+       title="Add a new species to Genenetwork.">add a new Species</a>
   </div>
 </div>
 {%endmacro%}
@@ -106,8 +106,8 @@
          id="publications-content"
          role="tabpanel"
          aria-labelledby="publications-content-tab">
-      <p>View, edit and delete existing publications, and add new
-        publications by clicking on the button below.</p>
+      <p>You can view, edit, and delete existing publications, as well as add
+        new ones, by clicking the button below.</p>
 
       <a href="{{url_for('publications.index')}}"
          title="Manage publications."
@@ -116,47 +116,55 @@
   </div>
 </div>
 
-  {%else%}
+{%else%}
 
-  <div class="row">
-    <p>The Genenetwork Uploader (<em>gn-uploader</em>) enables upload of new data
-      into the Genenetwork System. It provides Quality Control over data, and
-      guidance in case you data does not meet the standards for acceptance.</p>
-    <p>
+<div class="row">
+  <img src="/static/images/frontpage_banner.png"
+       alt="Banner image showing the process flow a user would follow." />
+</div>
+
+<div class="row">
+  <p>The GeneNetwork Uploader (gn-uploader) lets you easily add new data to the
+    GeneNetwork System. It automatically checks your data for quality and walks
+    you through fixing any issues before submission.</p>
+</div>
+
+<div class="row">
+  <div class="col">
       <a href="{{authserver_authorise_uri()}}"
          title="Sign in to the system"
          class="btn btn-primary">Sign in</a>
-      to get started.</p>
   </div>
-  {%endif%}
+</div>
+{%endif%}
 
-  {%endblock%}
+{%endblock%}
 
 
 
-  {%block sidebarcontents%}
-  {%if view_under_construction%}
-  <div class="row">
-    <p>The data in Genenetwork is related to one species or another. Use the form
-      provided to select from existing species, or click on the
-      "Create a New Species" button if you cannot find the species you want to
-      work with.</p>
-  </div>
-  <div class="row">
-    <form id="frm-quick-navigation">
-      <legend>Quick Navigation</legend>
-      <div class="form-group">
-        <label for="fqn-species-id">Species</label>
-        <select name="species_id">
-          <option value="">Select species</option>
-        </select>
-      </div>
-    </form>
-  </div>
-  {%endif%}
-  {%endblock%}
+{%block sidebarcontents%}
+{%if view_under_construction%}
+<div class="row">
+  <p>The data in Genenetwork is related to one species or another. Use the form
+    provided to select from existing species, or click on the
+    "Create a New Species" button if you cannot find the species you want to
+    work with.</p>
+</div>
+<div class="row">
+  <form id="frm-quick-navigation">
+    <legend>Quick Navigation</legend>
+    <div class="form-group">
+      <label for="fqn-species-id">Species</label>
+      <select name="species_id">
+        <option value="">Select species</option>
+      </select>
+    </div>
+  </form>
+</div>
+{%endif%}
+{%endblock%}
 
 
-  {%block javascript%}
-  <script type="text/javascript" src="/static/js/species.js"></script>
-  {%endblock%}
+{%block javascript%}
+<script type="text/javascript" src="/static/js/species.js"></script>
+{%endblock%}