]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt.xhtml
started working on user folders for the main page
[Evergreen.git] / Open-ILS / web / reports / oils_rpt.xhtml
1 <?xml version='1.0'?>
2
3 <!DOCTYPE html PUBLIC 
4         "-//W3C//DTD XHTML 1.0 Transitional//EN" 
5         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [
6         <!ENTITY nbsp " ">
7 ]>
8
9 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
10
11         <head>
12                 <title>Evergreen: Reports</title>
13                 <!--#include virtual="oils_rpt_common.xhtml"-->
14         </head>
15
16         <body onload='oilsInitReports();oilsRtpInitFolders();' onunload='oilsCleanupReports();'>
17                 <div class='welcome_box'>
18                         <span>You are logged in as </span><b><span id='oils_rpt_user'/></b>
19                 </div>
20
21                 <div>
22                         <a class='oils_rpt_main_link' href='javascript:_l("oils_rpt_builder.xhtml");'>Build a New Report</a>
23                 </div>
24
25
26                 <table id='oils_rpt_main_table'>
27                         <tbody>
28                                 <tr>
29                                         <td>
30                                                 <div id='oils_rpt_folder_tree_div'>
31                                                 </div>
32                                         </td>
33                                 </tr>
34                         </tbody>
35                 </table>
36
37         </body>
38 </html>
39
40