mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
fifteen-theme: made ddns table themeable
This commit is contained in:
@@ -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'} = '';
|
||||
@@ -352,7 +351,6 @@ print <<END
|
||||
<option $checked{'SERVICE'}{'selfhost.de'}>selfhost.de</option>
|
||||
<option $checked{'SERVICE'}{'strato.com'}>strato.com</option>
|
||||
<!-- <option $checked{'SERVICE'}{'tzo.com'}>tzo.com</option> comment this service out until a working fix is developed -->
|
||||
<option $checked{'SERVICE'}{'udmedia.de'}>udmedia.de</option>
|
||||
<option $checked{'SERVICE'}{'zoneedit.com'}>zoneedit.com</option>
|
||||
</select></td>
|
||||
<td width='20%' class='base'>$Lang::tr{'hostname'}: <img src='/blob.gif' alt='*' /></td>
|
||||
@@ -400,14 +398,14 @@ END
|
||||
#
|
||||
&Header::openbox('100%', 'left', $Lang::tr{'current hosts'});
|
||||
print <<END
|
||||
<table width='100%'>
|
||||
<table width='100%' class='tbl'>
|
||||
<tr>
|
||||
<td width='15%' align='center' class='boldbase'><b>$Lang::tr{'service'}</b></td>
|
||||
<td width='25%' align='center' class='boldbase'><b>$Lang::tr{'hostname'}</b></td>
|
||||
<td width='30%' align='center' class='boldbase'><b>$Lang::tr{'domain'}</b></td>
|
||||
<td width='10%' align='center' class='boldbase'><b>$Lang::tr{'proxy'}</b></td>
|
||||
<td width='10%' align='center' class='boldbase'><b>$Lang::tr{'wildcards'}</b></td>
|
||||
<td width='10%' colspan='3' class='boldbase' align='center'><b>$Lang::tr{'action'}</b></td>
|
||||
<th width='15%' align='center' class='boldbase'><b>$Lang::tr{'service'}</b></th>
|
||||
<th width='25%' align='center' class='boldbase'><b>$Lang::tr{'hostname'}</b></th>
|
||||
<th width='30%' align='center' class='boldbase'><b>$Lang::tr{'domain'}</b></th>
|
||||
<th width='10%' align='center' class='boldbase'><b>$Lang::tr{'proxy'}</b></th>
|
||||
<th width='10%' align='center' class='boldbase'><b>$Lang::tr{'wildcards'}</b></th>
|
||||
<th width='10%' colspan='3' class='boldbase' align='center'><b>$Lang::tr{'action'}</b></th>
|
||||
</tr>
|
||||
END
|
||||
;
|
||||
@@ -430,7 +428,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 +452,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 "<tr bgcolor='${Header::colouryellow}'>";
|
||||
print "<tr>";
|
||||
$col="bgcolor='${Header::colouryellow}'";
|
||||
} elsif ($key % 2) {
|
||||
print "<tr bgcolor='$color{'color22'}'>";
|
||||
print "<tr>";
|
||||
$col="bgcolor='$color{'color20'}'";
|
||||
} else {
|
||||
print "<tr bgcolor='$color{'color20'}'>";
|
||||
print "<tr>";
|
||||
$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 <<END
|
||||
<td align='center'><a href='http://$temp[0]'>$temp[0]</a></td>
|
||||
<td align='center'>$sync$temp[1]</td>
|
||||
<td align='center'>$sync$temp[2]</td>
|
||||
<td align='center' $col><a href='http://$temp[0]'>$temp[0]</a></td>
|
||||
<td align='center' $col>$sync$temp[1]</td>
|
||||
<td align='center' $col>$sync$temp[2]</td>
|
||||
|
||||
<td align='center'>
|
||||
<td align='center' $col>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='hidden' name='ACTION' value='$Lang::tr{'toggle enable disable'}' />
|
||||
<input type='image' name='$Lang::tr{'toggle enable disable'}' src='/images/$gifproxy' alt='$descproxy' title='$descproxy' />
|
||||
@@ -482,7 +484,7 @@ foreach my $line (@current) {
|
||||
</form>
|
||||
</td>
|
||||
|
||||
<td align='center'>
|
||||
<td align='center' $col>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='hidden' name='ACTION' value='$Lang::tr{'toggle enable disable'}' />
|
||||
<input type='image' name='$Lang::tr{'toggle enable disable'}' src='/images/$gifwildcard' alt='$descwildcard' title='$descwildcard' />
|
||||
@@ -491,7 +493,7 @@ foreach my $line (@current) {
|
||||
</form>
|
||||
</td>
|
||||
|
||||
<td align='center'>
|
||||
<td align='center' $col>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='hidden' name='ACTION' value='$Lang::tr{'toggle enable disable'}' />
|
||||
<input type='image' name='$Lang::tr{'toggle enable disable'}' src='/images/$gif' alt='$gdesc' title='$gdesc' />
|
||||
@@ -500,7 +502,7 @@ foreach my $line (@current) {
|
||||
</form>
|
||||
</td>
|
||||
|
||||
<td align='center'>
|
||||
<td align='center' $col>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='hidden' name='ACTION' value='$Lang::tr{'edit'}' />
|
||||
<input type='image' name='$Lang::tr{'edit'}' src='/images/edit.gif' alt='$Lang::tr{'edit'}' title='$Lang::tr{'edit'}' />
|
||||
@@ -508,7 +510,7 @@ foreach my $line (@current) {
|
||||
</form>
|
||||
</td>
|
||||
|
||||
<td align='center'>
|
||||
<td align='center' $col>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='hidden' name='ACTION' value='$Lang::tr{'remove'}' />
|
||||
<input type='image' name='$Lang::tr{'remove'}' src='/images/delete.gif' alt='$Lang::tr{'remove'}' title='$Lang::tr{'remove'}' />
|
||||
|
||||
Reference in New Issue
Block a user