phpldapadmin/templates/inetOrgPerson.xml

89 lines
1.9 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</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>
</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,%givenName% %sn%</onchange>
<order>1</order>
<page>1</page>
</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,%givenName% %sn%</onchange>
<order>2</order>
<page>1</page>
</attribute>
<attribute id="cn">
<display>Common Name</display>
<order>3</order>
<page>1</page>
<spacer>1</spacer>
</attribute>
<attribute id="o">
2009-06-30 10:26:08 +00:00
<display>Organisation</display>
2009-06-30 09:29:51 +00:00
<order>4</order>
<page>1</page>
</attribute>
<attribute id="street">
2009-06-30 10:26:08 +00:00
<cols>50</cols>
<display>Street</display>
2009-06-30 09:40:37 +00:00
<icon>images/mail.png</icon>
2009-06-30 09:29:51 +00:00
<order>4</order>
<page>1</page>
2009-06-30 10:26:08 +00:00
<rows>4</rows>
<type>textarea</type>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="l">
2009-06-30 10:26:08 +00:00
<display>City</display>
2009-06-30 09:29:51 +00:00
<order>5</order>
<page>1</page>
</attribute>
<attribute id="st">
2009-06-30 10:26:08 +00:00
<display>State</display>
2009-06-30 09:29:51 +00:00
<order>6</order>
<page>1</page>
</attribute>
<attribute id="postalCode">
2009-06-30 10:26:08 +00:00
<display>Postal code</display>
2009-06-30 09:29:51 +00:00
<order>7</order>
<page>1</page>
<spacer>1</spacer>
</attribute>
<attribute id="telephoneNumber">
2009-06-30 10:26:08 +00:00
<display>Work phone</display>
2009-06-30 09:40:37 +00:00
<icon>images/phone.png</icon>
2009-06-30 09:29:51 +00:00
<order>8</order>
<page>1</page>
</attribute>
<attribute id="facsimileTelephoneNumber">
2009-06-30 10:26:08 +00:00
<display>Fax</display>
2009-06-30 09:29:51 +00:00
<order>9</order>
<page>1</page>
</attribute>
<attribute id="mobile">
2009-06-30 10:26:08 +00:00
<display>Mobile</display>
2009-06-30 09:29:51 +00:00
<order>9</order>
<page>1</page>
</attribute>
<attribute id="mail">
2009-06-30 10:26:08 +00:00
<display>Email</display>
2009-06-30 09:29:51 +00:00
<order>10</order>
<page>1</page>
</attribute>
</attributes>
</template>