120 lines
4.0 KiB
XML
120 lines
4.0 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>frame</shortname>
|
|
<uri></uri>
|
|
<info>Tag library used by the frame JSP page to render portions of the UI.</info>
|
|
|
|
<tag>
|
|
<name>head</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameHeadTag</tagclass>
|
|
<info>Inserts the information inside the HEAD tag for the frame page.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>body</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameBodyTag</tagclass>
|
|
<info>Replaces the standard BODY tags on the frame page.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
<attribute>
|
|
<name>extra</name>
|
|
<required>false</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>sitelogo</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameSiteLogoTag</tagclass>
|
|
<info>Inserts the defined site logo and any link that goes around it.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>banner_ad</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameBannerAdTag</tagclass>
|
|
<info>Inserts a banner advertisement into the page.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>display_login</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameDisplayLoginTag</tagclass>
|
|
<info>Includes the enclosed JSP text if the "displayLogin" flag is set on the request.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>QID</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameQIDTag</tagclass>
|
|
<info>Inserts the QID of this page into the page.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>if_QID</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameIfQIDTag</tagclass>
|
|
<info>Includes the enclosed JSP text if the current page has a QID.</info>
|
|
<bodycontent>JSP</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>venice_logo</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameVeniceLogoTag</tagclass>
|
|
<info>Inserts the Venice logo into the page.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>content_here</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameContentHereTag</tagclass>
|
|
<info>Marks the point where the frame content gets inserted.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>leftmenu</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameLeftMenuTag</tagclass>
|
|
<info>Inserts a left menu bar menu.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
<attribute>
|
|
<name>name</name>
|
|
<required>true</required>
|
|
<rtexprvalue>false</rtexprvalue>
|
|
</attribute>
|
|
</tag>
|
|
|
|
<tag>
|
|
<name>currentmenu</name>
|
|
<tagclass>com.silverwrist.venice.ui.jsp.FrameCurrentMenuTag</tagclass>
|
|
<info>Inserts the current "top" menu on the left menu bar.</info>
|
|
<bodycontent>EMPTY</bodycontent>
|
|
</tag>
|
|
|
|
</taglib>
|