<%= $this->User->IsGuest %>
window.location.replace('<%= $this->Service->constructUrl('Login') %>')
window.location.replace('<%= $this->Service->constructUrl('Login') %>')
<%= $this->Service->constructUrl('Profile') %>
<%= !$this->User->IsGuest %>
<%= $this->Service->constructUrl('Select') %>
Logout (<%= $this->User->Name %>)
<%= !$this->User->IsGuest %>
window.location.reload()
window.location.reload()
<%= $this->Service->constructUrl('Signup') %>
<%= $this->User->getIsAdmin() %>
<%= $this->Service->constructUrl('Admin') %>
<%= $this->User->getIsAdmin() %>