X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=html%2Fcgi-bin%2Fddns.cgi;h=4e51ab6fd27ea8fb20e38e88ba4e74fe0fd51624;hb=7bb66417fa6908750cf083e90805d7e498ff161e;hp=ae4de6cd55380aeaccfefdae5251e0f4a30ba2c9;hpb=349b93f67401d79548620da0bd9f695a36ae2823;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/html/cgi-bin/ddns.cgi b/html/cgi-bin/ddns.cgi index ae4de6cd5..4e51ab6fd 100644 --- a/html/cgi-bin/ddns.cgi +++ b/html/cgi-bin/ddns.cgi @@ -256,7 +256,6 @@ $checked{'SERVICE'}{'selfhost.de'} = ''; $checked{'SERVICE'}{'strato.com'} = ''; $checked{'SERVICE'}{'tzo.com'} = ''; $checked{'SERVICE'}{'zoneedit.com'} = ''; -$checked{'SERVICE'}{'udmedia.de'} = ''; $checked{'SERVICE'}{$settings{'SERVICE'}} = "selected='selected'"; $checked{'BEHINDROUTER'}{'RED_IP'} = ''; @@ -304,7 +303,7 @@ print < * $Lang::tr{'avoid dod'} - + @@ -352,7 +351,6 @@ print <selfhost.de - $Lang::tr{'hostname'}: * @@ -379,13 +377,14 @@ print < +

- @@ -400,14 +399,14 @@ END # &Header::openbox('100%', 'left', $Lang::tr{'current hosts'}); print < +
* $ddnsprefix +
- - - - - - + + + + + + END ; @@ -430,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=''; @@ -454,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] +
@@ -482,7 +485,7 @@ foreach my $line (@current) {
+
@@ -491,7 +494,7 @@ foreach my $line (@current) {
+
@@ -500,7 +503,7 @@ foreach my $line (@current) {
+
@@ -508,7 +511,7 @@ foreach my $line (@current) {
+
@@ -540,7 +543,7 @@ print <$Lang::tr{
$Lang::tr{'remove'}