template language translations from Dr. Bosman's group
[openemr.git] / templates / documents / general_list.html
blob1c77e230006f93cfc3d306b8efcc313e284fd3b1
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;
14 .treeMenuDefault {
15 font-style: italic;
18 .treeMenuBold {
19 font-style: italic;
20 font-weight: bold;
23 -->
24 </style>
25 {/literal}
26 <script src="DocumentTreeMenu.js" language="JavaScript" type="text/javascript"></script>
27 </head>
28 <body bgcolor="{$STYLE.BGCOLOR2}">
29 <table>
30 <tr>
31 <td height="20" valign="top">{xl t='Document Categories'}<br>
32 &nbsp;&nbsp;&nbsp;<a href="#" onclick="javascript:objTreeMenu_1.collapseAll();return false;">{xl t='collapse all'}</a>
33 </td>
34 <td width="25"></td>
35 <td valign="top" rowspan="2">
36 {if $message}
37 {$message}<br>
38 {/if}
39 {if $messages}
40 {$messages}<br>
41 {/if}
42 {$activity}
43 </td>
44 </tr>
45 <tr>
46 <td valign="top">{$tree_html}</td>
47 </tr>
48 </table>
49 </body>
50 </html>