Update of /var/cvs/contributions/natmm/templates/natmm/includes/people
In directory james.mmbase.org:/tmp/cvs-serv23344/templates/natmm/includes/people
Modified Files:
Tag: BRANCH_NATMM_1_3
image.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/natmm/includes/people
See also: http://www.mmbase.org/jira/browse/NMCMS-639
Index: image.jsp
===================================================================
RCS file:
/var/cvs/contributions/natmm/templates/natmm/includes/people/image.jsp,v
retrieving revision 1.1
retrieving revision 1.1.26.1
diff -u -b -r1.1 -r1.1.26.1
--- image.jsp 5 Mar 2006 21:46:51 -0000 1.1
+++ image.jsp 31 Mar 2009 08:53:41 -0000 1.1.26.1
@@ -4,15 +4,18 @@
<tr>
<td style="padding:0px;margin:0px;text-align:right;">
<mm:field name="reageer" jspvar="showpopup" vartype="String"
write="false"><%
- if(showpopup.equals("1")) {
+ // NMCMS-639
+ if(showpopup.equals("1") || true) {
String requestURI = request.getRequestURI();
requestURI =
requestURI.substring(0,requestURI.lastIndexOf("/"));
- String readmoreUrl = "javascript:launchCenter('" + requestURI +
"/includes/fotopopup.jsp?i=" + images_number + "&rs=" + styleSheet +
"','foto',600,600,'location=no,directories=no,status=no,toolbars=no,scrollbars=no,resizable=yes');setTimeout('newwin.focus();',250);";
+ // NMCMS-639
+ String readmoreUrl = "javascript:launchCenter('" + requestURI +
"/includes/fotopopup.jsp?i=" + images_number + "&rs=" + styleSheet +
"','foto',600,600,'location=no,directories=no,status=no,toolbars=no,scrollbars=yes,resizable=yes');setTimeout('newwin.focus();',250);";
%><div style="position:relative;left:-17px;top:7px;"><div
style="visibility:visible;position:absolute;top:0px;left:0px;"><a
href="javascript:void(0);" onClick="<%= readmoreURL %>"><img
src="media/zoom.gif" border="0" alt="klik voor vergroting" /></a></div></div>
<a href="javascript:void(0);" onClick="<%= readmoreUrl %>"><%
}
%><img src="<mm:image template="s(76)" />" border="0"><%
- if(showpopup.equals("1")) {
+ // NMCMS-639
+ if(showpopup.equals("1") || true) {
%></a><%
}
%>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs