From ac04629f8651d65cbc2f3fb60b6c72f10c6b769e Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Wed, 26 Jun 2024 08:50:26 +0200 Subject: [PATCH] Cleanup & Code Identation --- .../Studentenverwaltung/Details/Details.js | 1 - .../Studentenverwaltung/Details/Prestudent.js | 640 +++++++++--------- .../Details/Prestudent/History.js | 16 +- 3 files changed, 322 insertions(+), 335 deletions(-) diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Details.js b/public/js/components/Stv/Studentenverwaltung/Details/Details.js index 7866f1c97..feec7a580 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Details.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Details.js @@ -1,4 +1,3 @@ -import {CoreRESTClient} from '../../../../RESTClient.js'; import CoreForm from '../../../Form/Form.js'; import FormInput from '../../../Form/Input.js'; import FormUploadImage from '../../../Form/Upload/Image.js'; diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Prestudent.js b/public/js/components/Stv/Studentenverwaltung/Details/Prestudent.js index 8f3773ad7..ad5737d6a 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Prestudent.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Prestudent.js @@ -1,11 +1,9 @@ -import {CoreRESTClient} from '../../../../RESTClient.js'; import FormForm from '../../../Form/Form.js'; import FormInput from '../../../Form/Input.js'; import TblHistory from "./Prestudent/History.js"; export default { components: { - CoreRESTClient, FormForm, FormInput, TblHistory @@ -174,351 +172,341 @@ export default { .catch(this.$fhcAlert.handleSystemError); }, template: ` -
+
-
- -
+
+ +
{{$p.t('lehre', 'title_zgv')}} {{modelValue.nachname}} {{modelValue.vorname}} - -
- - - - -
-
- - - - - - - - - - - -
-
- - - - - - - - - - - -
- -
- - - - - - - - - - - -
- -
-
- - -
-
- - -
-
- - -
-
- - - - +
+ + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + +
+ +
+ + + + + + + + + + + +
+ +
+
+ + +
+
+ + +
+
+ + +
+
PrestudentIn +
+ + + + + + + + + +
-
+
+ + + +
- - - - - - -
-
+ + + + +
+ +
+ + + + + + +
+ +
+ + +
- -
- - -
- - - - - -
- -
- - - - - -
+
+ + +
+ + + -
- - -
- - -
-
- - -
- - - - - - -
-
- + + +
+ -
Gesamthistorie - +
- -
` }; \ No newline at end of file diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/History.js b/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/History.js index ff89c5549..4bcced1df 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/History.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Prestudent/History.js @@ -49,14 +49,14 @@ export default{ } }, template: ` -
- + -
` + ` } \ No newline at end of file