Changes to support electronic lab ordering and results.
[openemr.git] / templates / practice_settings / general_list.html
blob3a2fa39013d1561c8ee42e9b4018fee2eb5a785a
1 <html>
2 <head>
3 {php}html_header_show();{/php}
5 <link rel="stylesheet" href="{$CSS_HEADER}" type="text/css">
6 <link rel="stylesheet" type="text/css" href="{php}echo $GLOBALS['rootdir'] . '/../library/js/fancybox/jquery.fancybox-1.2.6.css';{/php}" media="screen" />
7 <script type="text/javascript" src="{php}echo $GLOBALS['rootdir'] . '/../library/js/jquery.1.3.2.js';{/php}"></script>
8 <script type="text/javascript" src="{php}echo $GLOBALS['rootdir'] . '/../library/js/common.js';{/php}"></script>
9 </head>
10 <body class="body_top">
12 <div>
13 <b>{xl t='Practice Settings'}</b>
14 </div>
16 <div>
17 <div class="small">
18 <a href="{$TOP_ACTION}pharmacy&action=list">{xl t='Pharmacies'}</a> |
19 <a href="{$TOP_ACTION}insurance_company&action=list">{xl t='Insurance Companies'}</a> |
20 <a href="{$TOP_ACTION}insurance_numbers&action=list">{xl t='Insurance Numbers'}</a> |
21 <a href="{$TOP_ACTION}x12_partner&action=list">{xl t='X12 Partners'}</a> |
22 <a href="{$TOP_ACTION}document&action=queue">{xl t='Documents'}</a> |
23 <a href="{$TOP_ACTION}hl7&action=default">{xl t='HL7 Viewer'}</a>
24 </div>
26 <br/>
27 <div class="section-header">
28 <b>{$ACTION_NAME}</b>
29 </div>
30 <div class="tabContainer">
31 <div class="tab current">
32 {$display}
33 </div>
34 </div>
35 </div>
36 </body>
37 </html>