fixes continued from prior commit
[openemr.git] / templates / documents / general_list.html
blobdb83feef668673ae0d6f1e67f094da43eed4165e
1 <html>
2 <head>
3 {php}html_header_show();{/php}
5 <link rel="stylesheet" href="{php}echo $GLOBALS['css_header']; {/php}" type="text/css">
7 {literal}
8 {/literal}
10 <script type="text/javascript" src="{$WEBROOT}/library/js/DocumentTreeMenu.js"></script>
11 </head>
12 <!--<body bgcolor="{$STYLE.BGCOLOR2}">-->
14 <!-- ViSolve - Call expandAll function on loading of the page if global value 'expand_document' is set -->
15 {php} if ($GLOBALS['expand_document_tree']) { {/php}
16 <body class="body_top" onload="javascript:objTreeMenu_1.expandAll();return false;">
17 {php} } else { {/php}
18 <body class="body_top">
19 {php} } {/php}
21 <div class="title">{xl t='Documents'}</div>
22 <div id="documents_list">
23 <table>
24 <tr>
25 <td height="20" valign="top">{xl t='Categories'} &nbsp;
26 (<a href="#" onclick="javascript:objTreeMenu_1.collapseAll();return false;">{xl t='Collapse all'}</a>)
27 </td>
28 </tr>
29 <tr>
30 <td valign="top">{$tree_html}</td>
31 </tr>
32 </table>
33 </div>
34 <div id="documents_actions">
35 {if $message}
36 <div class='text' style="margin-bottom:-10px; margin-top:-8px"><i>{$message}</i></div><br>
37 {/if}
38 {if $messages}
39 <div class='text' style="margin-bottom:-10px; margin-top:-8px"><i>{$messages}</i></div><br>
40 {/if}
41 {$activity}
42 </div>
43 </body>
44 </html>