mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-02-23 04:06:27 +01:00
lastenradbayern
This commit is contained in:
parent
55bfe20583
commit
0f89b9e836
2 changed files with 3 additions and 1 deletions
|
@ -85,6 +85,8 @@ sub handler {
|
||||||
#$bw->log("Indexsharee merchant select by netloc:",$netloc,"");
|
#$bw->log("Indexsharee merchant select by netloc:",$netloc,"");
|
||||||
$varenv{syshost} = $1 if( -d "/var/www/copri-bike/$1");
|
$varenv{syshost} = $1 if( -d "/var/www/copri-bike/$1");
|
||||||
$mode = "manager" if($varenv{syshost} =~ /shareedms-/ && !$mode);
|
$mode = "manager" if($varenv{syshost} =~ /shareedms-/ && !$mode);
|
||||||
|
}elsif($netloc =~ /lastenradbayern\.net/){
|
||||||
|
$varenv{syshost} = "shareeweb-bayern";
|
||||||
}
|
}
|
||||||
die "no configuration available" if(!$varenv{syshost});
|
die "no configuration available" if(!$varenv{syshost});
|
||||||
|
|
||||||
|
|
|
@ -165,7 +165,7 @@ sub tpl(){
|
||||||
}
|
}
|
||||||
print "</div>\n";
|
print "</div>\n";
|
||||||
|
|
||||||
print $q->div({-style=>"text-align:left;width:100%;margin:1em 0;background-image: linear-gradient(to right, rgb(0, 156, 217) 300px, rgb(255,255,255));"},$q->img({-style=>'height:10em;', -src=>"$varenv->{metahost}/img/Logo-LastenradBayern-01.png"})),"\n" if($dbt->{website}->{$varenv->{syshost}}->{project} eq "Bayern");
|
print $q->div({-style=>"text-align:left;width:100%;margin:1em 0;background-image: linear-gradient(to right, rgb(0, 156, 217) 300px, rgb(255,255,255));"},$q->img({-style=>'height:10em;', -src=>"$dbt->{website}->{$varenv->{syshost}}->{operatorWeb1}/img/Logo-LastenradBayern-01.png"})),"\n" if($dbt->{website}->{$varenv->{syshost}}->{project} eq "Bayern");
|
||||||
|
|
||||||
#test Bayern left-site menue
|
#test Bayern left-site menue
|
||||||
#print $q->div({-style=>"float:left;text-align:left;border:1px dotted black;"},$q->ul({-id=>'LeftNavi'},$lmenu0)),"\n";
|
#print $q->div({-style=>"float:left;text-align:left;border:1px dotted black;"},$q->ul({-id=>'LeftNavi'},$lmenu0)),"\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue