updated tar.gz of CAMOS directory
[openemr.git] / templates / report / general_default.html
blobded95e2eeb2ba395d6d7f6c6292ebe4fe0cf0a3e
1 <html>
2 <head>
3 {literal}
5 <style type="text/css" title="mystyles" media="all">
6 <!--
7 td {
8 font-size:8pt;
9 font-family:helvetica;
11 a {
12 font-size:8pt;
13 font-family:helvetica;
15 -->
16 </style>
18 <script language="JavaScript">
20 function clear_vars() {
21 document.report.var1.value = "";
22 document.report.var2.value = "";
25 function dopopup(aurl) {
26 window.open(aurl, '_blank', 'width=750,height=550,resizable=1,scrollbars=1');
29 </script>
31 {/literal}
32 </head>
33 <body bgcolor="{$STYLE.BGCOLOR2}">
35 <a href="custom_report_range.php" target="_new">Superbill Report</a>
36 <br/>
37 <a href="appointments_report.php" target="_new">Appointments Report</a>
38 <br/>
39 <a href="appt_encounter_report.php" target="_new">Appointments-Encounters Report</a>
40 <br/>
41 <a href="insurance_allocation_report.php" target="_new">Patient Insurance Distribution Report</a>
42 <br/>
43 <a href="../billing/indigent_patients_report.php" target="_new">Indigent Patients Report</a>
44 <br/>
45 <a href="front_receipts_report.php" target="_new">Front Office Receipts Report</a>
46 <br/>
47 <a href="unique_seen_patients_report.php" target="_new">Unique Seen Patients Report</a>
48 <br/>
49 <a href="prescriptions_report.php" target="_new">Prescriptions Report</a>
50 {php}
51 if ($GLOBALS['athletic_team']) {
52 echo "<br/>\n";
53 echo "<a href='javascript:dopopup(\"players_report.php\")'>Team Roster</a>\n";
54 echo "<br/>\n";
55 echo "<a href='javascript:dopopup(\"absences_report.php\")'>Days and Games Missed</a>\n";
57 {/php}
58 <br/>
59 &nbsp;
60 <br/>
61 <a href="{$printable_link}" target="_new">[printable]</a>
62 &nbsp;
63 <br/>
64 <form name="report" action="index.php" method="get">
65 <table>
66 <tr>
67 <td>Reports:</td>
68 <td>{html_options onChange="clear_vars()" name="query_id" selected=$query_id options=$queries}</td>
69 <td>&nbsp;&nbsp;</td>
70 <td>Var1:&nbsp;<input size="10" type="text" value="{$var1}" name="var1"></td>
71 <td>&nbsp;&nbsp;</td>
72 <td>Var2:&nbsp;<input size="10" type="text" value="{$var2}"name="var2"></td>
73 <td>&nbsp;&nbsp;</td>
74 <td>Show:&nbsp;</td>
75 <td>{html_options name="show" selected=$show options=$show_options}<input type="submit" value="Go"></td>
76 </tr>
77 <tr>
78 <td colspan="5"><br><h2>{$title}&nbsp;&nbsp;&nbsp;&nbsp;{$smarty.now|date_format:"%A, %B %e, %Y"}</h2></td>
79 </tr>
80 <tr>
81 <td colspan="5">
82 {if is_object($pager)}
83 {$pager->render($show)}
84 {/if}
85 </td>
86 </tr>
87 </table>
88 </form>
89 </body>
90 </html>