You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/03/25 19:14:16 UTC

svn commit: r758382 - in /incubator/click/trunk/click/examples/webapp: border-template.htm border-template.jsp favicon.ico general/broken-border.htm general/page-imports-example.htm

Author: sabob
Date: Wed Mar 25 18:14:04 2009
New Revision: 758382

URL: http://svn.apache.org/viewvc?rev=758382&view=rev
Log:
add Click favicon to examples

Added:
    incubator/click/trunk/click/examples/webapp/favicon.ico   (with props)
Modified:
    incubator/click/trunk/click/examples/webapp/border-template.htm
    incubator/click/trunk/click/examples/webapp/border-template.jsp
    incubator/click/trunk/click/examples/webapp/general/broken-border.htm
    incubator/click/trunk/click/examples/webapp/general/page-imports-example.htm

Modified: incubator/click/trunk/click/examples/webapp/border-template.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/border-template.htm?rev=758382&r1=758381&r2=758382&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/border-template.htm (original)
+++ incubator/click/trunk/click/examples/webapp/border-template.htm Wed Mar 25 18:14:04 2009
@@ -23,6 +23,7 @@
 <link type="text/css" rel="stylesheet" href="${context}/assets/css/style.css" title="Style"/>
 ${headElements}
 #if($headInclude)#parse($headInclude)#end
+<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
 </head>
 <body>
 <center>

Modified: incubator/click/trunk/click/examples/webapp/border-template.jsp
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/border-template.jsp?rev=758382&r1=758381&r2=758382&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/border-template.jsp (original)
+++ incubator/click/trunk/click/examples/webapp/border-template.jsp Wed Mar 25 18:14:04 2009
@@ -24,6 +24,7 @@
 <title>Click Examples</title>
 <link type="text/css" rel="stylesheet" href="${context}/assets/css/style.css" title="Style"/>
 ${headElements}
+<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
 </head>
 <body>
 

Added: incubator/click/trunk/click/examples/webapp/favicon.ico
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/favicon.ico?rev=758382&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/click/trunk/click/examples/webapp/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/click/trunk/click/examples/webapp/general/broken-border.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/general/broken-border.htm?rev=758382&r1=758381&r2=758382&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/general/broken-border.htm (original)
+++ incubator/click/trunk/click/examples/webapp/general/broken-border.htm Wed Mar 25 18:14:04 2009
@@ -23,6 +23,7 @@
 <link rel="stylesheet" type="text/css" href="style.css" title="Style"/>
 $headElements
 $jsElements
+<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
 </head>	
 <body>
  	

Modified: incubator/click/trunk/click/examples/webapp/general/page-imports-example.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/general/page-imports-example.htm?rev=758382&r1=758381&r2=758382&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/general/page-imports-example.htm (original)
+++ incubator/click/trunk/click/examples/webapp/general/page-imports-example.htm Wed Mar 25 18:14:04 2009
@@ -21,6 +21,7 @@
 <head>
 <title>Click Examples</title>
 ${headElements}
+<link rel="Click icon" href="$context/favicon.ico" type="image/ico"/>
 </head>
 <body>
 <center>