comparison client/digitallibrary/greyskin/diginew.jsp @ 557:0885f5ca5b24 digilibPDF

more refactoring and rearranging pdf and image generation works now
author robcast
date Thu, 16 Dec 2010 21:19:11 +0100
parents 688620e8c015
children
comparison
equal deleted inserted replaced
556:5cc180bb0a5c 557:0885f5ca5b24
26 // check if authentication is needed and redirect if necessary 26 // check if authentication is needed and redirect if necessary
27 docBean.doAuthentication(response); 27 docBean.doAuthentication(response);
28 // add number of pages 28 // add number of pages
29 dlRequest.setValue("pt", docBean.getNumPages()); 29 dlRequest.setValue("pt", docBean.getNumPages());
30 // store objects for jsp:include 30 // store objects for jsp:include
31 pageContext.setAttribute("docBean", docBean, pageContext.REQUEST_SCOPE); 31 pageContext.setAttribute("docBean", docBean, PageContext.REQUEST_SCOPE);
32 32
33 %><html xmlns="http://www.w3.org/1999/xhtml"> 33 %><html xmlns="http://www.w3.org/1999/xhtml">
34 <head> 34 <head>
35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 35 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
36 <title>Digital Document Library NG</title> 36 <title>Digital Document Library NG</title>