diff src/main/webapp/template/template.xhtml @ 7:bc57f2660b0f

implementation of web service
author Jorge Urzua <jurzua@mpiwg-berlin.mpg.de>
date Fri, 12 Apr 2013 17:48:42 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/webapp/template/template.xhtml	Fri Apr 12 17:48:42 2013 +0200
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:ui="http://java.sun.com/jsf/facelets"
+    xmlns:f="http://java.sun.com/jsf/core"
+    xmlns:h="http://java.sun.com/jsf/html"
+    xmlns:icecore="http://www.icefaces.org/icefaces/core"
+    xmlns:ace="http://www.icefaces.org/icefaces/components"
+    xmlns:ice="http://www.icesoft.com/icefaces/component">
+
+<h:head>
+    <title>IndexMetaContextualizer</title>
+    <ice:outputStyle href="/resources/icefaces/rime/rime.css" />
+    <ice:outputStyle href="/resources/style.css" />
+              
+</h:head>
+<h:body>
+
+            <ice:outputConnectionStatus />
+            
+            <div id="canvas"></div>
+            
+            <div id="page">
+                <div id="page-bgtop">
+                    <div id="page-bgbtm">
+                        <ui:insert name="content" />
+                    </div>
+                </div>
+            </div>          
+</h:body>
+</html>
+
+