risolto alcuni bachi
This commit is contained in:
parent
25afe13370
commit
fc7152b676
|
@ -1029,7 +1029,8 @@
|
|||
<input type="text"
|
||||
class="form-control form-control-sm monMe"
|
||||
id="queryTextUnita" placeholder="inserisci un termine"
|
||||
aria-describedby="name-desc" name="query"> <select
|
||||
aria-describedby="name-desc" name="query">
|
||||
<select
|
||||
class="form-control custom-select custom-select-sm monMe bg-light text-muted border btn-outline-success"
|
||||
id="opzioni_testoUnita">
|
||||
<option value="parola">come Parola</option>
|
||||
|
@ -1056,16 +1057,16 @@
|
|||
</div>
|
||||
<select
|
||||
class="form-control custom-select custom-select-sm monMe bg-light text-muted border btn-outline-success"
|
||||
id="lemma_formaN">
|
||||
id="lemma_formaINIT">
|
||||
<option value="forma">La forma</option>
|
||||
<option value="lemma">Il lemma</option>
|
||||
<option disabled value="testo">Il testo</option>
|
||||
</select> <input type="text"
|
||||
class="form-control form-control-sm monMe"
|
||||
id="queryTextN" placeholder="inserisci un termine"
|
||||
id="queryTextINIT" placeholder="inserisci un termine"
|
||||
aria-describedby="name-desc" name="query"> <select
|
||||
class="form-control custom-select custom-select-sm monMe bg-light text-muted border btn-outline-success"
|
||||
id="opzioni_testoN">
|
||||
id="opzioni_testoINIT">
|
||||
<option value="parola">come Parola</option>
|
||||
<option value="sottostringa">come Sottostringa</option>
|
||||
<option value="prefisso">come Prefisso</option>
|
||||
|
@ -1694,6 +1695,32 @@
|
|||
id="tipogrammaticaleN" role="tabpanel" aria-labelledby="claN-tab"
|
||||
data-claType="Grammaticale" data-claActive="1">
|
||||
|
||||
<div
|
||||
class="form-group form-inline input-group pt-3 px-2 m-0"
|
||||
action="">
|
||||
<div class="input-group-prepend">
|
||||
<label class="input-group-text"><ion-icon
|
||||
name="document-text"></ion-icon></label>
|
||||
</div>
|
||||
<select
|
||||
class="form-control custom-select custom-select-sm monMe bg-light text-muted border btn-outline-success"
|
||||
id="lemma_formaN">
|
||||
<option value="forma">La forma</option>
|
||||
<option value="lemma">Il lemma</option>
|
||||
<option disabled value="testo">Il testo</option>
|
||||
</select> <input type="text" class="form-control form-control-sm monMe"
|
||||
id="queryTextN" placeholder="inserisci un termine"
|
||||
aria-describedby="name-desc" name="query"> <select
|
||||
class="form-control custom-select custom-select-sm monMe bg-light text-muted border btn-outline-success"
|
||||
id="opzioni_testoN">
|
||||
<option value="parola">come Parola</option>
|
||||
<option value="sottostringa">come Sottostringa</option>
|
||||
<option value="prefisso">come Prefisso</option>
|
||||
<option value="suffisso">come Suffisso</option>
|
||||
<option value="regexp">come Espressione regolare</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group px-1 pb-0 my-1">
|
||||
<label for="typeGramm0" class="text-muted control-label small pl-2 pt-2 m-0">Categoria
|
||||
|
|
1210
js/script_4.7.js
1210
js/script_4.7.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue