]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt.xhtml
made the folder window more generic, showing contents via fm_table objects
[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 class='oils_rpt_folder_tree_div'>
31                                                         <div><b>My Folders</b></div>
32                                                         <div id='oils_rpt_template_folder_tree' class='oils_rpt_folder_tree'/>
33                                                         <div id='oils_rpt_report_folder_tree' class='oils_rpt_folder_tree'/>
34                                                         <div id='oils_rpt_output_folder_tree' class='oils_rpt_folder_tree'/>
35                                                 </div>
36                                                 <div class='oils_rpt_folder_tree_div'>
37                                                         <div><b>Shared Folders</b></div>
38                                                         <div id='oils_rpt_template_shared_folder_tree' class='oils_rpt_folder_tree'/>
39                                                         <div id='oils_rpt_report_shared_folder_tree' class='oils_rpt_folder_tree'/>
40                                                         <div id='oils_rpt_output_shared_folder_tree' class='oils_rpt_folder_tree'/>
41                                                 </div>
42                                         </td>
43                                         <td/>
44                                         <td id='oils_rpt_folder_table_right_td' class='hide_me'>
45                                                 <div class='oils_rpt_folder_window'>
46
47                                                         <table class='oils_rpt_tab_table'><tbody>
48                                                                 <tr>
49                                                                         <td width='33%'>
50                                                                                 <a id='oils_rpt_folder_window_manage_tab' href='javascript:void(0);'>Manage Folder Contents</a></td>
51                                                                         <td width='33%'>
52                                                                                 <a id='oils_rpt_folder_window_edit_tab' href='javascript:void(0);'>Edit This Folder</a></td>
53                                                                         <td width='33%'>
54                                                                         <a id='oils_rpt_child_folders_tab' href='javascript:void(0);'>Add New Folders</a></td>
55                                                                 </tr>
56                                                         </tbody></table>
57
58                                                         <table id='oils_rpt_folder_details_table'>
59                                                                 <tbody>
60                                                                         <tr>
61                                                                                 <td>
62                                                                                         <span><b id='oils_rpt_folder_name_label'/>: created by </span><b id='oils_rpt_folder_creator_label'/>
63                                                                                 </td>
64                                                                         </tr>
65                                                                 </tbody>
66                                                         </table>
67
68                                                         <div>
69
70                                                                 <!--#include virtual="oils_rpt_folder_window.xhtml"-->
71
72                                                                 <!--
73                                                                 <|||#include virtual="oils_rpt_template_folder_window.xhtml"||>
74                                                                 <|||#include virtual="oils_rpt_report_folder_window.xhtml"||>
75                                                                 -->
76                                                         </div>
77                                                 </div>
78                                         </td>
79                                 </tr>
80                         </tbody>
81                 </table>
82
83                 <!--#include virtual="oils_rpt_param_editor.xhtml"-->
84
85         </body>
86 </html>
87
88