Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
In directory 
james.mmbase.org:/tmp/cvs-serv31707/contentrepository/src/webapp/editors/resources

Modified Files:
        attachmentsearch.jsp imagesearch.jsp 
Log Message:
CMSC-933 image, attachment improvment, add search result column, editwizard add 
fields


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources
See also: http://www.mmbase.org/jira/browse/CMSC-933


Index: attachmentsearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/attachmentsearch.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- attachmentsearch.jsp        24 Sep 2008 06:06:33 -0000      1.12
+++ attachmentsearch.jsp        7 Oct 2008 09:57:27 -0000       1.13
@@ -71,6 +71,7 @@
                <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>
+               <th><fmt:message key="attachmentsearch.mimetypecolumn" /></th>
             </tr>
             <tbody class="hover">
                 <c:set var="useSwapStyle">true</c:set>
@@ -97,6 +98,7 @@
                          </td>
                         <td onMouseDown="objClick(this);"><mm:field 
name="title"/></td>
                         <td onMouseDown="objClick(this);"><mm:field 
name="filename"/></td>
+                        <td onMouseDown="objClick(this);"><mm:field 
name="size" jspvar="size" write="false"/><fmt:formatNumber value="${size div 
1000}" pattern=".0"/> K </td>
                         <td onMouseDown="objClick(this);"><mm:field 
name="mimetype"/></td>
                      </tr>
                   <c:set var="useSwapStyle">${!useSwapStyle}</c:set>


Index: imagesearch.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/resources/imagesearch.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- imagesearch.jsp     2 Oct 2008 20:36:36 -0000       1.12
+++ imagesearch.jsp     7 Oct 2008 09:57:27 -0000       1.13
@@ -73,6 +73,7 @@
                <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><fmt:message key="imagesearch.mimetypecolumn" /></th>
                <th></th>
             </tr>
             <tbody class="hover">
@@ -105,6 +106,7 @@
                        </td>
                        <td onMouseDown="objClick(this);"><mm:field 
name="title"/></td>
                        <td onMouseDown="objClick(this);"><mm:field 
name="filename"/></td>
+                       <td onMouseDown="objClick(this);"><mm:field 
name="filesize" jspvar="filesize" write="false"/><fmt:formatNumber 
value="${filesize div 1000}" pattern=".0"/> K </td>
                        <td onMouseDown="objClick(this);"><mm:field 
name="itype"/></td>
                        <td onMouseDown="objClick(this);"><a 
href="javascript:showInfo(<mm:field name="number" />)"><img src="<mm:image 
template="s(100x100)"/>" alt="" /></a></td>
                     </tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to