385b47266c76b6d5b27f12c0fb8e62a6306df982
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / modification / 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>^uid=.*,</regexp>
6 <icon>images/user.png</icon>
7 <visible>0</visible>
8 <rdn>uid</rdn>
9
10 <objectClasses>
11 <objectClass id="inetOrgPerson"></objectClass>
12 <objectClass id="top"></objectClass>
13 </objectClasses>
14
15 <attributes>
16 <attribute id="givenName">
17         <display>First name</display>
18         <icon>images/uid.png</icon>
19         <onchange>autoFill:cn,%givenName% %sn%</onchange>
20         <order>1</order>
21 </attribute>
22 <attribute id="sn">
23         <display>Last name</display>
24         <onchange>autoFill:cn,%givenName% %sn%</onchange>
25         <order>2</order>
26 </attribute>
27 <attribute id="cn">
28         <display>Common Name</display>
29         <readonly>1</readonly>
30         <order>3</order>
31         <spacer>1</spacer>
32 </attribute>
33 <attribute id="o">
34         <display>Organisation</display>
35         <order>4</order>
36 </attribute>
37 <attribute id="street">
38         <display>Street</display>
39         <icon>images/mail.png</icon>
40         <type>textarea</type>
41         <cols>50</cols>
42         <rows>4</rows>
43         <order>5</order>
44 </attribute>
45 <attribute id="l">
46         <display>City</display>
47         <option>Berlin</option>
48         <option>London</option>
49         <option>Paris</option>
50         <option>Washington</option>
51         <option>Other</option>
52         <order>6</order>
53 </attribute>
54 <attribute id="st">
55         <display>State</display>
56         <order>7</order>
57 </attribute>
58 <attribute id="postalCode">
59         <display>Postal code</display>
60         <maxlength>5</maxlength>
61         <order>8</order>
62         <spacer>1</spacer>
63 </attribute>
64 <attribute id="telephoneNumber">
65         <display>Work phone</display>
66         <icon>images/phone.png</icon>
67         <order>9</order>
68 </attribute>
69 <attribute id="facsimileTelephoneNumber">
70         <display>Fax</display>
71         <order>10</order>
72 </attribute>
73 <attribute id="mobile">
74         <display>Mobile</display>
75         <order>11</order>
76 </attribute>
77 <attribute id="mail">
78         <display>Email</display>
79         <order>12</order>
80 </attribute>
81 </attributes>
82 </template>