phpldapadmin/templates/modification/inetOrgPerson.xml

94 lines
2.1 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>
<description>Address Book Entry</description>
<icon>address-book.png</icon>
<invalid>0</invalid>
<rdn>cn</rdn>
2009-07-04 05:09:13 +00:00
<!-- <regexp>^uid=.*,</regexp> -->
<title>Generic: Address Book Entry</title>
<visible>1</visible>
2009-06-30 09:29:51 +00:00
<objectClasses>
<objectClass id="inetOrgPerson"></objectClass>
2009-06-30 10:46:00 +00:00
<objectClass id="top"></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>
<icon>uid.png</icon>
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
2009-06-30 09:29:51 +00:00
<order>1</order>
</attribute>
<attribute id="sn">
2009-06-30 10:26:08 +00:00
<display>Last name</display>
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
2009-06-30 09:29:51 +00:00
<order>2</order>
</attribute>
<attribute id="cn">
<display>Common Name</display>
<order>3</order>
2009-06-30 10:46:00 +00:00
<readonly>1</readonly>
<spacer>1</spacer>
</attribute>
<attribute id="jpegPhoto">
<display>Photo</display>
2009-06-30 09:29:51 +00:00
<order>3</order>
<readonly>0</readonly>
2009-06-30 09:29:51 +00:00
<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>
</attribute>
<attribute id="street">
<cols>50</cols>
2009-06-30 10:26:08 +00:00
<display>Street</display>
<icon>mail.png</icon>
2009-06-30 10:46:00 +00:00
<order>5</order>
<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 10:46:00 +00:00
<order>6</order>
<type>select</type>
<value id="Berlin">Berlin</value>
<value id="London">London</value>
<value id="Paris">Paris</value>
<value id="Washington">Washington</value>
<value id="Other">Other</value>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="st">
2009-06-30 10:26:08 +00:00
<display>State</display>
2009-06-30 10:46:00 +00:00
<order>7</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="postalCode">
2009-06-30 10:26:08 +00:00
<display>Postal code</display>
2009-06-30 10:46:00 +00:00
<maxlength>5</maxlength>
<order>8</order>
2009-06-30 09:29:51 +00:00
<spacer>1</spacer>
</attribute>
<attribute id="telephoneNumber">
2009-06-30 10:26:08 +00:00
<display>Work phone</display>
<icon>phone.png</icon>
2009-06-30 10:46:00 +00:00
<order>9</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="facsimileTelephoneNumber">
2009-06-30 10:26:08 +00:00
<display>Fax</display>
2009-06-30 10:46:00 +00:00
<order>10</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mobile">
2009-06-30 10:26:08 +00:00
<display>Mobile</display>
2009-06-30 10:46:00 +00:00
<order>11</order>
2009-06-30 09:29:51 +00:00
</attribute>
<attribute id="mail">
2009-06-30 10:26:08 +00:00
<display>Email</display>
2009-06-30 10:46:00 +00:00
<order>12</order>
2009-06-30 09:29:51 +00:00
</attribute>
</attributes>
2009-06-30 09:29:51 +00:00
</template>