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
<html lang="en" style="height: 100%;">
    <head>
        <meta charset="UTF-8"/>

        <title>NasVideo</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 style="overflow: hidden; height: 100%; margin: 0; padding: 0;">
        <!-- history support -->
        <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

        <link type='text/css' rel='stylesheet' href='common/litesoft_common.css'/>
        <link type='text/css' rel='stylesheet' href='common/lnf/classic/litesoft_lnf.css' id='css_lnf'/>
        <link type='text/css' rel='stylesheet' href='App.css'/>

        <div id="AppPanel" style="height:100%; margin: 0; padding: 0;">
            <table border=0 style="width:100%; height:100%; margin: 0; padding: 0;" cellSpacing=0 cellPadding=0>
                <tr>
                    <td valign="middle" align="center"><img id="LoadingImage" src='common/images/misc/LoadingBounce.gif' alt='Loading' style="visibility: hidden;"/><noscript>
                        <p style="font-size: larger;color: #ff0000;">JavaScript Disabled</p>
                            To run the<br><b>
                        NasVideo
                            </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></td>
                </tr>
            </table>
        </div>
        <script>
            document.getElementById("LoadingImage").style.visibility="visible";
        </script>
        <script src='v1.nocache.js'></script>
    </body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/NAS-Video/warResources/v1/index.html

Diff revisions: vs.
Revision Author Commited Message
912 GeorgeS picture GeorgeS Fri 28 Jun, 2013 06:48:05 +0000

Revert to mixed & Working (PEDS & Prioritizer) code!