44 lines
1.1 KiB
PHP
44 lines
1.1 KiB
PHP
|
|
|
|
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
<div class="row">
|
|
<div class="col-12 col-sm-6 text-center text-sm-left">
|
|
<p>© Copyright Fluxtra-MERMS 2019. All rights reserved.</p>
|
|
</div>
|
|
<div class="col col-sm-6 ml-sm-auto text-center text-sm-right">
|
|
<p>MERMS - <?= isset($_SESSION['practice_name'])? $_SESSION['practice_name']:''; ?></p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- end footer -->
|
|
</div>
|
|
<!-- end app-wrap -->
|
|
</div>
|
|
<!-- end app -->
|
|
|
|
<!-- plugins -->
|
|
<script src="/assets/js/vendors.js"></script>
|
|
|
|
<!-- custom app -->
|
|
<script src="/assets/js/app.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
<!--
|
|
function selectPatient( practicePatientId ){
|
|
alert( practicePatientId );
|
|
}
|
|
|
|
function calendarPatient( practicePatientId ){
|
|
alert( practicePatientId );
|
|
}
|
|
|
|
// -->
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|