22 lines
638 B
Plaintext
22 lines
638 B
Plaintext
<%@ page contentType="text/html" %>
|
|
<%@ page session="false" %>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
|
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
|
|
|
<html>
|
|
<head>
|
|
<title>@TITLE@</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="logo">
|
|
<img src="images/spring-logo.jpg" alt="Logo" border="0">
|
|
</div>
|
|
|
|
<div id="navigation">
|
|
|
|
</div> |