|
|
|
@ -10,15 +10,15 @@
|
|
|
|
|
#ACTION_FORMULAIRE{#ENV{action}}
|
|
|
|
|
<div class="editer-groupe">
|
|
|
|
|
|
|
|
|
|
[(#SAISIE{oui_non_ligne, soustitre, label=<:livre:champ_soustitre_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, editeur, label=<:livre:champ_editeur_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, edition, label=<:livre:champ_edition_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, traduction, label=<:livre:champ_traduction_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, soustitre, label=<:livre:champ_soustitre_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, editeur, label=<:livre:champ_editeur_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, edition, label=<:livre:champ_edition_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, traduction, label=<:livre:champ_traduction_label:>, conteneur_class=long_label})]
|
|
|
|
|
|
|
|
|
|
<hr style="background-color:#ccc;">
|
|
|
|
|
|
|
|
|
|
[(#SAISIE{oui_non_ligne, collection, label=<:livre:champ_collection_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, volume, label=<:livre:champ_volume_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, collection, label=<:livre:champ_collection_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, volume, label=<:livre:champ_volume_label:>, conteneur_class=long_label})]
|
|
|
|
|
|
|
|
|
|
<hr style="background-color:#ccc;">
|
|
|
|
|
|
|
|
|
@ -34,21 +34,21 @@
|
|
|
|
|
[(#ENV{#GET{name}}|=={on}|non)checked="checked"] /><label for="#GET{name}_non"><:item_non:></label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
[(#SAISIE{oui_non_ligne, sommaire, label=<:livre:champ_sommaire_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, extrait, label=<:livre:champ_extrait_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, infos_sup, label=<:livre:champ_infos_sup_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, sommaire, label=<:livre:champ_sommaire_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, extrait, label=<:livre:champ_extrait_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, infos_sup, label=<:livre:champ_infos_sup_label:>, conteneur_class=long_label})]
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend><:livre:caracteristiques:></legend>
|
|
|
|
|
<div class="editer-groupe">
|
|
|
|
|
[(#SAISIE{oui_non_ligne, isbn, label=<:livre:champ_isbn_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, pages, label=<:livre:champ_pages_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, reliure, label=<:livre:champ_reliure_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, largeur, label=<:livre:champ_largeur_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, hauteur, label=<:livre:champ_hauteur_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, poids, label=<:livre:champ_poids_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, prix, label=<:livre:champ_prix_label:>, li_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, isbn, label=<:livre:champ_isbn_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, pages, label=<:livre:champ_pages_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, reliure, label=<:livre:champ_reliure_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, largeur, label=<:livre:champ_largeur_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, hauteur, label=<:livre:champ_hauteur_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, poids, label=<:livre:champ_poids_label:>, conteneur_class=long_label})]
|
|
|
|
|
[(#SAISIE{oui_non_ligne, prix, label=<:livre:champ_prix_label:>, conteneur_class=long_label})]
|
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|