2016-03-15 22:33:31 -07:00
|
|
|
|
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage" data-require="scripts/dashboardpage,humanedate,buttonenabled,paper-icon-item,paper-item-body,paper-fab,emby-collapsible">
|
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-03-27 20:37:33 -07:00
|
|
|
|
<h1 class="serverNameHeader"></h1>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="paperList" style="padding:1em;">
|
|
|
|
|
<p id="appVersionNumber">
|
|
|
|
|
</p>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
<p id="pUpToDate" style="display: flex; align-items:center;" class="hide">
|
|
|
|
|
<iron-icon icon="check" style="background-color: #52B54B;border-radius:.25em;color: #fff;margin-right:.5em;"></iron-icon>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
${ServerUpToDate}
|
|
|
|
|
</p>
|
|
|
|
|
<div id="pUpdateNow" style="display: none;">
|
|
|
|
|
<p><strong>${NewServerVersionAvailable}</strong></p>
|
|
|
|
|
<p id="newVersionNumber"></p>
|
|
|
|
|
<div id="btnUpdateApplicationContainer">
|
|
|
|
|
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">${ButtonUpdateNow}</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-03-01 20:27:33 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div style="margin-top: 1em;">
|
|
|
|
|
<paper-button raised class="subdued btnRestartContainer hide" onclick="DashboardPage.restart();"><iron-icon icon="refresh"></iron-icon><span>${ButtonRestart}</span></paper-button>
|
|
|
|
|
<paper-button id="btnShutdown" raised class="subdued" onclick="DashboardPage.shutdown();"><iron-icon icon="close"></iron-icon><span>${ButtonShutdown}</span></paper-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;">
|
|
|
|
|
<emby-collapsible title="${HeaderPendingInstallations}" expanded>
|
|
|
|
|
<p>${LabelComponentsUpdated}</p>
|
|
|
|
|
<div id="pendingInstallations">
|
|
|
|
|
</div>
|
|
|
|
|
<p>${MessagePleaseRestartServerToFinishUpdating}</p>
|
|
|
|
|
<div class="btnRestartContainer hide">
|
|
|
|
|
<paper-button raised class="submit" onclick="DashboardPage.restart();"><iron-icon icon="refresh"></iron-icon><span>${ButtonRestartNow}</span></paper-button>
|
|
|
|
|
</div>
|
2016-03-01 20:27:33 -07:00
|
|
|
|
</emby-collapsible>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="activeDevicesCollapsible" style="margin-top: 2em;">
|
|
|
|
|
<h1>${HeaderActiveDevices}</h1>
|
|
|
|
|
<div class="activeDevices">
|
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;">
|
|
|
|
|
<emby-collapsible title="${HeaderRunningTasks}" expanded>
|
|
|
|
|
<div id="divRunningTasks">
|
|
|
|
|
</div>
|
|
|
|
|
</emby-collapsible>
|
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 />
|
|
|
|
|
<emby-collapsible title="${HeaderPaths}">
|
|
|
|
|
<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>
|
|
|
|
|
</emby-collapsible>
|
|
|
|
|
</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>
|