[sword-cvs] swordweb/tiles footer.jsp,1.1.1.1,1.2

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


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

Modified Files:
	footer.jsp 
Log Message:
small rearrangements; parallelstudy enhancements to use tables

Index: footer.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/tiles/footer.jsp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** footer.jsp	22 May 2003 21:00:19 -0000	1.1.1.1
--- footer.jsp	23 May 2003 18:14:41 -0000	1.2
***************
*** 1,15 ****
!   <div id="footer">
!     This is the footer. Stuff can go here.
! 
!     <p>
!       <a href="http://validator.w3.org/check/referer"><img
!           src="http://www.w3.org/Icons/valid-xhtml10"
!           alt="Valid XHTML 1.0!" height="31" width="88" /></a>
! 
!  <a href="http://jigsaw.w3.org/css-validator/">
!   <img src="http://jigsaw.w3.org/css-validator/images/vcss"
!        alt="Valid CSS!" height="31" width="88" />
!  </a>
!     </p>
  
!   </div>
\ No newline at end of file
--- 1,14 ----
! 	<div id="footer">
! 		<p>
! 		Copyright &copy; 2003 Crosswire Bible Society (<a href="http://www.crosswire.org/">www.crosswire.org</a>)
! 		</p>
!     	<p>
! 			<a href="http://validator.w3.org/check/referer">
! 	  			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
! 			</a>
  
!  			<a href="http://jigsaw.w3.org/css-validator/">
! 	  			<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88" />
! 			</a>
! 		</p>
! 	</div>