Formular:GutachtenAuspragungForm: Unterschied zwischen den Versionen

Aus smw-dev03
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:


<!-- Autocomplete input to edit existing Gutachten -->
<!-- Autocomplete input to edit existing Gutachten -->
<div style="margin-bottom:15px;">
  <form action="{{fullurl:Special:FormEdit/GutachtenAuspragungForm}}" method="get">
    <select name="target" class="form-control" style="width:auto;display:inline-block;" required>
      <option value="" disabled selected>Existierendes Gutachten auswählen</option>
      {{#ask:[[Category:Gutachten]]
        |format=template
        |template=DropdownGutachtenEntry
        |mainlabel=-
        |link=none
        |headers=hide
        |sep=
        |sort=Nachname,Vorname
        |order=asc
      }}
    </select>
    <input type="submit" value="Gutachten bearbeiten" class="btn btn-primary" style="margin-left:10px;"/>
  </form>
</div>


<div style="margin-bottom:15px;">
<div style="margin-bottom:15px;">

Version vom 5. Mai 2025, 12:26 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.


 <form action="https://smw-dev03.users.h-da.cloud/index.php/Spezial:FormEdit/GutachtenAuspragungForm" method="get">
   <select name="target" class="form-control" style="width:auto;display:inline-block;" required>
     <option value="" disabled selected>Existierendes Gutachten auswählen</option>
     Vorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntryVorlage:DropdownGutachtenEntry
   </select>
   <input type="submit" value="Gutachten bearbeiten" class="btn btn-primary" style="margin-left:10px;"/>
 </form>