You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTSPtoWeb/web/templates/foot.tmpl

56 lines
1.5 KiB
Cheetah

</div><!-- content-wrapper -->
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Control sidebar content goes here -->
<div class="p-3">
<h5>Default player</h5>
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="defaultPlayer" value="hls">
HLS
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="defaultPlayer" checked value="mse">
MSE
</label>
</div>
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="defaultPlayer" value="webrtc">
WebRTC
</label>
</div>
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="float-right d-none d-sm-inline">
<b>Version: </b> {{ .version }}
</div>
<!-- Default to the left -->
<strong>Hungry Night Team.</strong> <a href="https://github.com/deepch/RTSPtoWeb">Follow us on GitHub</a>
</footer>
</div>
<!-- ./wrapper -->
<script>
let streams = {{ .streams }};
</script>
<script src="/../static/plugins/jquery/jquery.min.js"></script>
<script src="/../static/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/../static/js/adminlte.min.js"></script>
<script src="/../static/plugins/sweetalert2/sweetalert2.min.js"></script>
<script src="/../static/js/index.js"></script>
</body>
</html>