Author: andre
Date: 2009-09-08 17:23:19 +0200 (Tue, 08 Sep 2009)
New Revision: 38510
Modified:
openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
Log:
was a work in progress
Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
2009-09-08 15:13:35 UTC (rev 38509)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
2009-09-08 15:23:19 UTC (rev 38510)
@@ -52,23 +52,23 @@
</div>
</c:when>
<c:otherwise>
- <div id="oiplayer">
- <div class="player">
- <video
- controls="true"
- width="${w}"
- height="${h}"
- poster="${poster}"
- autobuffer="false">
- <mm:write referid="mediaurls" escape="none" />
- <p>
- You need a browser that understands the html5 video tag to play
this media item.
- </p>
- </video>
- </div>
- <ul class="controls">
- <li class="play"><a href="#">play</a></li>
- <li class="position">
+ <div id="vplayer">
+ <video
+ controls="true"
+ width="${w}"
+ height="${h}"
+ poster="${poster}"
+ autobuffer="false">
+ <mm:write referid="mediaurls" escape="none" />
+ <p>
+ You need a browser that understands the html5 video tag to play
this media item.
+ </p>
+ </video>
+ </div>
+ <div id="playercontrols">
+ <ul>
+ <li id="play"><a href="#">play</a></li>
+ <li id="position">
<c:choose>
<c:when test="${!empty length}">
<mm:time time="$length" inputformat="S" format="mm:ss" />
@@ -76,6 +76,7 @@
<c:otherwise>00:00</c:otherwise>
</c:choose>
</li>
+ <li class="playerinfo"> <!-- empty --> </li>
</ul>
</div>
</c:otherwise>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs