2014-10-25 11:32:58 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${TitleMediaBrowser}</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2014-10-26 20:06:01 -07:00
|
|
|
|
<div id="selectServerPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-theme="b">
|
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;">
|
|
|
|
|
<h1 style="margin-bottom:.5em;padding-left:5px;">${HeaderSelectServer}</h1>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
|
|
|
|
|
<div class="serverList"></div>
|
|
|
|
|
<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>
|