2009-06-30 09:40:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE template SYSTEM "template.dtd">
|
2009-07-01 06:09:17 +00:00
|
|
|
|
2009-06-30 09:29:51 +00:00
|
|
|
<template>
|
|
|
|
<askcontainer>1</askcontainer>
|
2009-07-01 06:09:17 +00:00
|
|
|
<description>New Address Book Entry</description>
|
2009-07-08 10:10:57 +00:00
|
|
|
<icon>address-book.png</icon>
|
2009-07-01 06:09:17 +00:00
|
|
|
<invalid>0</invalid>
|
2009-06-30 09:29:51 +00:00
|
|
|
<rdn>cn</rdn>
|
2009-07-01 06:09:17 +00:00
|
|
|
<!--<regexp>^ou=People,o=.*,</regexp>-->
|
|
|
|
<title>Generic: Address Book Entry</title>
|
2009-06-30 09:29:51 +00:00
|
|
|
<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-07-27 09:16:12 +00:00
|
|
|
<icon>ldap-uid.png</icon>
|
2009-07-01 06:09:17 +00:00
|
|
|
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
|
2009-06-30 09:29:51 +00:00
|
|
|
<order>1</order>
|
|
|
|
<page>1</page>
|
|
|
|
</attribute>
|
|
|
|
<attribute id="sn">
|
2009-06-30 10:26:08 +00:00
|
|
|
<display>Last name</display>
|
2009-07-01 06:09:17 +00:00
|
|
|
<onchange>=autoFill(cn;%givenName% %sn%)</onchange>
|
2009-06-30 09:29:51 +00:00
|
|
|
<order>2</order>
|
|
|
|
<page>1</page>
|
|
|
|
</attribute>
|
|
|
|
<attribute id="cn">
|
|
|
|
<display>Common Name</display>
|
|
|
|
<order>3</order>
|
|
|
|
<page>1</page>
|
|
|
|
<spacer>1</spacer>
|
|
|
|
</attribute>
|
2009-07-01 06:09:17 +00:00
|
|
|
<attribute id="jpegPhoto">
|
|
|
|
<display>Photo</display>
|
|
|
|
<order>3</order>
|
|
|
|
<spacer>1</spacer>
|
|
|
|
</attribute>
|
2009-06-30 09:29:51 +00:00
|
|
|
<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-07-01 06:09:17 +00:00
|
|
|
<cols>50</cols>
|
2009-06-30 10:26:08 +00:00
|
|
|
<display>Street</display>
|
2009-07-08 06:14:50 +00:00
|
|
|
<icon>mail.png</icon>
|
2009-06-30 09:29:51 +00:00
|
|
|
<order>4</order>
|
|
|
|
<page>1</page>
|
2009-07-01 06:09:17 +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-07-08 06:14:50 +00:00
|
|
|
<icon>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>
|
2009-07-01 06:09:17 +00:00
|
|
|
|
2009-06-30 09:29:51 +00:00
|
|
|
</template>
|