Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory james.mmbase.org:/tmp/cvs-serv26169
Modified Files:
attachmentsearch.jsp imagesearch.jsp urlsearch.jsp
Log Message:
CMSC-899,Check and improve all lists according to guideline,check java style
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-899
Index: attachmentsearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- attachmentsearch.jsp 19 Sep 2008 08:46:57 -0000 1.10
+++ attachmentsearch.jsp 23 Sep 2008 12:50:54 -0000 1.11
@@ -68,9 +68,9 @@
<table>
<tr class="listheader">
<th> </th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('title');"><fmt:message key="attachmentsearch.titlecolumn"
/></a></th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('filename');"><fmt:message
key="attachmentsearch.filenamecolumn" /></a></th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('mimetype');"><fmt:message
key="attachmentsearch.mimetypecolumn" /></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('title')"
class="headerlink" ><fmt:message key="attachmentsearch.titlecolumn" /></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('filename')"
class="headerlink" ><fmt:message key="attachmentsearch.filenamecolumn"
/></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('mimetype')"
class="headerlink" ><fmt:message key="attachmentsearch.mimetypecolumn"
/></a></th>
</tr>
<tbody class="hover">
<c:set var="useSwapStyle">true</c:set>
Index: imagesearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- imagesearch.jsp 19 Sep 2008 08:46:57 -0000 1.9
+++ imagesearch.jsp 23 Sep 2008 12:50:54 -0000 1.10
@@ -70,9 +70,9 @@
<table>
<tr class="listheader">
<th> </th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('title');"><fmt:message key="imagesearch.titlecolumn"
/></a></th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('filename');"><fmt:message key="imagesearch.filenamecolumn"
/></a></th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('itype');"><fmt:message key="imagesearch.mimetypecolumn"
/></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('title')"
class="headerlink"><fmt:message key="imagesearch.titlecolumn" /></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('filename')"
class="headerlink"><fmt:message key="imagesearch.filenamecolumn" /></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('itype')"
class="headerlink" ><fmt:message key="imagesearch.mimetypecolumn" /></a></th>
<th></th>
</tr>
<tbody class="hover">
Index: urlsearch.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/urlsearch.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- urlsearch.jsp 19 Sep 2008 02:25:02 -0000 1.10
+++ urlsearch.jsp 23 Sep 2008 12:50:54 -0000 1.11
@@ -59,10 +59,10 @@
<table border="0" width="100%" class="listcontent">
<tr class="listheader">
<th></th>
- <th nowrap="true"><a href="#"
class="headerlink" onclick="orderBy('name');"><fmt:message
+ <th nowrap="true"><a
href="javascript:orderBy('name')" class="headerlink"><fmt:message
key="urlsearch.namecolumn"
/></a></th>
- <th nowrap="true"><a href="#"
class="headerlink" onclick="orderBy('url');"><fmt:message
key="urlsearch.urlcolumn" /></a></th>
- <th nowrap="true"><a href="#" class="headerlink"
onclick="orderBy('valid');"><fmt:message key="urlsearch.validcolumn" /></a></th>
+ <th nowrap="true"><a
href="javascript:orderBy('url')" class="headerlink" ><fmt:message
key="urlsearch.urlcolumn" /></a></th>
+ <th nowrap="true"><a href="javascript:orderBy('valid')"
class="headerlink" ><fmt:message key="urlsearch.validcolumn" /></a></th>
</tr>
<tbody class="hover">
<c:set var="useSwapStyle">true</c:set>
@@ -98,10 +98,10 @@
<c:when test="${empty isValidUrl}">
<fmt:message
key="urlsearch.validurl.unknown" />
</c:when>
- <c:when test="${isValidUrl eq 0}">
+ <c:when test="${isValidUrl eq false}">
<fmt:message
key="urlsearch.validurl.invalid" />
</c:when>
- <c:when test="${isValidUrl eq 1}">
+ <c:when test="${isValidUrl eq true}">
<fmt:message
key="urlsearch.validurl.valid" />
</c:when>
<c:otherwise>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs