jellyfin-web/dashboard-ui/dashboard.html

154 lines
8.4 KiB
HTML
Raw Normal View History

2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
<html>
<head>
2014-07-10 21:27:46 -07:00
<title>${TitleServer}</title>
2013-02-20 18:33:05 -07:00
</head>
<body>
2014-04-24 10:30:59 -07:00
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage">
2013-02-20 18:33:05 -07:00
<div data-role="content">
<div class="content-primary">
2014-01-18 12:25:20 -07:00
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
2014-07-10 21:27:46 -07:00
<a href="#" data-role="button" class="ui-btn-active">${TabDashboard}</a>
2014-07-19 21:46:29 -07:00
<a href="dashboardgeneral.html" data-role="button">${TabSettings}</a>
2014-01-18 12:25:20 -07:00
</div>
2014-01-18 14:52:01 -07:00
<div class="dashboardContent">
2015-01-23 21:50:45 -07:00
<div class="supporterPromotion" style="display:none;">
2015-01-24 15:33:26 -07:00
<a class="btn btnActionAccent" href="supporter.html" style="font-size:14px;">
2015-01-23 21:50:45 -07:00
<div>
${HeaderBecomeMediaBrowserSupporter}
</div>
<div style="font-weight:normal;font-size:90%;margin-top:5px;">
${TextAccessPremiumFeatures}
</div>
</a>
</div>
2014-10-04 11:05:24 -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;">
2015-01-11 11:36:26 -07:00
<h1 style="margin-top: 0;" class="tourHeader"></h1>
2014-10-04 11:05:24 -07:00
<p>
2015-01-11 11:36:26 -07:00
<button class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button>
2014-10-04 11:05:24 -07:00
</p>
</div>
2014-01-18 14:52:01 -07:00
<div class="readOnlyContent dashboardHomeLeftColumn">
2013-06-02 07:33:51 -07:00
2014-01-18 14:52:01 -07:00
<div data-role="collapsible" data-collapsed="false">
2014-11-30 12:01:33 -07:00
<h3>${HeaderServerInformation}</h3>
2014-01-18 14:52:01 -07:00
<div>
2014-04-14 20:54:52 -07:00
<p id="appVersionNumber">
2014-01-18 14:52:01 -07:00
</p>
<p id="pUpToDate" style="display: none;">
2014-02-26 14:31:47 -07:00
<img src="css/images/checkmarkgreen.png" style="height: 20px; margin-right: 3px; position: relative; top: 5px; border-radius: 3px;" />
2014-04-14 20:54:52 -07:00
${ServerUpToDate}
2014-01-18 14:52:01 -07:00
</p>
<div id="pUpdateNow" style="display: none;">
2014-04-14 20:54:52 -07:00
<p><strong>${NewServerVersionAvailable}</strong></p>
2014-01-18 14:52:01 -07:00
<p id="newVersionNumber"></p>
<div id="btnUpdateApplicationContainer">
2014-04-14 20:54:52 -07:00
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">${ButtonUpdateNow}</button>
2014-01-18 14:52:01 -07:00
</div>
<div id="btnManualUpdateContainer">
2014-05-08 14:23:24 -07:00
<a href="http://mediabrowser.tv/download" target="_blank">${PleaseUpdateManually}</a>
2014-01-18 14:52:01 -07:00
</div>
</div>
2014-04-14 20:54:52 -07:00
<div id="updateFail" style="color: #cc0000; display: none;">${ErrorConnectingToMediaBrowserRepository}</div>
2014-01-18 14:52:01 -07:00
<p id="ports"></p>
<div id="pPluginUpdates"></div>
2015-01-18 21:29:57 -07:00
<p class="localUrl"></p>
2014-02-26 14:31:47 -07:00
<p class="externalUrl"></p>
2015-01-19 22:19:13 -07:00
2014-01-18 14:52:01 -07:00
<div style="margin-top: 1em;">
2014-04-14 20:54:52 -07:00
<button class="btnRestartContainer hide" id="btnRestartServer" type="button" data-icon="refresh" data-mini="true" data-inline="true" onclick="DashboardPage.restart();">${ButtonRestart}</button>
<button id="btnShutdown" type="button" data-icon="delete" data-mini="true" data-inline="true" onclick="DashboardPage.shutdown();">${ButtonShutdown}</button>
</div>
2013-02-20 18:33:05 -07:00
</div>
2014-01-18 14:52:01 -07:00
</div>
2013-12-25 20:44:26 -07:00
2015-01-19 22:19:13 -07:00
<p class="supporterIconContainer" style="padding-left: .5em;margin: 1em 0 0;">
</p>
2014-01-18 14:52:01 -07:00
<div id="collapsiblePendingInstallations" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none;">
2014-04-14 20:54:52 -07:00
<h3>${HeaderPendingInstallations}</h3>
<p>${LabelComponentsUpdated}</p>
2014-01-18 14:52:01 -07:00
<div id="pendingInstallations">
</div>
2014-04-14 20:54:52 -07:00
<p>${MessagePleaseRestartServerToFinishUpdating}</p>
2014-01-18 14:52:01 -07:00
<div class="btnRestartContainer hide">
2014-04-14 20:54:52 -07:00
<button type="button" data-icon="refresh" data-theme="b" onclick="Dashboard.restartServer();" data-mini="true" data-inline="true">${ButtonRestartNow}</button>
2013-12-25 20:44:26 -07:00
</div>
2013-02-20 18:33:05 -07:00
</div>
2014-04-28 20:56:20 -07:00
<div class="activeDevicesCollapsible" data-role="collapsible" data-collapsed="false" data-content-theme="false" style="margin-top: 2em;">
2014-04-14 20:54:52 -07:00
<h3>${HeaderActiveDevices}</h3>
<div class="activeDevices">
2014-01-18 14:52:01 -07:00
</div>
2013-10-07 07:38:31 -07:00
</div>
2013-02-20 18:33:05 -07:00
2014-08-10 15:13:17 -07:00
<div id="runningTasksCollapsible" data-role="collapsible" data-collapsed="false" style="margin-top: 1em; display: none;">
2014-04-14 20:54:52 -07:00
<h3>${HeaderRunningTasks}</h3>
2014-01-18 14:52:01 -07:00
<div>
<div id="divRunningTasks">
</div>
</div>
2013-02-20 18:33:05 -07:00
</div>
2014-08-10 15:13:17 -07:00
<div data-role="collapsible" data-collapsed="true">
2015-01-17 12:30:23 -07:00
<h3>${HeaderPaths}</h3>
2014-08-10 15:13:17 -07:00
<div>
<p>
<b>${LabelCache}</b><br />
<span id="cachePath"></span>
</p>
<p>
<b>${LabelImagesByName}</b><br />
<span id="imagesByNamePath"></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>
2013-02-20 18:33:05 -07:00
</div>
2013-07-06 18:41:20 -07:00
2014-08-10 15:13:17 -07:00
<div class="readOnlyContent dashboardHomeRightColumn firstDashboardHomeRightColumn">
2014-01-18 14:52:01 -07:00
<div data-role="collapsible" data-collapsed="false">
2014-08-14 06:24:30 -07:00
<h3>${HeaderRecentActivity}</h3>
2014-08-10 15:13:17 -07:00
<div class="activityItems">
2014-01-18 14:52:01 -07:00
</div>
</div>
2013-07-06 18:41:20 -07:00
</div>
2014-07-10 21:27:46 -07:00
2014-08-10 15:13:17 -07:00
<div class="readOnlyContent dashboardHomeRightColumn">
<div data-role="collapsible" data-collapsed="false">
<h3>${HeaderLatestNews}</h3>
<div class="latestNewsItems">
2014-07-10 21:27:46 -07:00
</div>
</div>
</div>
2015-01-17 12:30:23 -07:00
2015-01-17 22:45:10 -07:00
<div class="dashboardFooter">
2015-01-17 12:30:23 -07:00
<div style="height:1px;" class="ui-bar-inherit"></div>
<div style="margin-top:1em;">
2015-01-17 22:45:10 -07:00
<a href="http://mediabrowser.tv" target="_blank">Media Browser</a>
<a href="http://mediabrowser.tv/community" target="_blank">${LinkCommunity}</a>
2015-01-23 21:50:45 -07:00
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
2015-01-17 22:45:10 -07:00
<a href="../swagger-ui/index.html" target="_blank">${LinkApi}</a>
2015-01-17 12:30:23 -07:00
</div>
</div>
2013-02-20 18:33:05 -07:00
</div>
</div>
</div>
</div>
</body>
2014-03-30 19:33:10 -07:00
</html>