From: Wolfgang M. M. <wol...@us...> - 2004-08-15 20:55:49
|
Update of /cvsroot/exist/eXist-1.0/webapp/acronyms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23196/webapp/acronyms Modified Files: query.xsp Log Message: Adopted examples to new web site layout. Index: query.xsp =================================================================== RCS file: /cvsroot/exist/eXist-1.0/webapp/acronyms/query.xsp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** query.xsp 10 May 2004 12:07:40 -0000 1.8 --- query.xsp 15 Aug 2004 20:55:35 -0000 1.9 *************** *** 7,17 **** xmlns:xsp="http://apache.org/xsp"> ! <document> <!-- include header --> ! <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="context://header.xml"/> <!-- include sidebar --> ! <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sidebar.xml"/> <body> --- 7,17 ---- xmlns:xsp="http://apache.org/xsp"> ! <document xmlns:xi="http://www.w3.org/2001/XInclude"> <!-- include header --> ! <xi:include href="context://header.xml"/> <!-- include sidebar --> ! <xi:include href="sidebar.xml"/> <body> |