playout: compact view
This commit is contained in:
@@ -9,18 +9,17 @@
|
||||
<tr>
|
||||
<th>start</th>
|
||||
<th>path</th>
|
||||
<th>more</th>
|
||||
<th>properties</th>
|
||||
<th>image</th>
|
||||
<th>bytes</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<TMPL_LOOP events>
|
||||
<tr class="<TMPL_VAR class>">
|
||||
<td><TMPL_VAR start></td>
|
||||
<td class="path"><TMPL_VAR file></td>
|
||||
<td>
|
||||
<td class="start"><TMPL_VAR start></td>
|
||||
<td class="path"><div><TMPL_VAR file></div></td>
|
||||
<td class="properties">
|
||||
<TMPL_VAR duration escape="text">
|
||||
<TMPL_VAR rms_left escape="text">
|
||||
<TMPL_VAR rms_right escape="text">
|
||||
@@ -28,9 +27,9 @@
|
||||
<TMPL_VAR bitrate_mode escape="text">
|
||||
<TMPL_VAR sampling_rate escape="text">
|
||||
<TMPL_VAR channels escape="text">
|
||||
<TMPL_VAR stream_size> bytes
|
||||
</td>
|
||||
<td><TMPL_IF rms_image><a href="/media/playout/<TMPL_VAR rms_image>"><img src="/media/playout/<TMPL_VAR rms_image>"></a></TMPL_IF></td>
|
||||
<td><TMPL_VAR stream_size></td>
|
||||
<td class="image"><TMPL_IF rms_image><a href="/media/playout/<TMPL_VAR rms_image>"><img src="/media/playout/<TMPL_VAR rms_image>"></a></TMPL_IF></td>
|
||||
</tr>
|
||||
</TMPL_LOOP>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user