New onsite patient portal, take 4.
[openemr.git] / portal / patient / templates / _modalFormHeader.tpl.php
blob6c727e5ee2f45e882241f00e2f5e86a725d7b860
1 <?php
2 /**
4 * Copyright (C) 2016-2017 Jerry Padgett <sjpadgett@gmail.com>
6 * LICENSE: This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU Affero General Public License as
8 * published by the Free Software Foundation, either version 3 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Affero General Public License for more details.
16 * You should have received a copy of the GNU Affero General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 * @package OpenEMR
20 * @author Jerry Padgett <sjpadgett@gmail.com>
21 * @link http://www.open-emr.org
24 <head>
25 <meta charset="utf-8">
27 <title><?php $this->eprint($this->title); ?></title>
28 <meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport">
30 <base href="<?php $this->eprint($this->ROOT_URL); ?>" />
31 <meta name="description" content="Patient Profile" />
32 <meta name="author" content="Form | sjpadgett@gmail.com" />
34 <link href="<?php echo $GLOBALS['assets_static_relative']; ?>/font-awesome-4-6-3/css/font-awesome.min.css" rel="stylesheet" />
35 <link href="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-datetimepicker-2-5-4/build/jquery.datetimepicker.min.css" rel="stylesheet" />
37 <link href="styles/style.css?v=<?php echo $GLOBALS['v_js_includes']; ?>" rel="stylesheet" />
38 <script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-min-1-11-3/index.js"></script>
39 <script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/moment-2-13-0/moment.js"></script>
40 <script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/jquery-datetimepicker-2-5-4/build/jquery.datetimepicker.full.min.js"></script>
41 <script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/underscore-1-8-3/underscore-min.js"></script>
42 <script type="text/javascript" src="<?php echo $GLOBALS['assets_static_relative']; ?>/backbone-1-3-3/backbone-min.js"></script>
43 <script type="text/javascript" src="scripts/app.js?v=<?php echo $GLOBALS['v_js_includes']; ?>"></script>
44 <script type="text/javascript" src="scripts/model.js?v=<?php echo $GLOBALS['v_js_includes']; ?>"></script>
45 <script type="text/javascript" src="scripts/view.js?v=<?php echo $GLOBALS['v_js_includes']; ?>"></script>
47 <script type="text/javascript" src="scripts/libs/LAB.min.js"></script>
48 <script type="text/javascript">
49 $LAB.setGlobalDefaults({BasePath: "<?php $this->eprint($this->ROOT_URL); ?>"});
50 </script>
52 </head>
53 <body>