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.
|
|
|
|
|
2006-01-25 21:40:34 -07:00
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@users.sf.net>,
|
2002-01-06 19:05:37 -07:00
|
|
|
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>frame</short-name>
|
|
|
|
<uri>/tlds/frame</uri>
|
|
|
|
<description>Tag library used by the frame JSP page to render portions of the UI.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>head</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameHeadTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts the information inside the HEAD tag for the frame page.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>body</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameBodyTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Replaces the standard BODY tags on the frame page.</description>
|
2002-01-06 20:24:31 -07:00
|
|
|
<attribute>
|
|
|
|
<name>extra</name>
|
|
|
|
<required>false</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>sitelogo</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameSiteLogoTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts the defined site logo and any link that goes around it.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>banner_ad</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameBannerAdTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts a banner advertisement into the page.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>display_login</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameDisplayLoginTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes the enclosed JSP text if the "displayLogin" flag is set on the request.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
2002-01-06 21:22:03 -07:00
|
|
|
<tag>
|
|
|
|
<name>no_display_login</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameNoDisplayLoginTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes the enclosed JSP text if the "displayLogin" flag is not set on the request.</description>
|
2002-01-06 21:22:03 -07:00
|
|
|
</tag>
|
|
|
|
|
2002-01-06 19:05:37 -07:00
|
|
|
<tag>
|
|
|
|
<name>QID</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameQIDTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts the QID of this page into the page.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>if_QID</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameIfQIDTag</tag-class>
|
|
|
|
<body-content>JSP</body-content>
|
|
|
|
<description>Includes the enclosed JSP text if the current page has a QID.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>venice_logo</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameVeniceLogoTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts the Venice logo into the page.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>content_here</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameContentHereTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Marks the point where the frame content gets inserted.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>leftmenu</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameLeftMenuTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts a left menu bar menu.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
<attribute>
|
|
|
|
<name>name</name>
|
|
|
|
<required>true</required>
|
|
|
|
<rtexprvalue>false</rtexprvalue>
|
|
|
|
</attribute>
|
|
|
|
</tag>
|
|
|
|
|
|
|
|
<tag>
|
|
|
|
<name>currentmenu</name>
|
2004-03-07 22:13:29 -07:00
|
|
|
<tag-class>com.silverwrist.venice.ui.jsp.FrameCurrentMenuTag</tag-class>
|
|
|
|
<body-content>empty</body-content>
|
|
|
|
<description>Inserts the current "top" menu on the left menu bar.</description>
|
2002-01-06 19:05:37 -07:00
|
|
|
</tag>
|
|
|
|
|
|
|
|
</taglib>
|