[sword-cvs] swordweb/layouts base-layout.jsp,1.2,1.3

sword@www.crosswire.org sword@www.crosswire.org
Fri, 23 May 2003 11:14:43 -0700


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

Modified Files:
	base-layout.jsp 
Log Message:
small rearrangements; parallelstudy enhancements to use tables

Index: base-layout.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/layouts/base-layout.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** base-layout.jsp	22 May 2003 21:11:46 -0000	1.2
--- base-layout.jsp	23 May 2003 18:14:41 -0000	1.3
***************
*** 14,56 ****
  </head>
  <body>
!   <%-- include footer --%>
!   <tiles:insert attribute="header" />
  
!   <div id="content-wrap">
!     <div id="content-sub-1">
!       <div class="quicksearch">
!         <h2>Search:</h2>
!         <p>by keyword or phrase:</p>
!         <form action="wordsearchresults.jsp">
! 	 <fieldset>
!           <input type="text" name="searchTerm" class="textinput" value="" />
! 	  <input type="submit" class="searchbutton" value="go" />
! 	 </fieldset>
!         </form>
!         <p>by verse or passage:</p>
!         <form action="<tiles:getAsString name="lookup_url"/>">
!          <fieldset>
!           <input type="text" name="key" class="textinput" value="" />
! 	  <input type="submit" class="searchbutton" value="go" />
! 	 </fieldset>
!         </form>
!         <p><a href="powersearch.jsp" title="View more options for a more powerful search.">Power Search</a></p>
!         <p><a href="" title="Set your personal preferences.">Preferences</a></p>
!       </div>
! 	<%-- include left sidebar --%>
!   	<tiles:insert attribute="sidebar_left" />
!     </div>
!     <div id="content-sub-2">
! 	<%-- include right sidebar --%>
!   	<tiles:insert attribute="sidebar_right" />
!     </div>
!     <div id="content-main">
! 	<%-- include main content --%>
!   	<tiles:insert attribute="content" />
!     </div>
!   </div>
  
!   <%-- include footer --%>
!   <tiles:insert attribute="footer" />
  </body>
  </html>
--- 14,59 ----
  </head>
  <body>
! 	<%-- include footer --%>
! 	<tiles:insert attribute="header" />
  
! 	<div id="content-wrap">
! 		<div id="content-sub-1">
! 			<div class="quicksearch">
! 				<h2>Search:</h2>
! 				<p>by keyword or phrase:</p>
! 				<form action="wordsearchresults.jsp">
! 					<fieldset>
! 						<input type="text" name="searchTerm" class="textinput" value="" />
! 					<input type="submit" class="searchbutton" value="go" />
! 					</fieldset>
! 				</form>
! 				<p>by verse or passage:</p>
! 				<form action="<tiles:getAsString name="lookup_url"/>">
! 					<fieldset>
! 						<input type="text" name="key" class="textinput" value="" />
! 						<input type="submit" class="searchbutton" value="go" />
! 					</fieldset>
! 				</form>
! 				<p><a href="powersearch.jsp" title="View more options for a more powerful search.">Power Search</a></p>
! 				<p><a href="preferences.jsp" title="Set your personal preferences.">Preferences</a></p>
! 			</div>
  
! 			<%-- include left sidebar --%>
! 			<tiles:insert attribute="sidebar_left" />
! 		</div>
! 
! 		<div id="content-sub-2">
! 			<%-- include right sidebar --%>
! 			<tiles:insert attribute="sidebar_right" />
! 		</div>
! 
! 		<div id="content-main">
! 			<%-- include main content --%>
! 			<tiles:insert attribute="content" />
! 		</div>
! 	</div>
! 
! 	<%-- include footer --%>
! 	<tiles:insert attribute="footer" />
  </body>
  </html>