?login_element?

Subversion Repositories NedoOS

Rev

Rev 237 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <HTML>
  3.         <HEAD>
  4.                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.                 <meta http-equiv="Cache-Control" content="no-cache">
  6.                 <title>ZX-filemanager</title>
  7.                 <link rel="icon" type="image/ico" href="favicon.ico">
  8.                 <style>
  9.         a.nubex {color:#fff;border-radius: 2px;user-select: none;text-decoration: none;
  10.                 outline: none;background-color: #fa8e47;padding: 3px;}
  11.         a.nubex:active {background-color: #ee6206;}
  12.         a.nubex:hover {background-color: #f97f2e;}
  13.         #divlog {border: 2px dashed #ccc;border-radius: 20px;width: 480px;
  14.         font-family: sans-serif;padding: 20px;text-align:left}
  15.    </style>
  16.  
  17.         </HEAD>
  18.         <BODY>
  19.                 <DIV id="log"></DIV>
  20.                 <TABLE width="100%">
  21.                         <col width="50%">
  22.                         <col width="50%">
  23.                         <tr>
  24.                                 <td>
  25.                                         <input type="text" id="dirName">
  26.                                         <a class="nubex" href="javascript:mkdir()">MakeDir</a>
  27.                                 </td>
  28.                                 <td style="text-align:right"><a class="nubex" href="?x=1">stop daemon</a></td>
  29.                         </tr>
  30.                 </TABLE>
  31.                 <br><br>
  32.                 <DIV id="divlog"></DIV>
  33.                 <DIV>
  34.                         <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>
  36.                 </DIV>
  37.                 <script src="my.js" type="text/javascript"></script>
  38.   </BODY>
  39. </HTML>