users.html 470 B

123456789101112131415161718
  1. <html>
  2. <head>
  3. <title>Edit users in database</title>
  4. <link rel="stylesheet" type="text/css" href="/ext/resources/css/ext-all.css"/>
  5. <script src="/ext/adapter/ext/ext-base.js"></script>
  6. <script src="/ext/ext-all-debug.js"></script>
  7. <script src="combined.cgi/Login/API"></script>
  8. <script src="users.js"></script>
  9. <script>
  10. Ext.onReady(function() {
  11. // API is registered under FPWeb by default.
  12. Ext.Direct.addProvider(FPWeb);
  13. });
  14. </script>
  15. </head>
  16. <body>
  17. </body>
  18. </html>