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