<%@ Title="View User Profile" %>

User Profile

Username <%= $this->Profile->Name %>
Full name <%= htmlentities($this->Profile->FullName,ENT_QUOTES,'UTF-8') %>
Email <%= $this->Profile->Email %>
Role <%= $this->Profile->Role===0? 'Normal user':'Administrator' %>
Website <%= htmlentities($this->Profile->Website,ENT_QUOTES,'UTF-8') %>
Member since <%= date('l, F j, Y',$this->Profile->CreateTime) %>

Service->constructUrl('Users.EditUser',array('id'=>$this->Profile->ID)) %> Visible=<%= $this->User->IsAdmin || $this->Profile->ID===$this->User->ID %> CssClass="link-button" />