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/06/11 03:47:51 UTC

svn commit: r190054 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/default.fv

Author: thorsten
Date: Fri Jun 10 18:47:50 2005
New Revision: 190054

URL: http://svn.apache.org/viewcvs?rev=190054&view=rev
Log:
Finished off the renaming, by adding the new names to the default view

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/default.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/default.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/default.fv?rev=190054&r1=190053&r2=190054&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/default.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/default.fv Fri Jun 10 18:47:50 2005
@@ -22,34 +22,34 @@
         <forrest:contract name="meta"/>
         <forrest:hook name="container">
             <forrest:hook name="header">
-              <forrest:contract name="site-branding">
-		            <forrest:properties contract="site-branding">
-								  <forrest:property name="site-name">new seed</forrest:property>
-		              <forrest:property name="site-tagline">powered by forrest:views</forrest:property>
+              <forrest:contract name="branding-tagline">
+		            <forrest:properties contract="branding-tagline">
+								  <forrest:property name="branding-tagline-name">new seed</forrest:property>
+		              <forrest:property name="branding-tagline-tagline">powered by forrest:views</forrest:property>
 								 </forrest:properties>
 		          </forrest:contract>
               <forrest:contract name="nav-main"/>
             </forrest:hook>
             <forrest:hook name="page">
                 <forrest:hook name="leftbar">
-                    <forrest:contract name="nav"/>
-                    <forrest:contract name="searchbox"/>
+                    <forrest:contract name="nav-section"/>
+                    <forrest:contract name="search-input"/>
                 </forrest:hook>
                 <forrest:hook name="export-link">
-                    <forrest:contract name="txt-link"/>
-                    <forrest:contract name="pdf-link"/>
+                    <forrest:contract name="content-txt-link"/>
+                    <forrest:contract name="content-pdf-link"/>
                 </forrest:hook>
                 <forrest:hook name="content">
                     <forrest:contract name="content-title"/>
                     <forrest:contract name="content-abstract"/>
-                    <forrest:contract name="minitoc"/>
+                    <forrest:contract name="content-minitoc"/>
                     <forrest:contract name="content-main"/>
                 </forrest:hook>
             </forrest:hook>
         </forrest:hook>
         <forrest:hook name="footer">
-            <forrest:contract name="feedback"/>
-            <forrest:contract name="last-published-net"/>
+            <forrest:contract name="siteinfo-feedback"/>
+            <forrest:contract name="siteinfo-last-published"/>
         </forrest:hook>
     </forrest:view>
 </forrest:views>