You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by th...@apache.org on 2010/09/22 12:42:10 UTC

svn commit: r999913 - /incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml

Author: thorsten
Date: Wed Sep 22 12:42:10 2010
New Revision: 999913

URL: http://svn.apache.org/viewvc?rev=999913&view=rev
Log:
based on TIKA-488 and requested in DROIDS-102 adding search box that is using search-lucene.com as search provider.


Added:
    incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml   (with props)

Added: incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml?rev=999913&view=auto
==============================================================================
--- incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml (added)
+++ incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml Wed Sep 22 12:42:10 2010
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
+xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
+  <forrest:contract name="helper-form-blank" />
+  <forrest:contract name="search-input-provider-search-lucene">
+    <forrest:property name="search-input-provider-search-lucene-input-size" value="25"/>
+    <forrest:property name="search-input-provider-search-lucene-project" value="droids"/>
+  </forrest:contract>
+  <forrest:hook name="nav-main-hook">
+    <forrest:contract name="nav-main"
+    dataURI="cocoon://#{$getRequest}.navigation.xml" />
+    <forrest:contract name="nav-main-sub"
+    dataURI="cocoon://#{$getRequest}.navigation.xml" />
+    <forrest:hook name="publishedStrip" nbsp="true">
+      <forrest:contract name="siteinfo-last-published" />
+    </forrest:hook>
+  </forrest:hook>
+</forrest:template>

Propchange: incubator/droids/trunk/src/documentation/resources/themes/pelt/panels/pelt-html.nav-main.panel.xml
------------------------------------------------------------------------------
    svn:eol-style = native