football injury report for sports teams
[openemr.git] / templates / report / general_default.html
blob0e0ecfaf888c6b5420e2ab179c7d6fc7d811aacc
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/>
38 <a href="appointments_report.php" target="_new">Appointments Report</a>
39 <br/>
41 <a href="appt_encounter_report.php" target="_new">Appointments-Encounters Report</a>
42 <br/>
44 {php} if (! $GLOBALS['simplified_demographics']) { {/php}
45 <a href="insurance_allocation_report.php" target="_new">Patient Insurance Distribution Report</a>
46 <br/>
47 <a href="../billing/indigent_patients_report.php" target="_new">Indigent Patients Report</a>
48 <br/>
49 <a href="unique_seen_patients_report.php" target="_new">Unique Seen Patients Report</a>
50 <br/>
51 {php} } {/php}
53 {php} if (! $GLOBALS['weight_loss_clinic']) { {/php}
54 <a href="front_receipts_report.php" target="_new">Front Office Receipts Report</a>
55 <br/>
56 {php} } {/php}
58 <a href="prescriptions_report.php" target="_new">Prescriptions Report</a>
59 <br/>
61 <a href="sales_by_item.php" target="_new">Sales by Product Report</a>
62 <br/>
64 {php} if ($GLOBALS['inhouse_pharmacy']) { {/php}
65 <a href="destroyed_drugs_report.php" target="_new">Destroyed Drugs Report</a>
66 <br/>
67 {php} } {/php}
69 <a href="receipts_by_method_report.php" target="_new">Receipts by Payment Method Report</a>
70 {php}
71 if ($GLOBALS['athletic_team']) {
72 echo "<br/>\n";
73 echo "<a href='javascript:dopopup(\"players_report.php\")'>Team Roster</a>\n";
74 echo "<br/>\n";
75 echo "<a href='javascript:dopopup(\"absences_report.php\")'>Days and Games Missed</a>\n";
76 echo "<br/>\n";
77 echo "<a href='javascript:dopopup(\"football_injury_report.php\")'>Football Injury Reports</a>\n";
79 {/php}
80 <br/>
81 &nbsp;
82 <br/>
83 <a href="{$printable_link}" target="_new">[printable]</a>
84 &nbsp;
85 <br/>
86 <form name="report" action="index.php" method="get">
87 <table>
88 <tr>
89 <td>Reports:</td>
90 <td>{html_options onChange="clear_vars()" name="query_id" selected=$query_id options=$queries}</td>
91 <td>&nbsp;&nbsp;</td>
92 <td>Var1:&nbsp;<input size="10" type="text" value="{$var1}" name="var1"></td>
93 <td>&nbsp;&nbsp;</td>
94 <td>Var2:&nbsp;<input size="10" type="text" value="{$var2}"name="var2"></td>
95 <td>&nbsp;&nbsp;</td>
96 <td>Show:&nbsp;</td>
97 <td>{html_options name="show" selected=$show options=$show_options}<input type="submit" value="Go"></td>
98 </tr>
99 <tr>
100 <td colspan="5"><br><h2>{$title}&nbsp;&nbsp;&nbsp;&nbsp;{$smarty.now|date_format:"%A, %B %e, %Y"}</h2></td>
101 </tr>
102 <tr>
103 <td colspan="5">
104 {if is_object($pager)}
105 {$pager->render($show)}
106 {/if}
107 </td>
108 </tr>
109 </table>
110 </form>
111 </body>
112 </html>