27 lines
1.1 KiB
HTML
27 lines
1.1 KiB
HTML
|
<!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>
|