Some styling
[scpubgit/stemmatology.git] / stemmaweb / root / src / index.tt
index 49f0266..0235472 100644 (file)
@@ -50,17 +50,24 @@ $(document).ready(function() {
       </ul>
       
       <!-- TODO buttons on either side of the graph div to flip through the stemmata -->
+      <div id="textinfo_container_buttons">
+          <form id="stemma_pager" action="" method="GET" name="stemma_pager">
+            <div class="button" id="stemma_pager_button" onClick="$('#stemma_pager').submit()">
+                 <span>Left &amp; right go here</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>
+            </div>
+          </form>
+          <form id="run_relater" action="" method="GET" name="run_relater">
+            <div class="button" id="relater_button" onClick="$('#run_relater').submit()">
+              <span>Run relationship mapper</span>
+            </div>
+          </form>
+      </div>
       <div id="stemma_graph"></div>
-      <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>
-        </div>
-      </form>
-      <form id="run_relater" action="" method="GET" name="run_relater">
-        <div class="button" id="relater_button" onClick="$('#run_relater').submit()">
-          <span>Run relationship mapper</span>
-        </div>
-      </form>
     </div>
 
 [% PROCESS footer.tt %]
\ No newline at end of file