2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Dashboard</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2013-08-27 13:04:58 -07:00
|
|
|
|
<div id="dashboardPage" data-role="page" class="page type-interior adminPage">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div class="readOnlyContent">
|
2013-06-02 07:33:51 -07:00
|
|
|
|
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<h3>Server Information</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<p>
|
|
|
|
|
Version <span id="appVersionNumber"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<p id="pUpToDate" style="display: none;">
|
2013-03-27 15:17:46 -07:00
|
|
|
|
<img src="css/images/checkmarkgreen.png" style="height: 20px; margin-right: 3px; position: relative; top: 4px;" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
Media Browser Server is up to date
|
|
|
|
|
</p>
|
|
|
|
|
<div id="pUpdateNow" style="display: none;">
|
|
|
|
|
<p><strong>A new version of Media Browser Server is available!</strong></p>
|
|
|
|
|
<p id="newVersionNumber"></p>
|
2013-10-07 09:22:19 -07:00
|
|
|
|
<div id="btnUpdateApplicationContainer">
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">Update Now</button>
|
2013-10-07 09:22:19 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="btnManualUpdateContainer">
|
|
|
|
|
Please shutdown the server and <a href="http://www.mediabrowser3.com/download" target="_blank">update manually.</a>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2013-07-09 10:15:58 -07:00
|
|
|
|
<div id="updateFail" style="color: #cc0000; display: none;">There was an error connecting to the remote Media Browser repository.</div>
|
2013-06-01 20:17:10 -07:00
|
|
|
|
<p id="ports"></p>
|
2013-03-20 14:17:47 -07:00
|
|
|
|
<div id="pPluginUpdates"></div>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
|
|
|
|
|
<div style="margin-top: 1em;">
|
|
|
|
|
<button class="btnRestartContainer hide" id="btnRestartServer" type="button" data-icon="refresh" data-mini="true" data-inline="true" onclick="DashboardPage.restart();">Restart</button>
|
|
|
|
|
<button id="btnShutdown" type="button" data-icon="delete" data-mini="true" data-inline="true" onclick="DashboardPage.shutdown();">Shutdown</button>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div id="collapsiblePendingInstallations" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none;">
|
2013-03-20 14:17:47 -07:00
|
|
|
|
<h3>Pending Installations</h3>
|
|
|
|
|
<p>The following components have been installed or updated:</p>
|
|
|
|
|
<div id="pendingInstallations">
|
|
|
|
|
</div>
|
|
|
|
|
<p>Please restart the server to finish applying updates.</p>
|
2013-10-07 07:38:31 -07:00
|
|
|
|
<div class="btnRestartContainer hide">
|
2013-12-28 09:58:13 -07:00
|
|
|
|
<button type="button" data-icon="refresh" data-theme="b" onclick="Dashboard.restartServer();" data-mini="true" data-inline="true">Restart Now</button>
|
2013-10-07 07:38:31 -07:00
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div data-role="collapsible" data-collapsed="false" style="margin-top: 2em;">
|
2013-06-02 19:17:13 -07:00
|
|
|
|
<h3>Active Connections</h3>
|
2013-09-03 08:34:52 -07:00
|
|
|
|
<div>
|
|
|
|
|
<table class="tblConnections" style="border-collapse: collapse;">
|
|
|
|
|
</table>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<div id="runningTasksCollapsible" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none;">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<h3>Running Tasks</h3>
|
|
|
|
|
<div id="divRunningTasks">
|
|
|
|
|
</div>
|
2013-03-28 17:10:15 -07:00
|
|
|
|
<p><a href="scheduledtasks.html">Manage Scheduled Tasks</a></p>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<div data-role="collapsible" data-collapsed="true" style="margin-top: 1em;">
|
2013-09-28 11:16:30 -07:00
|
|
|
|
<h3>Links</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<p><a href="http://mediabrowser3.com/community" target="_blank">Community</a></p>
|
|
|
|
|
<p><a href="https://github.com/MediaBrowser/MediaBrowser" target="_blank">Github</a></p>
|
|
|
|
|
<p><a href="../swagger-ui/index.html" target="_blank">Interactive Api Documentation</a></p>
|
2013-10-07 11:22:31 -07:00
|
|
|
|
<p>Server bookmark: <a id="bookmarkUrl" href="#" data-ajax="false" onclick="return !DashboardPage.bookmarkPageIfSupported(this.href);"></a></p>
|
2013-09-28 11:16:30 -07:00
|
|
|
|
</div>
|
2013-07-16 11:19:01 -07:00
|
|
|
|
</div>
|
2013-07-16 10:18:32 -07:00
|
|
|
|
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<div data-role="collapsible" data-collapsed="true" style="margin-top: 1em;">
|
2013-11-30 11:32:39 -07:00
|
|
|
|
<h3>System Paths</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<p><b>Logs:</b> <span id="logPath"></span></p>
|
|
|
|
|
<p><b>Images by name:</b> <span id="imagesByNamePath"></span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2013-07-16 10:18:32 -07:00
|
|
|
|
<div style="display: none; margin-top: 4em;" id="contribute">
|
2013-07-06 18:41:20 -07:00
|
|
|
|
<h3 style="padding-left: 1em;">Help improve Media Browser</h3>
|
|
|
|
|
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr"
|
|
|
|
|
method="post">
|
|
|
|
|
<input type="hidden" name="amount" value="10">
|
|
|
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
|
|
|
<input type="hidden" name="business" value="donate@mediabrowser3.com">
|
|
|
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
|
|
|
<input type="hidden" name="item_name" value="Media Browser Supporter">
|
|
|
|
|
<input type="hidden" name="item_number" value="MBSupporter">
|
|
|
|
|
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
|
|
|
|
|
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
|
2013-07-22 13:08:40 -07:00
|
|
|
|
<a data-role="button" onclick="$(this).parents('form')[0].submit();">
|
2013-07-06 18:41:20 -07:00
|
|
|
|
<img src="css/images/supporter/donatepaypal.png" /></a>
|
2013-07-08 09:13:21 -07:00
|
|
|
|
<a href="https://github.com/MediaBrowser/MediaBrowser/wiki" data-role="button" target="_blank">Become a Developer</a>
|
2013-07-06 18:41:20 -07:00
|
|
|
|
</form>
|
|
|
|
|
</div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|