/[BackupPC]/trunk/lib/BackupPC/CGI/SearchArchives.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/CGI/SearchArchives.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 60 by dpavlin, Sun Aug 21 15:38:18 2005 UTC revision 63 by dpavlin, Sun Aug 21 16:12:34 2005 UTC
# Line 26  sub action() { Line 26  sub action() {
26          sub date_from_to_html {          sub date_from_to_html {
27                  my $name = shift || return;                  my $name = shift || return;
28                  return qq{                  return qq{
                         <input type="text" name="${name}_day_from" size="2">  
                         <input type="text" name="${name}_month_from" size="2">  
29                          <input type="text" name="${name}_year_from" size="4">                          <input type="text" name="${name}_year_from" size="4">
30                            <input type="text" name="${name}_month_from" size="2">
31                            <input type="text" name="${name}_day_from" size="2">
32                          -                          -
                         <input type="text" name="${name}_day_to" size="2">  
                         <input type="text" name="${name}_month_to" size="2">  
33                          <input type="text" name="${name}_year_to" size="4">                          <input type="text" name="${name}_year_to" size="4">
34                            <input type="text" name="${name}_month_to" size="2">
35                            <input type="text" name="${name}_day_to" size="2">
36                  };                  };
37          }          }
38    

Legend:
Removed from v.60  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC 1.1.26