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/Group.xml

52 lines
1.9 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="groupModel" schema="/schemas/Group.xsd">
<xforms:submission action="file://tmp/abracadabra-put.xml" method="put" id="submit"/>
</xforms:model>
<yep:page name="view">
<yep:body>
<xforms:group model="groupModel">
<xforms:label yep:translatable="true">Group</xforms:label>
<xforms:input ref="yep:name">
<xforms:label yep:translatable="true">Name</xforms:label>
</xforms:input>
<xforms:select appearance="full" ref="yep:authenticationMethods">
<xforms:label yep:translatable="true">Authentication Methods</xforms:label>
<xforms:item>
<xforms:label yep:translatable="true">X.509v3 Certificate Stored in Smartcard</xforms:label>
<xforms:value>smartcardPki</xforms:value>
</xforms:item>
<xforms:item>
<xforms:label yep:translatable="true">X.509v3 Certificate Stored in Navigator</xforms:label>
<xforms:value>softwarePki</xforms:value>
</xforms:item>
<xforms:item>
<xforms:label yep:translatable="true">Login / Password</xforms:label>
<xforms:value>password</xforms:value>
</xforms:item>
</xforms:select>
<xforms:group ref="yep:members">
<xforms:label yep:translatable="true">Members</xforms:label>
<xforms:input ref="yep:everybody"/>
<xforms:repeat ref="yep:group">
<xforms:input/>
</xforms:repeat>
<xforms:repeat ref="yep:identity">
<xforms:input/>
</xforms:repeat>
</xforms:group>
</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>