]> git.sesse.net Git - remoteglot-book/blobdiff - www/book.html
Load and display the root PGN.
[remoteglot-book] / www / book.html
index 5f71296fc20a2335b799eef3663b24e3dcd76fd7..4889b865fcfd91fb4e867042603e1a38c6ca984f 100644 (file)
@@ -22,8 +22,8 @@
 <div id="analysis">
   <table>
     <thead>
-      <tr>
-        <th>Move</th>
+      <tr id="headings">
+        <!--<th>Move</th>
         <th>Games</th>
         <th>%</th>
         <th>Win%</th>
@@ -36,7 +36,7 @@
         <th>AvWElo</th>
         <th>AvBElo</th>
         <th>EloVar</th>
-        <th>AWin%</th>
+        <th>AWin%</th>-->
         <!--<th class="winbars">
           <table><tr>
              <td class="white" style="width: 35%;">White</td>
@@ -50,6 +50,7 @@
     </tbody>
   </table>
 </div>
+<p id="rootgame"></p>
 <!-- For faster development -->
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 <script type="text/javascript" src="js/chessboard-0.3.0.min.js"></script>