]> git.sesse.net Git - ultimatescore/blobdiff - score.html
asdf
[ultimatescore] / score.html
index 19bd4b45d7d8dd9b51e184cd950e2ad5b4e86730..08873cb89a4b1a85b2395e8b068db62bd7dd46f8 100644 (file)
@@ -12,9 +12,9 @@
       <table class="scorebug">
         <tr>
           <td class="team1color" id="team1color"></td>
-          <td class="team1" id="team1">PCL</td>
-          <td class="score" id="score">17&nbsp;–&nbsp;11</td>
-          <td class="team2" id="team2">NMBUI</td>
+          <td class="team1" id="team1">TM1</td>
+          <td class="score" id="score">0&nbsp;–&nbsp;0</td>
+          <td class="team2" id="team2">TM2</td>
           <td class="team2color" id="team2color"></td>
         </tr>
       </table>
           <td class="comment" id="comment">Pagacap: First to 9 points</td>
         </tr>
       </table>
+      <table class="scorebug scorebug2" id="scorebug2" style="display: none">
+        <tr>
+          <td class="team1" id="score2_team1">TM3</td>
+          <td class="score" id="score2_score">0&nbsp;–&nbsp;0</td>
+          <td class="team2" id="score2_team2">TM4</td>
+        </tr>
+      </table>
+      <table class="clockbug2 clockbug-hidden" id="clockbug2" style="display: none">
+        <tr>
+          <td class="clock" id="clock2">0:00</td>
+        </tr>
+      </table>
     </div>
     <div class="lowerthird-headline lowerthird-headline-hidden" id="lowerthird-headline"><div class="lowerthird-headline-content lowerthird-headline-content-hidden" id="lowerthird-headline-content">
       Call on the field: Foul
     </div></div>
     <div class="lowerthird-subheading lowerthird-subheading-hidden" id="lowerthird-subheading"><div class="lowerthird-subheading-content lowerthird-subheading-content-hidden" id="lowerthird-subheading-content">
-      Commentators, Trøndisk 2016
+      Commentators, Trøndisk 2018
     </div></div>
     <div class="lowerthird-picture lowerthird-picture-hidden" id="lowerthird-picture"><div class="lowerthird-picture-content lowerthird-picture-content-hidden" id="lowerthird-picture-content">
       <img src="foul.png" id="lowerthird-img" style="display: none">
@@ -62,6 +74,8 @@
       <p>
         <a href="javascript:showlowerthird()">show lower third</a>
         <a href="javascript:hidelowerthird()">hide lower third</a>
+        <a href="javascript:showmatch2()">show match 2</a>
+        <a href="javascript:hidematch2()">hide match 2</a>
       </p>
       <p>
         <a href="javascript:stopcarousel();hidetable();showscorebug()">show scorebug</a>
@@ -78,6 +92,7 @@
 
 <script src="jsrsasign-all-min.js" type="text/javascript"></script>
 
+<script src="config.js" type="text/javascript"></script>
 <script src="carousel.js" type="text/javascript"></script>
 <script src="score.js" type="text/javascript"></script>
 <script src="quickl3.js" type="text/javascript"></script>