[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > 3 4 <com:THead Title=<%$ SiteName %> > 5 <meta http-equiv="Expires" content="Fri, Jan 01 1900 00:00:00 GMT"/> 6 <meta http-equiv="Pragma" content="no-cache"/> 7 <meta http-equiv="Cache-Control" content="no-cache"/> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 9 <meta http-equiv="content-language" content="en"/> 10 </com:THead> 11 12 <body> 13 <div id="page"> 14 <com:TForm> 15 16 <div id="header"> 17 <h1 id="header-title"><a href="<%=$this->Request->ApplicationUrl %>"><%$ SiteTitle %></a></h1> 18 <h2 id="header-subtitle"><%$ SiteSubtitle %></h2> 19 </div><!-- end of header --> 20 21 <div id="main"> 22 <com:TContentPlaceHolder ID="Main" /> 23 </div><!-- end of main --> 24 25 <div id="sidebar"> 26 27 <com:Application.Portlets.LoginPortlet Visible=<%= $this->User->IsGuest %>/> 28 29 <com:Application.Portlets.AccountPortlet Visible=<%= !$this->User->IsGuest %>/> 30 31 <com:Application.Portlets.SearchPortlet /> 32 33 <com:Application.Portlets.CategoryPortlet /> 34 35 <com:Application.Portlets.ArchivePortlet /> 36 37 <com:Application.Portlets.CommentPortlet /> 38 39 </div><!-- end of sidebar --> 40 41 <div id="footer"> 42 Copyright © 2006 <%$ SiteOwner %>.<br/> 43 <%= Prado::poweredByPrado() %> 44 </div><!-- end of footer --> 45 46 </com:TForm> 47 </div><!-- end of page --> 48 </body> 49 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |