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

Peter Muir peter at bleepbleep.org.uk
Mon Feb 26 21:47:39 EST 2007


  User: pmuir   
  Date: 07/02/26 21:47:39

  Added:       examples/takeaway/view   index.html index.xhtml
  Log:
  Initial work on email/workflow example
  
  Revision  Changes    Path
  1.1      date: 2007/02/27 02:47:39;  author: pmuir;  state: Exp;jboss-seam/examples/takeaway/view/index.html
  
  Index: index.html
  ===================================================================
  <html>
  <head>
    <meta http-equiv="Refresh" content="0; URL=index.seam" />
  </head>
  </html>
  
  
  
  1.1      date: 2007/02/27 02:47:39;  author: pmuir;  state: Exp;jboss-seam/examples/takeaway/view/index.xhtml
  
  Index: index.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 Takeaway</title>
      <ui:remove><link href="screen.css" rel="stylesheet" type="text/css" /></ui:remove>
  </head>
  <body>
  
  <s:link action="/simple.xhtml" />
     
  </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list