blob: 8431b186f9dfdb3c8f6365a4e30b84c67a3e84f7 [file] [log] [blame]
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<html>
<head>
<title>Main Menu</title>
</head>
<body>
<h3>Main Menu Options for <bean:write name="RegisterForm"
property="fullName"/></h3>
<ul>
<li>[TODO] Edit Profile</li>
<li>[TODO] Logout</li>
</ul>
</body>
</html>