Author: andre
Date: 2009-07-07 20:02:31 +0200 (Tue, 07 Jul 2009)
New Revision: 36636

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx
   openimages/trunk/src/main/webapp/mediafragment.jspx
Log:
this RDFa stuff is making xhtml invalid, we're gonna publish an api anyaway

Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx 2009-07-07 
18:01:10 UTC (rev 36635)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/html.tagx 2009-07-07 
18:02:31 UTC (rev 36636)
@@ -44,7 +44,6 @@
 
       <html
           
xml:lang="${requestScope['javax.servlet.jsp.jstl.fmt.locale.request']}"
-          xmlns:dc="http://purl.org/dc/terms/";
           xmlns="http://www.w3.org/1999/xhtml";>
 
         <mm:import id="page" externid="n" />

Modified: openimages/trunk/src/main/webapp/mediafragment.jspx
===================================================================
--- openimages/trunk/src/main/webapp/mediafragment.jspx 2009-07-07 18:01:10 UTC 
(rev 36635)
+++ openimages/trunk/src/main/webapp/mediafragment.jspx 2009-07-07 18:02:31 UTC 
(rev 36636)
@@ -27,7 +27,7 @@
         <oip:video />
 
         <mm:nodefunction name="translation">
-          <h3 property="dc:title" class="mediatitle"><mm:field name="title" 
/></h3>
+          <h3 class="mediatitle"><mm:field name="title" /></h3>
           <h4><mm:field name="subtitle" /></h4>
         </mm:nodefunction>
 
@@ -149,15 +149,11 @@
             <mm:field name="length"><mm:time inputformat="S" format="mm:ss" 
/></mm:field>
           </dd>
           <dt>uploaded:</dt>
-          <mm:field name="created">
-            <mm:time format="yyyy-MM-dd">
-              <dd property="dc:date" content="${_}">
-                <mm:time format="d MMMM yyyy" />
-              </dd>
-            </mm:time>
-          </mm:field>
+          <dd>
+            <mm:field name="created"><mm:time format="d MMMM yyyy" 
/></mm:field>
+          </dd>
           <dt>by user:</dt>
-          <dd property="dc:creator">
+          <dd>
             <mm:field name="owner" id="owner" write="false" />
             <mm:hasnode number="$owner">
               <mm:node number="$owner">
@@ -172,7 +168,7 @@
           <mm:field name="source">
             <mm:isnotempty>
               <dt>source:</dt>
-              <dd property="dc:source">${_}</dd>
+              <dd>${_}</dd>
             </mm:isnotempty>
           </mm:field>
           <dt>tags:</dt>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to