lucidMassImport.html 1.5 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  6. <script src="connectUtils-1-4-8.js" type="text/javascript"></script>
  7. <script src="/js/app.min.js" type="text/javascript"></script>
  8. <script src="/js/extensions.min.js" type="text/javascript"></script>
  9. <script src="admin.js" type="text/javascript"></script>
  10. <link rel="stylesheet" type="text/css" href="//aui-cdn.atlassian.com/aui-adg/6.0.4/css/aui.css">
  11. </head>
  12. <body class="aui-layout aui-theme-default" style="background-color:rgb(255, 255, 255);">
  13. <iframe src="https://www.lucidchart.com/documents/external?callback=http%3A%2F%2Fdiagrams.net%0A" style="display: none"></iframe>
  14. <div class="aui-page-panel" style="margin-top:0px;">
  15. <h4 style="padding-top:20px;" data-i18n="lucidImport">Lucidchart Import</h4>
  16. <div><br><span data-i18n="lucidImportInst1">Click the "Start Import" button to import all Lucidchart diagrams to draw.io.</span><br>
  17. <span data-i18n="gliffyImportInst2">Please note that the import procedure will take some time and the browser window must remain open until the import is completed.</span></div>
  18. <div style="padding-bottom:4px;"><br><button id="importBtn" disabled="disabled" class="aui-button aui-button-primary" data-i18n="startImport">Start Import</button><img id="loadingImg" src="/images/spin.gif"></div>
  19. <div id="operationLog"><br></div>
  20. </div>
  21. <script src="lucid-import.js" type="text/javascript"></script>
  22. </body>
  23. </html>