You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/01/11 05:54:32 UTC

svn commit: r495113 - /tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/components/Border.html

Author: hlship
Date: Wed Jan 10 20:54:31 2007
New Revision: 495113

URL: http://svn.apache.org/viewvc?view=rev&rev=495113
Log:
Add a link back to the index page.

Modified:
    tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/components/Border.html

Modified: tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/components/Border.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/components/Border.html?view=diff&rev=495113&r1=495112&r2=495113
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/components/Border.html (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/components/Border.html Wed Jan 10 20:54:31 2007
@@ -10,6 +10,13 @@
         </style>
     </head>
     <body>
-        <t:body/>
+        <t:body/>
+        
+        
+        <p>
+            <a href="/index.html">Back to index</a>
+        </p>
     </body>
+    
+    
 </html>