Des descriptions accessibles
This commit is contained in:
parent
17f6056a96
commit
243e799722
@ -46,6 +46,7 @@
|
|||||||
/* Global styles */
|
/* Global styles */
|
||||||
.window-app {
|
.window-app {
|
||||||
font-family: "GoudyAcc", sans-serif;
|
font-family: "GoudyAcc", sans-serif;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rollable:hover, .rollable:focus {
|
.rollable:hover, .rollable:focus {
|
||||||
|
@ -176,8 +176,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{!-- Biography Tab --}}
|
{{!-- Biography Tab --}}
|
||||||
<div class="tab description" data-group="primary" data-tab="description" style="height:400px !important; min-height: 400px !important;">
|
<div class="tab description" data-group="primary" data-tab="description">
|
||||||
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
|
<div class="form-group editor">
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -176,8 +176,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{!-- Biography Tab --}}
|
{{!-- Biography Tab --}}
|
||||||
<div class="tab description" data-group="primary" data-tab="description" style="height:400px !important; min-height: 400px !important;">
|
<div class="tab description" data-group="primary" data-tab="description">
|
||||||
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
|
<div class="form-group editor">
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -477,18 +477,14 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexcol flex-group-left">
|
<div class="flexcol">
|
||||||
<span><label>Biographie : </label></span>
|
<span><label>Biographie : </label></span>
|
||||||
<div class="form-group" style="height:200px">
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
|
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<span><label>Notes : </label></span>
|
<span><label>Notes : </label></span>
|
||||||
<div class="form-group" style="height:200px">
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
|
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,11 +52,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
<label for="niveau">Dommages (+dom), si applicable </label>
|
<label for="niveau">Dommages (+dom), si applicable </label>
|
||||||
<input class="attribute-value" type="text" name="data.dommages" value="{{data.dommages}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.dommages" value="{{data.dommages}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -40,11 +40,11 @@
|
|||||||
{{/select}}
|
{{/select}}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,12 +24,10 @@
|
|||||||
<label for="niveau">Dommages (+dom), si applicable </label>
|
<label for="niveau">Dommages (+dom), si applicable </label>
|
||||||
<input class="attribute-value" type="text" name="data.dommages" value="{{data.dommages}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.dommages" value="{{data.dommages}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<span><label>Description : </label></span>
|
||||||
<span>Description : </span>
|
<div class="form-group editor" style="min-height: 400px !important;">
|
||||||
</header>
|
|
||||||
<div class="form-group editor" style="height:200px">
|
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -36,11 +36,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -8,31 +8,28 @@
|
|||||||
|
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="xp">Encombrement </label>
|
||||||
|
<input class="attribute-value" type="text" name="data.encombrement" value="{{data.encombrement}}" data-dtype="Number"/>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="xp">Résistance</label>
|
||||||
|
<input class="attribute-value" type="text" name="data.resistance" value="{{data.resistance}}" data-dtype="Number"/>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="xp">Qualité</label>
|
||||||
|
<input class="attribute-value" type="text" name="data.qualite" value="{{data.qualite}}" data-dtype="Number"/>
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="xp">Prix (sols) </label>
|
||||||
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
|
</div>
|
||||||
<div class="flexcol">
|
<div class="flexcol">
|
||||||
<div class="form-group">
|
<span><label>Description : </label></span>
|
||||||
<label for="xp">Encombrement </label>
|
|
||||||
<input class="attribute-value" type="text" name="data.encombrement" value="{{data.encombrement}}" data-dtype="Number"/>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="xp">Résistance</label>
|
|
||||||
<input class="attribute-value" type="text" name="data.resistance" value="{{data.resistance}}" data-dtype="Number"/>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="xp">Qualité</label>
|
|
||||||
<input class="attribute-value" type="text" name="data.qualite" value="{{data.qualite}}" data-dtype="Number"/>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="xp">Prix (sols) </label>
|
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
|
||||||
</div>
|
|
||||||
<header class="header-field">
|
|
||||||
<span>Description : </span>
|
|
||||||
</header>
|
|
||||||
<div class="form-group editor">
|
<div class="form-group editor">
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
<div> </div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -12,10 +12,8 @@
|
|||||||
<label for="xp">Refoulement</label>
|
<label for="xp">Refoulement</label>
|
||||||
<input class="attribute-value" type="text" name="data.refoulement" value="{{data.refoulement}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.refoulement" value="{{data.refoulement}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<span><label>Description : </label></span>
|
||||||
<span>Description : </span>
|
<div class="form-group editor" style="min-height: 400px !important;">
|
||||||
</header>
|
|
||||||
<div class="form-group editor" style="height:200px">
|
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
<label for="xp">Prix (sols) </label>
|
<label for="xp">Prix (sols) </label>
|
||||||
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -12,11 +12,11 @@
|
|||||||
<label for="xp">Refoulement</label>
|
<label for="xp">Refoulement</label>
|
||||||
<input class="attribute-value" type="text" name="data.refoulement" value="{{data.refoulement}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.refoulement" value="{{data.refoulement}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -52,11 +52,11 @@
|
|||||||
<label for="xp">Jet de Resistance</label>
|
<label for="xp">Jet de Resistance</label>
|
||||||
<input class="attribute-value" type="text" name="data.JR" value="{{data.JR}}" data-dtype="String"/>
|
<input class="attribute-value" type="text" name="data.JR" value="{{data.JR}}" data-dtype="String"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -24,12 +24,10 @@
|
|||||||
<label for="xp">Points de tâches obtenus<</label>
|
<label for="xp">Points de tâches obtenus<</label>
|
||||||
<input class="attribute-value" type="text" name="data.points_de_tache_courant" value="{{data.points_de_tache_courant}}" data-dtype="Number"/>
|
<input class="attribute-value" type="text" name="data.points_de_tache_courant" value="{{data.points_de_tache_courant}}" data-dtype="Number"/>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-field">
|
<span><label>Description : </label></span>
|
||||||
<span>Description : </span>
|
<div class="form-group editor" style="min-height: 400px !important;">
|
||||||
</header>
|
|
||||||
<div class="form-group editor" style="height:200px">
|
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
<header class="header-field">
|
<div class="flexcol">
|
||||||
<span>Description : </span>
|
<span><label>Description : </label></span>
|
||||||
</header>
|
<div class="form-group editor">
|
||||||
<div class="form-group editor" style="height:200px">
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user