This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
expression/vhosts/label.villes-internet.net/descriptions/Inscription.xml

64 lines
2.0 KiB
XML

<?xml version="1.0"?>
<yep:description schema="/schemas/Description.xsd"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:yep="http://abracadabra.entrouvert.org/0.0"
xmlns:xforms="http://www.w3.org/2002/xforms">
<xforms:model id="inscriptionModel" schema="/schemas/Inscription.xsd">
<xforms:submission action="file://tmp/abracadabra-put.xml" method="put" id="submit"/>
</xforms:model>
<yep:page name="new" type="form">
<yep:body>
<xforms:group model="inscriptionModel">
<xforms:label>Inscription</xforms:label>
<xforms:input ref="nomCollectivite">
<xforms:label>Nom de la collectivité locale ou de la communauté de
communes</xforms:label>
</xforms:input>
<xforms:select1 appearance="full" ref="yep:estInscriteSurPlateforme">
<xforms:label>Votre collectivité - ou votre communauté - est-elle inscrite
sur la <a target="_blank" href="http://www.villes-internet.net/villes/">Plate-forme
Villes Internet</a> ?</xforms:label>
<xforms:item>
<xforms:label>Oui</xforms:label>
<xforms:value>1</xforms:value>
</xforms:item>
<xforms:item>
<xforms:label>Non</xforms:label>
<xforms:value>0</xforms:value>
</xforms:item>
</xforms:select1>
</xforms:group>
</yep:body>
<yep:actionButtonsBar>
<yep:actionButton>
<xforms:label yep:translatable="true">Create</xforms:label>
<yep:action>submit</yep:action>
</yep:actionButton>
</yep:actionButtonsBar>
</yep:page>
<yep:page name="edit" type="form">
<yep:body>
</yep:body>
<yep:actionButtonsBar>
<yep:actionButton>
<xforms:label yep:translatable="true">Modify</xforms:label>
<yep:action>submit</yep:action>
</yep:actionButton>
</yep:actionButtonsBar>
</yep:page>
<yep:page name="view">
<yep:body>
</yep:body>
<yep:actionButtonsBar>
<yep:actionButton>
<xforms:label yep:translatable="true">Edit</xforms:label>
<yep:action>edit</yep:action>
</yep:actionButton>
</yep:actionButtonsBar>
</yep:page>
</yep:description>