2002-01-06 19:05:37 -07:00
|
|
|
<?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
|
2004-03-07 22:13:29 -07:00
|
|
|
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
2002-01-06 19:05:37 -07:00
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
2004-03-07 22:13:29 -07:00
|
|
|
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
|
|
|
|
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
|
2002-01-06 19:05:37 -07:00
|
|
|
<taglib>
|
|
|
|
|
2004-03-07 22:13:29 -07:00
|
|
|
<tlib-version>0.1</tlib-version>
|
|
|
|
<jsp-version>1.2</jsp-version>
|
|
|
|
<short-name>conf</short-name>
|
|
|
|
<uri>/tlds/conference</uri>
|
|
|
|
<description>Tag library used to access various conference elements.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>can_manage</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanManageTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes its content if the user can manage conferences in the current community.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>can_create</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanCreateTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes its content if the user can create conferences in the current community.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>name</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceNameTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Substitutes the conference name.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>ID</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceIDTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Substitutes the conference ID.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>can_read_new</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanReadNewTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes its content if the user can read new messages in the current conference.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>can_add_to_hotlist</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanAddToHotlistTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes its content if the user can add the current conference to the hotlist.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>default_pseud</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceDefaultPseudTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Substitutes the user's default pseud for the conference.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>can_send_invite</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanSendInviteTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes its content if the user can send an invitation for the current conference.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>can_post</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.conf.jsp.ConferenceCanPostTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes its content if the user can post to the current conference.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
</taglib>
|