summaryrefslogtreecommitdiff
path: root/template/default
diff options
context:
space:
mode:
authorDaniel Matzke <post@danielmatzke.de>2012-07-09 12:25:44 +0200
committerAndreas Mair <amair.sob@googlemail.com>2012-07-09 12:25:44 +0200
commitfe3ccba5142e58e569fe6549ae36b344bc6b0f00 (patch)
treee59af1fba6153716d3be0377b362e5eb1e68a288 /template/default
parent1d074b59732383073cd8cfcfe995d1aa92b586f8 (diff)
downloadvdradmin-am-fe3ccba5142e58e569fe6549ae36b344bc6b0f00.tar.gz
vdradmin-am-fe3ccba5142e58e569fe6549ae36b344bc6b0f00.tar.bz2
Added streaming of recordings folders.
Diffstat (limited to 'template/default')
-rw-r--r--template/default/rec_list.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/default/rec_list.html b/template/default/rec_list.html
index ea388c3..75a7b34 100644
--- a/template/default/rec_list.html
+++ b/template/default/rec_list.html
@@ -141,6 +141,10 @@
<?% IF rec.streamurl %?>
<span class="action stream"><a href="<?% rec.streamurl %?>"><img src="bilder/stream.png" alt="stream" title="<?% gettext('Stream') %?>" border="0" /></a></span>
<?% END %?>
+ <?% ELSE %?>
+ <?% IF rec.streamurl %?>
+ <span class="action stream"><a href="<?% rec.streamurl %?>"><img src="bilder/stream.png" alt="stream" title="<?% gettext('Stream') %?>" border="0" /></a></span>
+ <?% END %?>
<?% END %?>
</td>
<td class="col_checkbox">
@@ -166,6 +170,14 @@
<input type="submit" class="submit" name="rec_runcmd" value="<?% gettext('Run') %?>" onclick="return confirm('<?% gettext('Really run this command?') %?>')" />
</td>
<?% END %?>
+ <?% IF streamfolderurl %?>
+ <td align="right">
+ <a href="<?% streamfolderurl %?>">
+ <?% gettext('stream all recordings') %?>
+ <img src="bilder/stream.png" alt="stream" title="<?% gettext('Stream') %?>" border="0" />
+ </a>
+ </td>
+ <?% END %?>
<td align="right">
<input type="submit" class="submit" name="rec_delete" value="<?% gettext('Delete Selected Recordings') %?>" onclick="return mdel(this, '<?% gettext('Delete all selected recordings?') %?>');" />
</td>