Ignore:
Timestamp:
08/27/10 17:56:58 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlfrom

Set a global variable so we can move the site to any level of
web directory. See #17 - note this is an internal autoconfiguration
that shouldn't need to be exposed.
Make code/template structure for setting row colours in tables more
consistent - also tweak search.cgi so it spits out live colour
classes. See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/cgi-bin/search.cgi

    r468 r478  
    470470        "&pool=$data[0]\">List IPs</a>";
    471471    }
    472     printRow(\@row, 'color1', 1) if ($count%2==0);
    473     printRow(\@row, 'color2', 1) if ($count%2!=0);
    474     $count++;
     472    printRow(\@row, "row".($count++ % 2), 1);
    475473  }
    476474
Note: See TracChangeset for help on using the changeset viewer.