baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
get "Id==*","../bg_d/bg_data"; while (get_next("../bg_d/bg_data")) { $Anzahl{$d_okey}++; }
out "<table>"; out "<tr>\n"; out "<th>Ort</th>\n"; out "<th>Anzahl</th>\n"; out "</tr>\n"; $work_count = 0; foreach $d_okey(sort {$a<=>$b}keys %Anzahl) { # $d_okey =~ s| |\\ |g; # Maskieren Leerzeichen für Suche get "o_okey==$d_okey & o_okey2==1", "../bg_d/bg_orte";
if (($o_okey eq $d_okey) && ($o_okey2 eq "1")) { $work_ort = $o_ortgesamt; # Ortsname } else { $work_ort = "kein Ort! "; # Ortsname not found } $work_class = ($_loop %2 ? 'zeile1' : 'zeile2'); out "<tr class='$work_class'>"; out "<td class='a10'>$d_okey $work_ort</td>\n"; out "<td class='a10' style='text-align:right'>$Anzahl{$d_okey}</td>\n"; out "</tr>\n"; $work_count = $work_count + $Anzahl{$d_okey}; } out "<tr class='zeile0'>"; out "<td class='a10'>Summe aller Adressen</td>\n"; out "<td class='a10' style='text-align:right'>$work_count</td>\n"; out "</tr>\n"; out "</table>";
out "Runtime : "; out runtime();
|
Alle Einträge zum Thema: | Zur Liste |
get "Id==*","../bg_d/bg_data"; while (get_next("../bg_d/bg_data")) { $Anzahl{$d_okey}++; }
out "<table>"; out "<tr>\n"; out "<th>Ort</th>\n"; out "<th>Anzahl</th>\n"; out "</tr>\n"; $work_count = 0; foreach $d_okey(sort {$a<=>$b}keys %Anzahl) { # $d_okey =~ s| |\\ |g; # Maskieren Leerzeichen für Suche get "o_okey==$d_okey & o_okey2==1", "../bg_d/bg_orte";
if (($o_okey eq $d_okey) && ($o_okey2 eq "1")) { $work_ort = $o_ortgesamt; # Ortsname } else { $work_ort = "kein Ort! "; # Ortsname not found } $work_class = ($_loop %2 ? 'zeile1' : 'zeile2'); out "<tr class='$work_class'>"; out "<td class='a10'>$d_okey $work_ort</td>\n"; out "<td class='a10' style='text-align:right'>$Anzahl{$d_okey}</td>\n"; out "</tr>\n"; $work_count = $work_count + $Anzahl{$d_okey}; } out "<tr class='zeile0'>"; out "<td class='a10'>Summe aller Adressen</td>\n"; out "<td class='a10' style='text-align:right'>$work_count</td>\n"; out "</tr>\n"; out "</table>";
out "Runtime : "; out runtime();
foreach $d_okey(sort{$Anzahl{$a}<=>$Anzahl{$b}}keys %Anzahl) {
Liste der Einträge von 17401 bis 17551: | Einklappen | Zur Eingabe |
Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < | Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
© baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |