2022-01-22 01:17:51 +03:00
|
|
|
<div id="selectServerPage" data-role="page" class="page noSecondaryNavPage standalonePage pageContainer flex flex-direction-column">
|
2020-07-25 18:43:16 +03:00
|
|
|
<div class="margin-auto-y">
|
|
|
|
<div class="verticalSection flex-shrink-zero w-100 flex flex-direction-column">
|
|
|
|
<div class="padded-left padded-right flex align-items-center justify-content-center">
|
2020-08-27 09:28:09 +09:00
|
|
|
<h1 class="sectionTitle sectionTitle-cards">${SelectServer}</h1>
|
2020-07-25 18:43:16 +03:00
|
|
|
</div>
|
|
|
|
<div class="padded-top padded-bottom-focusscale flex-grow flex" data-horizontal="true" data-centerfocus="card">
|
|
|
|
<div is="emby-itemscontainer" class="scrollSlider focuscontainer-x servers flex-grow" style="display: block; text-align: center;" data-hovermenu="false" data-multiselect="false"></div>
|
|
|
|
</div>
|
2017-03-11 18:33:22 -05:00
|
|
|
</div>
|
2020-07-25 18:43:16 +03:00
|
|
|
<div class="padded-top padded-left padded-right flex flex-shrink-zero justify-content-center verticalSection flex-wrap-wrap margin-auto-x">
|
2020-12-02 14:01:07 -05:00
|
|
|
<a is="emby-linkbutton" href="#!/addserver.html" class="raised cancel btnAddServer flex-shrink-zero" style="margin: .25em;">
|
2020-07-25 18:43:16 +03:00
|
|
|
<span>${ButtonAddServer}</span>
|
|
|
|
</a>
|
2017-03-11 18:33:22 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2019-06-21 14:19:33 -07:00
|
|
|
</div>
|