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
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <link href="Icon.cache.ico" type="image/x-icon" rel="icon"/>
    <link href="Icon.cache.ico" type="image/x-icon" rel="shortcut icon"/>
    <noscript>
        <meta http-equiv="refresh" content="1;url=App_NoJavaScriptSupport.html">
    </noscript>
    <script type="text/javascript" language="javascript" src="app.nocache.js"></script>
    <title>UI Design</title>
    <style type="text/css">
        .gwt-DatePicker { border:2px solid #666666; padding:2px; background-color:#eeeeee; }
        .datePickerMonthSelector { background-color: #eeeeee; }
        .datePickerMonth { font-weight:bold; text-align:center; }
        .datePickerDays { border:1px solid #ffffff; }
        .datePickerWeekendLabel,
        .datePickerWeekdayLabel,
        .datePickerDay
        {
        width:4ex;
        text-align:center;
        border:1px solid #ffffff;
        }

        .datePickerWeekendLabel,
        .datePickerWeekdayLabel
        {
        background-color:#eeeeee;
        font-weight:bold;
        }

        .datePickerDay { background-color:#f8f8f8; font-weight:bold; }
        .datePickerDayIsWeekend { background-color:#ffcccc; }
        .datePickerDayIsFiller { color:#999999; background-color:#e0e0e0; }

        .datePickerDayIsToday { background-color:#ccccff; color:blue; }

    </style>
</head>
<body>
<!-- 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='lnf/classic/litesoft_lnf.css' id='css_lnf'/>

<div id="AppPanel" style="height:100%;">
    <table border=0 width="98%" height="98%" cellSpacing=0 cellPadding=0>
        <tr>
            <td valign="middle" align="center"><img src="common/images/misc/LoadingBounce.cache.gif" alt="Loading"/></td>
        </tr>
    </table>
</div>
</body>
</html>

Commits for litesoft/trunk/GWT_Sandbox/UIdesign/App/src/com/test/uidesign/public/UIdesign.html

Diff revisions: vs.
Revision Author Commited Message
162 GeorgeS picture GeorgeS Fri 01 Apr, 2011 19:58:40 +0000