[sword-cvs] swordweb help.jsp,NONE,1.1

sword@www.crosswire.org sword@www.crosswire.org
Wed, 18 Jun 2003 13:36:18 -0700


Update of /usr/local/cvsroot/swordweb
In directory www:/tmp/cvs-serv2914

Added Files:
	help.jsp 
Log Message:
added help.jsp

--- NEW FILE: help.jsp ---
<%@ include file="defines/tiles.jsp" %>

<tiles:insert beanName="basic" flush="true" >
	<tiles:put name="title" value="About" />

	<tiles:put name="sidebar_left" type="string">
	</tiles:put>

	<tiles:put name="sidebar_right" type="string">
	</tiles:put>

	<tiles:put name="content" type="string">

<h2>Help</h2>
This is the help page!

	</tiles:put>
</tiles:insert>