summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2014-09-03 11:49:41 +0200
committerSiri Reiter <siri@jones.dk>2014-09-03 12:18:24 +0200
commit8d75e606ff56881cf7aa240524846c65c064efa3 (patch)
treea6a5391049d817c841f2a4934c3087a66375a857 /templates
parentbd43094bcb6186ec4a3774d76e73d48a1d885d51 (diff)
Improve script. File list order.
Diffstat (limited to 'templates')
-rw-r--r--templates/video.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn
index be91f1ac..07188939 100644
--- a/templates/video.mdwn
+++ b/templates/video.mdwn
@@ -2,8 +2,8 @@
<h2><TMPL_VAR title></h2>
<video width="<TMPL_VAR width>" height="<TMPL_VAR height>" preload controls>
<source src="//media.bynu.biks.dk/<TMPL_VAR stem>.mp4" type="video/mp4" />
-<TMPL_UNLESS noogg><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.ogv" type="video/ogg" />
</TMPL_UNLESS><TMPL_UNLESS nowebm><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.webm" type="video/webm" />
+<TMPL_UNLESS noogg><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.ogv" type="video/ogg" />
</TMPL_UNLESS><object width="<TMPL_VAR width>" height="<TMPL_VAR height>" type="application/x-shockwave-flash" data="http://vjs.zencdn.net/4.7/video-js.swf">
<param name="movie" value="http://vjs.zencdn.net/4.7/video-js.swf" />
<param name="flashvars" value="src=//media.bynu.biks.dk/<TMPL_VAR stem>.mp4&amp;preload=true" />
@@ -12,8 +12,8 @@
</object>
</video>
<p><strong>Hent video:</strong>
-<TMPL_UNLESS noogg><a href="//media.bynu.biks.dk/<TMPL_VAR stem>.ogg">Ogg</a>,
-</TMPL_UNLESS><TMPL_UNLESS nowebm><a href=//media.bynu.biks.dk/<TMPL_VAR stem>.webm>WebM</a>,
-</TMPL_UNLESS><a href="//media.bynu.biks.dk/<TMPL_VAR stem>.mp4">MP4</a>.
+<TMPL_UNLESS nowebm><a href=//media.bynu.biks.dk/<TMPL_VAR stem>.webm>WebM</a>,
+</TMPL_UNLESS><TMPL_UNLESS noogg><a href="//media.bynu.biks.dk/<TMPL_VAR stem>.ogv">Ogg</a>,
+</TMPL_UNLESS><a href="//media.bynu.biks.dk/<TMPL_VAR stem>.mp4">MPEG-4</a>.
</p>
</div>