# HG changeset patch
# User robcast
# Date 1063729553 -7200
# Node ID 4879b944bb037df80926285cbb1d13157e29da28
# Parent 688ad0b8b0fab441b1c2ca3bed9b02bb13909902
added, field for subsample-minimum
diff -r 688ad0b8b0fa -r 4879b944bb03 client/digitallibrary/server/dlConfig.jsp
--- a/client/digitallibrary/server/dlConfig.jsp Wed Sep 03 21:06:25 2003 +0200
+++ b/client/digitallibrary/server/dlConfig.jsp Tue Sep 16 18:25:53 2003 +0200
@@ -102,7 +102,7 @@
|
- basedir-list | <%
+ | basedir-list | <%
String[] bd = (String[]) dlConfig.getValue("basedir-list");
if (bd != null) {
for (int i = 0; i < bd.length; i++) {
@@ -117,7 +117,8 @@
| |
- docuimage-class | <%= dlConfig.getAsString("docuimage-class") %> |
+ docuimage-class | <%= dlConfig.getAsString("docuimage-class") %>
+ (<%= dlConfig.getValue("servlet.docuimage.class") %>) |
|
@@ -129,6 +130,10 @@
|
+ subsample-minimum | <%= dlConfig.getAsFloat("subsample-minimum") %> |
+ |
+
+
sendfile-allowed | <%= dlConfig.getAsBoolean("sendfile-allowed") %> |
|