Commit a9d6649c authored by Dave Cridland's avatar Dave Cridland

Merge pull request #397 from sco0ter/admin.tld

Update admin.tld to use the latest taglib version.
parents 950aa766 012ee89c
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<taglib xmlns="http://java.sun.com/xml/ns/javaee"
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
<taglib> version="2.1">
<tlibversion>1.0</tlibversion> <tlib-version>1.2</tlib-version>
<jspversion>1.1</jspversion> <short-name>Tag Library for Openfire</short-name>
<shortname>Tag Library for Openfire 2.0</shortname> <description>Tab Library for Openfire Admin Console</description>
<uri>admin</uri> <uri>admin</uri>
<info>Tab Library for Openfire Admin Console</info>
<tag> <tag>
<name>tabs</name> <name>tabs</name>
<tagclass>org.jivesoftware.admin.TabsTag</tagclass> <tag-class>org.jivesoftware.admin.TabsTag</tag-class>
<bodycontent>JSP</bodycontent> <body-content>JSP</body-content>
<info />
<attribute> <attribute>
<name>css</name> <name>css</name>
<required>false</required> <required>false</required>
...@@ -42,9 +41,8 @@ ...@@ -42,9 +41,8 @@
</tag> </tag>
<tag> <tag>
<name>subnavbar</name> <name>subnavbar</name>
<tagclass>org.jivesoftware.admin.SubnavTag</tagclass> <tag-class>org.jivesoftware.admin.SubnavTag</tag-class>
<bodycontent>JSP</bodycontent> <body-content>JSP</body-content>
<info />
<attribute> <attribute>
<name>css</name> <name>css</name>
<required>false</required> <required>false</required>
...@@ -68,9 +66,8 @@ ...@@ -68,9 +66,8 @@
</tag> </tag>
<tag> <tag>
<name>sidebar</name> <name>sidebar</name>
<tagclass>org.jivesoftware.admin.SidebarTag</tagclass> <tag-class>org.jivesoftware.admin.SidebarTag</tag-class>
<bodycontent>JSP</bodycontent> <body-content>JSP</body-content>
<info />
<attribute> <attribute>
<name>css</name> <name>css</name>
<required>false</required> <required>false</required>
...@@ -99,9 +96,8 @@ ...@@ -99,9 +96,8 @@
</tag> </tag>
<tag> <tag>
<name>subsidebar</name> <name>subsidebar</name>
<tagclass>org.jivesoftware.admin.SubSidebarTag</tagclass> <tag-class>org.jivesoftware.admin.SubSidebarTag</tag-class>
<bodycontent>JSP</bodycontent> <body-content>JSP</body-content>
<info />
<attribute> <attribute>
<name>css</name> <name>css</name>
<required>false</required> <required>false</required>
...@@ -125,9 +121,8 @@ ...@@ -125,9 +121,8 @@
</tag> </tag>
<tag> <tag>
<name>infobox</name> <name>infobox</name>
<tagclass>org.jivesoftware.admin.InfoboxTag</tagclass> <tag-class>org.jivesoftware.admin.InfoboxTag</tag-class>
<bodycontent>JSP</bodycontent> <body-content>JSP</body-content>
<info />
<attribute> <attribute>
<name>type</name> <name>type</name>
<required>true</required> <required>true</required>
...@@ -136,9 +131,8 @@ ...@@ -136,9 +131,8 @@
</tag> </tag>
<tag> <tag>
<name>ASN1DER</name> <name>ASN1DER</name>
<tagclass>org.jivesoftware.admin.ASN1DERTag</tagclass> <tag-class>org.jivesoftware.admin.ASN1DERTag</tag-class>
<bodycontent>JSP</bodycontent> <body-content>JSP</body-content>
<info />
<attribute> <attribute>
<name>value</name> <name>value</name>
<required>true</required> <required>true</required>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment