1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/selectserver.html

16 lines
1.2 KiB
HTML
Raw Normal View History

2019-01-23 11:33:34 +00:00
<div id="selectServerPage" data-role="page" class="page noSecondaryNavPage standalonePage pageContainer fullWidth vertical flex flex-direction-column">
2017-04-01 15:49:06 -04:00
<div class="verticalSection flex-shrink-zero flex flex-direction-column" style="margin: 2em 0 1em;">
2017-03-11 18:33:22 -05:00
<div class="padded-left padded-right flex align-items-center justify-content-center" style="margin-bottom:2em;">
2019-06-21 14:19:33 -07:00
<h1 class="sectionTitle sectionTitle-cards">${HeaderSelectServer}</h1>
2017-03-11 18:33:22 -05:00
</div>
2019-04-10 00:50:16 -07:00
<div class="padded-top padded-bottom-focusscale flex-grow flex" data-mousewheel="false" data-horizontal="true" data-centerfocus="card">
2017-03-11 18:33:22 -05:00
<div is="emby-itemscontainer" class="scrollSlider focuscontainer-x padded-left padded-right servers flex-grow" style="display: block; text-align: center;" data-hovermenu="false" data-multiselect="false"></div>
</div>
</div>
<div class="padded-top padded-left padded-right flex flex-shrink-zero justify-content-center verticalSection flex-wrap-wrap" style="margin-left:auto;margin-right:auto;">
2019-01-11 20:36:17 +09:00
<a is="emby-linkbutton" href="addserver.html" class="raised block cancel btnAddServer flex-shrink-zero" style="margin: .25em;">
2017-03-11 18:33:22 -05:00
<span>${ButtonAddServer}</span>
</a>
2017-03-11 18:33:22 -05:00
</div>
2019-06-21 14:19:33 -07:00
</div>