diff client/digitallibrary/digimage_tbl_inc.jsp @ 317:610c7ee770cb

big autumn cleaning :-) - finally digilib.jsp uses the new javascript code - dito digicat.jsp - all files corresponding to the old frontend moved into /oldskin - all icons moved into /img
author robcast
date Thu, 28 Oct 2004 22:25:59 +0200
parents 4dbff786ff50
children 07aac99066bf
line wrap: on
line diff
--- a/client/digitallibrary/digimage_tbl_inc.jsp	Thu Oct 28 22:25:59 2004 +0200
+++ b/client/digitallibrary/digimage_tbl_inc.jsp	Thu Oct 28 22:25:59 2004 +0200
@@ -24,7 +24,7 @@
 <script type="text/javascript">
 var ps = bestPicSize(getElement('scaler'), 10);
 document.write('<img id="pic" src="<%=
-  dlRequest.getAsString("base.url") + "/servlet/Scaler?" + dlRequest.getAsString()
+  dlRequest.getAsString("base.url") + "/servlet/Scaler?" + dlRequest.getAsString('s')
 %>&dw='+ps.width+'&dh='+ps.height+'" />');
 </script>
 </div>