2016-08-05 13:25:09 -07:00
|
|
|
|
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage fullWidthContent" data-require="scripts/dashboardpage,humanedate,buttonenabled,listViewStyle,emby-collapse,emby-button">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-03-07 08:53:23 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="dashboardContent">
|
|
|
|
|
<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 class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button>
|
|
|
|
|
</p>
|
2014-01-18 12:25:20 -07:00
|
|
|
|
</div>
|
2014-10-04 11:05:24 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="readOnlyContent dashboardHomeLeftColumn">
|
2013-06-02 07:33:51 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-09-21 23:57:31 -07:00
|
|
|
|
<div style="display: flex; align-items: center;margin-top:1.45em;">
|
|
|
|
|
<h1 class="serverNameHeader" style="margin:0;"></h1>
|
|
|
|
|
<button is="paper-icon-button-light" type="button" class="btnEditServerName" style="margin-left: .5em;color:#666;">
|
|
|
|
|
<i class="md-icon">mode_edit</i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="paperList" style="padding: 1em;">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p id="appVersionNumber">
|
|
|
|
|
</p>
|
2016-09-21 23:57:31 -07:00
|
|
|
|
<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>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
${ServerUpToDate}
|
|
|
|
|
</p>
|
|
|
|
|
<div id="pUpdateNow" style="display: none;">
|
2016-09-21 23:57:31 -07:00
|
|
|
|
<p>
|
|
|
|
|
<strong>${NewServerVersionAvailable}</strong>
|
|
|
|
|
</p>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p id="newVersionNumber"></p>
|
|
|
|
|
<div id="btnUpdateApplicationContainer">
|
2016-09-23 23:22:03 -07:00
|
|
|
|
<button id="btnUpdateApplication" is="emby-button" type="button" class="raised block" onclick="DashboardPage.updateApplication();">
|
|
|
|
|
<span>${ButtonUpdateNow}</span>
|
|
|
|
|
</button>
|
2013-10-07 09:22:19 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div id="btnManualUpdateContainer">
|
|
|
|
|
<a href="http://emby.media/download" target="_blank">${PleaseUpdateManually}</a>
|
2013-10-07 09:22:19 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p id="ports"></p>
|
|
|
|
|
<div id="pPluginUpdates"></div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p class="localUrl"></p>
|
|
|
|
|
<p class="externalUrl"></p>
|
2016-09-21 23:57:31 -07:00
|
|
|
|
<p class="hide">
|
|
|
|
|
<a class="btnConnectionHelp" href="#">${HowToConnectFromEmbyApps}</a>
|
|
|
|
|
</p>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="margin-top: 1em;">
|
2016-09-08 23:59:23 -07:00
|
|
|
|
<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>
|
|
|
|
|
<span>${ButtonRestart}</span>
|
|
|
|
|
</button>
|
2016-09-08 23:59:23 -07:00
|
|
|
|
<button is="emby-button" type="button" id="btnShutdown" class="raised button-cancel" onclick="DashboardPage.shutdown();">
|
2016-08-05 13:43:11 -07:00
|
|
|
|
<i class="md-icon">close</i>
|
|
|
|
|
<span>${ButtonShutdown}</span>
|
|
|
|
|
</button>
|
2014-01-18 14:52:01 -07:00
|
|
|
|
</div>
|
2013-10-07 07:38:31 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<p class="supporterIconContainer" style="padding-left: .5em;margin: 1em 0 0;">
|
|
|
|
|
</p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div id="collapsiblePendingInstallations" style="margin-top: 2em; display: none;">
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div is="emby-collapse" title="${HeaderPendingInstallations}" data-expanded="true">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<p>${LabelComponentsUpdated}</p>
|
|
|
|
|
<div id="pendingInstallations">
|
|
|
|
|
</div>
|
|
|
|
|
<p>${MessagePleaseRestartServerToFinishUpdating}</p>
|
|
|
|
|
<div class="btnRestartContainer hide">
|
2016-08-05 13:43:11 -07:00
|
|
|
|
<button is="emby-button" type="button" class="raised submit" onclick="DashboardPage.restart();">
|
|
|
|
|
<i class="md-icon">refresh</i>
|
|
|
|
|
<span>${ButtonRestartNow}</span>
|
|
|
|
|
</button>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
2016-07-11 09:56:16 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
|
2016-05-19 22:36:57 -07:00
|
|
|
|
<div class="healthMonitorSection hide" style="margin-top: 2em;">
|
|
|
|
|
<h1 style="display:flex;align-items:center;">
|
|
|
|
|
<div>${HeaderHealthMonitor}</div>
|
2016-08-05 13:43:11 -07:00
|
|
|
|
<button is="paper-icon-button-light" type="button" style="margin-left: .5em;">
|
|
|
|
|
<i class="md-icon">refresh</i>
|
|
|
|
|
</button>
|
2016-05-19 22:36:57 -07:00
|
|
|
|
</h1>
|
|
|
|
|
<div class="healthMonitor paperList">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="activeDevicesCollapsible" style="margin-top: 2em;">
|
|
|
|
|
<h1>${HeaderActiveDevices}</h1>
|
2016-07-30 14:20:42 -07:00
|
|
|
|
<div class="activeDevices itemsContainer vertical-wrap">
|
2014-01-18 14:52:01 -07:00
|
|
|
|
</div>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
</div>
|
2014-07-10 21:27:46 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div id="runningTasksCollapsible" style="margin-top: 2em; display: none;">
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div is="emby-collapse" title="${HeaderRunningTasks}" data-expanded="true">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<div id="divRunningTasks">
|
|
|
|
|
</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>
|
2015-01-17 12:30:23 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
2016-07-11 09:56:16 -07:00
|
|
|
|
<div is="emby-collapse" title="${HeaderPaths}">
|
|
|
|
|
<div class="collapseContent">
|
|
|
|
|
<p>
|
|
|
|
|
<b>${LabelCache}</b><br />
|
|
|
|
|
<span id="cachePath"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<b>${LabelLogs}</b><br />
|
|
|
|
|
<span id="logPath"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<b>${LabelMetadata}</b><br />
|
|
|
|
|
<span id="metadataPath"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<b>${LabelTranscodingTemporaryFiles}</b><br />
|
|
|
|
|
<span id="transcodingTemporaryPath"></span>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="readOnlyContent dashboardHomeRightColumn firstDashboardHomeRightColumn">
|
|
|
|
|
<h1>${HeaderRecentActivity}</h1>
|
|
|
|
|
<div class="paperList activityItems">
|
2015-01-17 12:30:23 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="readOnlyContent dashboardHomeRightColumn">
|
|
|
|
|
<h1>${HeaderLatestNews}</h1>
|
|
|
|
|
<div class="paperList latestNewsItems">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="dashboardFooter">
|
|
|
|
|
<div style="height:1px;" class="ui-bar-inherit"></div>
|
|
|
|
|
<div style="margin-top:1em;">
|
|
|
|
|
<a href="http://emby.media" target="_blank">Emby</a>
|
|
|
|
|
<a href="http://emby.media/community" target="_blank">${LinkCommunity}</a>
|
|
|
|
|
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
|
|
|
|
|
<a class="swaggerLink" target="_blank" href="#">${LinkApi}</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|