forked from MediaBrowser/emby-web-defaultskin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomevert.html
53 lines (44 loc) · 1.73 KB
/
homevert.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<div class="pageContainer homePageContainer flex flex-column horizontalPageContent homePageContent flex-direction-column">
<div class="panel-left">
<div class="app-title">
<div class="logo"></div>
</div>
<div class="userOptions">
<button class="power"><i class="md-icon">power_settings_new</i></button>
<button class="settings"><i class="md-icon">settings</i></button>
<button class="server"><i class="md-icon">wifi</i></button>
</div>
<!-- <div class="fullscreen-video"> -->
<div class="fullscreen-video" style="display: none;">
<button is="emby-button" class="flat btnUserViewHeader button-flat emby-button emby-button-focusscale emby-button-tv">
<h3 class="userViewButtonText"><i class="md-icon">fullscreen</i>Show Video Fullscreen</h3>
</button>
</div>
<div class="userViewNames">
</div>
</div>
<div class="panel-right">
<!-- <div class="scrollFrame scrollFrameY itemScrollFrame noPadding">
<div class="scrollSlider contentScrollSlider" style="white-space: nowrap;">
</div>
</div> -->
<div class="viewContentArea">
</div>
<div class="selectedItemInfo">
<div class="selectedItemInfoInner"></div>
</div>
</div>
<div class="power-overlay unshow" style="display: none;">
<div class="power-panel">
<div class="panel-head">
<h3>Power Options</h3>
</div>
<div class="panel-body focuscontainer">
<!-- <button><h3>Exit</h3></button>
<button><h3>Power off system</h3></button>
<button><h3>Suspend</h3></button>
<button><h3>Reboot</h3></button> -->
</div>
</div>
</div>
</div>