added CSS support and pattern file in jsp section for future view.
This commit is contained in:
19
YACOSWeb/WebContent/WEB-INF/jsp/header.jsp
Normal file
19
YACOSWeb/WebContent/WEB-INF/jsp/header.jsp
Normal file
@@ -0,0 +1,19 @@
|
||||
<%@ include file="/WEB-INF/jsp/include.jsp"%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title><fmt:message key="title"/></title>
|
||||
<link rel="stylesheet" href="./stylesheets/base.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="headerBloc">
|
||||
<div class="content">
|
||||
<img src="./images/yacos.logo.blancLQ.png" width="40%"/>
|
||||
</div>
|
||||
<div class="footer"> </div>
|
||||
</div>
|
||||
|
||||
<div class="mainBloc">
|
||||
<div class="header"> </div>
|
||||
<div class="content">
|
||||
Reference in New Issue
Block a user