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/system/descriptions/PasswordAccount.xml

31 lines
1.2 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="passwordAccountModel"
schema="/schemas/PasswordAccount.xsd">
<!-- <xforms:bind nodeset="yep:id" readonly="true()" relevant="false()"/> -->
<xforms:submission action="file://tmp/abracadabra-put.xml" method="put" id="submit"/>
</xforms:model>
<yep:page name="view">
<yep:body>
<xforms:group model="passwordAccountModel">
<xforms:label yep:translatable="true">Password Account</xforms:label>
<xforms:input ref="yep:login">
<xforms:label yep:translatable="true">Login</xforms:label>
</xforms:input>
<xforms:secret ref="yep:password">
<xforms:label yep:translatable="true">Password</xforms:label>
</xforms:secret>
</xforms:group>
</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>