summaryrefslogtreecommitdiff
path: root/demos/personal/protected/Common/MainMenu.tpl
blob: 7e3e59f17598856505bc508418a36ed3502f740f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<a href="<%=$this->Service->constructUrl('Home') %>" >HOME</a> |
<a href="<%=$this->Service->constructUrl('Resume') %>" >RESUME</a> |
<a href="<%=$this->Service->constructUrl('Links') %>" >LINKS</a> |
<a href="<%=$this->Service->constructUrl('Albums') %>" >ALBUMS</a> |
<a href="<%=$this->Service->constructUrl('Register') %>" >REGISTER</a> |
<com:THyperLink
	NavigateUrl="<%=$this->Service->constructUrl('UserLogin') %>"
	Text="LOGIN"
	Visible="<%= $this->User->IsGuest %>"
	/>
<com:TLinkButton
	Text="LOGOUT"
	Visible="<%= !$this->User->IsGuest %>"
	OnClick="logout"
	/>