CCM (#3847)
[openemr.git] / interface / modules / zend_modules / module / Carecoordination / view / layout / mapper.phtml
blobffcbd89b9b6811ebe0414c597186011e909a7ff8
1 <?php
2 /**
3  * interface/modules/zend_modules/module/Carecoordination/view/layout/mapper.phtml
4  *
5  * @package   OpenEMR
6  * @link      https://www.open-emr.org
7  * @author    Vinish K <vinish@zhservices.com>
8  * @copyright Copyright (c) 2014 Z&H Consultancy Services Private Limited <sam@zhservices.com>
9  * @license   https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
10  */
12 <?php echo $this->doctype(); ?>
13 <html lang="en">
14 <head>
15     <meta charset="utf-8">
16     <?php echo $this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/images/favicon.ico'))
17         ->prependStylesheet($this->basePath() . '/css/jquery.treeview.css')
18         ->prependStylesheet($this->basePath() . '/css/ccda.css')
19         ->prependStylesheet($this->basePath() . '/css/demo.css')
20         ->prependStylesheet($this->basePath() . '/css/themes/base/jquery.ui.all.css')
21     ?>
23     <?php echo $this->headScript()
24         ->prependFile($this->basePath() . '/js/lib/jquery.treeview-1.4.1/jquery.treeview.js')
25         ->prependFile($this->basePath() . '/js/lib/jquery.treeview-1.4.1/lib/jquery.cookie.js')
26         ->prependFile($this->basePath() . '/js/lib/virtualpaginate.js')
27         ->prependFile($this->basePath() . '/js/lib/jquery.ui.tabs.js')
28         ->prependFile($this->basePath() . '/js/lib/jquery.ui.sortable.js')
29         ->prependFile($this->basePath() . '/js/lib/jquery.ui.mouse.js')
30         ->prependFile($this->basePath() . '/js/lib/jquery.ui.widget.js')
31         ->prependFile($this->basePath() . '/js/lib/jquery.ui.core.js')
32         ->prependFile($this->basePath() . '/js/lib/jquery-1.8.3.js')
33         ->prependFile($this->basePath() . '/js/lib/jquery-1.4.3.js')
34     ?>
36 </head>
37 <body class="body_top">
38     <div class="container" style="width:100%">
39         <?php echo $this->content; ?>
40     </div>
41 </body>
42 </html>