add some proper boilerplate to explain the EADH logo
tla [Thu, 12 Jun 2014 12:58:26 +0000 (14:58 +0200)]
root/css/dashboard.css
root/src/index.tt

index 7721af8..d4fcac9 100644 (file)
        display: none;
 }
 #eadh_logo {
-    padding-top: 20px;
     width: 100px;
 }
\ No newline at end of file
index 495c426..56ede7a 100644 (file)
@@ -166,7 +166,13 @@ var textOnLoad = "[% withtradition %]";
        <!-- Stemweb UI dialog box -->
     <div id="stemweb-ui-dialog" title="Generate a Stemweb tree">
       <div id="stemweb_ui_container">
-       <form id="call_stemweb">
+               <div id="sponsor_container">
+                       <img id="eadh_logo" align="right" src="[% c.uri_for( '/images/eadh-150.png' ) %]"></img>
+                       <p>Stemweb is a webservice provided by the Helsinki Institute for Information Technology HIIT. The integration into Stemmaweb was generously supported by a small project grant from the European Association for Digital Humanities.
+                       </p>
+               </div>
+               <hr/>
+               <form id="call_stemweb">
                <input id="stemweb_tradition" type="hidden" name="tradition"/>
                <h5>Choose an algorithm</h5>
                <label for="algorithm">Run algorithm: </label>
@@ -174,7 +180,7 @@ var textOnLoad = "[% withtradition %]";
                <span id="stemweb_algorithm_help">What is this?</span><br/>
                        <div id="stemweb_algorithm_desc_text"></div>
                        <br/>
-                       <h5>Select the options</h5>
+                       <h5>Set the options</h5>
                <!-- Algorithm-specific options, if any, will be added within this div -->
                <div id="stemweb_runtime_options"></div>
                <br/>
@@ -183,9 +189,6 @@ var textOnLoad = "[% withtradition %]";
                        <label for="merge_reltypes">Disregard variation of type:</label>
                        <select multiple name="merge_reltypes" id="stemweb_merge_reltypes"></select>
                </div>
-               <div id="eadh_logo_container">
-                   <img id="eadh_logo" src="[% c.uri_for( '/images/eadh-150.png' ) %]"></img>
-               </div>
        </form>
        <div id="stemweb_run_status"></div>
       </div>