source: vanHelsing/trunk/gui/WebContent/viewConfig.jspx@ 830

Last change on this file since 830 was 830, checked in by tobias, on Mar 4, 2010 at 3:08:09 PM

Import eclipse project

File size: 832 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<jsp:root version="1.2"
3 xmlns:jsp="http://java.sun.com/JSP/Page"
4 xmlns:f="http://java.sun.com/jsf/core"
5 xmlns:h="http://java.sun.com/jsf/html"
6 xmlns:ice="http://www.icesoft.com/icefaces/component">
7
8 <jsp:directive.page contentType="text/html;charset=utf-8" />
9
10<f:view>
11 <ice:outputDeclaration doctypeRoot="HTML"
12 doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN"
13 doctypeSystem="http://www.w3.org/TR/html4/loose.dtd" />
14 <html>
15 <head>
16 <title>ICEfaces, Ajax for Java EE</title>
17 <link rel="stylesheet" type="text/css" href="./xmlhttp/css/rime/rime.css" />
18 </head>
19 <body>
20 <ice:outputText value="Welcome to ICEfaces." />
21 <ice:form>
22
23 <ice:messages/>
24 </ice:form>
25 </body>
26 </html>
27</f:view>
28</jsp:root>
Note: See TracBrowser for help on using the repository browser.