diff --git a/locale/en-US/abgabetool.php b/locale/en-US/abgabetool.php index 1de161280..a5e201e22 100644 --- a/locale/en-US/abgabetool.php +++ b/locale/en-US/abgabetool.php @@ -69,10 +69,12 @@ $this->phrasen['abgabetool/fehlerTerminVorbei']='The deadline for this upload ha $this->phrasen['abgabetool/eidesstattlicheErklaerung']='I confirm that this paper is entirely my own work. All sources and quotations have been fully acknowledged in the appropriate places with adequate footnotes and citations. Quotations have been properly acknowledged and marked with appropriate punctuation. The works consulted are listed in the bibliography. -This paper has not been submitted to another examination panel in the same or a similar form, and has not been published.
+This paper has not been submitted to another examination panel in the same or a similar form, and has not been published.

I grant the University Of Applied Sciences Technikum Wien the right to store the uploaded file(s) in electronic form and to make them publicly available in data networks. I further grant the University of Applied Sciences Technikum Wien the right to convert the file(s) for long term preservation purposes. -I declare that copyright and licensing issues related to my work have been resolved and that therefore no rights on the part of any third parties impede the publication.'; +I declare that copyright and licensing issues related to my work have been resolved and that therefore no rights on the part of any third parties impede the publication.

+Bei den Master Arbeiten dürfen ausschließlich Dokumente hochgeladen werden, bei denen die `Eidesstattliche Erklärung´ nicht unterschrieben ist (Datenschutz). +Sollten Sie trotzdem die `Eidesstattliche Erklärung´ samt Unterschrift hochladen, wird seitens der FH Technikum Wien davon ausgegangen, dass Sie keinen Wert auf Schutz Ihrer Unterschrift legen.'; $this->phrasen['abgabetool/gelesenUndAkzeptiert']='Read and accepted'; $this->phrasen['abgabetool/erklaerungNichtAkzeptiert']='Declaration not accepted'; $this->phrasen['abgabetool/downloadProjektarbeit']='Download File'; diff --git a/locale/en-US/dms_link.php b/locale/en-US/dms_link.php index 80e95529e..700a38f22 100644 --- a/locale/en-US/dms_link.php +++ b/locale/en-US/dms_link.php @@ -7,9 +7,6 @@ $this->phrasen['dms_link/cisHandbuch']='825'; //CIS-Handbuch, welches im Head-Fr $this->phrasen['dms_link/benotungstoolHandbuch']='824'; //Handbuch Benotungstool $this->phrasen['dms_link/moodleHandbuch']='33'; //Moodle Handbuch $this->phrasen['dms_link/moodleHandbuch24']='1426'; //Moodle Handbuch -$this->phrasen['dms_link/abgabetoolLektorHandbuch']='874'; //Abgabetool Handbuch fuer LektorInnen -$this->phrasen['dms_link/abgabetoolStudentHandbuch']='875'; //Abgabetool Handbuch fuer Studierende -$this->phrasen['dms_link/abgabetoolAssistenzHandbuch']='874'; //Abgabetool Handbuch fuer Assistenz $this->phrasen['dms_link/iconPDF']='46'; //PDF Icon $this->phrasen['dms_link/bedienungsanleitungMailverteiler']='1474'; //Bedienungsanleitung Mailverteiler $this->phrasen['dms_link/berechtigungskonzeptMailverteiler']='1475'; //Berechtigungskonzept Mailverteiler @@ -31,4 +28,7 @@ $this->phrasen['dms_link/anleitungMailverteiler']='7578'; //Anleitung für die B //Links auf externe Seiten $this->phrasen['dms_link/dokuwikiGesamtnote']='http://fhcomplete.technikum-wien.at/dokuwiki/doku.php?id=cis:gesamtnote'; //Link ins Dokuwiki zur Anleitung Gesamtnote -?> \ No newline at end of file +$this->phrasen['dms_link/abgabetoolLektorHandbuch']='https://fhcomplete.technikum-wien.at/dokuwiki/doku.php?id=cis:abgabetool_fuer_lektoren'; //Abgabetool Handbuch fuer LektorInnen +$this->phrasen['dms_link/abgabetoolStudentHandbuch']='https://fhcomplete.technikum-wien.at/dokuwiki/doku.php?id=cis:abgabetool_fuer_studierende'; //Abgabetool Handbuch fuer Studierende +$this->phrasen['dms_link/abgabetoolAssistenzHandbuch']='https://fhcomplete.technikum-wien.at/dokuwiki/doku.php?id=cis:abgabetool_fuer_lektoren'; //Abgabetool Handbuch fuer Assistenz +?> diff --git a/vilesci/lehre/abgabe_assistenz.php b/vilesci/lehre/abgabe_assistenz.php index 29cabf174..3c939a330 100644 --- a/vilesci/lehre/abgabe_assistenz.php +++ b/vilesci/lehre/abgabe_assistenz.php @@ -105,7 +105,7 @@ if(!$erg=$db->db_query($sql_query)) else { //$htmlstr .= "
"; - $htmlstr .= "
"; + $htmlstr .= ""; //$htmlstr .= "\n"; $htmlstr .= "
\n"; $htmlstr .= "\n"; @@ -154,9 +154,9 @@ else OR tbl_projektbetreuer.betreuerart_kurzbz = 'Betreuer' OR tbl_projektbetreuer.betreuerart_kurzbz = 'Begutachter' ) - + UNION - + SELECT '' AS first, trim(COALESCE(nachname, '') || ', ' || COALESCE(titelpre, '') || ' ' || COALESCE(vorname, '') || ' ' || COALESCE(titelpost, '')) AS second, PUBLIC.tbl_mitarbeiter.mitarbeiter_uid, @@ -451,7 +451,7 @@ function btserienmail(trenner, stgbez)
Bachelor-/Masterarbeitsbetreuungen (Studiengang $stg_kz, $stgbez)
Anleitung Handbuch
"; +echo "

Bachelor-/Masterarbeitsbetreuungen (Studiengang $stg_kz, $stgbez)
Anleitung Handbuch

"; echo $htmlstr; ?>