/[viruswall]/log.php
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 /log.php

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

revision 1.2 by dpavlin, Sun Jan 6 00:27:52 2002 UTC revision 1.3 by dpavlin, Sun Jan 6 00:33:56 2002 UTC
# Line 23  print '<table border=0> Line 23  print '<table border=0>
23  Show only data for  Show only data for
24  <select name=yyyy><option value="">all</option>';  <select name=yyyy><option value="">all</option>';
25    
26  for ($i=2000; $i<=2002; $i++) {  for ($i=2000; $i<=date("Y"); $i++) {
27          printf("<option value=\"%02d\"",$i);          printf("<option value=\"%02d\"",$i);
28          if ($i==$yyyy) { print " selected"; }          if ($i==$yyyy) { print " selected"; }
29          print ">$i</option>";          print ">$i</option>";

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26