- Timestamp:
- 06/29/2007 12:41:20 PM (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/blog-tutorial/samples/day3/blog/protected/layouts/MainLayout.tpl
r1848 r2041 3 3 <body> 4 4 <com:TForm> 5 5 <div id="page"> 6 6 7 <div id="header"> 7 8 <h1>My PRADO Blog</h1> 8 9 </div> 9 10 10 11 <div id="main"> 11 12 <com:TContentPlaceHolder ID="Main" /> 12 13 </div> 13 14 14 15 <div id="footer"> 15 <com:THyperLink Text="Login" 16 <com:THyperLink Text="Login" 16 17 NavigateUrl="<%= $this->Service->constructUrl('users.LoginUser') %>" 17 18 Visible="<%= $this->User->IsGuest %>" /> 18 19 19 <com:TLinkButton Text="Logout" 20 <com:TLinkButton Text="Logout" 20 21 OnClick="logoutButtonClicked" 21 22 Visible="<%= !$this->User->IsGuest %>" /> … … 24 25 <%= PRADO::poweredByPrado() %> 25 26 </div> 26 27 28 </div> 27 29 </com:TForm> 28 30 </body>
