?login_element?

Subversion Repositories NedoOS

Rev

Rev 1549 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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