Anoop's major update. Everything has changed location.

This commit is contained in:
amontano 2005-02-21 07:05:01 +00:00
parent 6251b6c670
commit e7cda89908
12 changed files with 2109 additions and 0 deletions

15
webroot/index.jsp Normal file
View file

@ -0,0 +1,15 @@
<%@ page buffer="12kb" autoFlush="true" import="org.thdl.lex.*" errorPage="/jsp/error.jsp" %>
<jsp:include page="jsp/header.jsf" />
<%-- <div id="label">THDL Tibetan Collaborative Dictionaries Home Page</div><!--END label-->
<div id="message">Last Updated:October 18, 2003</div><!--END message--> --%>
<div id="columnSingle">
<h2>Dictionary Welcome Page</h2>
<p>
<jsp:include page="jsp/navLinks.jsf" />
</p>
</div><!--END columnSingle-->
<jsp:include page="jsp/footer.jsf" />