96 lines
3.5 KiB
XML
96 lines
3.5 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>conf</shortname>
|
|
<uri></uri>
|
|
<info>Tag library used to access various conference elements.</info>
|
|
|
|
<tag>
|
|
<name>can_manage</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanManageTag</tagclass>
|
|
<info>Includes its content if the user can manage conferences in the current community.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_create</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanCreateTag</tagclass>
|
|
<info>Includes its content if the user can create conferences in the current community.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>name</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceNameTag</tagclass>
|
|
<info>Substitutes the conference name.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>ID</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceIDTag</tagclass>
|
|
<info>Substitutes the conference ID.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_read_new</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanReadNewTag</tagclass>
|
|
<info>Includes its content if the user can read new messages in the current conference.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_add_to_hotlist</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanAddToHotlistTag</tagclass>
|
|
<info>Includes its content if the user can add the current conference to the hotlist.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>default_pseud</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceDefaultPseudTag</tagclass>
|
|
<info>Substitutes the user's default pseud for the conference.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_send_invite</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanSendInviteTag</tagclass>
|
|
<info>Includes its content if the user can send an invitation for the current conference.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>can_post</name>
|
|
<tagclass>com.silverwrist.venice.ui.conf.jsp.ConferenceCanPostTag</tagclass>
|
|
<info>Includes its content if the user can post to the current conference.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
</taglib>
|