]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt_template_folder_window.xhtml
made the folder window more generic, showing contents via fm_table objects
[Evergreen.git] / Open-ILS / web / reports / oils_rpt_template_folder_window.xhtml
1 <div id='oils_rpt_template_folder_window_contents_div' class='hide_me oils_rpt_folder_window_div'>
2         <table id='oils_rpt_template_folder_window_contents_table'>
3                 <tbody>
4                         <tr>
5                                 <td colspan='3'>
6                                         <div><b>Folder Contents</b></div>
7                                         <div id='oils_rpt_template_selector'/>
8                                 </td>
9                         </tr>
10                         <tr>
11                                 <td>Select an action:</td>
12                                 <td> 
13                                         <select id='oils_rpt_template_action_selector'>
14                                                 <option value='create_report'>Create report from template</option>
15                                         </select>
16                                 </td>
17                         </tr>
18                         <tr>
19                                 <td id='oils_rpt_template_folder_window_actions'>
20                                         <div id='oils_rpt_template_create_report'>
21                                         </div>
22                                 </td>
23                         </tr>
24                         <tr id='oils_rpt_template_folder_go_row'>
25                                 <td colspan='3' align='left'>
26                                         <button id='oils_rpt_template_folder_window_go'>Continue...</button>
27                                 </td>
28                         </tr>
29                 </tbody>
30         </table>
31
32         <div style='margin-top: 10px;'>
33                 <div id='oils_rpt_template_folder_new_report' class='hide_me'>
34                         <table>
35                                 <tbody>
36                                         <tr>
37                                                 <td>Give the new report a name:</td>
38                                                 <td><input id='oils_rpt_template_folder_new_report_name' type='text'/></td>
39                                         </tr>
40                                         <tr>
41                                                 <td>Give the new report a description:</td>
42                                                 <td><textarea id='oils_rpt_template_folder_new_report_desc' cols='40' rows='2'/></td>
43                                         </tr>
44                                         <tr>
45                                                 <td colspan='2' align='left'>
46                                                         <button id='oils_rpt_template_folder_new_report_next'>Continue..</button>
47                                                 </td>
48                                         </tr>
49                                 </tbody>
50                         </table>
51                 </div>
52         </div>
53
54 </div>
55