X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fddns.cgi;h=4e51ab6fd27ea8fb20e38e88ba4e74fe0fd51624;hp=88847a050b04171d9b191aca28e4a1f18db25bd0;hb=7bb66417fa6908750cf083e90805d7e498ff161e;hpb=52a2f02f41d362b84d294a0b3239d93cd2010a14 diff --git a/html/cgi-bin/ddns.cgi b/html/cgi-bin/ddns.cgi index 88847a050..4e51ab6fd 100644 --- a/html/cgi-bin/ddns.cgi +++ b/html/cgi-bin/ddns.cgi @@ -303,7 +303,7 @@ print < * $Lang::tr{'avoid dod'} - + @@ -377,13 +377,14 @@ print < +

- @@ -398,14 +399,14 @@ END # &Header::openbox('100%', 'left', $Lang::tr{'current hosts'}); print < +
* $ddnsprefix +
- - - - - - + + + + + + END ; @@ -428,7 +429,7 @@ foreach my $line (@current) { $descproxy = $Lang::tr{'click to disable'}; } else { $gifproxy = 'off.gif'; - $descproxy = $Lang::tr{'click to enable'}; + $descproxy = $Lang::tr{'click to enable'}; } my $gifwildcard=''; @@ -452,26 +453,30 @@ foreach my $line (@current) { $gif = 'off.gif'; $gdesc = $Lang::tr{'click to enable'}; } - + + my $col=""; #Colorize each line if ($settings{'KEY1'} eq $key) { - print ""; + print ""; + $col="bgcolor='${Header::colouryellow}'"; } elsif ($key % 2) { - print ""; + print ""; + $col="bgcolor='$color{'color20'}'"; } else { - print ""; + print ""; + $col="bgcolor='$color{'color22'}'"; } - + #if a field is empty, replace it with a '---' to see colorized info! $temp[1] = '---' if (!$temp[1]); $temp[2] = '---' if (!$temp[2]); print <$temp[0] - - + + + - - - - - - +
$Lang::tr{'service'}$Lang::tr{'hostname'}$Lang::tr{'domain'}$Lang::tr{'proxy'}$Lang::tr{'wildcards'}$Lang::tr{'action'}$Lang::tr{'service'}$Lang::tr{'hostname'}$Lang::tr{'domain'}$Lang::tr{'proxy'}$Lang::tr{'wildcards'}$Lang::tr{'action'}
$sync$temp[1]$sync$temp[2]$temp[0]$sync$temp[1]$sync$temp[2] +
@@ -480,7 +485,7 @@ foreach my $line (@current) {
+
@@ -489,7 +494,7 @@ foreach my $line (@current) {
+
@@ -498,7 +503,7 @@ foreach my $line (@current) {
+
@@ -506,7 +511,7 @@ foreach my $line (@current) {
+
@@ -538,7 +543,7 @@ print <$Lang::tr{
$Lang::tr{'remove'}