2013-05-06 03:38:29 -04:00
|
|
|
doctype 5
|
|
|
|
html(lang="en", ng-app="biomed", ng-controller="biomed.PageCtrl")
|
|
|
|
head
|
|
|
|
title Atlantic Biomedical
|
|
|
|
!{css}
|
|
|
|
body
|
|
|
|
error-panel
|
|
|
|
.navbar
|
|
|
|
.navbar-inner
|
|
|
|
a.brand(href='/', target='_self') Atlantic Biomedical
|
|
|
|
progress-panel
|
|
|
|
ul.nav.pull-right(ng-controller='biomed.AccountCtrl')
|
2013-07-19 02:38:07 -04:00
|
|
|
li
|
|
|
|
a(href='https://docs.google.com/a/atlanticbiomedical.com/forms/d/1i7CyNR2lcrz7bOL7u9ssKiMB2iBmXqOdvVKC0GRzRtY/viewform', target='_blank')
|
|
|
|
i.icon-shopping-cart
|
|
|
|
| Sales
|
2013-05-20 11:27:36 -04:00
|
|
|
li
|
|
|
|
a(href='https://docs.google.com/a/atlanticbiomedical.com/forms/d/16tPHoTkEQB7fqXxBDZk_7s-WLz6a3eXVBWiUyA0fntM/viewform', target='_blank')
|
|
|
|
i.icon-thumbs-down
|
|
|
|
| Incident
|
2013-05-06 03:38:29 -04:00
|
|
|
li
|
|
|
|
a(href='http://atlanticbiomedical.com/ticket/', target='_blank')
|
|
|
|
i.icon-fire
|
|
|
|
| Tickets
|
|
|
|
li
|
|
|
|
a(ng-click="openDialog()")
|
|
|
|
i.icon-envelope
|
|
|
|
| Messages
|
|
|
|
li
|
|
|
|
a(href='/logout', target='_self')
|
|
|
|
i.icon-share-alt
|
|
|
|
| Logout
|
|
|
|
li(ng-show='account.name')
|
|
|
|
a(href='#')
|
|
|
|
i.icon-user
|
|
|
|
| {{account.name.first}} {{account.name.last}}
|
|
|
|
li.photo(ng-show='account.picture', ns-show='account.picture')
|
|
|
|
img(ng-src='{{account.picture}}?sz=50')
|
|
|
|
.navbar.navbar-secondary(bio-navbar)
|
|
|
|
.navbar-inner
|
|
|
|
ul.nav
|
|
|
|
li(data-match-route='/schedule.*')
|
|
|
|
a(href='/schedule')
|
|
|
|
i.icon-calendar
|
|
|
|
| Schedule
|
|
|
|
|
|
|
|
li(data-match-route='/client.*')
|
|
|
|
a(href='/clients')
|
|
|
|
i.icon-briefcase
|
|
|
|
| Clients
|
|
|
|
|
|
|
|
li(data-match-route='/workorder.*')
|
|
|
|
a(href='/workorders')
|
|
|
|
i.icon-wrench
|
|
|
|
| Workorders
|
|
|
|
.container-fluid
|
|
|
|
ng-view
|
2013-05-20 11:27:36 -04:00
|
|
|
!{js}
|