<%[ Home ]%>
<%= $this->Service->constructUrl(NULL) %>
<%[ Login ]%>
<%= $this->User->IsGuest %>
window.location.replace('<%= $this->Service->constructUrl('Login') %>')
window.location.replace('<%= $this->Service->constructUrl('Login') %>')
<%[ Profile ]%>
<%= $this->Service->constructUrl('Profile') %>
<%= !$this->User->IsGuest %>
<%[ Calendar list ]%>
<%= $this->Service->constructUrl('Select') %>
Logout ({name})
<%= $this->User->Name %>
<%= !$this->User->IsGuest %>
window.location.reload()
window.location.reload()
<%[ New user ]%>
<%= $this->Service->constructUrl('Signup') %>
<%= $this->User->getIsGuest() %>
<%[ Admin calendars ]%>
<%= $this->Service->constructUrl('Admin') %>
<%= $this->User->getIsAdmin() %>