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

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

Author: andyhot
Date: Tue Aug  8 17:49:22 2006
New Revision: 429906

URL: http://svn.apache.org/viewvc?rev=429906&view=rev
Log:
Simpler style and favicon

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=429906&r1=429905&r2=429906&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 Tue Aug  8 17:49:22 2006
@@ -1,14 +1,10 @@
-<html jwcid="@Shell" 
+<html jwcid2="@Shell" 
 	  title="message:window.title" 
 	  ajaxEnabled="true" 
-	  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>
+	  browserLogLevel="DEBUG">
 <body jwcid="@Body">
-
+  <link jwcid="@Relation" href="favicon.ico" type="image/gif" rel="shortcut icon"/>    
+  <link jwcid="@Relation" href="css/timetracker.css" media="all"/>
 <div id="header" >
     <span class="headertxt"><span jwcid="@Insert" value="message:header.display"/> </span>
 </div>