Changeset 73


Ignore:
Timestamp:
Nov 3, 2010, 10:57:32 AM (13 years ago)
Author:
g7moreau
Message:
  • Small change on css class to improve web page
  • Change Hostname columns to Hostname-FQ
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r72 r73  
    887887   my $computerdb = YAML::Syck::LoadFile("$KLASK_DB_FILE");
    888888
    889    printf "%-25s %-4s            %-40s %-15s %-18s %-16s %s\n", qw(Switch Port Hostname IPv4-Address MAC-Address Date VLAN);
     889   printf "%-25s %-4s            %-40s %-15s %-18s %-16s %s\n", qw(Switch Port Hostname-FQ IPv4-Address MAC-Address Date VLAN);
    890890   print "-------------------------------------------------------------------------------------------------------------------------------------------\n";
    891891
     
    927927
    928928   print <<'END_HTML';
    929 <table class="sortable" summary="Klask export database">
     929<table class="sortable" summary="Klask Host Database">
    930930 <caption>Klask Host Database</caption>
    931931 <thead>
    932932  <tr>
    933    <th scope="col" class="hklask-switch">Switch</th>
     933   <th scope="col" class="klask-header-left">Switch</th>
    934934   <th scope="col" class="sorttable_nosort">Port</th>
    935935   <th scope="col" class="sorttable_nosort">Link</th>
    936    <th scope="col" class="sorttable_alpha">Hostname</th>
     936   <th scope="col" class="sorttable_alpha">Hostname-FQ</th>
    937937   <th scope="col" class="hklask-ipv4">IPv4-Address</th>
    938938   <th scope="col" class="sorttable_alpha">MAC-Address</th>
    939939   <th scope="col" class="sorttable_alpha">VLAN</th>
    940    <th scope="col" class="hklask-date">Date</th>
     940   <th scope="col" class="klask-header-right">Date</th>
    941941  </tr>
    942942 </thead>
    943943 <tfoot>
    944944  <tr>
    945    <th scope="col" class="fklask-switch">Switch</th>
     945   <th scope="col" class="klask-footer-left">Switch</th>
    946946   <th scope="col" class="fklask-port">Port</th>
    947947   <th scope="col" class="fklask-link">Link</th>
    948    <th scope="col" class="fklask-hostname">Hostname</th>
     948   <th scope="col" class="fklask-hostname">Hostname-FQ</th>
    949949   <th scope="col" class="fklask-ipv4">IPv4-Address</th>
    950950   <th scope="col" class="fklask-mac">MAC-Address</th>
    951951   <th scope="col" class="fklask-vlan">VLAN</th>
    952    <th scope="col" class="fklask-date">Date</th>
     952   <th scope="col" class="klask-footer-right">Date</th>
    953953  </tr>
    954954 </tfoot>
     
    12321232
    12331233   print <<'END_HTML';
    1234 <table class="sortable" summary="Klask export database">
    1235  <caption>Klask IP Free Database</caption>
     1234<table class="sortable" summary="Klask Free IP Database">
     1235 <caption>Klask Free IP Database</caption>
    12361236 <thead>
    12371237  <tr>
    1238    <th scope="col" class="hklask-ipv4">IPv4-Address</th>
     1238   <th scope="col" class="klask-header-left">IPv4-Address</th>
    12391239   <th scope="col" class="sorttable_alpha">Hostname-FQ</th>
    12401240   <th scope="col" class="sorttable_alpha">VLAN</th>
    1241    <th scope="col" class="hklask-date">Date</th>
     1241   <th scope="col" class="klask-header-right">Date</th>
    12421242  </tr>
    12431243 </thead>
    12441244 <tfoot>
    12451245  <tr>
    1246    <th scope="col" class="fklask-ipv4">IPv4-Address</th>
    1247    <th scope="col" class="fklask-hostname">Hostname</th>
     1246   <th scope="col" class="klask-footer-left">IPv4-Address</th>
     1247   <th scope="col" class="fklask-hostname">Hostname-FQ</th>
    12481248   <th scope="col" class="fklask-vlan">VLAN</th>
    1249    <th scope="col" class="fklask-date">Date</th>
     1249   <th scope="col" class="klask-footer-right">Date</th>
    12501250  </tr>
    12511251 </tfoot>
Note: See TracChangeset for help on using the changeset viewer.