[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/personal/protected/Pages/ -> Layout.tpl (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  
   3  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
   4  
   5  <com:THead Title="My Personal WebSite" />
   6  
   7  <body>
   8  
   9  <com:TForm>
  10  
  11  <div class="header">
  12  <h1>Your Name Here</h1>
  13  <h2>My Personal Site</h2>
  14  <div class="nav">
  15  <a href="<%=$this->Service->constructUrl('Home') %>" >HOME</a> |
  16  <a href="<%=$this->Service->constructUrl('Blog') %>" >BLOG</a> |
  17  <a href="<%=$this->Service->constructUrl('Albums') %>" >ALBUMS</a> |
  18  <a href="<%=$this->Service->constructUrl('Links') %>" >LINKS</a> |
  19  <a href="<%=$this->Service->constructUrl('Settings') %>" >SETTINGS</a> |
  20  <com:THyperLink
  21      NavigateUrl=<%=$this->Service->constructUrl('UserLogin') %>
  22      Text="LOGIN"
  23      Visible=<%= $this->User->IsGuest %>
  24      />
  25  <com:TLinkButton
  26      Text="LOGOUT"
  27      Visible=<%= !$this->User->IsGuest %>
  28      OnClick="logout"
  29      />
  30  </div>
  31  </div>
  32  <hr/>
  33  <div class="main">
  34  <com:TContentPlaceHolder ID="main" />
  35  </div>
  36  <hr/>
  37  <div class="footer">
  38    Copyright &copy; 2006 Your Name here.<br/>
  39    Powered by <a href="http://www.pradosoft.com/">PRADO</a>.
  40  </div>
  41  
  42  </com:TForm>
  43  
  44  </body>
  45  </html>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7