[jboss-user] [JBoss Portal] - Re: I can't see the tabs in my new portal.

mmontoni do-not-reply at jboss.com
Wed Sep 6 15:21:41 EDT 2006


<head>
  |    <title><%= PortalConstants.VERSION.toString() %></title>
  |    <meta http-equiv="Content-Type" content="text/html;"/>
  | 
  |    <script type="text/javascript"></script>
  |     <p:theme themeName='GE-Blue'/>
  |    <p:headerContent/>
  | </head>
  | 
  | <body id="body">
  | <div id="portal-container">
  |    <div id="sizer">
  |       <div id="expander">
  |          <div id="logoName"></div>
  |          <table border="0" cellpadding="0" cellspacing="0" id="header-container">
  |             <tr>
  |                <td align="center" valign="top" id="header">
  |                   <p:region regionName='navigation' regionID='navigation'/>
  |                   <div id="spacer"></div>
  |                </td>
  |             </tr>
  |          </table>
  |          <div id="content-container">
  |             <!-- insert the content of the 'left' region of the page, and assign the css selector id 'regionA' -->
  |             <p:region regionName='left' regionID='regionA'/>
  |             
  |             <!-- insert the content of the 'center' region of the page, and assign the css selector id 'regionB' -->
  |             <p:region regionName='center' regionID='regionB'/>
  |             
  |             <hr class="cleaner"/>
  | 
  |             <div id="footer-container" class="portal-copyright"> GE - Capital Solutions<br/>
  |                <span id="ThemeBy"></span>
  |             </div>
  |          </div>
  |       </div>
  |    </div>
  | </div>
  | </body>
  | </html>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969843#3969843

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969843



More information about the jboss-user mailing list