- | CEEPUS |
+ Summerschool |
| ';
echo '';
echo '';
- echo ' ';
- echo ''.$p->t('incoming/auswahlDerLv').'';
- echo '';
-
- $preoutgoingLv = new preoutgoing();
- $preoutgoingLv->loadLvs($outgoing_id);
- echo ''.$p->t('incoming/uebersichtLv').'';
- echo'
-
-
- | '.$p->t('global/bezeichnung').' |
- '.$p->t('incoming/wochenstunden').' |
- '.$p->t('incoming/ects').' |
- '.$p->t('incoming/unitcode').' |
- |
-
-
- ';
- foreach($preoutgoingLv->lehrveranstaltungen as $lv)
+
+ // Bei Mitarbeiter Lehrveranstaltung ausblenden
+ if(check_lektor($outgoing->uid)=='0')
{
- echo '| '.$lv->bezeichnung.' | '.$lv->ects.' | '.$lv->wochenstunden.' | '.$lv->unitcode.' | '.$p->t('incoming/loeschen').' | ';
+ echo ' ';
+ echo ''.$p->t('incoming/auswahlDerLv').'';
+ echo '';
+ $preoutgoingLv = new preoutgoing();
+ $preoutgoingLv->loadLvs($outgoing_id);
+ echo ''.$p->t('incoming/uebersichtLv').'';
+ echo'
+
+
+ | '.$p->t('global/bezeichnung').' |
+ '.$p->t('incoming/wochenstunden').' |
+ '.$p->t('incoming/ects').' |
+ '.$p->t('incoming/unitcode').' |
+ |
+
+
+ ';
+ foreach($preoutgoingLv->lehrveranstaltungen as $lv)
+ {
+ echo '| '.$lv->bezeichnung.' | '.$lv->ects.' | '.$lv->wochenstunden.' | '.$lv->unitcode.' | '.$p->t('incoming/loeschen').' | ';
+
+ }
+ echo ' ';
+ echo '';
}
- echo ' ';
+
echo ' ';
echo ''.$p->t('incoming/verwaltungVonDateien').'';
echo '
@@ -656,8 +666,12 @@ else
}
function getLearningAgreement()
{
- var url = "content/pdfExport.php?xsl=OutgoingLearning&xml=learningagreement_outgoing.rdf.php&preoutgoing_id=33&output=pdf";
- alert(url);
+ var url = "content/pdfExport.php?xsl=OutgoingLearning&xml=learningagreement_outgoing.rdf.php&preoutgoing_id=preoutgoing_id;?>&output=pdf";
+ window.location.href= url;
+ }
+ function getLearningAgreementChange()
+ {
+ var url = "content/pdfExport.php?xsl=OutgoingChangeL&xml=learningagreement_outgoing.rdf.php&preoutgoing_id=preoutgoing_id;?>&output=pdf";
window.location.href= url;
}
function test()
diff --git a/cis/private/outgoing/registration.php b/cis/private/outgoing/registration.php
index f47b44700..5378858ea 100755
--- a/cis/private/outgoing/registration.php
+++ b/cis/private/outgoing/registration.php
@@ -51,7 +51,7 @@ if($outgoing->loadUid($uid))
|
|
|