2021-01-27 23:35:45 +01:00
|
|
|
<form class="dialog-roll-sort">
|
2021-02-06 01:34:01 +01:00
|
|
|
|
2021-01-27 23:35:45 +01:00
|
|
|
<div class="form-group">
|
|
|
|
<ul>
|
2021-02-06 01:34:01 +01:00
|
|
|
<li><label for="categorie">Cuisiner : {{oeuvre.name}}</label></li>
|
2021-01-27 23:35:45 +01:00
|
|
|
<li><label for="categorie">Jet : ODORAT-GOUT / {{competence.name}}</label></li>
|
2021-02-06 01:34:01 +01:00
|
|
|
<li><label for="categorie">Exotisme : {{oeuvre.data.exotisme}}</label></li>
|
2021-01-27 23:35:45 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="categorie">conditions</label>
|
|
|
|
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
|
|
|
{{#select diffConditions}}
|
|
|
|
{{#each ajustementsConditions as |key|}}
|
|
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
<label for="categorie">Difficulté </label>
|
|
|
|
<select name="diffLibre" id="diffLibre" data-dtype="number">
|
|
|
|
{{#select diffLibre}}
|
|
|
|
{{#each difficultesLibres as |key|}}
|
|
|
|
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="tableAjustements">
|
|
|
|
</div>
|
|
|
|
<div id="tableResolution">
|
|
|
|
</div>
|
|
|
|
<div id="tableProbaReussite">
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
</script>
|