« Catégorie:Test-schema » : différence entre les versions

Création de la catégorie
 
Nouveau test
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
<PageSchema>
<PageSchema>
   <Template name="TestSchema" autoAdd="true">
   <Template name="TestSchema" autoAdd="true" multiple="false">
     <Field name="Titre">
     <Field name="Titre">
       <InputType>text</InputType>
       <InputType>text</InputType>
      <Label>Titre de la loi</Label>
     </Field>
     </Field>
     <Field name="Année">
     <Field name="Année">
       <InputType>date</InputType>
       <InputType>date</InputType>
      <Label>Année d'adoption</Label>
     </Field>
     </Field>
     <Field name="Référence légale">
     <Field name="Référence légale">
       <InputType>text</InputType>
       <InputType>text</InputType>
      <Label>Référence législative</Label>
     </Field>
     </Field>
     <Field name="Texte intégral">
     <Field name="Texte intégral">
       <InputType>textarea</InputType>
       <InputType>textarea</InputType>
      <Label>Texte intégral</Label>
     </Field>
     </Field>
    <pageforms_Form>
      <pageforms_Display>
        <pageforms_Section name="Informations principales" showonselect="true">
          <pageforms_PartField>Titre</pageforms_PartField>
          <pageforms_PartField>Année</pageforms_PartField>
          <pageforms_PartField>Référence légale</pageforms_PartField>
        </pageforms_Section>
        <pageforms_Section name="Texte intégral">
          <pageforms_PartField>Texte intégral</pageforms_PartField>
        </pageforms_Section>
        <pageforms_Section name="Données calculées" hidden="true">
          <pageforms_PartFreeText />
        </pageforms_Section>
      </pageforms_Display>
      <pageforms_StandardInputs />
      <pageforms_FreeTextLabel>Compléments</pageforms_FreeTextLabel>
      <pageforms_PreloadText>{{Tableau EEV}}</pageforms_PreloadText>
    </pageforms_Form>
   </Template>
   </Template>


   <Template name="Tableau EEV" autoAdd="true" />
   <Template name="Tableau EEV" autoAdd="true" />
</PageSchema>
</PageSchema>