5 * This Displays an About page for OpenEMR Displaying Version Number, Support Phone Number
6 * If it have been entered in Globals along with the Manual and On Line Support Links
8 * Copyright (C) 2016 Terry Hill <terry@lillysystems.com>
10 * LICENSE: This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 3
13 * of the License, or (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
22 * @author Terry Hill <terry@lilysystems.com>
23 * @link http://www.open-emr.org
25 * Please help the overall project by sending changes you make to the author and to the OpenEMR community.
29 $fake_register_globals=false;
30 $sanitize_all_escapes=true;
32 require_once("../globals.php");
36 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
38 <body
class="body_top">
39 <div style
="text-align: center;">
40 <span
class="title"><?php
echo xlt('About OpenEMR'); ?
> </span
><br
><br
>
41 <span
class="text"><?php
echo xlt('Version Number'); ?
>: <?php
echo "v".text($openemr_version) ?
></span
><br
><br
>
42 <?php
if (!empty($GLOBALS['support_phone_number'])) { ?
>
43 <span
class="text"><?php
echo xlt('Support Phone Number'); ?
>: <?php
echo $GLOBALS['support_phone_number'] ?
></span
><br
><br
>
46 <a href
="<?php echo "http
://open-emr.org/wiki/index.php/OpenEMR_".attr($v_major).".".attr($v_minor).".".attr($v_patch)."_Users_Guide"; ?>" target="_blank" class="css_button"><span><?php echo xlt('User Manual'); ?></span></a><br><br>
47 <?php
if (!empty($GLOBALS['online_support_link'])) { ?
>
48 <a href
='<?php echo $GLOBALS["online_support_link"]; ?>' target
="_blank" class="css_button"><span
><?php
echo xlt('Online Support'); ?
></span
></a
><br
><br
>
50 <a href
="../../acknowledge_license_cert.html" target
="_blank" class="css_button"><span
><?php
echo xlt('Acknowledgments, Licensing and Certification'); ?
></span
></a
>