removed some deprecated files
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 8 Oct 2006 18:39:18 +0000 (18:39 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 8 Oct 2006 18:39:18 +0000 (18:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6405 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/oils_rpt_ops.xhtml [deleted file]
Open-ILS/web/reports/oils_rpt_tforms.xhtml [deleted file]

diff --git a/Open-ILS/web/reports/oils_rpt_ops.xhtml b/Open-ILS/web/reports/oils_rpt_ops.xhtml
deleted file mode 100644 (file)
index 86836a8..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--
-       XXX DEPRECATED
--->
-<table id='<!--#echo var="OILS_RPT_OP_TABLE_ID"-->'> 
-       <tbody>
-               <tr>
-
-                       <td>
-                               <select name='selector' style='width: 14em;'>
-                                       <option value='=' selected='selected'>Equals</option>
-                                       <option value='like'>Contains Matching substring</option>
-                                       <option value='ilike'>Contains Matching substring (ignore case)</option>
-                                       <option value='&gt;'>Greater than</option>
-                                       <option value='&gt;='>Greater than or equal to</option>
-                                       <option value='&lt;'>Less than</option>
-                                       <option value='&lt;='>Less than or equal to</option>
-                                       <option value='&gt;' datatype='timestamp'>After (Date/Time)</option>
-                                       <option value='&gt;=' datatype='timestamp'>On or After (Date/Time)</option>
-                                       <option value='&lt;' datatype='timestamp'>Before (Date/Time)</option>
-                                       <option value='&lt;=' datatype='timestamp'>On or Before (Date/Time)</option>
-                                       <option value='in'>In (comma separated list)</option>
-                                       <option value='not in'>Not in (comma separated list)</option>
-                                       <option value='between'>Between</option>
-                                       <option value='not between'>Not between</option>
-                                       <option value='is'>Is NULL</option>
-                                       <option value='is not'>Is not NULL</option>
-                               </select>
-
-                       </td>
-
-               </tr>
-       </tbody>
-</table>
-
-
-
-               
diff --git a/Open-ILS/web/reports/oils_rpt_tforms.xhtml b/Open-ILS/web/reports/oils_rpt_tforms.xhtml
deleted file mode 100644 (file)
index 86c37d4..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-<!--
-       DEPRECATED 
--->
-
-<!-- Generic selecto for transforms -->
-<table id='<!--#echo var="OILS_RPT_TFORM_TABLE_ID"-->'> 
-       <tbody>
-               <tr>
-                       <td>
-                               <select name='selector' style='width: 14em;'>
-                               
-                                       <!-- generic transforms -->
-                                       <option value='Bare' selected='selected'>Raw Data</option>
-                                       <option value='first'>First Value</option>
-                                       <option value='last'>Last Value</option>
-                                       
-                                       <!-- string transforms -->
-                                       <option value='count' datatype='string' aggregate='1'>Count</option>
-                                       <option value='count_distinct' datatype='string' aggregate='1'>Count Distinct</option>
-                                       <option value='min' datatype='string' aggregate='1'>Min</option>
-                                       <option value='max' datatype='string' aggregate='1'>Max</option>
-                                       <option value='substring' datatype='string' widget='string_substring_widget' >Substring</option>
-                                       <option value='lower' datatype='string'>Lower case</option>
-                                       <option value='upper' datatype='string'>Upper Case</option>
-                                       
-                                       <!-- timestamp transforms -->
-                                       <option value='count' datatype='timestamp' aggregate='1'>Count</option>
-                                       <option value='count_distinct' datatype='timestamp' aggregate='1'>Count Distinct</option>
-                                       <option value='min' datatype='timestamp' aggregate='1'>Min</option>
-                                       <option value='max' datatype='timestamp' aggregate='1'>Max</option>
-                                       <option value='dow' datatype='timestamp'>Day of Week</option>
-                                       <option value='dom' datatype='timestamp'>Day of Month</option>
-                                       <option value='doy' datatype='timestamp'>Day of Year</option>
-                                       <option value='woy' datatype='timestamp'>Week of Year</option>
-                                       <option value='moy' datatype='timestamp'>Month of Year</option>
-                                       <option value='qoy' datatype='timestamp'>Quarter of Year</option>
-                                       <option value='date' datatype='timestamp'>Date</option>
-                                       <option value='month_trunc' datatype='timestamp'>Year + Month</option>
-                                       <option value='year_trunc' datatype='timestamp'>Year</option>
-                                       <option value='day_name' datatype='timestamp'>Day Name</option>
-                                       <option value='month_name' datatype='timestamp'>Month Name</option>
-                                       <option value='age' datatype='timestamp'>Age</option>
-                                       
-                                       <!-- int transforms -->
-                                       <option value='count' datatype='int' aggregate='1'>Count</option>
-                                       <option value='count_distinct' datatype='int' aggregate='1'>Count Distinct</option>
-                                       <option value='min' datatype='int' aggregate='1'>Min</option>
-                                       <option value='max' datatype='int' aggregate='1'>Max</option>
-                                       <option value='sum' datatype='int' aggregate='1'>Sum</option>
-                                       <option value='average' datatype='int' aggregate='1'>Average</option>
-
-                                       <!-- float transforms -->
-                                       <option value='count' datatype='float' aggregate='1'>Count</option>
-                                       <option value='count_distinct' datatype='float' aggregate='1'>Count Distinct</option>
-                                       <option value='min' datatype='float' aggregate='1'>Min</option>
-                                       <option value='max' datatype='float' aggregate='1'>Max</option>
-                                       <option value='sum' datatype='float' aggregate='1'>Sum</option>
-                                       <option value='average' datatype='int' aggregate='1'>Average</option>
-                                       <option value='round' datatype='float' >Round</option>
-                                       <option value='int' datatype='float' >Drop trailing decimals</option>
-                               </select>
-                       </td>
-
-                       <td name='widget_td'>
-                       </td>
-
-               </tr>
-       </tbody>
-</table>
-
-