Author: andre
Date: 2010-06-11 12:51:59 +0200 (Fri, 11 Jun 2010)
New Revision: 42524

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
Log:
counting views (times started) needs id to use in javascript

Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx        
2010-06-11 10:49:51 UTC (rev 42523)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/audio.tagx        
2010-06-11 10:51:59 UTC (rev 42524)
@@ -57,7 +57,7 @@
     </c:when>
     <c:otherwise>
       <audio 
-        class="oip_ea_duration_${length / 1000} oip_ea_start_0"
+        class="oip_ea_duration_${length / 1000} oip_ea_start_0 
oip_ea_id_${_node.number}"
         controls="controls">
         <img src="${poster}" alt="audio" width="${w}" height="${h}" />
         <mm:write referid="mediaurls" escape="none" />

Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2010-06-11 10:49:51 UTC (rev 42523)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/video.tagx        
2010-06-11 10:51:59 UTC (rev 42524)
@@ -57,7 +57,7 @@
     </c:when>
     <c:otherwise>
       <video 
-            class="oip_ea_duration_${length / 1000} oip_ea_start_0"
+            class="oip_ea_duration_${length / 1000} oip_ea_start_0 
oip_ea_id_${_node.number}"
             controls="controls"
             width="${w}"
             height="${h}"

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to