1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Media Browser</title>
- </head>
- <body>
- <div id="wizardFinishPage" data-role="page" class="page standalonePage wizardPage">
- <div data-role="content">
- <div class="ui-corner-all ui-shadow wizardContent">
- <h2>
- <img src="css/images/checkmarkblack.png" />You're Done!</h2>
- <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>
- <div class="wizardNavigation">
- <button type="button" data-iconpos="left" data-icon="arrow-left" data-inline="true" onclick="history.back();">Previous</button>
- <button type="button" data-iconpos="right" data-icon="wrench" data-inline="true" onclick="WizardFinishPage.onFinish();" data-theme="b">Go to the Dashboard</button>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|