e82499fa1bec858853527a0ff5b6f4cce521ef9d
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / inetOrgPerson.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE template SYSTEM "template.dtd">
3 <template>
4 <title>Address Book Entry</title>
5 <!--<regexp>^ou=People,o=.*,</regexp>-->
6 <icon>images/user.png</icon>
7 <description>New Address Book Entry</description>
8 <askcontainer>1</askcontainer>
9 <rdn>cn</rdn>
10 <visible>1</visible>
11
12 <objectClasses>
13 <objectClass id="inetOrgPerson"></objectClass>
14 </objectClasses>
15
16 <attributes>
17 <attribute id="givenName">
18         <display>First name</display>
19         <icon>images/uid.png</icon>
20         <onchange>autoFill:cn,%givenName% %sn%</onchange>
21         <order>1</order>
22         <page>1</page>
23 </attribute>
24 <attribute id="sn">
25         <display>Last name</display>
26         <onchange>autoFill:cn,%givenName% %sn%</onchange>
27         <order>2</order>
28         <page>1</page>
29 </attribute>
30 <attribute id="cn">
31         <display>Common Name</display>
32         <order>3</order>
33         <page>1</page>
34         <spacer>1</spacer>
35 </attribute>
36 <attribute id="o">
37         <display>Organisation</display>
38         <order>4</order>
39         <page>1</page>
40 </attribute>
41 <attribute id="street">
42         <display>Street</display>
43         <icon>images/mail.png</icon>
44         <type>textarea</type>
45         <cols>50</cols>
46         <rows>4</rows>
47         <order>4</order>
48         <page>1</page>
49 </attribute>
50 <attribute id="l">
51         <display>City</display>
52         <order>5</order>
53         <page>1</page>
54 </attribute>
55 <attribute id="st">
56         <display>State</display>
57         <order>6</order>
58         <page>1</page>
59 </attribute>
60 <attribute id="postalCode">
61         <display>Postal code</display>
62         <order>7</order>
63         <page>1</page>
64         <spacer>1</spacer>
65 </attribute>
66 <attribute id="telephoneNumber">
67         <display>Work phone</display>
68         <icon>images/phone.png</icon>
69         <order>8</order>
70         <page>1</page>
71 </attribute>
72 <attribute id="facsimileTelephoneNumber">
73         <display>Fax</display>
74         <order>9</order>
75         <page>1</page>
76 </attribute>
77 <attribute id="mobile">
78         <display>Mobile</display>
79         <order>9</order>
80         <page>1</page>
81 </attribute>
82 <attribute id="mail">
83         <display>Email</display>
84         <order>10</order>
85         <page>1</page>
86 </attribute>
87 </attributes>
88 </template>