jellyfin-web/dashboard-ui/selectserver.html

25 lines
628 B
HTML
Raw Normal View History

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">
<div class="readOnlyContent" style="margin: 0 auto;">
<h1>${HeaderSelectServer}</h1>
<div class="serverList"></div>
<br />
<div class="noServersMessage" style="display:none;">
${MessageNoServersAvailableToConnect}
</div>
</div>
</div>
</div>
</body>
</html>