Formular:GutachtenAuspragungForm: Unterschied zwischen den Versionen

Aus smw-dev03
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 85: Zeile 85:
{{{end template}}}
{{{end template}}}


= Bachelor-Modul =
{{{for template|BachelorModul}}}
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
<div style="background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.1);max-width:800px;margin:0 auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;">
  {{{for template|Bachelormodul}}}


   <!-- Matrikelnummer -->
   <!-- Semester -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Matrikelnummer</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Semester</h3>
     {{{field|Matrikelnummer
     {{{field|Semester
       | input type=dropdown
       | input type=dropdown
       | values from property=Matrikelnummer
       | values from property=Semester
      | mandatory
       | class=form-control
       | class=form-control
       | style=width:200px;
       | style=width:300px;
     }}}
     }}}
   </div>
   </div>


   <!-- Semester -->
   <!-- Status -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Semester</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Status</h3>
     {{{field|Semester
     {{{field|Status
       | input type=combobox
       | input type=dropdown
       | values from property=Semester
      | property=Status
       | values from category=BachelorModulStatus
       | class=form-control
       | class=form-control
       | style=width:200px;
       | style=width:300px;
     }}}
     }}}
   </div>
   </div>
Zeile 116: Zeile 115:
     <h3 style="font-size:1.2em;color:#34495e;">Firma (optional)</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Firma (optional)</h3>
     {{{field|Firma
     {{{field|Firma
      | input type=text
       | class=form-control
       | class=form-control
       | style=width:300px;
       | style=width:300px;
Zeile 123: Zeile 123:
   <!-- Titel der Arbeit -->
   <!-- Titel der Arbeit -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Titel der Arbeit (optional)</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Titel der Arbeit</h3>
     {{{field|TitelDerArbeit
     {{{field|TitelDerArbeit
      | input type=textarea
      | rows=2
       | class=form-control
       | class=form-control
      | input type=textarea
      | rows=3
       | style=width:400px;
       | style=width:400px;
     }}}
     }}}
   </div>
   </div>


   <!-- Status -->
   <!-- Datumfelder nebeneinander -->
   <div style="margin-bottom:15px;">
   <div style="display:flex;gap:20px;margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Status</h3>
     <div>
    {{{field|Status
      <h3 style="font-size:1.2em;color:#34495e;">Anmeldedatum</h3>
      | input type=combobox
      {{{field|Anmeldedatum
      | values from category=BachelorModulStatus
        | input type=datepicker
      | class=form-control
        | date format=DD.MM.YYYY
      | style=width:200px;
        | first date=01.01.2023
    }}}
        | last date=31.12.2030
  </div>
        | class=form-control
 
        | style=width:200px;
  <!-- Anmeldedatum -->
      }}}
  <div style="margin-bottom:15px;">
    </div>
    <h3 style="font-size:1.2em;color:#34495e;">Anmeldedatum</h3>
    <div>
    {{{field|Anmeldedatum
      <h3 style="font-size:1.2em;color:#34495e;">Abgabedatum</h3>
      | input type=date
      {{{field|Abgabedatum
      | class=form-control
        | input type=datepicker
      | style=width:200px;
        | date format=DD.MM.YYYY
    }}}
        | first date=01.01.2023
        | last date=31.12.2030
        | class=form-control
        | style=width:200px;
      }}}
    </div>
   </div>
   </div>


   <!-- Abgabedatum -->
   <!-- Referent und Koreferent nebeneinander -->
   <div style="margin-bottom:15px;">
   <div style="display:flex;gap:20px;margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Abgabedatum</h3>
     <div>
     {{{field|Abgabedatum
      <h3 style="font-size:1.2em;color:#34495e;">Referent</h3>
      | input type=date
      {{{field|Referent
      | class=form-control
        | input type=dropdown
      | style=width:200px;
        | values={{#ask: [[Kategorie:Dozent]]
    }}}
          |?Has fullname
          |format=plainlist
          |headers=hide
          |mainlabel=-
          |sep=,
        }}
        | class=form-control
        | style=width:200px;
      }}}
     </div>
    <div>
      <h3 style="font-size:1.2em;color:#34495e;">Koreferent</h3>
      {{{field|Koreferent
        | input type=dropdown
        | values={{#ask: [[Kategorie:Dozent]]
          |?Has fullname
          |format=plainlist
          |headers=hide
          |mainlabel=-
          |sep=,
        }}
        | class=form-control
        | style=width:200px;
      }}}
    </div>
   </div>
   </div>


   <!-- Referent -->
   <!-- Sperrvermerk -->
   <div style="margin-bottom:15px;">
   <div style="margin-bottom:15px;">
     <h3 style="font-size:1.2em;color:#34495e;">Referent</h3>
     <h3 style="font-size:1.2em;color:#34495e;">Sperrvermerk</h3>
     {{{field|Referent
     {{{field|Sperrvermerk
       | input type=dropdown
       | input type=checkbox
      | values={{#ask:[[Kategorie:Dozent]]
        |?Has fullname
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |sep=,
      }}
      | mandatory
      | class=form-control
      | style=width:300px;
    }}}
  </div>
 
  <!-- Koreferent -->
  <div style="margin-bottom:15px;">
    <h3 style="font-size:1.2em;color:#34495e;">Koreferent</h3>
    {{{field|Koreferent
      | input type=dropdown
      | values={{#ask:[[Kategorie:Dozent]]
        |?Has fullname
        |format=plainlist
        |headers=hide
        |mainlabel=-
        |sep=,
      }}
      | mandatory
      | class=form-control
      | style=width:300px;
     }}}
     }}}
   </div>
   </div>


  {{{end template}}}
</div>
</div>
{{{end template}}}


= Gutachten =
= Gutachten =

Version vom 15. Juni 2025, 14:54 Uhr

This form allows users to add or edit Ausprägungen for a Gutachten.

📋 Gutachten erstellen oder bearbeiten

Der Seitenname wird automatisch erstellt als: Vorname_Nachname_Matrikelnummer.