Changeset 73
- Timestamp:
- Nov 3, 2010, 10:57:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r72 r73 887 887 my $computerdb = YAML::Syck::LoadFile("$KLASK_DB_FILE"); 888 888 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); 890 890 print "-------------------------------------------------------------------------------------------------------------------------------------------\n"; 891 891 … … 927 927 928 928 print <<'END_HTML'; 929 <table class="sortable" summary="Klask export database">929 <table class="sortable" summary="Klask Host Database"> 930 930 <caption>Klask Host Database</caption> 931 931 <thead> 932 932 <tr> 933 <th scope="col" class=" hklask-switch">Switch</th>933 <th scope="col" class="klask-header-left">Switch</th> 934 934 <th scope="col" class="sorttable_nosort">Port</th> 935 935 <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> 937 937 <th scope="col" class="hklask-ipv4">IPv4-Address</th> 938 938 <th scope="col" class="sorttable_alpha">MAC-Address</th> 939 939 <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> 941 941 </tr> 942 942 </thead> 943 943 <tfoot> 944 944 <tr> 945 <th scope="col" class=" fklask-switch">Switch</th>945 <th scope="col" class="klask-footer-left">Switch</th> 946 946 <th scope="col" class="fklask-port">Port</th> 947 947 <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> 949 949 <th scope="col" class="fklask-ipv4">IPv4-Address</th> 950 950 <th scope="col" class="fklask-mac">MAC-Address</th> 951 951 <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> 953 953 </tr> 954 954 </tfoot> … … 1232 1232 1233 1233 print <<'END_HTML'; 1234 <table class="sortable" summary="Klask export database">1235 <caption>Klask IP FreeDatabase</caption>1234 <table class="sortable" summary="Klask Free IP Database"> 1235 <caption>Klask Free IP Database</caption> 1236 1236 <thead> 1237 1237 <tr> 1238 <th scope="col" class=" hklask-ipv4">IPv4-Address</th>1238 <th scope="col" class="klask-header-left">IPv4-Address</th> 1239 1239 <th scope="col" class="sorttable_alpha">Hostname-FQ</th> 1240 1240 <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> 1242 1242 </tr> 1243 1243 </thead> 1244 1244 <tfoot> 1245 1245 <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> 1248 1248 <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> 1250 1250 </tr> 1251 1251 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.