blob: 0cd89e51ea5bb172b4b5c21fc2644523b9409a81 [file] [log] [blame]
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><s:text name="mainMenu.title"/></title>
<link href="<s:url value="/css/mailreader.css"/>" rel="stylesheet"
type="text/css"/>
</head>
<body>
<h3><s:text name="mainMenu.heading"/> <s:property
value="user.fullName"/></h3>
<ul>
<li>
<s:url id="Input" action="registration/vInput" />
<s:a href="%{Input}">
<s:text name="mainMenu.registration"/>
</s:a>
</li>
<li>
<s:url id="Logoff" action="Logoff"/>
<s:a href="%{Logoff}">
<s:text name="mainMenu.logoff"/>
</s:a>
</li>
</ul>
<jsp:include page="Footer.jsp"/>
</body>
</html>