changeset 361:8a58a25b6097

changed default image names; added config line for "not found" image
author hertzhaft
date Tue, 06 Dec 2005 18:10:19 +0100
parents 8b4be962caae
children 7b189f1b8954
files client/digitallibrary/WEB-INF/digilib-config.xml
diffstat 1 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/client/digitallibrary/WEB-INF/digilib-config.xml	Tue Dec 06 17:49:53 2005 +0100
+++ b/client/digitallibrary/WEB-INF/digilib-config.xml	Tue Dec 06 18:10:19 2005 +0100
@@ -2,14 +2,18 @@
 <!-- Digilib servlet config file -->
 
 <digilib-config>
-  <!--  Image to be sent to indicate general failure. -->
-  <parameter name="error-image" value="/docuserver/images/icons/broken.gif" />
+  <!--  Image to be sent to indicate an error or general failure. -->
+  <parameter name="error-image" value="/docuserver/images/icons/digilib-error.png" />
 
-  <!--  Image to be sent to indicate authorization failure. -->
-  <parameter name="denied-image" value="/docuserver/images/icons/alert.red.gif" />
+  <!--  Image to be sent to indicate an authorization failure. -->
+  <parameter name="denied-image" value="/docuserver/images/icons/digilib-denied.png" />
+
+  <!--  Image to be sent to indicate that the request was correct, but the specified image could not be ound. -->
+  <parameter name="notfound-image" value="/docuserver/images/icons/digilib-notfound.png" />
 
   <!-- List of directories where images are searched.
-       Directories with low-resolution images are LAST!!! in list. --> 
+       Directories with low-resolution images are LAST!!! in list.
+	   Use OS-specific path separators (":" for Unix, ";" for Windows) --> 
   <parameter name="basedir-list" value="/docuserver/images:/docuserver/scaled/small:/docuserver/scaled/thumb" />
 
   <!-- Java class to use for image operations -->