Compare commits
2 Commits
12bf7e6276
...
36cace78a6
Author | SHA1 | Date | |
---|---|---|---|
36cace78a6 | |||
63a970cb43 |
@@ -98,7 +98,7 @@
|
|||||||
<input id="pos4" name="pos4" maxlength="1" aria-label="Position 4" inputmode="text" autocomplete="off" pattern="[A-Za-zÄÖÜäöüß]" value="{{ pos[3] }}" />
|
<input id="pos4" name="pos4" maxlength="1" aria-label="Position 4" inputmode="text" autocomplete="off" pattern="[A-Za-zÄÖÜäöüß]" value="{{ pos[3] }}" />
|
||||||
<input id="pos5" name="pos5" maxlength="1" aria-label="Position 5" inputmode="text" autocomplete="off" pattern="[A-Za-zÄÖÜäöüß]" value="{{ pos[4] }}" />
|
<input id="pos5" name="pos5" maxlength="1" aria-label="Position 5" inputmode="text" autocomplete="off" pattern="[A-Za-zÄÖÜäöüß]" value="{{ pos[4] }}" />
|
||||||
</div>
|
</div>
|
||||||
<p id="pos-hint" class="hint">Je Feld genau ein Buchstabe. Umlaute (ä, ö, ü) und ß sind erlaubt.</p>
|
<p id="pos-hint" class="hint">Je Feld ein Buchstabe. Umlaute (ä, ö, ü) und ß sind erlaubt. Ziehe einen Buchstaben heraus, wenn du ihn löschen möchtest.</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<label for="includes-input-one">Weitere enthaltene Buchstaben (beliebige Reihenfolge)</label>
|
<label for="includes-input-one">Weitere enthaltene Buchstaben (beliebige Reihenfolge)</label>
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
<input type="hidden" id="includes" name="includes" value="{{ includes }}" />
|
<input type="hidden" id="includes" name="includes" value="{{ includes }}" />
|
||||||
</div>
|
</div>
|
||||||
<ul id="includes-list" class="word-list" aria-live="polite"></ul>
|
<ul id="includes-list" class="word-list" aria-live="polite"></ul>
|
||||||
<p id="includes-hint" class="hint">Gib einen Buchstaben ein und füge ihn mit „+“ zur Liste hinzu.</p>
|
<p id="includes-hint" class="hint">Gib einen Buchstaben ein und füge ihn mit „+“ zur Liste hinzu. Ziehe ihn auf ein Positionsfeld, wenn er dort passen würde.</p>
|
||||||
|
|
||||||
<label for="excludes-input-one">Ausgeschlossene Buchstaben</label>
|
<label for="excludes-input-one">Ausgeschlossene Buchstaben</label>
|
||||||
<div class="inline-controls" aria-describedby="excludes-hint">
|
<div class="inline-controls" aria-describedby="excludes-hint">
|
||||||
|
Reference in New Issue
Block a user