Adjusts fileroot for document paths at the moment that the document is to be displayed.
[openemr.git] / templates / prescription / general_send.html
blob6daff0ef5d9272ebaa37c397cda5b822fdf3eeb4
1 <html>
2 <head>
3 {literal}
4 <style type="text/css" title="mystyles" media="all">
5 <!--
6 td {
7 font-size:8pt;
8 font-family:helvetica;
10 a {
11 font-size:8pt;
12 font-family:helvetica;
15 -->
16 </style>
17 {/literal}
18 </head>
19 <body {$STYLE.BOTTOM_BG_LINE}>
21 <table>
22 {if $process_result}
23 <tr><td colspan="2">{$process_result}<br /><br /></td></tr>
24 {/if}
25 <tr><td>
26 <form name="send_prescription" method="post" action="{$TOP_ACTION}send&id={$prescription->id}" target="_new" onsubmit="return top.restoreSession()">
27 <input type="submit" name="submit" value="{xl t='Print'}" style="width:85;"/>
28 <input type="hidden" name="process" value="{$PROCESS}" />
29 </form>
31 </td><td></td></tr>
32 <form name="send_prescription" method="post" action="{$TOP_ACTION}send&id={$prescription->id}" onsubmit="return top.restoreSession()">
33 <tr><td><input type="submit" name="submit" value="{xl t='Email'}" style="width:85;" /></td><td><input type="text" name="email_to" size="25" value="{$prescription->pharmacy->get_email()}"></td></tr>
34 <tr><td><input type="submit" name="submit" value="{xl t='Fax'}" style="width:85;"/></td><td><input type="text" name="fax_to" size="25" value="{$prescription->pharmacy->get_fax()}" ></td></tr>
35 <input type="hidden" name="process" value="{$PROCESS}" />
36 </form>
37 <form name="send_prescription" method="post" action="{$TOP_ACTION}send&id={$prescription->id}" target="_new" onsubmit="return top.restoreSession()">
38 <tr><td><input type="submit" name="submit" value="{xl t='Auto Send'}" style="width:85;" /></td><td>{html_options name="pharmacy_id" options=$prescription->pharmacy->utility_pharmacy_array() selected=$prescription->pharmacy->id}</td></tr>
39 <input type="hidden" name="process" value="{$PROCESS}" />
40 <tr><td colspan="2" align="center"></td></tr>
41 </table>
42 </form>
43 </body>
44 </html>