]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/reports/oils_rpt_editor.xhtml
added some folder actions and framework, more to come
[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><input type='text' 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 id='oils_rpt_report_editor_dest_folder'/>
29                         </tr>
30                         <tr><td colspan='2'><hr/></td></tr>
31                         <tr>
32                                 <td colspan='2'>
33                                         <!--#include virtual="oils_rpt_param_editor.xhtml"-->
34                                 </td>
35                         </tr>
36                         <tr><td colspan='2'><hr/></td></tr>
37                         <tr>
38                                 <td colspan='2'>
39                                         Add scheduling interface ...
40                                 </td>
41                         </tr>
42                 </tbody>
43         </table>
44 </div>