mirror of https://bitbucket.org/ausocean/av.git
mjpeg-player: removed bootstrap classes, updated copyright year
This commit is contained in:
parent
c5e965c14c
commit
09c254e1f0
|
@ -29,29 +29,29 @@ LICENSE
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="height: 100%">
|
<body style="height: 100%">
|
||||||
<div class="card m-auto" style="width: 40rem;">
|
<div style="width: 40rem;">
|
||||||
<div class="card-body">
|
<div>
|
||||||
<div class="container-fluid">
|
<div>
|
||||||
<div class="form-group">
|
<div>
|
||||||
<input class="form-control-file" type="file" id="fileInput">
|
<input type="file" id="fileInput">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid">
|
<div>
|
||||||
<label>Playlist URL: </label>
|
<label>Playlist URL: </label>
|
||||||
<input type="url" id="url" placeholder="Enter URL">
|
<input type="url" id="url" placeholder="Enter URL">
|
||||||
<button id="urlBtn" type="submit">Load</button>
|
<button id="urlBtn" type="submit">Load</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid">
|
<div>
|
||||||
Frame Rate: <input type="text" id="rate" class="mb-3 mx-3" value="25"> fps
|
Frame Rate: <input type="text" id="rate" value="25"> fps
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid">
|
<div>
|
||||||
<img src="" id="viewer" style="max-width:100%; height:auto;">
|
<img src="" id="viewer" style="max-width:100%; height:auto;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer id="sticky-footer" class="footer fixed-bottom py-4 bg-dark text-white-50" style="width: 100%;">
|
<footer id="sticky-footer" style="width: 100%;">
|
||||||
<div class="container text-center">
|
<div>
|
||||||
<small>©2019 Australian Ocean Laboratory Limited (AusOcean) (<a rel="license" href="https://www.ausocean.org/license">License</a>)</small>
|
<small>©2020 Australian Ocean Laboratory Limited (AusOcean) (<a rel="license" href="https://www.ausocean.org/license">License</a>)</small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue