added ending dates of service
[openemr.git] / templates / report / printable_default.html
blob30116e9f719610f61bd6d30c227a016604b7b7fe
1 <html>
2 <head>
3 {php}html_header_show();{/php}
5 {literal}
6 <style type="text/css" title="mystyles" media="all">
7 <!--
8 td {
9 font-size:8pt;
10 font-family:helvetica;
12 a {
13 font-size:8pt;
14 font-family:helvetica;
17 -->
18 </style>
19 {/literal}
20 </head>
21 <body>
22 <table width="100%">
23 <tr>
24 <td colspan="5"><br><h2>{$title}&nbsp;&nbsp;&nbsp;&nbsp;{$smarty.now|date_format:"%A, %B %e, %Y"}</h2></td>
25 </tr>
26 <tr>
27 <td>
28 {if is_object($pager)}
29 {$pager->render($show)}
30 {/if}
31 </td>
32 </tr>
33 </table>
34 </body>
35 </html>