mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
log pid and sites
This commit is contained in:
parent
df19863a86
commit
3bb934ee18
6 changed files with 18 additions and 17 deletions
|
@ -651,8 +651,9 @@ td {
|
|||
my ($mandant_main_id,$top,$site,$site_all,$wc,$footer_bank,$logo) = @_;
|
||||
my $ctf = $db->get_content1("contentuser","$mandant_main_id");
|
||||
$ctf->{txt01} = $q->unescapeHTML("$ctf->{txt01}");
|
||||
my @txt11 = split (/;/,"$ctf->{txt11}");#www
|
||||
my @txt19 = split (/;/,"$footer_bank");#Fußzeile
|
||||
my @txt11 = split (/;/,"$ctf->{txt11}");#Tel usw.
|
||||
my @txt12 = split (/;/,"$ctf->{txt12}");#Geschäftsführer
|
||||
my @txt19 = split (/;/,"$footer_bank");#Bank usw.
|
||||
|
||||
$top *= $site;
|
||||
my $top2 = $top + 120;
|
||||
|
@ -672,13 +673,13 @@ td {
|
|||
print "<td style='width:25%;'>";
|
||||
print $q->start_table({-border=>'0',-align=>'left'});
|
||||
print $q->Tr();
|
||||
print $q->td({-class=>'tdpdf2'}, "KONTAKT:","\n");
|
||||
print $q->td({-class=>'tdpdf2'}, "Geschäftsführer:","\n");
|
||||
print $q->Tr();
|
||||
print $q->td({-class=>'tdpdf2'}, "$ctf->{txt01}","\n");
|
||||
print $q->td({-class=>'tdpdf2'}, "$txt12[0]","\n");
|
||||
print $q->Tr();
|
||||
print $q->td({-class=>'tdpdf2'}, "$ctf->{txt04}","\n");
|
||||
print $q->td({-class=>'tdpdf2'}, "$txt12[1]","\n");
|
||||
print $q->Tr();
|
||||
print $q->td({-class=>'tdpdf2'}, "$ctf->{txt05}","\n");
|
||||
print $q->td({-class=>'tdpdf2'}, "$txt12[2]","\n");
|
||||
print $q->end_table;
|
||||
print "</td>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue