2013-02-20 18:33:05 -07:00
<!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 >
2013-09-04 12:16:41 -07:00
< img src = "css/images/mblogoicon.png" style = "height: 30px;" / > Tell us about yourself< / h2 >
2013-02-20 18:33:05 -07:00
2013-12-25 23:17:19 -07:00
< p > Media Browser includes built-in support for user profiles, enabling each user to have their own display settings, playstate and parental controls.< / p >
2013-02-20 18:33:05 -07:00
< 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" >
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 >
< button type = "submit" data-iconpos = "right" data-icon = "arrow-r" data-inline = "true" > Next< / button >
2013-02-20 18:33:05 -07:00
< / div >
< / form >
< / div >
< / div >
< script type = "text/javascript" >
$('#wizardUserForm').on('submit', WizardUserPage.onSubmit);
< / script >
< / div >
< / body >
< / html >