134 lines
4.3 KiB
XML
134 lines
4.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
<!--
|
|
The contents of this file are subject to the Mozilla Public License Version 1.1
|
|
(the "License"); you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
|
|
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
|
|
language governing rights and limitations under the License.
|
|
|
|
The Original Code is the Venice Web Communities System.
|
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
|
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
|
|
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
|
|
|
|
<taglib>
|
|
<!-- after this the default space is
|
|
"http://java.sun.com/j2ee/dtds/jsptaglibrary_1_2.dtd" -->
|
|
|
|
<tlibversion>0.1</tlibversion>
|
|
<jspversion>1.1</jspversion>
|
|
<shortname>post</shortname>
|
|
<uri></uri>
|
|
<info>Tag library relating to Venice post data.</info>
|
|
|
|
<tag>
|
|
<name>rewrite</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostRewriteTag</tagclass>
|
|
<info>Rewrites post data for display, resolving postlink: and userlink: URIs.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>box</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostBoxTag</tagclass>
|
|
<info>Template for the post box.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
<attribute>
|
|
<name>action</name>
|
|
<required>true</required>
|
|
<rtexprvalue>true</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>type</name>
|
|
<required>false</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>param</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostParamTag</tagclass>
|
|
<info>Specifies a hidden parameter for the post box.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
<attribute>
|
|
<name>name</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>newtopic</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostNewTopicTag</tagclass>
|
|
<info>Specifies the name of the optional "new topic name" field of the post box, and its contents.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
<attribute>
|
|
<name>name</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>pseud</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostPseudTag</tagclass>
|
|
<info>Specifies the name of the pseud field of the post box, and its contents.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
<attribute>
|
|
<name>name</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>attach</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostAttachTag</tagclass>
|
|
<info>Specifies the name of the attach checkbox of the post box, and whether it is checked.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
<attribute>
|
|
<name>name</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
<attribute>
|
|
<name>value</name>
|
|
<required>false</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>text</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostTextTag</tagclass>
|
|
<info>Specifies the name of the TEXTAREA of the post box, and its contents.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
<attribute>
|
|
<name>name</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>button</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.PostButtonTag</tagclass>
|
|
<info>Inserts a standard button into the post box command buttons area.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
<attribute>
|
|
<name>id</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
</taglib>
|