Changeset 3030 for pykota/trunk/cgi-bin

Show
Ignore:
Timestamp:
10/10/06 21:21:22 (18 years ago)
Author:
jerome
Message:

Now accepts uppercase for filter keys.
The CGI now contains an example of a date filter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/dumpykota.cgi

    r2909 r3030  
    137137    def htmlFilterInput(self, value="") :     
    138138        """Input the optional dump filter.""" 
    139         return _("Filter") + (' : <input type="text" name="filter" size="40" value="%s" /> <em>e.g. <strong>username=jerome printername=HP2100</strong></em>' % (value or "")) 
     139        return _("Filter") + (' : <input type="text" name="filter" size="40" value="%s" /> <em>e.g. <strong>username=jerome printername=HP2100 start=today-30</strong></em>' % (value or "")) 
    140140         
    141141    def htmlSumCheckbox(self, checked="") :