2017-07-05 11:24:45 -07:00
|
|
|
|
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage fullWidthContent">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div class="content-primary">
|
2014-03-07 08:53:23 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div class="ui-bar-a welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em 0; font-weight: normal; max-width: 800px;">
|
|
|
|
|
<h1 style="margin-top: 0;" class="tourHeader"></h1>
|
|
|
|
|
<p>
|
|
|
|
|
<button is="emby-button" class="btnTakeTour raised button-submit block" type="button"><span class="tourButtonText"></span></button>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2014-10-04 11:05:24 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div class="dashboardSections">
|
2013-06-02 07:33:51 -07:00
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="dashboardColumn dashboardColumn-2-60 dashboardColumn-3-46">
|
|
|
|
|
<div class="dashboardSection" style="padding-left: 0;">
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div style="display: flex; align-items: center;">
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<h2 class="serverNameHeader" style="margin: 0;"></h2>
|
2017-07-28 09:13:42 -07:00
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnEditServerName" style="margin-left: .5em;">
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<i class="md-icon">mode_edit</i>
|
|
|
|
|
</button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div class="paperList" style="padding: 1em;">
|
|
|
|
|
<p id="appVersionNumber">
|
|
|
|
|
</p>
|
|
|
|
|
<p id="pUpToDate" style="display: flex; align-items: center;" class="hide">
|
|
|
|
|
<i class="md-icon" style="background-color: #52B54B; border-radius: .25em; color: #fff; margin-right: .5em; padding: .25em; font-size: 110%;">check</i>
|
|
|
|
|
${ServerUpToDate}
|
|
|
|
|
</p>
|
|
|
|
|
<div id="pUpdateNow" style="display: none;">
|
|
|
|
|
<p>
|
|
|
|
|
<strong>${NewServerVersionAvailable}</strong>
|
2016-09-21 23:57:31 -07:00
|
|
|
|
</p>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<p id="newVersionNumber"></p>
|
|
|
|
|
<div id="btnUpdateApplicationContainer">
|
|
|
|
|
<button id="btnUpdateApplication" is="emby-button" type="button" class="raised block" onclick="DashboardPage.updateApplication();">
|
|
|
|
|
<span>${ButtonUpdateNow}</span>
|
2016-08-05 13:43:11 -07:00
|
|
|
|
</button>
|
2014-01-18 14:52:01 -07:00
|
|
|
|
</div>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div id="btnManualUpdateContainer">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<p id="ports"></p>
|
|
|
|
|
<div id="pPluginUpdates"></div>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<p class="localUrl"></p>
|
|
|
|
|
<p class="externalUrl"></p>
|
|
|
|
|
<p class="hide">
|
2017-06-28 12:25:44 -07:00
|
|
|
|
<a class="btnConnectionHelp" href="#" is="emby-linkbutton">${HowToConnectFromEmbyApps}</a>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
</p>
|
|
|
|
|
<div style="margin-top: 1em;">
|
|
|
|
|
<button is="emby-button" type="button" class="raised button-cancel btnRestartContainer hide" onclick="DashboardPage.restart();">
|
2016-08-05 13:43:11 -07:00
|
|
|
|
<i class="md-icon">refresh</i>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<span>${ButtonRestart}</span>
|
|
|
|
|
</button>
|
|
|
|
|
<button is="emby-button" type="button" id="btnShutdown" class="raised button-cancel" onclick="DashboardPage.shutdown();">
|
|
|
|
|
<i class="md-icon">close</i>
|
|
|
|
|
<span>${ButtonShutdown}</span>
|
2016-08-05 13:43:11 -07:00
|
|
|
|
</button>
|
2016-05-19 22:36:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<p class="supporterIconContainer flex align-items-center" style="padding-left: .25em; margin: 1em 0 .5em;">
|
2017-06-18 00:09:29 -07:00
|
|
|
|
</p>
|
|
|
|
|
|
2017-07-10 00:36:29 -07:00
|
|
|
|
<div style="margin-top: 2em;" class="runningTasksContainer hide">
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<h2>${HeaderRunningTasks}</h2>
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div id="divRunningTasks" class="paperList" style="padding: 1em;">
|
2014-01-18 14:52:01 -07:00
|
|
|
|
</div>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
</div>
|
2017-06-20 12:36:34 -07:00
|
|
|
|
|
2017-07-10 00:36:29 -07:00
|
|
|
|
<div style="margin-top: 2em;" class="hide" id="collapsiblePendingInstallations">
|
2017-06-20 12:36:34 -07:00
|
|
|
|
<h2>${HeaderPendingInstallations}</h2>
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="paperList" style="padding: 1em;">
|
2017-06-20 12:36:34 -07:00
|
|
|
|
<p>${LabelComponentsUpdated}</p>
|
|
|
|
|
<div id="pendingInstallations">
|
|
|
|
|
</div>
|
|
|
|
|
<p>${MessagePleaseRestartServerToFinishUpdating}</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="dashboardSection" style="padding-left: 0;">
|
2017-06-20 12:36:34 -07:00
|
|
|
|
<h2>${HeaderActiveDevices}</h2>
|
|
|
|
|
<div class="activeDevices itemsContainer vertical-wrap">
|
|
|
|
|
</div>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
</div>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
</div>
|
2014-07-10 21:27:46 -07:00
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="dashboardColumn dashboardColumn-2-40 dashboardColumn-3-27">
|
|
|
|
|
<div class="dashboardSection">
|
2017-06-20 12:36:34 -07:00
|
|
|
|
<h2>${HeaderRecentActivity}</h2>
|
|
|
|
|
<div class="paperList activityItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="dashboardColumn dashboardColumn-3-27">
|
2017-07-18 10:33:45 -07:00
|
|
|
|
|
|
|
|
|
<div class="dashboardSection activeRecordingsSection hide">
|
|
|
|
|
<h2>${HeaderActiveRecordings}</h2>
|
|
|
|
|
<div class="activeRecordingItems vertical-wrap" is="emby-itemscontainer">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="dashboardSection">
|
|
|
|
|
<h2>${HeaderLatestNews}</h2>
|
|
|
|
|
<div class="paperList latestNewsItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-06-20 12:36:34 -07:00
|
|
|
|
|
2017-06-21 22:51:35 -07:00
|
|
|
|
<div class="dashboardSection">
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<h2>${HeaderPaths}</h2>
|
2017-07-18 10:33:45 -07:00
|
|
|
|
<div class="paperList" style="padding: 1em;">
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div class="listItem">
|
|
|
|
|
<i class="md-icon listItemIcon">folder</i>
|
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
|
<div class="listItemBodyText secondary">${LabelCache}</div>
|
|
|
|
|
<div class="listItemBodyText" id="cachePath"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="listItem">
|
|
|
|
|
<i class="md-icon listItemIcon">folder</i>
|
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
|
<div class="listItemBodyText secondary">${LabelLogs}</div>
|
|
|
|
|
<div class="listItemBodyText" id="logPath"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="listItem">
|
|
|
|
|
<i class="md-icon listItemIcon">folder</i>
|
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
|
<div class="listItemBodyText secondary">${LabelMetadata}</div>
|
|
|
|
|
<div class="listItemBodyText" id="metadataPath"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="listItem">
|
|
|
|
|
<i class="md-icon listItemIcon">folder</i>
|
|
|
|
|
<div class="listItemBody two-line">
|
|
|
|
|
<div class="listItemBodyText secondary">${LabelTranscodingTemporaryFiles}</div>
|
|
|
|
|
<div class="listItemBodyText" id="transcodingTemporaryPath"></div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2014-07-10 21:27:46 -07:00
|
|
|
|
</div>
|
2017-06-21 22:51:35 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
</div>
|
2015-01-17 12:30:23 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
</div>
|
2017-06-21 22:51:35 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2017-06-18 00:09:29 -07:00
|
|
|
|
<div class="dashboardFooter">
|
|
|
|
|
<div style="height:1px;" class="ui-bar-inherit"></div>
|
|
|
|
|
<div style="margin-top:1em;">
|
|
|
|
|
<a is="emby-linkbutton" class="button-link" href="http://emby.media" target="_blank">Emby</a>
|
|
|
|
|
<a is="emby-linkbutton" class="button-link" href="http://emby.media/community" target="_blank">${LinkCommunity}</a>
|
|
|
|
|
<a is="emby-linkbutton" class="button-link" href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
|
|
|
|
|
<a is="emby-linkbutton" class="button-link swaggerLink" target="_blank" href="#">${LinkApi}</a>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-06-18 00:09:29 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|