venice-main-classic/tlds/topic-taglib.tld
2002-01-07 02:05:37 +00:00

173 lines
5.8 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>topic</shortname>
<uri></uri>
<info>Tag library used to access various topic elements.</info>
<tag>
<name>can_create</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanCreateTag</tagclass>
<info>Includes its content if the user can create topics in the current conference.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>can_freeze</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanFreezeTag</tagclass>
<info>Includes its content if the user can freeze or unfreeze the current topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>can_archive</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanArchiveTag</tagclass>
<info>Includes its content if the user can archive or unarchive the current topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>can_delete</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanDeleteTag</tagclass>
<info>Includes its content if the user can delete the current topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>ID</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIDTag</tagclass>
<info>Substitutes the topic ID.</info>
<bodycontent>EMPTY</bodycontent>
</tag>
<tag>
<name>number</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNumberTag</tagclass>
<info>Substitutes the topic number.</info>
<bodycontent>EMPTY</bodycontent>
</tag>
<tag>
<name>name</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNameTag</tagclass>
<info>Substitutes the topic name.</info>
<bodycontent>EMPTY</bodycontent>
</tag>
<tag>
<name>is_archived</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsArchivedTag</tagclass>
<info>Includes its content if the topic is archived.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>is_not_archived</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsNotArchivedTag</tagclass>
<info>Includes its content if the topic is not archived.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>is_frozen</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsFrozenTag</tagclass>
<info>Includes its content if the topic is frozen.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>is_not_frozen</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsNotFrozenTag</tagclass>
<info>Includes its content if the topic is not frozen.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>is_hidden</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsHiddenTag</tagclass>
<info>Includes its content if the topic is hidden.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>is_not_hidden</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicIsNotHiddenTag</tagclass>
<info>Includes its content if the topic is not hidden.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>last_message</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicLastMessageTag</tagclass>
<info>Substitutes the index of the last message in the topic.</info>
<bodycontent>EMPTY</bodycontent>
</tag>
<tag>
<name>subscribed</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicSubscribedTag</tagclass>
<info>Includes its content if the user is subscribed to this topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>not_subscribed</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNotSubscribedTag</tagclass>
<info>Includes its content if the user is not subscribed to this topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>can_send_invite</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanSendInvitationTag</tagclass>
<info>Includes its content if the user can send an invitation to the current topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>specified</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicSpecifiedTag</tagclass>
<info>Includes its content if the topic was specified.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>not_specified</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicNotSpecifiedTag</tagclass>
<info>Includes its content if the topic was not specified.</info>
<bodycontent>JSP</bodycontent>
</tag>
<tag>
<name>can_post</name>
<tagclass>com.silverwrist.venice.ui.conf.jsp.TopicCanPostTag</tagclass>
<info>Includes its content if the user can post to the current topic.</info>
<bodycontent>JSP</bodycontent>
</tag>
</taglib>