[mashup-dev] svn commit r4660 - trunk/mashup/java/modules/samples/digit2image/digit2image.resources/www

svn at wso2.org svn at wso2.org
Mon Jul 2 13:55:32 PDT 2007


Author: jonathan
Date: Mon Jul  2 13:55:30 2007
New Revision: 4660

Modified:
   trunk/mashup/java/modules/samples/digit2image/digit2image.resources/www/index.html
Log:
editorial improvements.

Modified: trunk/mashup/java/modules/samples/digit2image/digit2image.resources/www/index.html
==============================================================================
--- trunk/mashup/java/modules/samples/digit2image/digit2image.resources/www/index.html	(original)
+++ trunk/mashup/java/modules/samples/digit2image/digit2image.resources/www/index.html	Mon Jul  2 13:55:30 2007
@@ -61,10 +61,10 @@
 </head>
 <body onload="load()">
 <h3>Digit2Image tester</h3>
-<div>
+<div>Select an image size to display:
 	<select id="imageSize">
 		<option value="s">small (75x75 square)</option>
-        <option value="t">thumbnail (100 on longest side</option>
+        <option value="t">thumbnail (100 on longest side)</option>
         <option value="m">medium (240 on longest side)</option>
         <option value="">normal (500 on longest side)</option>
         <option value="b">big (1024 on longest side)</option>
@@ -72,6 +72,8 @@
 	</select>
 	<input type="button" value="Refresh" onclick="refresh()"/>
 </div>
+<div>Or invoke the digit2image service directly from the <strong><a href="../digit2image?tryit">Try-it</a></strong> page.</div>
+<hr />
 <div id="images">
 	<img id="digit1" src="not-found"/>
 	<img id="digit2" src="not-found"/>
@@ -83,6 +85,5 @@
 	<img id="digit8" src="not-found"/>
 	<img id="digit9" src="not-found"/>
 </div>
-<div>Invoke the service directly from the <strong><a href="../digit2image?tryit">Try-it</a></strong> page.</div>
 <div id="console"></div></body>
 </html>




More information about the Mashup-dev mailing list