Show
Ignore:
Timestamp:
06/29/2007 12:41:20 PM (17 months ago)
Author:
xue
Message:

finished blog-tutorial.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/blog-tutorial/samples/day4/blog/protected/layouts/MainLayout.tpl

    r2034 r2041  
    33<body> 
    44<com:TForm> 
     5<div id="page"> 
    56 
    67<div id="header"> 
     
    1415<div id="footer"> 
    1516 
    16 <a href="<%= $this->Service->DefaultPageUrl %>">Home</a> 
     17<com:THyperLink Text="Home" 
     18        NavigateUrl="<%= $this->Service->DefaultPageUrl %>" /> 
    1719 
    1820<com:THyperLink Text="New Post" 
     
    3638</div> 
    3739 
     40</div> 
    3841</com:TForm> 
    3942</body>