Revision: | 27160 |
Committed: | Mon Feb 28 17:16:12 2011 UTC (10 years, 1 month ago) by lswartsenburg |
File size: | 2084 byte(s) |
Log Message: | PRODDOCS-77 Change link on homepage to "Hippo Company" |
# | Content |
---|---|
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 | <jsp:root |
18 | xmlns="http://www.w3.org/1999/xhtml" |
19 | xmlns:jsp="http://java.sun.com/JSP/Page" |
20 | xmlns:c="http://java.sun.com/jsp/jstl/core" |
21 | xmlns:x="http://java.sun.com/jsp/jstl/xml" |
22 | xmlns:fn="http://java.sun.com/jsp/jstl/functions" |
23 | xmlns:fmt="http://java.sun.com/jsp/jstl/fmt" |
24 | xmlns:hst="http://www.hippoecm.org/jsp/hst/core" |
25 | version='2.0'> |
26 | |
27 | <jsp:output omit-xml-declaration="yes"/> |
28 | |
29 | <jsp:directive.page contentType="text/html; charset=UTF-8" language="java"/> |
30 | |
31 | <hst:link path="/search" var="searchUrl"/> |
32 | |
33 | |
34 | |
35 | |
36 | <div id="searchandlinks"> |
37 | <table id="sal"> |
38 | <tr> |
39 | <td id="begin_bar"></td> |
40 | <td id="main_bar"> |
41 | <ul id="search"> |
42 | <li id="com"><a class="domain-link" href="http://www.onehippo.com/en/support/subscriptions" title="Purchase Support">Purchase Support</a></li> |
43 | <li class="sep"></li> |
44 | <li id="org"><a class="domain-link" href="http://www.onehippo.com" title="Hippo Company">Hippo Company</a></li> |
45 | <li id="right_s"><form action="${searchUrl}" id="searchbox" method="get"> |
46 | <p id="search"><input type="submit" value="" id="search-icon" /> |
47 | <input type="text" name="q" id="search-field" /> |
48 | <input type="submit" value="Search" id="search-button" /></p> |
49 | </form></li> |
50 | <li class="sep"></li> |
51 | </ul> |
52 | </td> |
53 | <td id="end_bar"></td> |
54 | </tr> |
55 | </table> |
56 | </div> |
57 | </jsp:root> |
58 |