finish a sentence in the README; correct path to checkbox image in index
[scpubgit/stemmaweb.git] / root / src / index.tt
index 1aaaddc..8deae0d 100644 (file)
@@ -94,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>
@@ -203,7 +204,7 @@ var textOnLoad = "[% withtradition %]";
     </div>
     
     <div id="root_tree_dialog">
-        Use this node to root the stemma? <img id="root_tree_dialog_button_ok" src="/images/tick_circle_frame_24.png"/>
+        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