Merge branch 'template' of ssh://matthijs@git.stderr.nl/matthijs/servers/drsnuggles...
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / example.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE template SYSTEM "template.dtd">
3
4 <template>
5 <askcontainer>1</askcontainer>
6 <description>This is the description</description>
7 <icon>star.png</icon>
8 <invalid>1</invalid>
9 <rdn>o</rdn>
10 <regexp>^$</regexp>
11 <title>Example entry</title>
12 <visible>0</visible>
13
14 <objectClasses>
15 <objectClass id="organization"></objectClass>
16 </objectClasses>
17
18 <attributes>
19 <attribute id="attribute1">
20         <display>Attribute 1</display>
21         <hint>This is an example</hint>
22         <icon>ldap-uid.png</icon>
23         <order>1</order>
24         <page>1</page>
25 </attribute>
26 <attribute id="attribute2">
27         <display>Attribute 2</display>
28         <order>2</order>
29         <page>2</page>
30 </attribute>
31 <attribute id="attribute3">
32         <display>Attribute 3</display>
33         <order>1</order>
34         <page>2</page>
35 </attribute>
36 </attributes>
37
38 </template>