[jboss-user] [JBoss Portal] - try it again:which file is it?and what use is it?
linnpan
do-not-reply at jboss.com
Fri Apr 13 10:11:29 EDT 2007
i read 'portal-referenceguide', in chapter 13.2.5, there is a section of codes, but i don't know which file is it,and what use it is. Please help me.
the codes as follows:
| <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
| <!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">
| <head>
| <title>JBoss Portal: 2.2 early (Industrial)</title>
| <meta http-equiv="Content-Type" content="text/html;" />
| <p:theme themeName='phalanx' />
| <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"><div id="spacer"></div></td>
| </tr>
| </table>
| <div id="content-container">
| <p:region regionName='This-Is-The-Page-Region-To-Query-The-Page'
| regionID='This-Is-The-Tag-ID-Attribute-To-Match-The-CSS-Selector'/>
| <p:region regionName='left' regionID='regionA'/>
| <p:region regionName='center' regionID='regionB'/>
| <hr class="cleaner" />
| <div id="footer-container" class="portal-copyright">Powered by
| <a class="portal-copyright" href="http://www.jboss.com/products/jbossportal">JBoss Portal</a><br/>
| Theme by <a class="portal-copyright" href="http://www.novell.com">Novell</a>
| </div>
| </div>
| </div>
| </div>
| </div>
| </body>
| </html>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037083#4037083
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037083
More information about the jboss-user
mailing list