diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-14 00:55:53 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-14 00:55:53 +0200 |
commit | 8725a48460c862897e18bd0e2eed4a95a673d207 (patch) | |
tree | 522573557eb0d7bf146421bb1360c1c453cf1c3f | |
parent | 4adc8ab63810a4b4a5dbc86371b37228279a1e64 (diff) |
Switch background to TG14 version.
-rwxr-xr-x | web/nms.gathering.org/apkart.pl | 2 | ||||
-rwxr-xr-x | web/nms.gathering.org/dhcpkart.pl | 2 | ||||
-rwxr-xr-x | web/nms.gathering.org/nettkart.pl | 6 | ||||
-rw-r--r-- | web/nms.gathering.org/ping.html | 2 | ||||
-rwxr-xr-x | web/nms.gathering.org/portkart.pl | 2 | ||||
-rwxr-xr-x | web/nms.gathering.org/stromkart.pl | 2 | ||||
-rw-r--r-- | web/nms.gathering.org/tg14-salkart.png | bin | 0 -> 439832 bytes | |||
-rwxr-xr-x | web/nms.gathering.org/uplinkkart.pl | 2 | ||||
-rwxr-xr-x | web/nms.gathering.org/uplinktrafikkart.pl | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/web/nms.gathering.org/apkart.pl b/web/nms.gathering.org/apkart.pl index a89cb68..3eef59b 100755 --- a/web/nms.gathering.org/apkart.pl +++ b/web/nms.gathering.org/apkart.pl @@ -16,7 +16,7 @@ my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $img = GD::Image->new('bg07.png'); +my $img = GD::Image->new('tg14-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); my $red = $img->colorResolve(255, 0, 0); diff --git a/web/nms.gathering.org/dhcpkart.pl b/web/nms.gathering.org/dhcpkart.pl index 2af4272..bd58d50 100755 --- a/web/nms.gathering.org/dhcpkart.pl +++ b/web/nms.gathering.org/dhcpkart.pl @@ -13,7 +13,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $map = 'bg07.png'; +my $map = 'tg14-salkart.png'; die "$map does not exist" unless -e $map; $img = GD::Image->new($map); diff --git a/web/nms.gathering.org/nettkart.pl b/web/nms.gathering.org/nettkart.pl index b9517f8..f6eb04d 100755 --- a/web/nms.gathering.org/nettkart.pl +++ b/web/nms.gathering.org/nettkart.pl @@ -15,7 +15,7 @@ my $dbh = nms::db_connect(); GD::Image->trueColor(1); my ($img, $text_img); -my $img = GD::Image->new('bg07.png'); +my $img = GD::Image->new('tg14-salkart.png'); if ($night) { my ($width, $height) = ($img->width, $img->height); @@ -31,7 +31,7 @@ if ($night) { my $blank = $text_img->colorAllocateAlpha(0, 0, 0, 127); $text_img->filledRectangle(0, 0, $text_img->width - 1, $text_img->height - 1, $blank); } else { - $img = GD::Image->new('bg07.png'); + $img = GD::Image->new('tg14-salkart.png'); $text_img = $img; } @@ -113,7 +113,7 @@ if ($night) { $magick->Gamma(gamma=>1.90); my $m2 = Image::Magick->new; - $m2->Read('bg07.png'); + $m2->Read('tg14-salkart.png'); $m2->Negate(); $m2->Composite(image=>$magick, compose=>'Atop'); diff --git a/web/nms.gathering.org/ping.html b/web/nms.gathering.org/ping.html index b1d9b0f..99e8e72 100644 --- a/web/nms.gathering.org/ping.html +++ b/web/nms.gathering.org/ping.html @@ -1,6 +1,6 @@ <html> <body> - <p style="border: 1px solid black;" id="playground"><img src="bg07.png" alt="" id="map" style="border: 1px solid black"; /></p> + <p style="border: 1px solid black;" id="playground"><img src="tg14-salkart.png" alt="" id="map" style="border: 1px solid black"; /></p> <script type="text/javascript"> <!-- var switches = []; diff --git a/web/nms.gathering.org/portkart.pl b/web/nms.gathering.org/portkart.pl index 1269173..a7cafef 100755 --- a/web/nms.gathering.org/portkart.pl +++ b/web/nms.gathering.org/portkart.pl @@ -9,7 +9,7 @@ my $cgi = CGI->new; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -$img = GD::Image->new('bg07.png'); +$img = GD::Image->new('tg14-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); diff --git a/web/nms.gathering.org/stromkart.pl b/web/nms.gathering.org/stromkart.pl index 0aef634..cfceb21 100755 --- a/web/nms.gathering.org/stromkart.pl +++ b/web/nms.gathering.org/stromkart.pl @@ -15,7 +15,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $img = GD::Image->new('bg07.png'); +my $img = GD::Image->new('tg14-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); diff --git a/web/nms.gathering.org/tg14-salkart.png b/web/nms.gathering.org/tg14-salkart.png Binary files differnew file mode 100644 index 0000000..37c21d7 --- /dev/null +++ b/web/nms.gathering.org/tg14-salkart.png diff --git a/web/nms.gathering.org/uplinkkart.pl b/web/nms.gathering.org/uplinkkart.pl index 32581a6..96ceb54 100755 --- a/web/nms.gathering.org/uplinkkart.pl +++ b/web/nms.gathering.org/uplinkkart.pl @@ -15,7 +15,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $img = GD::Image->new('bg07.png'); +my $img = GD::Image->new('tg14-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); diff --git a/web/nms.gathering.org/uplinktrafikkart.pl b/web/nms.gathering.org/uplinktrafikkart.pl index 32869b3..b8be724 100755 --- a/web/nms.gathering.org/uplinktrafikkart.pl +++ b/web/nms.gathering.org/uplinktrafikkart.pl @@ -15,7 +15,7 @@ my $maxtimeout = $greentimeout*9; my $dbh = nms::db_connect(); GD::Image->trueColor(1); -my $img = GD::Image->new('bg07.png'); +my $img = GD::Image->new('tg14-salkart.png'); my $blk = $img->colorResolve(0, 0, 0); |