[ Index ]
 

Code source de PRADO 3.0.6

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

title

Body

[fermer]

/demos/blog/protected/Portlets/ -> AccountPortlet.tpl (source)

   1  <div class="portlet">
   2  
   3  <h2 class="portlet-title">Account</h2>
   4  
   5  <div class="portlet-content">
   6  Welcome, <b><%= $this->User->Name %></b>!
   7  <ul>
   8  <li><a href="<%= $this->Service->constructUrl('Posts.NewPost') %>">New post</a></li>
   9  <li><a href="<%= $this->Service->constructUrl('Posts.MyPost') %>">My post</a></li>
  10  <li><a href="<%= $this->Service->constructUrl('Users.ViewUser',array('id'=>$this->User->ID)) %>">Profile</a></li>
  11  <%%
  12  if($this->User->IsAdmin)
  13      echo '<li><a href="'.$this->Service->constructUrl('Admin.PostMan').'">Admin</a></li>';
  14  %>
  15  <li><com:TLinkButton Text="Logout" OnClick="logout" /></li>
  16  </ul>
  17  
  18  </div><!-- end of portlet-content -->
  19  
  20  </div><!-- end of portlet -->


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