for creole's zephir2 branch
This commit is contained in:
24
tests/flattener_dicos/80action_onlyone/00-base.xml
Normal file
24
tests/flattener_dicos/80action_onlyone/00-base.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
|
||||
<files/>
|
||||
<containers/>
|
||||
|
||||
<variables>
|
||||
<family name='général'>
|
||||
<variable name='mode_conteneur_actif' type='oui/non' description="No change" hidden="True">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
</family>
|
||||
<separators/>
|
||||
</variables>
|
||||
|
||||
<constraints>
|
||||
</constraints>
|
||||
|
||||
<help/>
|
||||
|
||||
</creole>
|
||||
<!-- vim: ts=4 sw=4 expandtab
|
||||
-->
|
@ -0,0 +1,26 @@
|
||||
<creole>
|
||||
<family_action name="systeme"
|
||||
description="Liste des actions pour gérer le système EOLE"
|
||||
color="#ddc9e6"
|
||||
image="system.svg">
|
||||
<action type="form"
|
||||
title="Reconfigure"
|
||||
description="Reconfigurer le serveur"
|
||||
image="backup.svg">
|
||||
<input>Reconfigurer</input>
|
||||
<profile>ead_admin</profile>
|
||||
<ewtapp>ead</ewtapp>
|
||||
<tag>reconfigure</tag>
|
||||
</action>
|
||||
</family_action>
|
||||
<variables>
|
||||
<family name="test">
|
||||
<variable name="delay" type="number" description="délai en minutes avant lancement">
|
||||
<value>0</value>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
</constraints>
|
||||
<help/>
|
||||
</creole>
|
@ -0,0 +1,22 @@
|
||||
<creole>
|
||||
<family_action name="systeme"
|
||||
description="Liste des actions pour gérer le système EOLE"
|
||||
color="#ddc9e6"
|
||||
image="system.svg">
|
||||
<action type="form"
|
||||
title="Reconfigure2"
|
||||
description="Reconfigurer le serveur2"
|
||||
image="backup.svg">
|
||||
<input>Reconfigurer2</input>
|
||||
<profile>ead_admin</profile>
|
||||
<ewtapp>ead</ewtapp>
|
||||
<tag>reconfigure</tag>
|
||||
</action>
|
||||
</family_action>
|
||||
<variables>
|
||||
</variables>
|
||||
<constraints>
|
||||
</constraints>
|
||||
<help/>
|
||||
</creole>
|
||||
|
Reference in New Issue
Block a user