diff --git a/content/statistik/absolventenstatistik.php b/content/statistik/absolventenstatistik.php index af10eef88..039bb18af 100644 --- a/content/statistik/absolventenstatistik.php +++ b/content/statistik/absolventenstatistik.php @@ -79,7 +79,7 @@ if($stsem!='')
| "; $ausgabe .= ""; - $ausgabe .= "Studiengang: $row_stg->studiengang_kz, $row_stg->bezeichnung (".strtoupper($row_stg->typ.$row_stg->kurzbz).") | $row_anzahl->anzahl Studierende im 1.Sem. | |||
| Kz | "; $ausgabe .= "Typ | "; $ausgabe .= "Name | "; - $ausgabe .= "Anzahl | "; - $ausgabe .= "Prozent | "; + $ausgabe .= "M | "; + $ausgabe .= "W | "; + $ausgabe .= "Prozent M | "; + $ausgabe .= "Prozent W | "; + $result_master=$db->db_query($qry_master); $i=0; + $help=array(); while ($row_master=$db->db_fetch_object($result_master)) { - $color=(($i%2==0)?"#F3F3E9":"#EFEFDD"); - $ausgabe .= "
|---|---|---|---|---|---|---|---|---|
| $row_master->studiengang_kz | "; - $ausgabe .= "$row_master->typ | "; - $ausgabe .= "$row_master->bez | "; - $ausgabe .= "$row_master->count | "; - $ausgabe .= "".round((100/$row_anzahl->anzahl)*$row_master->count,2)."% | "; - $ausgabe .= "||||
| $key | "; + $ausgabe .= "".$row['typ']." | "; + $ausgabe .= "".$row['bez']." | "; + $ausgabe .= "".$row['count_m']." | "; + $ausgabe .= "".$row['count_w']." | "; + if ($row_anzahl_m->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_m->anzahl)*$row['count_m'],2); + $ausgabe .= "".$prozent."% | "; + if ($row_anzahl_w->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_w->anzahl)*$row['count_w'],2); + $ausgabe .= "".$prozent."% | "; + $ausgabe .= "||
| - | "; $ausgabe .= "- | "; $ausgabe .= "extern | "; - $ausgabe .= "$rest | "; - $ausgabe .= "".round((100/$row_anzahl->anzahl)*$rest,2)."% | "; + $ausgabe .= "$rest_m | "; + $ausgabe .= "$rest_w | "; + if ($row_anzahl_m->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_m->anzahl)*$rest_m,2); + $ausgabe .= "".$prozent."% | "; + if ($row_anzahl_w->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_w->anzahl)*$rest_w,2); + $ausgabe .= "".$prozent."% | "; $ausgabe .= "
| "; $ausgabe .= ""; $ausgabe .= "Studiengang: $row_stg->studiengang_kz, $row_stg->bezeichnung (".strtoupper($row_stg->typ.$row_stg->kurzbz).") | "; - $ausgabe .= "$row_anzahl->anzahl Absolventen | |||
| Kz | "; $ausgabe .= "Typ | "; $ausgabe .= "Name | "; - $ausgabe .= "Anzahl | "; - $ausgabe .= "Prozent | "; + $ausgabe .= "M | "; + $ausgabe .= "W | "; + $ausgabe .= "Prozent M | "; + $ausgabe .= "Prozent W | "; + $result_bachelor=$db->db_query($qry_bachelor); $i=0; + $help=array(); while ($row_bachelor=$db->db_fetch_object($result_bachelor)) { - $color=(($i%2==0)?"#F3F3E9":"#EFEFDD"); - $ausgabe .= "|
|---|---|---|---|---|---|---|---|---|---|
| $row_bachelor->studiengang_kz | "; - $ausgabe .= "$row_bachelor->typ | "; - $ausgabe .= "$row_bachelor->bez | "; - $ausgabe .= "$row_bachelor->count | "; - $ausgabe .= "".round((100/$row_anzahl->anzahl)*$row_bachelor->count,2)."% | "; - $ausgabe .= "|||||
| $key | "; + $ausgabe .= "".$row['typ']." | "; + $ausgabe .= "".$row['bez']." | "; + $ausgabe .= "".$row['count_m']." | "; + $ausgabe .= "".$row['count_w']." | "; + if ($row_anzahl_m->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_m->anzahl)*$row['count_m'],2); + $ausgabe .= "".$prozent."% | "; + if ($row_anzahl_w->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_w->anzahl)*$row['count_w'],2); + $ausgabe .= "".$prozent."% | "; + $ausgabe .= "|||
| - | "; - $ausgabe .= "- | "; + $ausgabe .= "- | "; $ausgabe .= "extern | "; - $ausgabe .= "$rest | "; - $ausgabe .= "".round((100/$row_anzahl->anzahl)*$rest,2)."% | "; + $ausgabe .= "$rest_m | "; + $ausgabe .= "$rest_w | "; + if ($row_anzahl_m->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_m->anzahl)*$rest_m,2); + $ausgabe .= "".$prozent."% | "; + if ($row_anzahl_w->anzahl==0) + $prozent=0; + else + $prozent=round((100/$row_anzahl_w->anzahl)*$rest_w,2); + $ausgabe .= "".$prozent."% | "; $ausgabe .= "
| Anrede | TitelPre | Nachname | Vorname | @@ -87,19 +104,13 @@ if(isset($_GET['details']) && isset($_GET['fachbereich_kurzbz']))
|---|---|---|---|
| $row->titelpre | "; - echo "$row->nachname | "; - echo "$row->vorname | "; - echo "$row->titelpost | "; - echo "
| Anrede | TitelPre | Nachname | Vorname | @@ -124,15 +151,7 @@ if(isset($_GET['details']) && isset($_GET['fachbereich_kurzbz']))
|---|---|---|---|
| $row->titelpre | "; - echo "$row->nachname | "; - echo "$row->vorname | "; - echo "$row->titelpost | "; - echo "
| Anrede | TitelPre | Nachname | Vorname | @@ -72,19 +90,13 @@ if(isset($_GET['details']) && isset($_GET['fachbereich_kurzbz']))
|---|---|---|---|
| $row->titelpre | "; - echo "$row->nachname | "; - echo "$row->vorname | "; - echo "$row->titelpost | "; - echo "
| Anrede | TitelPre | Nachname | Vorname | @@ -106,15 +134,7 @@ if(isset($_GET['details']) && isset($_GET['fachbereich_kurzbz']))
|---|---|---|---|
| $row->titelpre | "; - echo "$row->nachname | "; - echo "$row->vorname | "; - echo "$row->titelpost | "; - echo "
| '.$stsem.' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Gesamt | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| '.$stsem.' | +1 | +2 | +3 | +4 | +5 | +6 | +7 | +8 | +Gesamt | +||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | m | w | +m | w | +m | w | +m | w | +m | w | +m | w | +m | w | +m | w | +'; while($row = $db->db_fetch_object($result)) { echo " | ||||||||
| ".$stg_arr[$row->studiengang_kz]." | "; - echo "".($row->s1!=0?$row->s1:' ')." | "; - echo "".($row->s2!=0?$row->s2:' ')." | "; - echo "".($row->s3!=0?$row->s3:' ')." | "; - echo "".($row->s4!=0?$row->s4:' ')." | "; - echo "".($row->s5!=0?$row->s5:' ')." | "; - echo "".($row->s6!=0?$row->s6:' ')." | "; - echo "".($row->s7!=0?$row->s7:' ')." | "; - echo "".($row->s8!=0?$row->s8:' ')." | "; + echo "".($row->s1_m!=0?$row->s1_m:' ')." | "; + echo "".($row->s1_w!=0?$row->s1_w:' ')." | "; + echo "".($row->s2_m!=0?$row->s2_m:' ')." | "; + echo "".($row->s2_w!=0?$row->s2_w:' ')." | "; + echo "".($row->s3_m!=0?$row->s3_m:' ')." | "; + echo "".($row->s3_w!=0?$row->s3_w:' ')." | "; + echo "".($row->s4_m!=0?$row->s4_m:' ')." | "; + echo "".($row->s4_w!=0?$row->s4_w:' ')." | "; + echo "".($row->s5_m!=0?$row->s5_m:' ')." | "; + echo "".($row->s5_w!=0?$row->s5_w:' ')." | "; + echo "".($row->s6_m!=0?$row->s6_m:' ')." | "; + echo "".($row->s6_w!=0?$row->s6_w:' ')." | "; + echo "".($row->s7_m!=0?$row->s7_m:' ')." | "; + echo "".($row->s7_w!=0?$row->s7_w:' ')." | "; + echo "".($row->s8_m!=0?$row->s8_m:' ')." | "; + echo "".($row->s8_w!=0?$row->s8_w:' ')." | "; echo "".$row->all." | "; echo "Anteil an Gesamt | Extern | Studienart | -Geschlecht | +Geschlecht | Staatsbürgerschaft | @@ -93,7 +93,8 @@ if($stsem!='')Absolut / % | In / Out | BB / VZ / DL | -m / w | +m | +w | Österreich | EU | Nicht-EU | @@ -199,7 +200,8 @@ if($stsem!='') $gesamt_vz += $row->vz; $gesamt_fs += $row->fs; } - echo "$row->m / $row->w | "; + echo "$row->m | "; + echo "$row->w | "; echo "$row->herkunft_at | "; echo "$row->herkunft_eu | "; echo "$row->herkunft_noteu | "; @@ -220,7 +222,8 @@ if($stsem!='') echo "$gesamt / ".sprintf('%0.2f', $gesamt_prozent)." % | "; echo "$gesamt_inc / $gesamt_out | "; echo "$gesamt_bb / $gesamt_vz / $gesamt_fs | "; - echo "$gesamt_m / $gesamt_w | "; + echo "$gesamt_m | "; + echo "$gesamt_w | "; echo "$gesamt_at | "; echo "$gesamt_eu | "; echo "$gesamt_noteu | "; @@ -249,7 +252,8 @@ if($stsem!='')Absolut / % | In / Out | BB / VZ / DL | -m / w | +m | +w | Österreich | EU | Nicht-EU | @@ -353,7 +357,8 @@ if($stsem!='') $gesamt_vz += $row->vz; $gesamt_fs += $row->fs; } - echo "$row->m / $row->w | "; + echo "$row->m | "; + echo "$row->w | "; echo "$row->herkunft_at | "; echo "$row->herkunft_eu | "; echo "$row->herkunft_noteu | "; @@ -374,7 +379,8 @@ if($stsem!='') echo "$gesamt / ".sprintf('%0.2f', $gesamt_prozent)." % | "; echo "$gesamt_inc / $gesamt_out | "; echo "$gesamt_bb / $gesamt_vz / $gesamt_fs | "; - echo "$gesamt_m / $gesamt_w | "; + echo "$gesamt_m | "; + echo "$gesamt_w | "; echo "$gesamt_at | "; echo "$gesamt_eu | "; echo "$gesamt_noteu | "; @@ -399,7 +405,8 @@ if($stsem!='') echo "$gesamtsumme / ".sprintf('%0.2f', $gesamtsumme_prozent)." % | "; echo "$gesamtsumme_inc / $gesamtsumme_out | "; echo "$gesamtsumme_bb / $gesamtsumme_vz / $gesamtsumme_fs | "; - echo "$gesamtsumme_m / $gesamtsumme_w | "; + echo "$gesamtsumme_m | "; + echo "$gesamtsumme_w | "; echo "$gesamtsumme_at | "; echo "$gesamtsumme_eu | "; echo "$gesamtsumme_noteu | "; diff --git a/locale/de-AT/fas.dtd b/locale/de-AT/fas.dtd index 16e9bc0c4..c598c9a07 100644 --- a/locale/de-AT/fas.dtd +++ b/locale/de-AT/fas.dtd @@ -51,11 +51,11 @@ - + - + @@ -106,7 +106,7 @@ - + @@ -152,19 +152,19 @@ - + - + - + - + @@ -172,7 +172,7 @@ - +