]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/WEB-INF/specific/prelude.jspf
Add SLC UI servlet
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / specific / prelude.jspf
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <%@ page language="java" contentType="text/html"%>
3
4 <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
5 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
6
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
8 <html xmlns="http://www.w3.org/1999/xhtml">
9 <head>
10 <meta http-equiv="Content-Type" content="text/html" />
11 <title>SLC Web</title>
12 <link href="style.css" rel="stylesheet" type="text/css"/>
13 </head>
14 <body>
15
16 <%@include file="common.jsp"%>