PHP Classes

File: templates/creation/mozillaOrgPerson.xml

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   templates/creation/mozillaOrgPerson.xml   Download  
File: templates/creation/mozillaOrgPerson.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 3,924 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE template SYSTEM "template.dtd"> <template> <askcontainer>1</askcontainer> <description>New Thunderbird Address Book Entry</description> <icon>address-book.png</icon> <invalid>0</invalid> <rdn>cn</rdn> <!--<regexp>^ou=People,o=.*,</regexp>--> <title>Thunderbird: Address Book Entry</title> <visible>1</visible> <objectClasses> <objectClass id="inetOrgPerson"></objectClass> <objectClass id="mozillaOrgPerson"></objectClass> </objectClasses> <attributes> <attribute id="givenName"> <display>First Name</display> <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>Display Name</display> <order>3</order> </attribute> <attribute id="mozillaNickName"> <display>NickName</display> <order>4</order> <spacer>1</spacer> </attribute> <attribute id="mail"> <display>Email</display> <order>5</order> </attribute> <attribute id="mozillaSecondEmail"> <display>Alternative Email</display> <order>6</order> </attribute> <attribute id="nsAIMid"> <display>AIM Nick</display> <order>7</order> </attribute> <attribute id="mozillaUseHtmlMail"> <display>HTML Email Format</display> <order>8</order> <spacer>1</spacer> </attribute> <attribute id="telephoneNumber"> <display>Work Phone Number</display> <order>9</order> </attribute> <attribute id="homePhone"> <display>Home Phone Number</display> <order>10</order> </attribute> <attribute id="facsimileTelephoneNumber"> <display>Fax Number</display> <order>11</order> </attribute> <attribute id="pager"> <display>Pager</display> <order>12</order> </attribute> <attribute id="mobile"> <display>Mobile</display> <order>13</order> <spacer>1</spacer> </attribute> <attribute id="mozillaHomeStreet"> <display>Address (personal)</display> <order>14</order> </attribute> <attribute id="mozillaHomeLocalityName"> <display>City (personal)</display> <order>15</order> </attribute> <attribute id="mozillaHomeState"> <display>State (personal)</display> <order>16</order> </attribute> <attribute id="mozillaHomePostalCode"> <display>Zip (personal)</display> <order>17</order> </attribute> <attribute id="mozillaHomeCountryName"> <display>Country (personal)</display> <order>18</order> </attribute> <attribute id="mozillaHomeUrl"> <display>Web page (personal)</display> <order>19</order> <spacer>1</spacer> </attribute> <attribute id="title"> <display>Title (professional)</display> <order>20</order> </attribute> <attribute id="ou"> <display>Department (professional)</display> <order>21</order> </attribute> <attribute id="o"> <display>Organization (professional)</display> <order>22</order> </attribute> <attribute id="street"> <display>Address (professional)</display> <order>23</order> </attribute> <attribute id="l"> <display>City (professional)</display> <order>24</order> </attribute> <attribute id="st"> <display>State (professional)</display> <order>25</order> </attribute> <attribute id="postalCode"> <display>Zip (professional)</display> <order>26</order> </attribute> <attribute id="c"> <display>Country (professional)</display> <order>27</order> </attribute> <attribute id="mozillaWorkUrl"> <display>Web Page (professional)</display> <order>28</order> <spacer>1</spacer> </attribute> <attribute id="mozillaCustom1"> <display>Custom 1</display> <order>29</order> </attribute> <attribute id="mozillaCustom2"> <display>Custom 2</display> <order>30</order> </attribute> <attribute id="mozillaCustom3"> <display>Custom 3</display> <order>31</order> </attribute> <attribute id="mozillaCustom4"> <display>Custom 4</display> <order>32</order> </attribute> <attribute id="description"> <display>Description</display> <order>33</order> </attribute> </attributes> </template>