You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/04/04 12:49:38 UTC

svn commit: r160026 - forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv

Author: thorsten
Date: Mon Apr  4 03:49:34 2005
New Revision: 160026

URL: http://svn.apache.org/viewcvs?view=rev&rev=160026
Log:
added the default view that will get matched if everything fails.

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv   (with props)

Added: forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv?view=auto&rev=160026
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv (added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv Mon Apr  4 03:49:34 2005
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed 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:view
+  xmlns:forrest="http://apache.org/forrest/templates/1.0" type="xhtml">
+  
+  <forrest:contract name="meta"/>
+  
+  <forrest:hook name="container">
+    <forrest:hook name="branding">
+			<forrest:contract name="projectlogo"/>
+      <forrest:contract name="grouplogo"/>
+      <forrest:contract name="searchbox"/>
+      <forrest:contract name="nav-main"/>
+      <!--<forrest:contract name="nav-main-sub"/>-->
+    </forrest:hook>
+    <forrest:hook name="spacer" />
+    <forrest:contract name="nav"/>
+    <forrest:contract name="content">
+	    <forrest:contract name="fontsize"/>
+			<!--<forrest:hook name="export-link">
+	      <forrest:contract name="txt-link"/>
+		    <forrest:contract name="xml-link"/>
+			</forrest:hook>-->
+	  </forrest:contract>
+  </forrest:hook>
+  <forrest:contract name="feedback"/>
+  
+</forrest:view>

Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/default.fv
------------------------------------------------------------------------------
    svn:eol-style = native