?login_element?

Subversion Repositories NedoOS

Rev

Rev 1549 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1549 Rev 2003
Line 1... Line 1...
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
<HTML>
2
<HTML>
-
 
3
 
3
        <HEAD>
4
<HEAD>
4
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
                <meta http-equiv="Cache-Control" content="no-cache">
6
        <meta http-equiv="Cache-Control" content="no-cache">
6
                <title>ZX-filemanager</title>
7
        <title>ZX-filemanager</title>
7
                <link rel="icon" type="image/ico" href="favicon.ico">
8
        <link rel="icon" type="image/ico" href="favicon.ico">
8
                <style>
9
        <style>
-
 
10
                a.nubex {
-
 
11
                        color: #fff;
-
 
12
                        border-radius: 2px;
-
 
13
                        user-select: none;
9
        a.nubex {color:#fff;border-radius: 2px;user-select: none;text-decoration: none;
14
                        text-decoration: none;
-
 
15
                        outline: none;
10
                outline: none;background-color: #fa8e47;padding: 3px;}
16
                        background-color: #fa8e47;
-
 
17
                        padding: 3px;
-
 
18
                }
-
 
19
 
-
 
20
                a.nubex:active {
11
        a.nubex:active {background-color: #ee6206;}
21
                        background-color: #ee6206;
-
 
22
                }
-
 
23
 
-
 
24
                a.nubex:hover {
12
        a.nubex:hover {background-color: #f97f2e;}
25
                        background-color: #f97f2e;
-
 
26
                }
-
 
27
 
-
 
28
                #divlog {
13
        #divlog {border: 2px dashed #ccc;border-radius: 20px;width: 480px;
29
                        border: 2px dashed #ccc;
-
 
30
                        border-radius: 20px;
-
 
31
                        width: 480px;
14
        font-family: sans-serif;padding: 20px;text-align:left}
32
                        font-family: sans-serif;
-
 
33
                        padding: 20px;
-
 
34
                        text-align: left
-
 
35
                }
15
   </style>
36
        </style>
16
 
37
 
17
        </HEAD>
38
</HEAD>
-
 
39
 
18
        <BODY>
40
<BODY>
19
                <DIV id="log"></DIV>
41
        <DIV id="log"></DIV>
20
                <TABLE width="100%">
42
        <TABLE width="100%">
21
                        <col width="50%">
43
                <col width="50%">
22
                        <col width="50%">
44
                <col width="50%">
Line 27... Line 49...
27
                                </td>
49
                        </td>
28
                                <td style="text-align:right"><a class="nubex" href="?x=1">stop daemon</a></td>
50
                        <td style="text-align:right"><a class="nubex" href="?x=1">stop daemon</a></td>
29
                        </tr>
51
                </tr>
30
                </TABLE>
52
        </TABLE>
31
                <br><br>
53
        <br><br>
-
 
54
        <DIV>
-
 
55
                <input type="file" id="fileToUp" style="display:none" multiple>
-
 
56
                <a href="javascript:if(window.fcnt<=0)document.getElementById('fileToUp').click()" class="nubex"
-
 
57
                        id="btnUpload">upload</a>
-
 
58
        </DIV>
32
                <DIV id="divlog"></DIV>
59
        <DIV id="divlog"></DIV>
33
                <DIV>
60
        <DIV>
34
                        <input type="file" id="fileToUp" style="display:none" multiple>
61
                <input type="file" id="fileToUp" style="display:none" multiple>
35
                        <a href="javascript:if(window.fcnt<=0)document.getElementById('fileToUp').click()" class="nubex" id="btnUpload">upload</a>
62
                <a href="javascript:if(window.fcnt<=0)document.getElementById('fileToUp').click()" class="nubex"
-
 
63
                        id="btnUpload">upload</a>
36
                </DIV>
64
        </DIV>
37
                <script src="my.js" type="text/javascript"></script>
65
        <script src="my.js" type="text/javascript"></script>
38
  </BODY>
66
</BODY>
-
 
67
 
39
</HTML>
68
</HTML>
40
69