aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/wizardUser.html
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/wizardUser.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/wizardUser.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/MediaBrowser.WebDashboard/Html/wizardUser.html b/MediaBrowser.WebDashboard/Html/wizardUser.html
deleted file mode 100644
index db49bcb6ff..0000000000
--- a/MediaBrowser.WebDashboard/Html/wizardUser.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Media Browser</title>
-</head>
-<body>
- <div id="wizardUserPage" data-role="page" class="page standalonePage wizardPage">
-
- <div data-role="content">
-
- <div class="ui-corner-all ui-shadow wizardContent">
- <form id="wizardUserForm">
- <h2>
- <img src="css/images/currentUserDefaultBlack.png" style="height: 30px;" />Tell Us About Yourself</h2>
-
- <p>Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and ratings.</p>
-
- <ul data-role="listview" class="ulForm">
- <li>
- <label for="txtUsername">Your first name: </label>
- <input type="text" id="txtUsername" name="txtUsername" required="required" />
- <div class="fieldDescription">
- More users can be added later within the Dashboard.
- </div>
- </li>
- </ul>
-
- <div class="wizardNavigation">
- <button type="button" data-iconpos="left" data-icon="arrow-left" data-inline="true" onclick="history.back();">Previous</button>
- <button type="submit" data-iconpos="right" data-icon="arrow-right" data-inline="true">Next</button>
- </div>
- </form>
- </div>
-
- </div>
-
- <script type="text/javascript">
- $('#wizardUserForm').on('submit', WizardUserPage.onSubmit);
- </script>
- </div>
-</body>
-</html>