fixes, added about page

This commit is contained in:
2016-03-31 03:42:53 +02:00
parent a778eb6d64
commit 46d861e0dc
44 changed files with 4217 additions and 416 deletions
+7 -4
View File
@@ -1,5 +1,4 @@
<?php $page = 'waveform';
include "_start.php"; ?>
<?php $page = 'waveform'; include "_start.php"; ?>
<h1>Waveform</h1>
@@ -23,7 +22,7 @@ include "_start.php"; ?>
<div class="stats invis">
<table>
<tr>
<th>#</th>
<th>Samples</th>
<td id="stat-count"></td>
</tr>
<tr>
@@ -39,11 +38,15 @@ include "_start.php"; ?>
<td id="stat-i-rms"></td>
</tr>
</table>
<div class="ar"><!-- auto reload -->
<input type="number" id="ar-time" step="0.5" value="1" min="0">&nbsp;s
<input type="button" id="ar-btn" class="btn-blue narrow" value="Auto">
</div>
</div>
</div>
<script>
$().ready(page_waveform.init());
$().ready(page_waveform.init('raw'));
</script>
<?php include "_end.php"; ?>