]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt_editor.xhtml
more work on folder window interface, started on a generic report editor interface
[Evergreen.git] / Open-ILS / web / reports / oils_rpt_editor.xhtml
1 <div id='oils_rpt_editor_div'>
2         <table>
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><input type='text' id='oils_rpt_report_editor_name'/></td>
24                         </tr>
25                         <tr><td colspan='2'><hr/></td></tr>
26                         <tr>
27                                 <td colspan='2'>
28                                         <!--#include virtual="oils_rpt_param_editor.xhtml"-->
29                                 </td>
30                         </tr>
31                         <tr><td colspan='2'><hr/></td></tr>
32                         <tr>
33                                 <td colspan='2'>
34                                         Add scheduling interface ...
35                                 </td>
36                         </tr>
37                 </tbody>
38         </table>
39 </div>