wizardFinish.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Media Browser</title>
  5. </head>
  6. <body>
  7. <div id="wizardFinishPage" data-role="page" class="page standalonePage wizardPage">
  8. <div data-role="content">
  9. <div class="ui-corner-all ui-shadow wizardContent">
  10. <h2>
  11. <img src="css/images/checkmarkblack.png" />You're Done!</h2>
  12. <p>That's all we need for now. Media Browser has begun collecting information about your media library. You do not need to wait for this process to complete before using a client application or changing other settings within the Dashboard.</p>
  13. <div class="wizardNavigation">
  14. <button type="button" data-iconpos="left" data-icon="arrow-left" data-inline="true" onclick="history.back();">Previous</button>
  15. <button type="button" data-iconpos="right" data-icon="wrench" data-inline="true" onclick="WizardFinishPage.onFinish();" data-theme="b">Go to the Dashboard</button>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20. </body>
  21. </html>