phpldapadmin/templates/modification/inetOrgPerson.xml
2009-06-30 20:46:00 +10:00

83 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
<template>
<title>Address Book Entry</title>
<regexp>^uid=.*,</regexp>
<icon>images/user.png</icon>
<visible>1</visible>
<rdn>uid</rdn>
<objectClasses>
<objectClass id="inetOrgPerson"></objectClass>
<objectClass id="top"></objectClass>
</objectClasses>
<attributes>
<attribute id="givenName">
<display>First name</display>
<icon>images/uid.png</icon>
<onchange>autoFill:cn,%givenName% %sn%</onchange>
<order>1</order>
</attribute>
<attribute id="sn">
<display>Last name</display>
<onchange>autoFill:cn,%givenName% %sn%</onchange>
<order>2</order>
</attribute>
<attribute id="cn">
<display>Common Name</display>
<readonly>1</readonly>
<order>3</order>
<spacer>1</spacer>
</attribute>
<attribute id="o">
<display>Organisation</display>
<order>4</order>
</attribute>
<attribute id="street">
<display>Street</display>
<icon>images/mail.png</icon>
<type>textarea</type>
<cols>50</cols>
<rows>4</rows>
<order>5</order>
</attribute>
<attribute id="l">
<display>City</display>
<option>Berlin</option>
<option>London</option>
<option>Paris</option>
<option>Washington</option>
<option>Other</option>
<order>6</order>
</attribute>
<attribute id="st">
<display>State</display>
<order>7</order>
</attribute>
<attribute id="postalCode">
<display>Postal code</display>
<maxlength>5</maxlength>
<order>8</order>
<spacer>1</spacer>
</attribute>
<attribute id="telephoneNumber">
<display>Work phone</display>
<icon>images/phone.png</icon>
<order>9</order>
</attribute>
<attribute id="facsimileTelephoneNumber">
<display>Fax</display>
<order>10</order>
</attribute>
<attribute id="mobile">
<display>Mobile</display>
<order>11</order>
</attribute>
<attribute id="mail">
<display>Email</display>
<order>12</order>
</attribute>
</attributes>
</template>