litesoft
Diff Revisions
528
vs
529
for /trunk/GWT_Sandbox/Upload/warResources/v2/index.html
|
@@ -3,7 +3,7 @@ |
3 |
3 |
|
<head> |
4 |
4 |
|
<meta charset="UTF-8"/> |
5 |
5 |
|
|
6 |
|
- |
<title>Wrapper HTML for App</title> |
|
6 |
+ |
<title>Upload Test App</title> |
7 |
7 |
|
|
8 |
8 |
|
<!--<meta http-equiv="X-UA-Compatible" content="chrome=1">--> |
9 |
9 |
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
@@ -18,14 +18,7 @@ |
18 |
18 |
|
<body> |
19 |
19 |
|
<link type="text/css" rel="stylesheet" href="App.css"> |
20 |
20 |
|
|
21 |
|
- |
<h1>Sample Application</h1> |
22 |
|
- |
|
23 |
|
- |
<p> |
24 |
|
- |
This is an example of a host page for the application. |
25 |
|
- |
You can attach a Web Toolkit module to any HTML page you like, |
26 |
|
- |
making it easy to add bits of AJAX functionality to existing pages |
27 |
|
- |
without starting from scratch. |
28 |
|
- |
</p> |
|
21 |
+ |
<h1>Upload Test App</h1> |
29 |
22 |
|
|
30 |
23 |
|
<table align="center"> |
31 |
24 |
|
<tr> |
|
@@ -34,10 +27,10 @@ |
34 |
27 |
|
<td><img src="common/Money.gif"></td> |
35 |
28 |
|
</tr> |
36 |
29 |
|
<tr> |
37 |
|
- |
<td colspan="3" id="slot2"></td> |
|
30 |
+ |
<td colspan="3" id="slot2" align="center"></td> |
38 |
31 |
|
</tr> |
39 |
32 |
|
<tr> |
40 |
|
- |
<td colspan="3" id="slot3"></td> |
|
33 |
+ |
<td colspan="3" id="slot3" align="center"></td> |
41 |
34 |
|
</tr> |
42 |
35 |
|
</table> |
43 |
36 |
|
<noscript> |