Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html lang="en">
    <head>
        <meta charset="UTF-8"/>

        <title>Upload Test App</title>

        <!--<meta http-equiv="X-UA-Compatible" content="chrome=1">-->
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="icon"          href="GreenPlay.ico" type="image/x-icon" />
        <link rel="shortcut icon" href="GreenPlay.ico" type="image/x-icon" />
        <noscript>
            <link href="RedPause.ico" type="image/x-icon" rel="icon"/>
            <link href="RedPause.ico" type="image/x-icon" rel="shortcut icon"/>
        </noscript>
        <!-- Any GWT meta tags must be added here. -->
    </head>
    <body>
        <link type="text/css" rel="stylesheet" href="App.css">

        <h1>Upload Test App</h1>

        <table align="center">
            <tr>
                <td><img src="common/Money.gif"></td>
                <td id="slot1" align="center"></td>
                <td><img src="common/Money.gif"></td>
            </tr>
            <tr>
                <td colspan="3" id="slot2" align="center"></td>
            </tr>
            <tr>
                <td colspan="3" id="slot3" align="center"></td>
            </tr>
        </table>
        <noscript>
            <p style="font-size: larger;color: #ff0000;">JavaScript Disabled</p>
                To run the<br><b>
            Sample
                </b><br>application, you must enable<br>
                JavaScript support<br>in your browser.<br><br>

                After you have enabled JavaScript, please refresh this page!
        </noscript>
        <script src='v1.nocache.js'></script>
    </body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/Upload/warResources/v1/index.html

Diff revisions: vs.
Revision Author Commited Message
529 Diff Diff GeorgeS picture GeorgeS Thu 29 Sep, 2011 05:31:12 +0000
518 GeorgeS picture GeorgeS Tue 27 Sep, 2011 04:06:12 +0000