This commit is contained in:
Andreas Österreicher
2007-07-12 11:53:24 +00:00
parent 2e703235c3
commit 8dc6d1ff62
3 changed files with 19 additions and 13 deletions
+6 -6
View File
@@ -201,28 +201,28 @@ echo '<?xul-overlay href="'.APP_ROOT.'content/student/interessentdokumenteoverla
<tabbox id="student-tabbox" flex="3" orient="vertical">
<tabs orient="horizontal" id="student-content-tabs">
<tab id="student-tab-detail" label="Details" />
<tab id="student-tab-kontakt" label="Kontakt" />
<tab id="student-tab-prestudent" label="PreStudent" />
<tab id="student-tab-dokumente" label="Dokumente" />
<tab id="student-tab-konto" label="Konto" />
<tab id="student-tab-zeugnis" label="Zeugnis" />
<tab id="student-tab-konto" label="Konto" />
<tab id="student-tab-betriebsmittel" label="Betriebsmittel" />
<tab id="student-tab-io" label="Incoming/Outgoing" />
<tab id="student-tab-noten" label="Noten" />
<tab id="student-tab-kontakt" label="Kontakt" />
<tab id="student-tab-zeugnis" label="Zeugnis" />
<tab id="student-tab-pruefung" label="Prüfung" />
<tab id="student-tab-abschlusspruefung" label="AbschlussPrüfung" />
<tab id="student-tab-projektarbeit" label="Projektarbeit" />
</tabs>
<tabpanels id="student-tabpanels-main" flex="1">
<vbox id="student-detail" style="margin-top:10px;" />
<iframe id="student-kontakt" src="" style="margin-top:10px;" />
<vbox id="student-prestudent" style="margin-top:10px;" />
<vbox id="interessent-dokumente" style="margin-top:10px;" />
<vbox id="student-konto" style="margin-top:10px;" />
<vbox id="student-zeugnis" style="margin-top:10px;" />
<vbox id="student-konto" style="margin-top:10px;" />
<vbox id="student-betriebsmittel" style="margin-top:10px;" />
<vbox id="student-io" style="margin-top:10px;" />
<vbox id="student-noten" style="margin-top:10px;" />
<iframe id="student-kontakt" src="" style="margin-top:10px;" />
<vbox id="student-zeugnis" style="margin-top:10px;" />
<vbox id="student-pruefung" style="margin-top:10px;" />
<vbox id="student-abschlusspruefung" style="margin-top:10px;" />
<vbox id="student-projektarbeit" style="margin-top:10px;" />
+2
View File
@@ -469,6 +469,8 @@ class prestudent extends person
case "prestudent":
if($studiensemester_kurzbz=='' || is_null($studiensemester_kurzbz))
$qry = "SELECT *, '' as rolle_kurzbz, '' as studiensemester_kurzbz, '' as ausbildungssemester, '' as datum FROM public.tbl_prestudent prestudent, public.tbl_person WHERE NOT EXISTS (select * from tbl_prestudentrolle WHERE prestudent_id=prestudent.prestudent_id) AND studiengang_kz='".addslashes($studiengang_kz)."' AND prestudent.person_id=tbl_person.person_id";
else
$qry .= " AND a.rolle IN('Interessent', 'Bewerber', 'Aufgenommener', 'Wartender', 'Abgewiesener')";
break;
default:
break;
+11 -7
View File
@@ -12,19 +12,23 @@ mehr oder anders zu verwenden sind.<br>
<br>
<h2>Student</h2>
<span style="font-weight: bold;">Aufruf:</span>
student.rdf.php?stg_kz=...&amp;sem=...&amp;ver=...&amp;grp=...&amp;einheit=...&amp;uid=...<br>
Beispiel: <a target="_blank" href="student.rdf.php?stg_kz=227&amp;sem=2">student.rdf.php?stg_kz=227&amp;sem=2</a><br>
student.rdf.php?studiengang_kz=...&amp;semester=...&amp;verband=...&amp;gruppe=...&amp;gruppe_kurzbz=...&amp;uid=...<br>
Beispiel: <a target="_blank" href="student.rdf.php?studiengang_kz=227&amp;semester=2">student.rdf.php?studiengang_kz=227&amp;semester=2</a><br>
<span style="font-weight: bold;"><br>
Parameter</span>: <br>
<ul>
<li>stg_kz: Studiengangskennzahl<br>
<li>studiengang_kz: Studiengangskennzahl<br>
</li>
<li>sem: Semester (optional)<br>
<li>semester: Semester (optional)<br>
</li>
<li>ver: Verband (optional)</li>
<li>grp: Gruppe (optional)</li>
<li>einheit: Spezialgruppen, Module, ... (optional)</li>
<li>verband: Verband (optional)</li>
<li>gruppe: Gruppe (optional)</li>
<li>gruppe_kurzbz: Spezialgruppen, Module, ... (optional)</li>
<li>uid: UID eines bestimmten Studenten (Wenn gesetzt werden alle anderen Parameter nicht verwendet)</li>
<li>typ: Typ der gelieferten Personen (student, prestudent, interressent, bewerber, aufgenommen, warteliste, absage, zgv, reihungstestangeledet, reihungstestnichtangemeldet)</li>
<li>prestudent_id: Prestudent_id</li>
<li>xmlformat: Wenn xmlformat=xml dann wird ein XML statt dem RDF geliefert</li>
<li>filter: Alle Personen die filter im Nachnamen enthalten</li>
</ul>
<span style="font-weight: bold;"><br>
Attribute:</span><br>