Author: andre
Date: 2009-07-06 10:34:45 +0200 (Mon, 06 Jul 2009)
New Revision: 36551

Modified:
   openimages/trunk/src/main/webapp/WEB-INF/tags/oip/search.tagx
Log:
< gave xml errors since change to xml, if you don't like capital should be 
done in css


Modified: openimages/trunk/src/main/webapp/WEB-INF/tags/oip/search.tagx
===================================================================
--- openimages/trunk/src/main/webapp/WEB-INF/tags/oip/search.tagx       
2009-07-06 08:29:03 UTC (rev 36550)
+++ openimages/trunk/src/main/webapp/WEB-INF/tags/oip/search.tagx       
2009-07-06 08:34:45 UTC (rev 36551)
@@ -11,7 +11,7 @@
           description="If this is an advanced search or 
not">false</jsp:directive.attribute>
   <jsp:directive.attribute name="language"
           description="Prefered language of user" />
-
+    
     <mm:import externid="q" />
     <mm:import externid="user" />
     <mm:import externid="source" />
@@ -48,7 +48,7 @@
          <input name="source" id="source" value="${source}" type="text" />
 
          <select id="uploaded" name="uploaded">
-           <option label="uploaded" value="">uploaded</option>
+           <option label="uploaded" value="">Uploaded</option>
            <c:choose>
              <c:when test="${uploaded eq 'today'}">
                <option label="Today" value="today" 
selected="selected">Today</option>
@@ -76,13 +76,13 @@
          </select>
 
          <select id="length" name="length">
-           <option label="length" value="">length</option>
+           <option label="Length" value="">Length</option>
            <c:choose>
              <c:when test="${length eq 'short'}">
-               <option label="Short (&lt; 2 minutes)" value="short" 
selected="selected">Short (&lt; 2 minutes)</option>
+               <option label="Short (&amp;lt; 2 minutes)" value="short" 
selected="selected">Short (&amp;lt; 2 minutes)</option>
              </c:when>
              <c:otherwise>
-               <option label="Short (&lt; 2 minutes)" value="short">Short 
(&lt; 2 minutes)</option>
+               <option label="Short (&amp;lt; then 2 minutes)" 
value="short">Short (&amp;lt; 2 minutes)</option>
              </c:otherwise>
            </c:choose>
            <c:choose>
@@ -95,10 +95,10 @@
            </c:choose>
            <c:choose>
              <c:when test="${length eq 'long'}">
-               <option label="Long (&gt; 4 minutes)" value="long" 
selected="selected">Long (&gt; 4 minutes)</option>
+               <option label="Long (&amp;gt; 4 minutes)" value="long" 
selected="selected">Long (&amp;gt; 4 minutes)</option>
              </c:when>
              <c:otherwise>
-               <option label="Long (&gt; 4 minutes)" value="long">Long (&gt; 4 
minutes)</option>
+               <option label="Long (&amp;gt; 4 minutes)" value="long">Long 
(&amp;gt; 4 minutes)</option>
              </c:otherwise>
            </c:choose>
          </select>
@@ -111,7 +111,7 @@
 
          <mm:listnodescontainer type="licenses">
            <select id="license" name="license">
-             <option value="" label="license" 
selected="${sel}">license</option>
+             <option value="" label="license" 
selected="${sel}">License</option>
            <mm:listnodes>
              <c:if test="${license eq _node.number}">
                <option value="${_node.number}" label="${_node.name}" 
selected="selected">${_node.name}</option>

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

Reply via email to