123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="connectUtils-1-4-8.js" type="text/javascript"></script>
- <script src="/js/app.min.js" type="text/javascript"></script>
- <script src="/js/extensions.min.js" type="text/javascript"></script>
- <script src="admin.js" type="text/javascript"></script>
- <link rel="stylesheet" type="text/css" href="//aui-cdn.atlassian.com/aui-adg/6.0.4/css/aui.css">
- </head>
- <body class="aui-layout aui-theme-default" style="background-color:rgb(255, 255, 255);">
- <iframe src="https://www.lucidchart.com/documents/external?callback=http%3A%2F%2Fdiagrams.net%0A" style="display: none"></iframe>
- <div class="aui-page-panel" style="margin-top:0px;">
- <h4 style="padding-top:20px;" data-i18n="lucidImport">Lucidchart Import</h4>
- <div><br><span data-i18n="lucidImportInst1">Click the "Start Import" button to import all Lucidchart diagrams to draw.io.</span><br>
- <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>
- <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>
- <div id="operationLog"><br></div>
- </div>
- <script src="lucid-import.js" type="text/javascript"></script>
- </body>
- </html>
|