[jboss-cvs] jboss-seam/examples/pdf/view ...

Norman Richards norman.richards at jboss.com
Wed Jan 24 12:41:06 EST 2007


  User: nrichards
  Date: 07/01/24 12:41:06

  Added:       examples/pdf/view  pdfMissing.xhtml
  Log:
  add error page for pdf expiration
  
  Revision  Changes    Path
  1.1      date: 2007/01/24 17:41:06;  author: nrichards;  state: Exp;jboss-seam/examples/pdf/view/pdfMissing.xhtml
  
  Index: pdfMissing.xhtml
  ===================================================================
  <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:s="http://jboss.com/products/seam/taglib"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core">
  
  <head>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <title>Seam PDF</title>
      <ui:remove><link href="screen.css" rel="stylesheet" type="text/css" /></ui:remove>
  </head>
  <body>      
      The PDF you are trying to view is no longer available.  
  </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list