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

23
webroot/logout.jsp Normal file
View file

@ -0,0 +1,23 @@
<%@ page buffer="512kb" autoFlush="false" import="org.thdl.lex.*" errorPage="/jsp/error.jsp" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
<jsp:include page="jsp/header.jsf" flush="false" />
<div id="columns">
<div id="columnSingle">
<div class="label">
Log out of THDL Tibetan Collaborative Dictionaries</div>
<div class="content">
<p>
Log out account <b><c:out value="${ sessionScope.visit.user.username }" /></b>
</p>
<form action='<%= response.encodeURL( request.getContextPath() + "/logout" )%>' method="post">
<input type="submit" value="Log out">
</form>
</div>
</div>
</div>
<jsp:include page="jsp/footer.jsf" flush="false" />