Merge branch 'template' of ssh://matthijs@git.stderr.nl/matthijs/servers/drsnuggles...
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / templates / creation / mozillaOrgPerson.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>New Thunderbird Address Book Entry</description>
7 <icon>address-book.png</icon>
8 <invalid>0</invalid>
9 <rdn>cn</rdn>
10 <!--<regexp>^ou=People,o=.*,</regexp>-->
11 <title>Thunderbird: Address Book Entry</title>
12 <visible>1</visible>
13
14 <objectClasses>
15 <objectClass id="inetOrgPerson"></objectClass>
16 <objectClass id="mozillaOrgPerson"></objectClass>
17 </objectClasses>
18
19 <attributes>
20 <attribute id="givenName">
21         <display>First Name</display>
22         <onchange>=autoFill(cn;%sn% %givenName%)</onchange>
23         <order>1</order>
24 </attribute>
25 <attribute id="sn">
26         <display>Last Name</display>
27         <onchange>=autoFill(cn;%sn% %givenName%)</onchange>
28         <order>2</order>
29 </attribute>
30 <attribute id="cn">
31         <display>Display Name</display>
32         <order>3</order>
33 </attribute>
34 <attribute id="mozillaNickName">
35         <display>NickName</display>
36         <order>4</order>
37         <spacer>1</spacer>
38 </attribute>
39 <attribute id="mail">
40         <display>Email</display>
41         <order>5</order>
42 </attribute>
43 <attribute id="mozillaSecondEmail">
44         <display>Alternative Email</display>
45         <order>6</order>
46 </attribute>
47 <attribute id="nsAIMid">
48         <display>AIM Nick</display>
49         <order>7</order>
50 </attribute>
51 <attribute id="mozillaUseHtmlMail">
52         <display>HTML Email Format</display>
53         <order>8</order>
54         <spacer>1</spacer>
55 </attribute>
56 <attribute id="telephoneNumber">
57         <display>Work Phone Number</display>
58         <order>9</order>
59 </attribute>
60 <attribute id="homePhone">
61         <display>Home Phone Number</display>
62         <order>10</order>
63 </attribute>
64 <attribute id="facsimileTelephoneNumber">
65         <display>Fax Number</display>
66         <order>11</order>
67 </attribute>
68 <attribute id="pager">
69         <display>Pager</display>
70         <order>12</order>
71 </attribute>
72 <attribute id="mobile">
73         <display>Mobile</display>
74         <order>13</order>
75         <spacer>1</spacer>
76 </attribute>
77 <attribute id="mozillaHomeStreet">
78         <display>Address (personal)</display>
79         <order>14</order>
80 </attribute>
81 <attribute id="mozillaHomeLocalityName">
82         <display>City (personal)</display>
83         <order>15</order>
84 </attribute>
85 <attribute id="mozillaHomeState">
86         <display>State (personal)</display>
87         <order>16</order>
88 </attribute>
89 <attribute id="mozillaHomePostalCode">
90         <display>Zip (personal)</display>
91         <order>17</order>
92 </attribute>
93 <attribute id="mozillaHomeCountryName">
94         <display>Country (personal)</display>
95         <order>18</order>
96 </attribute>
97 <attribute id="mozillaHomeUrl">
98         <display>Web page (personal)</display>
99         <order>19</order>
100         <spacer>1</spacer>
101 </attribute>
102 <attribute id="title">
103         <display>Title (professional)</display>
104         <order>20</order>
105 </attribute>
106 <attribute id="ou">
107         <display>Department (professional)</display>
108         <order>21</order>
109 </attribute>
110 <attribute id="o">
111         <display>Organization (professional)</display>
112         <order>22</order>
113 </attribute>
114 <attribute id="street">
115         <display>Address (professional)</display>
116         <order>23</order>
117 </attribute>
118 <attribute id="l">
119         <display>City (professional)</display>
120         <order>24</order>
121 </attribute>
122 <attribute id="st">
123         <display>State (professional)</display>
124         <order>25</order>
125 </attribute>
126 <attribute id="postalCode">
127         <display>Zip (professional)</display>
128         <order>26</order>
129 </attribute>
130 <attribute id="c">
131         <display>Country (professional)</display>
132         <order>27</order>
133 </attribute>
134 <attribute id="mozillaWorkUrl">
135         <display>Web Page (professional)</display>
136         <order>28</order>
137         <spacer>1</spacer>
138 </attribute>
139 <attribute id="mozillaCustom1">
140         <display>Custom 1</display>
141         <order>29</order>
142 </attribute>
143 <attribute id="mozillaCustom2">
144         <display>Custom 2</display>
145         <order>30</order>
146 </attribute>
147 <attribute id="mozillaCustom3">
148         <display>Custom 3</display>
149         <order>31</order>
150 </attribute>
151 <attribute id="mozillaCustom4">
152         <display>Custom 4</display>
153         <order>32</order>
154 </attribute>
155 <attribute id="description">
156         <display>Description</display>
157         <order>33</order>
158 </attribute>
159 </attributes>
160
161 </template>