mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
student dropdown hinzugefügt
This commit is contained in:
@@ -55,7 +55,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";
|
||||
<label value="Mitarbeiter" control="ressource-menulist-mitarbeiter" />
|
||||
<menulist id="ressource-menulist-mitarbeiter"
|
||||
editable="true"
|
||||
datasources="<?php echo APP_ROOT?>rdf/mitarbeiter.rdf.php?filter=pam" flex="1"
|
||||
datasources="rdf:null" flex="1"
|
||||
ref="http://www.technikum-wien.at/mitarbeiter/liste"
|
||||
oninput="RessourceMenulistMitarbeiterLoad(this)"
|
||||
oncommand="RessourceLoadMitarbeiterDaten()"
|
||||
@@ -69,6 +69,24 @@ echo '<?xml version="1.0" encoding="UTF-8"?>'."\n";
|
||||
</template>
|
||||
</menulist>
|
||||
</row>
|
||||
<row>
|
||||
<label value="Student" control="ressource-menulist-student" />
|
||||
<menulist id="ressource-menulist-student"
|
||||
editable="true"
|
||||
datasources="rdf:null" flex="1"
|
||||
ref="http://www.technikum-wien.at/student/alle"
|
||||
oninput="RessourceMenulistStudentLoad(this)"
|
||||
oncommand="RessourceLoadMitarbeiterDaten()"
|
||||
>
|
||||
<template>
|
||||
<menupopup>
|
||||
<menuitem value="rdf:http://www.technikum-wien.at/student/rdf#person_id"
|
||||
label="rdf:http://www.technikum-wien.at/student/rdf#vorname rdf:http://www.technikum-wien.at/student/rdf#nachname ( rdf:http://www.technikum-wien.at/student/rdf#uid )"
|
||||
uri="rdf:*"/>
|
||||
</menupopup>
|
||||
</template>
|
||||
</menulist>
|
||||
</row>
|
||||
<row>
|
||||
<label value="Bezeichnung" control="textbox-ressource-bezeichnung"/>
|
||||
<textbox id="textbox-ressource-bezeichnung" maxlength="16"/>
|
||||
|
||||
Reference in New Issue
Block a user