1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
3 |
Copyright 2009 Hippo |
4 |
|
5 |
Licensed under the Apache License, Version 2.0 (the "License"); |
6 |
you may not use this file except in compliance with the License. |
7 |
You may obtain a copy of the License at |
8 |
|
9 |
http://www.apache.org/licenses/LICENSE-2.0 |
10 |
|
11 |
Unless required by applicable law or agreed to in writing, software |
12 |
distributed under the License is distributed on an "AS IS" |
13 |
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
See the License for the specific language governing permissions and |
15 |
limitations under the License. --> |
16 |
|
17 |
<html xmlns="http://www.w3.org/1999/xhtml" |
18 |
xmlns:jsp="http://java.sun.com/JSP/Page" |
19 |
xmlns:c="http://java.sun.com/jsp/jstl/core" |
20 |
xmlns:x="http://java.sun.com/jsp/jstl/xml" |
21 |
xmlns:fn="http://java.sun.com/jsp/jstl/functions" |
22 |
xmlns:fmt="http://java.sun.com/jsp/jstl/fmt" |
23 |
xmlns:hst="http://www.hippoecm.org/jsp/hst/core" |
24 |
lang="en" xml:lang="en"> |
25 |
|
26 |
<jsp:output doctype-root-element="html" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" omit-xml-declaration="yes"/> |
27 |
|
28 |
<jsp:directive.page contentType="text/html; charset=UTF-8" language="java"/> |
29 |
|
30 |
<head> |
31 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
32 |
|
33 |
<hst:link var='fonts' path="/css/reset-fonts-grids.css"/> |
34 |
<link rel="stylesheet" type="text/css" href="${fonts}" /> |
35 |
<hst:link var='baseEdited' path="/css/base-edited.css"/> |
36 |
<link rel="stylesheet" type="text/css" href="${baseEdited}" /> |
37 |
<hst:link var='css' path="/css/style.css"/> |
38 |
<link rel="stylesheet" type="text/css" href="${css}" /> |
39 |
|
40 |
|
41 |
<hst:link var='screencss' path="/css/community/screen.css"/> |
42 |
<link media="screen" href="${screencss}" type="text/css" rel="stylesheet" /> |
43 |
|
44 |
<hst:link var='fontscss' path="/css/community/reset-fonts-grids.css"/> |
45 |
<link rel="stylesheet" media="screen" href="${fontscss}" type="text/css" /> |
46 |
|
47 |
|
48 |
|
49 |
<hst:link var='docs_icon' path='images/hippo-docs.ico'/> |
50 |
<link rel="icon" href="${docs_icon}" type="image/x-icon" /> |
51 |
<link rel="shortcut icon" href="${docs_icon}" type="image/x-icon" /> |
52 |
|
53 |
<hst:head-contributions /> |
54 |
<!--[if IE 6]> <link rel="stylesheet" type="text/css" href="<hst:link path="/css/ie6.css"/>"> <![endif]--> |
55 |
</head> |
56 |
<body> |
57 |
<div id="custom-doc" class="yui-t1"> |
58 |
<div id="wrapper"> |
59 |
<div id="hd"> |
60 |
<hst:include ref="header"/> |
61 |
<script type="text/javascript"> |
62 |
var uservoiceJsHost = ("https:" == document.location.protocol) ? "https://uservoice.com" : "http://cdn.uservoice.com"; |
63 |
document.write(unescape("%3Cscript src='" + uservoiceJsHost + "/javascripts/widgets/tab.js' type='text/javascript'%3E%3C/script%3E")) |
64 |
</script> |
65 |
<script type="text/javascript"> |
66 |
UserVoice.Tab.show({ |
67 |
key: 'hippo', |
68 |
host: 'feedback.onehippo.org', |
69 |
forum: 'general', |
70 |
alignment: 'left', |
71 |
background_color:'#f00', |
72 |
text_color: 'white', |
73 |
hover_color: '#06C', |
74 |
lang: 'en' |
75 |
}) |
76 |
</script> |
77 |
</div> |
78 |
|
79 |
|
80 |
<hst:include ref="body"/> |
81 |
</div> |
82 |
<div id="ft"> |
83 |
<div id="address"> |
84 |
<p>Hippo Europe: +31 (0)20 5224466<br/>Hippo North America: +1 (707) 773-4646</p> |
85 |
</div> |
86 |
<div id="copyright"> |
87 |
<p> |
88 |
© 1999-2010 |
89 |
Hippo B.V., |
90 |
All Rights Reserved |
91 |
</p> |
92 |
</div> |
93 |
<ul id="nav-ft"> |
94 |
<li><a href="http://www.onehippo.com/en/rss-news" title="News RSS">News RSS</a></li> |
95 |
<li><a href="http://www.onehippo.com/en/rss-events" title="Event RSS">Event RSS</a></li> |
96 |
<li><a href="http://www.onehippo.com/en/faq" title="FAQ">FAQ</a></li> |
97 |
<li><a href="http://www.onehippo.com/en/company/contact" title="Contact">Contact</a></li> |
98 |
<li><a href="http://www.onehippo.com/en/static/legal" title="Legal">Legal</a></li> |
99 |
<li><a href="http://planet.onehippo.org/" title="Blog">Blog</a></li> |
100 |
</ul> |
101 |
</div> |
102 |
</div> |
103 |
<jsp:directive.include file="../parts/google_analytics.jspf"/> |
104 |
</body> |
105 |
</html> |