7d53ccdb458ed9a2d246c5bff6f579d736400916
[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
4 <template>
5 <description>Address Book Entry</description>
6 <icon>address-book.png</icon>
7 <invalid>0</invalid>
8 <rdn>cn</rdn>
9 <noleaf>1</noleaf>
10 <!--<regexp>^ou=People,o=.*,</regexp>-->
11 <title>Generic: Address Book Entry</title>
12 <visible>1</visible>
13
14 <objectClasses>
15 <objectClass id="inetOrgPerson"></objectClass>
16 </objectClasses>
17
18 <attributes>
19 <attribute id="givenName">
20         <display>First name</display>
21         <icon>ldap-uid.png</icon>
22         <onchange>=autoFill(cn;%givenName% %sn%)</onchange>
23         <order>1</order>
24 </attribute>
25 <attribute id="sn">
26         <display>Last name</display>
27         <onchange>=autoFill(cn;%givenName% %sn%)</onchange>
28         <order>2</order>
29 </attribute>
30 <attribute id="cn">
31         <display>Common Name</display>
32         <order>3</order>
33         <readonly>1</readonly>
34         <spacer>1</spacer>
35 </attribute>
36 <attribute id="jpegPhoto">
37         <display>Photo</display>
38         <order>3</order>
39         <spacer>1</spacer>
40 </attribute>
41 <attribute id="o">
42         <display>Organisation</display>
43         <order>4</order>
44 </attribute>
45 <attribute id="street">
46         <cols>50</cols>
47         <display>Street</display>
48         <icon>mail.png</icon>
49         <order>5</order>
50         <rows>4</rows>
51         <type>textarea</type>
52 </attribute>
53 <attribute id="l">
54         <display>City</display>
55         <order>6</order>
56 </attribute>
57 <attribute id="st">
58         <display>State</display>
59         <order>7</order>
60 </attribute>
61 <attribute id="postalCode">
62         <display>Postal code</display>
63         <order>8</order>
64         <spacer>1</spacer>
65 </attribute>
66 <attribute id="telephoneNumber">
67         <display>Work phone</display>
68         <icon>phone.png</icon>
69         <order>9</order>
70 </attribute>
71 <attribute id="facsimileTelephoneNumber">
72         <display>Fax</display>
73         <order>10</order>
74 </attribute>
75 <attribute id="mobile">
76         <display>Mobile</display>
77         <order>11</order>
78 </attribute>
79 <attribute id="mail">
80         <display>Email</display>
81         <order>12</order>
82 </attribute>
83 </attributes>
84
85 </template>