NINS_CODE/bahmniapps/appointments/views/manage/appointmentsManage.html

11 lines
551 B
HTML
Raw Permalink Normal View History

2024-12-12 22:37:39 +06:00
<section class="add-app-wrapper">
<header>
<nav>
<a ng-class="{'active': getCurrentTabName() === 'summary'}" ng-click="navigateTo('summary')">{{ ::'SUMMARY' | translate}}</a>
<a ng-class="{'active': (getCurrentTabName() === 'calendar' || getCurrentTabName() === 'list')}" ng-click="navigateTo('appointments')">{{ ::'APPOINTMENT_LIST' | translate}}</a>
</nav>
<br/><br/><br/>
</header>
<div class="common-filter-wrapper" ui-view="filter"></div>
<div ui-view="content@manage"></div>
</section>