You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by gv...@apache.org on 2007/02/25 17:34:17 UTC

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

Author: gvanmatre
Date: Sun Feb 25 08:34:16 2007
New Revision: 511544

URL: http://svn.apache.org/viewvc?view=rev&rev=511544
Log:
Fixed typo in Clay documentation reported by Richard W. Eggert II (SHALE-411). 

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=511544&r1=511543&r2=511544
==============================================================================
--- shale/framework/trunk/shale-clay/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-clay/src/site/xdoc/index.xml Sun Feb 25 08:34:16 2007
@@ -169,32 +169,64 @@
           rel="stylesheet" type="text/css"/>
   </head>
   <body class="loginPage">
-    <table style="vertical-align: top; text-align: center; width: 100%; height: 100%">
-      <tr style="vertical-align: top;">
-        <td colspan="2" class="header">
-          <img src="/shale/graphics/powered-by-tiles.jpg" align="top"/>
-          <img src="/shale/graphics/spacer.gif" width="6px" height="1px"/>
-          <img src="/shale/graphics/shaleClay.jpg"/>
-          <img src="/shale/graphics/spacer.gif" width="6px" height="1px"/>
-          <img src="/shale/graphics/powered-by-javaserver-faces.jpg" align="top"/>
-        </td>
-    </tr>
-    </tr>
-    <form id="menuContentForm" onsubmit="return validateForm(this);">
-      <tr style="vertical-align: top; height: 100%;">
-        <td class="menu">
-          <table>
-            <tr><td>
-              <img src="/shale/graphics/china-flag-animated.gif" border="0px"/>
-              <img src="/shale/graphics/us-flag-animated.gif"    border="0px"/>
-            </td></tr>
-            <tr><td>
-              <a href="#" jsfid="dialogLink">Create an account</a>
-            </td></tr>
-          </table>
-		  </td>
-		</tr>
-		...
+     <table style="vertical-align: top; text-align: center; width: 100%; height: 100%">
+           <tr style="vertical-align: top;">
+             <td colspan="2" class="header">
+               <img src="/shale/graphics/powered-by-tiles.jpg" align="top"/>
+               <img src="/shale/graphics/spacer.gif" width="6px" height="1px"/>
+               <img src="/shale/graphics/shaleClay.jpg"/>
+               <img src="/shale/graphics/spacer.gif" width="6px" height="1px"/>
+               <img src="/shale/graphics/powered-by-javaserver-faces.jpg" align="top"/>
+             </td>
+           </tr>
+           <tr style="vertical-align: top; height: 100%;">
+             <td class="menu">
+                <table>
+                   <tr><td>
+                     <img src="/shale/graphics/china-flag-animated.gif" border="0px"/>
+                     <img src="/shale/graphics/us-flag-animated.gif"    border="0px"/>
+                   </td></tr>
+                   <tr><td>
+                      <a href="#" jsfid="dialogLink">Create an account</a>
+                  </td></tr>
+                </table>
+             </td>
+             <td>
+                <form id="menuContentForm" onsubmit="return validateForm(this);">
+                  <table>
+                     <tr>
+                        <td>Username</td>
+                        <td>
+                           <input jsfid="username" type="text" size="15"/>
+                        </td>
+                        <td>
+                           <span jsfid="usernameMessage" style="color: red;">
+                              username error message
+                           </span>
+                        </td>
+                     </tr>
+                     <tr>
+                        <td>Password</td>
+                        <td>
+                           <input jsfid="password" type="text" size="15"/>
+                        </td>
+                        <td>
+                           <span jsfid="passwordMessage" style="color: red;">
+                              password error message
+                           </span>
+                        </td>
+                     </tr>
+                     <tr>
+                       <td colspan="3">
+                         <input jsfid="login" type="submit" value="Log on" >
+                       </td>
+                     </tr>
+                  </table>
+                </form>
+             </td>
+           </tr>
+     </table>
+   ...
 </pre>
 		  <p>The HTML is considerably longer than the JSP, so we've only shown the top of the
 		  HTML file. You don't need to see it all--all that's pertinent is the mockup HTML and