{{include 'web2py_ajax.html'}} {{block head}}{{end}}
ChronoBAS (IHRD TimeKeeper)
Home
Register Staff
Reports
Administration
{{if auth.user:}} {{=A('Logout', _class="navbar-item", _href=URL('default', 'user', args='logout'))}} {{else:}} {{=A('Login', _class="navbar-item", _href=URL('default', 'user', args='login'))}} {{pass}} {{if auth.user:}} {{=A('Profile', _class="navbar-item", _href=URL('default', 'user', args='profile'))}} {{pass}} {{if auth.user:}} {{=A('Password', _class="navbar-item", _href=URL('default', 'user', args='change_password'))}} {{pass}}
{{if response.flash != '':}}
{{=response.flash}}
{{pass}}
{{block content}} {{end}}