完成签约之后直接添加人员,录入下发凭证
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
766 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="event.js"></script>
  5. <script src="sha1.js"></script>
  6. <script src="http.js"></script>
  7. <script src="main.js"></script>
  8. <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11. <div class="msg">
  12. <div id="buffer"> </div>
  13. <div id="msg_end"></div>
  14. </div>
  15. <div class="buttons">
  16. <input type="checkbox" id="show-log"> Debug
  17. <button id="enroll">Enroll</button>
  18. <button id="down">Down</button>
  19. <button id="match">Match</button>
  20. <button id="refresh">Refesh Device</button>
  21. <button id="export">Export</button>
  22. <button id="import">Import&Down</button>
  23. <input type="file" id="import-file" style="display:none"/>
  24. </div>
  25. </body>
  26. </html>