finish a sentence in the README; correct path to checkbox image in index
[scpubgit/stemmaweb.git] / root / src / index.tt
index 6dc7ad2..8deae0d 100644 (file)
@@ -66,6 +66,18 @@ var textOnLoad = "[% withtradition %]";
                  <span>Edit this stemma</span>
             </div>
           </form>
+          <form id="open_stemweb_ui" action="" method="GET" name="run_stemweb">
+            <div class="button" id="run_stemweb_button"
+               onClick="$('#stemweb-ui-dialog').dialog('open');">
+              <span>Run a Stemweb algorithm</span>
+            </div>
+          </form>
+          <form id="query_stemweb_ui" action="" method="GET" name="query_stemweb">
+            <div class="button" id="query_stemweb_button"
+               onClick="query_stemweb_progress();">
+              <span>Check progress of Stemweb algorithm</span>
+            </div>
+          </form>
           <form id="run_stexaminer" action="" method="GET" name="run_stexaminer">
             <div class="button" id="stexaminer_button" onClick="$('#run_stexaminer').submit()">
                  <span>Examine variants against this stemma</span>
@@ -82,6 +94,7 @@ var textOnLoad = "[% withtradition %]";
             </div>
           </a>
       </div>
+      <div id="stemma_load_status"></div>
       <div id="stemma_graph"></div>
       <div id="stemma_graph_title"><span id="stemma_identifier"></span></div>
     </div>
@@ -122,9 +135,10 @@ var textOnLoad = "[% withtradition %]";
                <input id="stemmaseq" type="hidden" name="stemmaseq" val="n"/>
                        <div id="edit_instructions">
                                <p>All definitions begin with the line
-                                       <pre>digraph stemma {</pre>
+                                       <pre>digraph "Stemma Name" {</pre>
                                and end with the line 
-                                       <pre>}</pre>Please do not change these lines.</p>
+                                       <pre>}</pre>
+                               Please do not change these lines except to edit the stemma name.</p>
                                <p>First list each witness in your stemma, whether extant or lost /
                                reconstructed / hypothetical, and assign them a class of either "extant"
                                or "hypothetical". For example:</p><pre>  
@@ -144,6 +158,20 @@ var textOnLoad = "[% withtradition %]";
       </div>
     </div>
 
+       <!-- Stemweb UI dialog box -->
+    <div id="stemweb-ui-dialog" title="Generate a Stemweb tree">
+      <div id="stemweb_ui_container">
+       <form id="call_stemweb">
+               <input id="stemweb_tradition" type="hidden" name="tradition"/>
+               <label for="algorithm">Run algorithm: </label>
+               <select id="stemweb_algorithm" name="algorithm"></select><br/>
+               <!-- Algorithm-specific options, if any, will be added within this div -->
+               <div id="stemweb_runtime_options"></div>
+       </form>
+       <div id="stemweb_run_status"></div>
+      </div>
+    </div>
+    
     <!-- File upload dialog box -->
     <div id="upload-collation-dialog" title="Upload a collation">
       <div id="upload_container">
@@ -173,5 +201,10 @@ var textOnLoad = "[% withtradition %]";
          <p>All spreadsheet collations should be arranged with the witness sigla in the first row, and the words aligned by row each in its correct witness column.</p>
        </div>
       </div>
-    </div>    
+    </div>
+    
+    <div id="root_tree_dialog">
+        Use this node to root the stemma? <img id="root_tree_dialog_button_ok" src="[% c.uri_for( 'images', 'tick_circle_frame_24.png' ) %]"/>
+    </div>
+    
 [% PROCESS footer.tt %]
\ No newline at end of file