Update of /cvsroot/archive-access/archive-access/projects/wayback/src/webapp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11845/src/webapp
Modified Files:
help.jsp index.jsp
Log Message:
TWEAK: minimal UI improvement -- still very rough..
Index: help.jsp
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/help.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** help.jsp 20 Oct 2005 00:40:41 -0000 1.1
--- help.jsp 26 Oct 2005 01:15:35 -0000 1.2
***************
*** 1,3 ****
<jsp:include page="template/UI-header.jsp" />
! Sorry, no help yet.
<jsp:include page="template/UI-footer.jsp" />
--- 1,4 ----
<jsp:include page="template/UI-header.jsp" />
! Please refer to the FAQs
! <a href="http://archive-access.sourceforge.net/projects/wayback/faq.html">here</a>.
<jsp:include page="template/UI-footer.jsp" />
Index: index.jsp
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/index.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index.jsp 20 Oct 2005 00:40:41 -0000 1.1
--- index.jsp 26 Oct 2005 01:15:35 -0000 1.2
***************
*** 1,3 ****
<jsp:include page="template/UI-header.jsp" />
! This is the wayback Machine!
<jsp:include page="template/UI-footer.jsp" />
--- 1,10 ----
<jsp:include page="template/UI-header.jsp" />
! <p>
! This is the new Wayback Machine prototype. Any URL in ARC files accessible to
! this sevice can be searched above.
! </p>
! <p>
! If you have configured the ARC indexing pipeline, basic status can be accessed
! <a href="pipeline">here</a>.
! </p>
<jsp:include page="template/UI-footer.jsp" />
|