Mercurial > hg > digilib
diff client/digitallibrary/ImgInfo-json.jsp @ 747:5d3da97089bc jquery
reading image info asynchronously works now. has just no use yet.
author | robcast |
---|---|
date | Sun, 06 Feb 2011 00:12:47 +0100 |
parents | e280bc2c9be1 |
children | c36027f01968 |
line wrap: on
line diff
--- a/client/digitallibrary/ImgInfo-json.jsp Sat Feb 05 22:50:15 2011 +0100 +++ b/client/digitallibrary/ImgInfo-json.jsp Sun Feb 06 00:12:47 2011 +0100 @@ -25,8 +25,7 @@ FileOps.FileClass fc = FileOps.FileClass.IMAGE; ImageFileset imgFile = (ImageFileset) dirCache.getFile(dlRequest.getFilePath(), dlRequest.getAsInt("pn"), fc); -%>// JSON format metadata about an image -{ <% +%>{ <% if (imgFile != null) { ImageFile img = imgFile.getBiggest(); if (!img.isChecked()) {