aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-11-10 23:42:34 +0100
committerMaZderMind2014-11-10 23:42:34 +0100
commitbdb6996709369e56b0bae93525fe60a0fdb5124c (patch)
tree142c2bdc77ce0c5dabfb62f587339b5045ca1453 /template
parentc05b9a49f0b21ec4e1349146efb2ce4a0a67d496 (diff)
nerd-compatibly explanations to the formats
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/switcher/audio.phtml2
-rw-r--r--template/assemblies/switcher/miniroom-video.phtml6
-rw-r--r--template/assemblies/switcher/party.phtml2
-rw-r--r--template/assemblies/switcher/video.phtml6
4 files changed, 8 insertions, 8 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml
index 2ee3690..4d48777 100644
--- a/template/assemblies/switcher/audio.phtml
+++ b/template/assemblies/switcher/audio.phtml
@@ -19,7 +19,7 @@
<ul>
<? foreach(array('mp3', 'ogg', 'opus') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream('audio', $room, $iter))?>">
<span class="fa fa-flag-o"></span>
native
diff --git a/template/assemblies/switcher/miniroom-video.phtml b/template/assemblies/switcher/miniroom-video.phtml
index 619d50b..b03561e 100644
--- a/template/assemblies/switcher/miniroom-video.phtml
+++ b/template/assemblies/switcher/miniroom-video.phtml
@@ -2,7 +2,7 @@
<ul>
<? foreach(array('hq', 'lq') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_player($room, $iter))?>">
<span class="fa fa-video-camera"></span>
live video-podcast
@@ -18,7 +18,7 @@
<ul>
<? foreach(array('hq', 'lq') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream($protocol, $room, $iter))?>">
<span class="fa fa-video-camera"></span>
live video-podcast
@@ -31,7 +31,7 @@
<h3>Directlinks (WebM)</h3>
<ul>
<li>
- <span class="label filetype">HQ</span>
+ <span class="label filetype" title="<?=h(format_text('webm'))?>">HQ</span>
<a href="<?=h(link_stream('webm', $room, 'webm'))?>">
<span class="fa fa-video-camera"></span>
live video-podcast
diff --git a/template/assemblies/switcher/party.phtml b/template/assemblies/switcher/party.phtml
index f7e7bd7..6507450 100644
--- a/template/assemblies/switcher/party.phtml
+++ b/template/assemblies/switcher/party.phtml
@@ -2,7 +2,7 @@
<ul>
<? foreach(array('mp3', 'ogg', 'opus') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream('audio', $room, $iter))?>">
<span class="fa fa-music"></span>
livemusic
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index 446b006..7cbb2af 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -2,7 +2,7 @@
<ul>
<? foreach(array('hd', 'hq', 'lq') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_player($room, $iter))?>">
<span class="fa fa-flag-o"></span>
native
@@ -22,7 +22,7 @@
<ul>
<? foreach(array('hd', 'hq', 'lq') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream($protocol, $room, $iter))?>">
<span class="fa fa-flag-o"></span>
native
@@ -39,7 +39,7 @@
<h3>Directlinks (WebM)</h3>
<ul>
<li>
- <span class="label filetype">HQ</span>
+ <span class="label filetype" title="<?=h(format_text('webm'))?>">HQ</span>
<a href="<?=h(link_stream('webm', $room, 'webm'))?>">
<span class="fa fa-flag-o"></span>
native