2 include_once("../../globals.php");
6 <?php
html_header_show();?
>
7 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
9 <body
class="body_top">
11 <span
class="title"><?php
xl('Prescriptions','e'); ?
></span
>
15 <a href
="<?php echo $GLOBALS['webroot']?>/controller.php?prescription&list&id=<?php echo $pid?>" target
='RxRight' class="css_button" onclick
="top.restoreSession()">
16 <span
><?php
xl('List', 'e');?
></span
></a
>
17 <a href
="<?php echo $GLOBALS['webroot']?>/controller.php?prescription&edit&id=&pid=<?php echo $pid?>" target
='RxRight' class="css_button" onclick
="top.restoreSession()">
18 <span
><?php
xl('Add','e');?
></span
></a
>