phpldapadmin/templates/mozillaOrgPerson.xml

140 lines
3.3 KiB
XML
Raw Normal View History

2009-06-30 09:40:37 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
2009-06-30 09:29:51 +00:00
<template>
2009-06-30 10:26:08 +00:00
<title>Address Book Entry (mozillaOrgPerson)</title>
2009-06-30 09:29:51 +00:00
<!--<regexp>^ou=People,o=.*,</regexp>-->
<icon>images/user.png</icon>
2009-06-30 10:26:08 +00:00
<description>New Address Book Entry</description>
2009-06-30 09:29:51 +00:00
<askcontainer>1</askcontainer>
<rdn>cn</rdn>
<visible>1</visible>
<objectClasses>
<objectClass id="inetOrgPerson"></objectClass>
2009-06-30 10:26:08 +00:00
<objectClass id="mozillaAddressBookEntry"></objectClass>
2009-06-30 09:29:51 +00:00
</objectClasses>
<attributes>
<attribute id="givenName">
2009-06-30 10:26:08 +00:00
<display>First Name</display>
2009-06-30 09:29:51 +00:00
<icon>images/uid.png</icon>
<onchange>autoFill:cn,%sn% %givenName%</onchange>
<order>1</order>
</attribute>
<attribute id="sn">
2009-06-30 10:26:08 +00:00
<display>Last Name</display>
2009-06-30 09:29:51 +00:00
<onchange>autoFill:cn,%sn% %givenName%</onchange>
<order>2</order>
</attribute>
<attribute id="cn">
<display>Common Name</display>
<order>3</order>
</attribute>
<attribute id="mozillaNickName">
2009-06-30 10:26:08 +00:00
<display>Nickname</display>
2009-06-30 09:29:51 +00:00
<order>4</order>
<spacer>1</spacer>
</attribute>
<attribute id="mail">
<display>t_email</display>
2009-06-30 09:40:37 +00:00
<order>5</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaSecondEmail">
2009-06-30 10:26:08 +00:00
<display>Additional email</display>
2009-06-30 09:29:51 +00:00
<order>6</order>
<spacer>1</spacer>
</attribute>
<attribute id="telephoneNumber">
2009-06-30 10:26:08 +00:00
<display>Work Phone</display>
2009-06-30 09:29:51 +00:00
<icon>images/phone.png</icon>
2009-06-30 09:40:37 +00:00
<order>7</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="homePhone">
2009-06-30 10:26:08 +00:00
<display>Home Phone</display>
2009-06-30 09:29:51 +00:00
<order>8</order>
</attribute>
<attribute id="facsimileTelephoneNumber">
<display>Fax</display>
<order>9</order>
</attribute>
<attribute id="pager">
<display>Page</display>
<order>10</order>
</attribute>
<attribute id="mobile">
<display>Mobile</display>
<order>11</order>
<spacer>1</spacer>
</attribute>
<attribute id="homePostalAddress">
2009-06-30 10:26:08 +00:00
<display>Home Address</display>
2009-06-30 09:40:37 +00:00
<order>12</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaHomePostalAddress2">
2009-06-30 10:26:08 +00:00
<display>Home Address 2</display>
2009-06-30 09:40:37 +00:00
<order>13</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaHomeLocalityName">
2009-06-30 10:26:08 +00:00
<display>Home City</display>
2009-06-30 09:40:37 +00:00
<order>14</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaHomeState">
2009-06-30 10:26:08 +00:00
<display>Home State</display>
2009-06-30 09:40:37 +00:00
<order>15</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaHomePostalCode">
2009-06-30 10:26:08 +00:00
<display>Home ZIP/Postal Code</display>
2009-06-30 09:40:37 +00:00
<order>16</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaHomeCountryName">
2009-06-30 10:26:08 +00:00
<display>Home Country</display>
2009-06-30 09:40:37 +00:00
<order>17</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaHomeUrl">
2009-06-30 10:26:08 +00:00
<display>Home Web page</display>
2009-06-30 09:40:37 +00:00
<order>18</order>
2009-06-30 09:29:51 +00:00
<spacer>1</spacer>
</attribute>
<attribute id="title">
2009-06-30 10:26:08 +00:00
<display>Work Title</display>
2009-06-30 09:40:37 +00:00
<order>19</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="ou">
2009-06-30 10:26:08 +00:00
<display>Work Department</display>
2009-06-30 09:40:37 +00:00
<order>20</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="o">
2009-06-30 10:26:08 +00:00
<display>Work Organization</display>
2009-06-30 09:40:37 +00:00
<order>21</order>
2009-06-30 09:29:51 +00:00
</attribute>
2009-06-30 10:26:08 +00:00
<attribute id="street">
<display>Work Address</display>
2009-06-30 09:40:37 +00:00
<order>22</order>
2009-06-30 09:29:51 +00:00
</attribute>
2009-06-30 10:26:08 +00:00
<attribute id="mozillaWorkStreet2">
<display>Work Address 2</display>
2009-06-30 09:40:37 +00:00
<order>23</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="l">
2009-06-30 10:26:08 +00:00
<display>Work City</display>
2009-06-30 09:40:37 +00:00
<order>24</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="st">
2009-06-30 10:26:08 +00:00
<display>Work State/Province</display>
2009-06-30 09:40:37 +00:00
<order>25</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="postalCode">
2009-06-30 10:26:08 +00:00
<display>Work ZIP/Postal Code</display>
2009-06-30 09:40:37 +00:00
<order>26</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="c">
2009-06-30 10:26:08 +00:00
<display>Work Country</display>
2009-06-30 09:40:37 +00:00
<order>27</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mozillaWorkUrl">
2009-06-30 10:26:08 +00:00
<display>Work Web page</display>
2009-06-30 09:40:37 +00:00
<order>28</order>
2009-06-30 09:29:51 +00:00
</attribute>
</attributes>
</template>