You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2007/02/05 22:16:42 UTC

svn commit: r503878 - /shale/framework/trunk/shale-clay/src/site/xdoc/index.xml

Author: rahul
Date: Mon Feb  5 13:16:41 2007
New Revision: 503878

URL: http://svn.apache.org/viewvc?view=rev&rev=503878
Log:
Correct screen shots order for clay site home page.
Reported by Richard Eggert <reggert AT proteus-technologies DOT com> on the user list.
SHALE-310

Modified:
    shale/framework/trunk/shale-clay/src/site/xdoc/index.xml

Modified: shale/framework/trunk/shale-clay/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-clay/src/site/xdoc/index.xml?view=diff&rev=503878&r1=503877&r2=503878
==============================================================================
--- shale/framework/trunk/shale-clay/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-clay/src/site/xdoc/index.xml Mon Feb  5 13:16:41 2007
@@ -253,7 +253,7 @@
 </p>
         <p>You save that file, refresh the browser, and, as expected, you see this: (check the address bar - that's the HTML file)</p>
 
-        <p><img src="images/login-clay-red.jpg" alt="Clay Login Example - Login with Clay"/></p>
+        <p><img src="images/login-html-red.jpg" alt="Shale Use Cases - Clay Login Example"/></p>
 
 		  <p>Later that day, a developer runs the application through Clay and
 		  Clay replaces the mockup error message with a real error message component 
@@ -261,7 +261,7 @@
 		  component</i>. So, when an end-user runs the application and stubbornly refuses to
 		  supply a username, he endures the following shame:</p>
 
-        <p><img src="images/login-html-red.jpg" alt="Shale Use Cases - Clay Login Example"/></p>
+        <p><img src="images/login-clay-red.jpg" alt="Clay Login Example - Login with Clay"/></p>
 		  <p><i>Hot dog!</i> Our runtime error message is also red. Clay has transmitted the 
 		  <code>style</code> attribute of the mockup HTML for
 		  the username error message to the component that replaces it at runtime. Now graphic