2013-02-20 20:33:05 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2016-01-28 20:16:07 -05:00
|
|
|
|
<title>Emby</title>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-03-01 22:27:33 -05: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 20:33:05 -05:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-03-07 10:53:23 -05:00
|
|
|
|
|
2014-01-18 14:25:20 -05:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-07-11 00:27:46 -04:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabDashboard}</a>
|
2014-07-20 00:46:29 -04:00
|
|
|
|
<a href="dashboardgeneral.html" data-role="button">${TabSettings}</a>
|
2014-01-18 14:25:20 -05:00
|
|
|
|
</div>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
<div class="dashboardContent">
|
2014-10-04 14:05:24 -04:00
|
|
|
|
<div class="ui-bar-a welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em 0; font-weight: normal; max-width: 800px;">
|
2015-01-11 13:36:26 -05:00
|
|
|
|
<h1 style="margin-top: 0;" class="tourHeader"></h1>
|
2014-10-04 14:05:24 -04:00
|
|
|
|
<p>
|
2015-01-11 13:36:26 -05:00
|
|
|
|
<button class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button>
|
2014-10-04 14:05:24 -04:00
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2014-01-18 16:52:01 -05:00
|
|
|
|
<div class="readOnlyContent dashboardHomeLeftColumn">
|
2013-06-02 10:33:51 -04:00
|
|
|
|
|
2016-03-01 22:27:33 -05:00
|
|
|
|
<div>
|
|
|
|
|
</div>
|
2015-09-22 12:06:27 -04:00
|
|
|
|
<div>
|
|
|
|
|
<h1>${HeaderServerInformation}</h1>
|
|
|
|
|
<div class="paperList" style="padding:1em;">
|
2014-04-14 23:54:52 -04:00
|
|
|
|
<p id="appVersionNumber">
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</p>
|
|
|
|
|
<p id="pUpToDate" style="display: none;">
|
2014-02-26 16:31:47 -05:00
|
|
|
|
<img src="css/images/checkmarkgreen.png" style="height: 20px; margin-right: 3px; position: relative; top: 5px; border-radius: 3px;" />
|
2014-04-14 23:54:52 -04:00
|
|
|
|
${ServerUpToDate}
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</p>
|
|
|
|
|
<div id="pUpdateNow" style="display: none;">
|
2014-04-14 23:54:52 -04:00
|
|
|
|
<p><strong>${NewServerVersionAvailable}</strong></p>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
<p id="newVersionNumber"></p>
|
|
|
|
|
<div id="btnUpdateApplicationContainer">
|
2014-04-14 23:54:52 -04:00
|
|
|
|
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">${ButtonUpdateNow}</button>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</div>
|
|
|
|
|
<div id="btnManualUpdateContainer">
|
2015-03-21 14:12:12 -04:00
|
|
|
|
<a href="http://emby.media/download" target="_blank">${PleaseUpdateManually}</a>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</div>
|
2013-10-07 12:22:19 -04:00
|
|
|
|
</div>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
<p id="ports"></p>
|
|
|
|
|
<div id="pPluginUpdates"></div>
|
|
|
|
|
|
2015-01-18 23:29:57 -05:00
|
|
|
|
<p class="localUrl"></p>
|
2014-02-26 16:31:47 -05:00
|
|
|
|
<p class="externalUrl"></p>
|
2015-01-20 00:19:13 -05:00
|
|
|
|
|
2014-01-18 16:52:01 -05:00
|
|
|
|
<div style="margin-top: 1em;">
|
2015-06-26 23:27:38 -04:00
|
|
|
|
<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>
|
2013-10-07 12:22:19 -04:00
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</div>
|
2013-12-25 22:44:26 -05:00
|
|
|
|
|
2015-01-20 00:19:13 -05:00
|
|
|
|
<p class="supporterIconContainer" style="padding-left: .5em;margin: 1em 0 0;">
|
|
|
|
|
</p>
|
2016-03-01 22:27:33 -05: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>
|
|
|
|
|
</emby-collapsible>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-09-22 12:06:27 -04:00
|
|
|
|
<div class="activeDevicesCollapsible" style="margin-top: 2em;">
|
|
|
|
|
<h1>${HeaderActiveDevices}</h1>
|
2014-04-14 23:54:52 -04:00
|
|
|
|
<div class="activeDevices">
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</div>
|
2013-10-07 10:38:31 -04:00
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
|
2016-03-01 22:27:33 -05:00
|
|
|
|
<div id="runningTasksCollapsible" style="margin-top: 2em; display: none;">
|
|
|
|
|
<emby-collapsible title="${HeaderRunningTasks}" expanded>
|
2014-01-18 16:52:01 -05:00
|
|
|
|
<div id="divRunningTasks">
|
|
|
|
|
</div>
|
2016-03-01 22:27:33 -05:00
|
|
|
|
</emby-collapsible>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
2016-03-01 22:27:33 -05: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>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2013-07-06 21:41:20 -04:00
|
|
|
|
|
2014-08-10 18:13:17 -04:00
|
|
|
|
<div class="readOnlyContent dashboardHomeRightColumn firstDashboardHomeRightColumn">
|
2015-09-21 21:05:33 -04:00
|
|
|
|
<h1>${HeaderRecentActivity}</h1>
|
|
|
|
|
<div class="paperList activityItems">
|
2014-01-18 16:52:01 -05:00
|
|
|
|
</div>
|
2013-07-06 21:41:20 -04:00
|
|
|
|
</div>
|
2014-07-11 00:27:46 -04:00
|
|
|
|
|
2014-08-10 18:13:17 -04:00
|
|
|
|
<div class="readOnlyContent dashboardHomeRightColumn">
|
2015-09-21 21:05:33 -04:00
|
|
|
|
<h1>${HeaderLatestNews}</h1>
|
|
|
|
|
<div class="paperList latestNewsItems">
|
2014-07-11 00:27:46 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2015-01-17 14:30:23 -05:00
|
|
|
|
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<div class="dashboardFooter">
|
2015-01-17 14:30:23 -05:00
|
|
|
|
<div style="height:1px;" class="ui-bar-inherit"></div>
|
|
|
|
|
<div style="margin-top:1em;">
|
2015-03-21 12:10:02 -04:00
|
|
|
|
<a href="http://emby.media" target="_blank">Emby</a>
|
|
|
|
|
<a href="http://emby.media/community" target="_blank">${LinkCommunity}</a>
|
2015-01-23 23:50:45 -05:00
|
|
|
|
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
|
2015-02-06 22:25:23 -05:00
|
|
|
|
<a class="swaggerLink" target="_blank" href="#">${LinkApi}</a>
|
2015-01-17 14:30:23 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
2015-06-25 21:10:56 -04:00
|
|
|
|
|
2013-02-20 20:33:05 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
2014-03-30 22:33:10 -04:00
|
|
|
|
</html>
|