Update of /var/cvs/contributions/natmm/templates/natnh
In directory james.mmbase.org:/tmp/cvs-serv23344/templates/natnh

Modified Files:
      Tag: BRANCH_NATMM_1_3
        slideshow.jsp 
Log Message:
NMCMS-639: Klikbare images (tijdelijke wijziging zodat redacteurs gemakkelijk 
foto's en metadata daarover kunnen achterhalen)


See also: http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/natnh
See also: http://www.mmbase.org/jira/browse/NMCMS-639


Index: slideshow.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/natnh/slideshow.jsp,v
retrieving revision 1.3
retrieving revision 1.3.24.1
diff -u -b -r1.3 -r1.3.24.1
--- slideshow.jsp       21 Feb 2007 15:25:38 -0000      1.3
+++ slideshow.jsp       31 Mar 2009 08:53:41 -0000      1.3.24.1
@@ -25,10 +25,13 @@
        <td class="fotopopuptitel"><img src="media/spacer.gif" width="10" 
height="10"></td>
 </tr>
 <tr>
-       <td><table width="600" border="0" align="center" cellpadding="0" 
cellspacing="0">
+       <%-- NMCMS-639 --%>
+       <td><table border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                        <td colspan="2"><a href="#" onClick="window.close()" 
title="Klik op de foto om het venster te sluiten">
-                               <img src="<mm:image template="s(600)" />" 
width="600" border="0" class="fotopopup"></a></td>
+                               <%-- NMCMS-639 --%>
+                               <img src="<mm:image />"  border="0" 
class="fotopopup"></a>
+            </td>
                </tr>
                <tr>
                        <td colspan="2"><img src="media/spacer.gif" width="10" 
height="10" border="0"></td>
@@ -59,6 +62,12 @@
                         <td colspan="2">&nbsp;</td>
                        </tr><%
                } %>            
+               <%-- NMCMS-639 --%>
+        <tr>
+            <td>
+                <%...@include file="includes/image_metadata.jsp" %>
+            </td>
+        </tr>  
        </table></td>
 </tr>
 </table>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to