Catch exception related to number field handling in older SDK.
[gae-samples.git] / gwtguestbook-namespaces / war / Guestbook.html
blob30a22622312d59bb727a34708aaa6912dee42791
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <!-- The HTML 4.01 Transitional DOCTYPE declaration above set at the top of the file will set -->
3 <!-- the browser's rendering engine into "Quirks Mode". Replacing this declaration with a -->
4 <!-- "Standards Mode" doctype is supported, but may lead to some differences in layout. -->
6 <html xmlns="http://www.w3.org/1999/xhtml" >
7 <head>
8 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
10 <!-- Consider inlining CSS to reduce the number of requested files -->
11 <link type="text/css" rel="stylesheet" href="Guestbook.css">
13 <!-- Any title is fine -->
14 <title>Guestbook</title>
16 <!-- This script loads your compiled module. -->
17 <!-- If you add any GWT meta tags, they must -->
18 <!-- be added before this line. -->
19 <!-- -->
20 <script type="text/javascript" language="javascript" src="guestbook/guestbook.nocache.js"></script>
21 </head>
22 <body>
23 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
25 <h1>GWT Guestbook</h1>
27 <p align="center" style="font-weight:bold; margin-bottom:20px;">Please sign the guestbook:</p>
28 </body>
29 </html>