jellyfin-web/dashboard-ui/wizardfinish.html

27 lines
1.1 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!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">
2013-12-24 11:37:29 -07:00
<button type="button" data-iconpos="left" data-icon="arrow-l" data-inline="true" onclick="history.back();">Previous</button>
2013-09-05 05:48:14 -07:00
<button type="button" data-iconpos="right" data-icon="dashboard" data-inline="true" onclick="WizardFinishPage.onFinish();" data-theme="b">Finish</button>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
</html>