]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt_editor.xhtml
more user param and widget work
[Evergreen.git] / Open-ILS / web / reports / oils_rpt_editor.xhtml
1 <div id='oils_rpt_editor_div'>
2         <table width='100%'>
3                 <tbody>
4                         <tr>
5                                 <td>Template Name:</td>
6                                 <td><b id='oils_rpt_report_editor_template_name'/></td>
7                         </tr>
8                         <tr>
9                                 <td>Template Creator:</td>
10                                 <td><b id='oils_rpt_report_editor_template_creator'/></td>
11                         </tr>
12                         <tr>
13                                 <td>Template Description:</td>
14                                 <td><b id='oils_rpt_report_editor_template_description'/></td>
15                         </tr>
16
17                         <tr>
18                                 <td>Report Name:</td>
19                                 <td><input type='text' id='oils_rpt_report_editor_name'/></td>
20                         </tr>
21                         <tr>
22                                 <td>Report Description:</td>
23                                 <td><textarea cols='45' rows='2' id='oils_rpt_report_editor_name'/></td>
24                         </tr>
25                         <tr><td colspan='2'><hr/></td></tr>
26                         <tr>
27                                 <td>Choose a report folder as the destination: </td>
28                                 <td>
29                                         <div style='margin-bottom: 7px;'>
30                                                 <span>Selected Folder: </span>
31                                                 <b id='oils_rpt_report_editor_selected_folder'/>
32                                         </div>
33                                         <span id='oils_rpt_report_editor_dest_folder'/>
34                                 </td>
35                         </tr>
36                         <tr><td colspan='2'><hr/></td></tr>
37                         <tr>
38                                 <td colspan='2'>
39                                         <!--#include virtual="oils_rpt_param_editor.xhtml"-->
40                                 </td>
41                         </tr>
42                         <tr><td colspan='2'><hr/></td></tr>
43                         <tr>
44                                 <td colspan='2'>
45                                         Add scheduling interface ...
46                                 </td>
47                         </tr>
48                 </tbody>
49         </table>
50 </div>