diff options
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/wizardFinish.html')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/wizardFinish.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Html/wizardFinish.html b/MediaBrowser.WebDashboard/Html/wizardFinish.html new file mode 100644 index 000000000..06650c4f8 --- /dev/null +++ b/MediaBrowser.WebDashboard/Html/wizardFinish.html @@ -0,0 +1,26 @@ +<!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="Dashboard.navigate('dashboard.html');" data-theme="b">Go to the Dashboard</button> + </div> + </div> + + </div> + </div> +</body> +</html> |
