]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt.xhtml
continued work on the folder contents editor and general folder window framework
[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_folder_table'>
27                         <tbody>
28                                 <tr>
29                                         <td id='oils_rpt_folder_table_left_td'>
30                                                 <div id='oils_rpt_folder_tree_div'>
31                                                 </div>
32                                         </td>
33                                         <td id='oils_rpt_folder_table_right_td' class='hide_me'>
34                                                 <div class='oils_rpt_folder_window'>
35
36                                                         <table class='oils_rpt_tab_table'><tbody>
37                                                                 <tr>
38                                                                         <td width='33%'><a id='oils_rpt_folder_window_manage_tab' href='javascript:void(0);'>Manage Folder Contents</a></td>
39                                                                         <td width='33%'><a id='oils_rpt_folder_window_edit_tab' href='javascript:void(0);'>Edit This Folder</a></td>
40                                                                         <td width='33%'><a id='oils_rpt_child_folders_tab' href='javascript:void(0);'>Add New Folders</a></td>
41                                                                 </tr>
42                                                         </tbody></table>
43
44                                                         <div>
45                                                                 <!--#include virtual="oils_rpt_template_folder_window.xhtml"-->
46                                                                 <!--#include virtual="oils_rpt_report_folder_window.xhtml"-->
47                                                         </div>
48                                                 </div>
49                                         </td>
50                                 </tr>
51                         </tbody>
52                 </table>
53
54         </body>
55 </html>
56
57