6fd740804c4a92a2ff1fbc2680ecc8f15560d340
[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 <template>
4 <title>Example entry</title>
5 <regexp>^$</regexp>
6 <icon>images/star.png</icon>
7 <description>This is the description</description>
8 <rdn>o</rdn>
9 <visible>0</visible>
10
11 <objectClasses>
12 <objectClass id="organization"></objectClass>
13 </objectClasses>
14
15 <attributes>
16 <attribute id="attribute1">
17         <description>This is the attribute description</description>
18         <display>Attribute 1</display>
19         <hint>This is an example</hint>
20         <icon>images/user.png</icon>
21         <order>1</order>
22         <page>1</page>
23 </attribute>
24 <attribute id="attribute2">
25         <description>This is the attribute description</description>
26         <display>Attribute 2</display>
27         <order>2</order>
28         <page>2</page>
29 </attribute>
30 <attribute id="attribute3">
31         <description>This is the attribute description</description>
32         <display>Attribute 3</display>
33         <order>1</order>
34         <page>2</page>
35 </attribute>
36 </attributes>
37 </template>