[jboss-cvs] jboss-seam/examples/dvdstore/view/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 19:22:59 EDT 2007


  User: pmuir   
  Date: 07/06/28 19:22:59

  Added:       examples/dvdstore/view/WEB-INF  template.xhtml
  Log:
  Move DVD to new build
  
  Revision  Changes    Path
  1.1      date: 2007/06/28 23:22:59;  author: pmuir;  state: Exp;jboss-seam/examples/dvdstore/view/WEB-INF/template.xhtml
  
  Index: template.xhtml
  ===================================================================
  <?xml version="1.0" encoding="utf-8"?>
  <!DOCTYPE html 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: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>JBoss DVD Store</title>    
      <link href="#{facesContext.externalContext.requestContextPath}/screen.css" rel="stylesheet" type="text/css" />
  </head>
  
  <body id="pgMainMenu">
      <div id="document"> 
          <div id="header"><span>JBoss Seam DVD Store</span></div>
          <div id="nav"> 
              <ui:insert name="topnav">
                  TOPNAV
              </ui:insert>
          </div>
  
          <div id="container">
              <div id="sidebar">
                  <ui:insert name="sidebar">
                      SIDEBAR
                  </ui:insert>
              </div>
  
              <div id="errors">
                  <ui:insert name="errors">
                      <h:messages globalOnly="true" 
                                  layout="table" 
                                  styleClass="cntError" />
                  </ui:insert>
              </div>
  
              <div id="content">
                  <ui:debug hotkey="D"/>
                  <ui:insert name="body">
                      PAGE BODY
                  </ui:insert>
              </div>
          </div>
      </div>
  </body>
  </html>
  
  
  



More information about the jboss-cvs-commits mailing list