Formular:KriteriumForm: Unterschied zwischen den Versionen
Aus smw-dev03
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
<includeonly> | <includeonly> | ||
{{{info | {{{info | ||
|add title= | |add title=Kriterium anlegen | ||
|edit title=Kriterium bearbeiten | |edit title=Kriterium bearbeiten | ||
}}} | }}} | ||
{{{for template|Kriterium}}} | |||
<div style="background:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.08);max-width:900px;margin:0 auto;font-family:Helvetica,Arial,sans-serif;"> | |||
< | <h2 style="margin:0 0 10px;color:#2c3e50;">Kriterium</h2> | ||
</ | |||
<div style="margin-bottom: | <div style="margin-bottom:10px;"> | ||
<h3 style=" | <h3 style="margin:0 0 4px;color:#34495e;">Name</h3> | ||
{{{field|Has name | {{{field|Has name|input type=text|mandatory|class=form-control|style=width:420px;}}} | ||
</div> | </div> | ||
<div style="margin-bottom: | <div style="margin-bottom:10px;"> | ||
<h3 style=" | <h3 style="margin:0 0 4px;color:#34495e;">Belongs to (Bereich)</h3> | ||
{{{field|Belongs to | {{{field|Belongs to | ||
|input type=dropdown | |input type=dropdown | ||
|values from category=Bewertungsbereich | |values from category=Bewertungsbereich | ||
|class=form-control|style=width:420px;}}} | |class=form-control|style=width:420px; | ||
|default={{#if:{{{Belongs to|}}}|{{{Belongs to}}}|}} | |||
}}} | |||
</div> | |||
<div style="margin-bottom:10px;"> | |||
<h3 style="margin:0 0 4px;color:#34495e;">Parametername (für Page-Forms-Feld)</h3> | |||
{{{field|Has Parametername|input type=text|class=form-control|style=width:420px;}}} | |||
</div> | </div> | ||
<div style="margin-bottom: | <div style="margin-bottom:10px;"> | ||
<h3 style=" | <h3 style="margin:0 0 4px;color:#34495e;">Ausprägungen (eine pro Zeile)</h3> | ||
{{{field|Has Ausprägungen | {{{field|Has Ausprägungen | ||
|input type=textarea | |input type=textarea | ||
|rows= | |rows=6 | ||
|delimiter= | |delimiter=;; | ||
|class=form-control | |class=form-control|style=width:100%; | ||
}}} | |||
<div style="font-size:.9em;color:# | <div style="font-size:.9em;color:#666;margin-top:6px;"> | ||
Trenner intern: <code>;;</code> – so stören Kommas in Sätzen nicht. | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
{{{end template}}} | {{{end template}}} | ||
{{{standard input|save}}} | |||
{{{standard input|cancel}}} | |||
</includeonly> | </includeonly> | ||