Project

General

Profile

1 34955 nikon.gasp
<%@ 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
<title><s:text name="instructions.welcome"/></title>
8
<link href="jsps/style.css" rel="stylesheet" type="text/css" media="screen" />
9
10
 <link href="jsps/favicon.ico" rel="shortcut icon" type="image/x-icon" />
11
</head>
12
<body>
13
<div id="wrapper">
14
	<jsp:include page="menu.jsp"/>
15
	<div id="page">
16
	<div id="page-bgtop">
17
		<div id="middle">
18
            <div class="middle-b">
19
                <div class="background">
20
21
        			<div id="main">
22
                        <div id="main_container" class="clearfix">
23
                            <div id="mainmiddle" class="floatbox">
24
                                <h1 class="title"><s:text name="instructions.welcome"/></h1>
25
                                <div class="entry">
26
                                	<s:text name="instructions.message"/>
27
                                </div>
28
                             </div>
29
                        </div>
30
                    </div>
31
                 </div>
32
			</div>
33
		</div>
34
		<div style="clear: both;">&nbsp;</div>
35
	</div>
36
    <!-- NMI This needs to be the same in all pages and the text is some properties file -->
37
    <div id="footer">
38
		<jsp:include page="footer.jsp"/>
39
	</div>
40
</div>
41
</div>
42
</body>
43
</html>