2014-10-25 11:32:58 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div id="selectServerPage" data-role="page" class="page libraryPage noSecondaryNavPage">
|
2014-10-25 11:32:58 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
|
2014-11-04 05:41:12 -07:00
|
|
|
|
<div class="ehsContent" style="margin: 0 auto;">
|
2015-01-24 23:34:50 -07:00
|
|
|
|
|
|
|
|
|
<div style="margin:1em 0 .5em;padding-left:5px;">
|
|
|
|
|
<h1 style="display:inline-block;vertical-align:middle;margin: 0;">${HeaderSelectServer}</h1>
|
2015-03-25 11:29:21 -07:00
|
|
|
|
<a class="accentButton accentButton-g" style="display:inline-block;vertical-align:middle;margin-top:0;" href="https://github.com/MediaBrowser/Wiki/wiki/Emby%20Connect" target="_blank">
|
2015-01-24 23:34:50 -07:00
|
|
|
|
<i class="fa fa-info-circle"></i>
|
|
|
|
|
${ButtonHelp}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
|
|
|
|
|
<div class="serverList"></div>
|
2015-05-05 08:24:47 -07:00
|
|
|
|
<div class="newServer">
|
|
|
|
|
<br />
|
|
|
|
|
<a data-role="button" href="connectlogin.html?mode=manualserver" data-icon="plus">${ButtonNewServer}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="connectLogin">
|
|
|
|
|
<a data-role="button" href="connectlogin.html?mode=connect" data-icon="action">${ButtonSignInWithConnect}</a>
|
|
|
|
|
</div>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
<br />
|
2014-11-04 05:41:12 -07:00
|
|
|
|
<div class="noServersMessage" style="display:none;padding-left:5px;">
|
2014-10-25 11:32:58 -07:00
|
|
|
|
${MessageNoServersAvailableToConnect}
|
|
|
|
|
</div>
|
2014-11-04 05:41:12 -07:00
|
|
|
|
|
|
|
|
|
<div class="invitationSection" style="display:none;">
|
|
|
|
|
<br />
|
|
|
|
|
<h1 style="margin-bottom:.5em;padding-left:5px;">${HeaderInvitations}</h1>
|
|
|
|
|
|
|
|
|
|
<div class="invitationList">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|