Mercurial > hg > digilib
diff client/digitallibrary/digimage_tbl_inc.jsp @ 313:152ad1e1ca27
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 | 2f4764230089 |
children | 93b9bd7cbb20 |
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>