# HG changeset patch # User robcast # Date 1380623232 -7200 # Node ID cde51f04895ca4f5f3d6f88f2ff17ea2a038faa5 # Parent 74363771603f96c19690741f0f82a35dd28d60a5 added changes to api/dirInfo diff -r 74363771603f -r cde51f04895c webapp/src/main/webapp/api/dirInfo-xml.jsp --- a/webapp/src/main/webapp/api/dirInfo-xml.jsp Tue Oct 01 12:24:29 2013 +0200 +++ b/webapp/src/main/webapp/api/dirInfo-xml.jsp Tue Oct 01 12:27:12 2013 +0200 @@ -40,7 +40,7 @@ System.out.println(e); } } -%> +%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%@ page contentType="text/xml" %> <% // process request // get digilib config @@ -66,8 +66,8 @@ String fn = (f != null) ? f.getName() : "null"; %> <%= i+1 %> - <%= digilib.io.FileOps.basename(fn) %> - <%= fn %> + + <% } // for