File: example.xml

package info (click to toggle)
phpldapadmin 1.2.6.7-3~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 5,432 kB
  • sloc: php: 17,675; javascript: 5,299; xml: 1,498; sh: 379; python: 148; makefile: 23
file content (38 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">

<template>
<askcontainer>1</askcontainer>
<description>This is the description</description>
<icon>star.png</icon>
<invalid>1</invalid>
<rdn>o</rdn>
<regexp>^$</regexp>
<title>Example entry</title>
<visible>0</visible>

<objectClasses>
<objectClass id="organization"></objectClass>
</objectClasses>

<attributes>
<attribute id="attribute1">
	<display>Attribute 1</display>
	<hint>This is an example</hint>
	<icon>ldap-uid.png</icon>
	<order>1</order>
	<page>1</page>
</attribute>
<attribute id="attribute2">
	<display>Attribute 2</display>
	<order>2</order>
	<page>2</page>
</attribute>
<attribute id="attribute3">
	<display>Attribute 3</display>
	<order>1</order>
	<page>2</page>
</attribute>
</attributes>

</template>