Project

General

Profile

1
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3
<%@ taglib prefix="s" uri="/struts-tags"%>
4
<html>
5
<head>
6
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
<link href="jsps/style.css" rel="stylesheet" type="text/css" media="screen" />
8
<link href="jsps/favicon.ico" rel="shortcut icon" type="image/x-icon" />
9
<title><s:text name="info.title"/></title>
10
</head>
11
<body>
12
<div id="wrapper">
13
	<jsp:include page="menu.jsp"/>
14
	<div id="page">
15
	<div id="page-bgtop">
16
		<div id="content">
17
			<s:actionerror escape="false"/> 
18
			<s:actionmessage escape="false"/> 
19
		</div>
20
		<div style="clear: both;">&nbsp;</div>
21
	</div>
22
	</div>
23
</div>
24
</body>
25
</html>
(28-28/47)