You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2006/08/01 02:34:48 UTC

svn commit: r427385 - /tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/Border.html

Author: andyhot
Date: Mon Jul 31 17:34:48 2006
New Revision: 427385

URL: http://svn.apache.org/viewvc?rev=427385&view=rev
Log:
Produce better html - move favicon and stylesheet inside head

Modified:
    tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/Border.html

Modified: tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/Border.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/Border.html?rev=427385&r1=427384&r2=427385&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/Border.html (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/Border.html Mon Jul 31 17:34:48 2006
@@ -1,11 +1,12 @@
 <html jwcid="@Shell" 
 	  title="message:window.title" 
 	  ajaxEnabled="true" 
-	  browserLogLevel="DEBUG" >
-
-<link rel="shortcut icon" href="favicon.ico" type="image/gif" />
-<link href="css/timetracker.css" rel="stylesheet" type="text/css" media="all" />
-
+	  browserLogLevel="DEBUG"
+	  delegate="ognl:new org.apache.tapestry.components.BlockRenderer(components.remainingHead)" >
+<head jwcid="remainingHead@Block">
+	<link rel="shortcut icon" href="favicon.ico" type="image/gif" />
+	<link href="css/timetracker.css" rel="stylesheet" type="text/css" media="all" />
+</head>
 <body jwcid="@Body">
 
 <div id="header" >