view light9/ascoltami/index.html @ 2131:636bd87d0eb3

current time really big
author drewp@bigasterisk.com
date Sun, 05 Jun 2022 01:41:31 +0000
parents 1dc96b97a544
children 197a4ec877a7
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>ascoltami on {{host}}</title>
    <link rel="stylesheet" href="./style.css" />
    <style>
      #cmd-go {
        min-width: 5em;
      }
      .song-name {
        padding-left: 0.4em;
      }
      .dimStalled #currentTime {
        font-size:70px;
      }
      .dimStalled {
        font-size:70%
      }
    </style>
    <meta name="viewport" content="user-scalable=no, width=500, initial-scale=1" />
    <script type="module" src="../ascoltami/Light9AscoltamiUi"></script>
  </head>
  <body>
    <h1>ascoltami on {{host}}</h1>
    <div class="songs"></div>

    <div class="dimStalled">
      <table>
        <tr>
          <td colspan="3"><strong>Song:</strong> <span id="currentSong"></span></td>
        </tr>
        <tr>
          <td><strong>Time:</strong> <span id="currentTime"></span></td>
          <td><strong>Left:</strong> <span id="leftTime"></span></td>
          <td><strong>Until autostop:</strong> <span id="leftAutoStopTime"></span></td>
        </tr>
        <tr>
          <td colspan="3">
            <strong>Update freq:</strong> requested <span id="updateReq"></span>, actual <span id="updateActual"></span> <strong>States:</strong>
            <span id="states"></span>
          </td>
        </tr>
      </table>

    </div>

    <hr />
    new ui is here
    <light9-ascoltami-ui></light9-ascoltami-ui>
    <hr />

    <p>Running on <span id="nav"></span></p>
    <p><a href="">reload</a></p>

    <script type="module" src="../ascoltami/main.ts"></script>
  </body>
</html>