You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/22 12:30:47 UTC

svn commit: r828643 - in /incubator/pivot/trunk/demos/www: index.html web_start.jsp

Author: smartini
Date: Thu Oct 22 10:30:47 2009
New Revision: 828643

URL: http://svn.apache.org/viewvc?rev=828643&view=rev
Log:
changed references to favicon.png, and removed some non-standard attributes (valign)

Modified:
    incubator/pivot/trunk/demos/www/index.html
    incubator/pivot/trunk/demos/www/web_start.jsp

Modified: incubator/pivot/trunk/demos/www/index.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.html?rev=828643&r1=828642&r2=828643&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.html (original)
+++ incubator/pivot/trunk/demos/www/index.html Thu Oct 22 10:30:47 2009
@@ -18,9 +18,9 @@
 <html>
 <head>
 <title>Pivot Demos - Home Page</title>
-<link rel="stylesheet" href="demo.css">
-<link rel="icon" href="favicon.ico"/>
-<link rel="shortcut icon" href="favicon.ico"/>
+<link rel="stylesheet" href="demo.css" />
+<link rel="icon" href="favicon.png" type="image/png" />
+<link rel="shortcut icon" href="favicon.png" type="image/png" />
 <style>
 body {
     font-family:Verdana;
@@ -90,13 +90,13 @@
 <br/>
 <hr/>
 
-<h3><a href="http://ixnay.biz/charts.html">Charting</a> <img src="page_go.png" valign="bottom"></h3>
+<h3><a href="http://ixnay.biz/charts.html">Charting</a> <img src="page_go.png"></h3>
 <p>Demonstrates charting in Pivot using the JFreeChart chart provider (hosted at http://ixnay.biz).</p>
 <p><img src="charts.png"></p>
 <br/>
 <hr/>
 
-<h3><a href="http://www.satelliteconsulting.com/">News Ticker/Slide Show</a> <img src="page_go.png" valign="bottom"></h3>
+<h3><a href="http://www.satelliteconsulting.com/">News Ticker/Slide Show</a> <img src="page_go.png"></h3>
 <p>Demonstrates Pivot used in a real-world context, used to show a news feed
 and a slide show of client logos (hosted at http://www.satelliteconsulting.com).</p>
 <p><img src="sci.png"></p>

Modified: incubator/pivot/trunk/demos/www/web_start.jsp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/web_start.jsp?rev=828643&r1=828642&r2=828643&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/web_start.jsp (original)
+++ incubator/pivot/trunk/demos/www/web_start.jsp Thu Oct 22 10:30:47 2009
@@ -18,9 +18,9 @@
 <html>
 <head>
 <title>Pivot Demos - Web Start</title>
-<link rel="stylesheet" href="demo.css"/>
-<link rel="icon" href="favicon.ico"/>
-<link rel="shortcut icon" href="favicon.ico"/>
+<link rel="stylesheet" href="demo.css" />
+<link rel="icon" href="favicon.png" type="image/png" />
+<link rel="shortcut icon" href="favicon.png" type="image/png" />
 <style>
 body {
     font-family:Verdana;