2013-02-20 18:33:05 -07:00
<!DOCTYPE html>
< html >
< head >
2014-04-08 19:12:17 -07:00
< title > ${TitleDashboard}< / 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-03-07 08:53:23 -07:00
2014-01-18 12:25:20 -07:00
< div data-role = "controlgroup" data-type = "horizontal" class = "localnav" data-mini = "true" >
2014-04-08 19:12:17 -07:00
< a href = "#" data-role = "button" class = "ui-btn-active" > ${TabHome}< / a >
2014-04-03 15:50:04 -07:00
< a href = "dashboardgeneral.html" data-role = "button" > ${TabGeneral}< / a >
2014-04-08 19:12:17 -07:00
< a href = "dashboardinfopage.html" data-role = "button" > ${TabInfo}< / a >
2014-01-18 12:25:20 -07:00
< / div >
2014-01-18 14:52:01 -07:00
< div class = "dashboardContent" >
< 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-04-14 20:54:52 -07:00
< h3 > ${HeaerServerInformation}< / 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-04-14 20:54:52 -07:00
< a href = "http://www.mediabrowser3.com/download" target = "_blank" > ${PleaseUpdateManually}< / a >
2014-01-18 14:52:01 -07:00
< / div >
2013-10-07 09:22:19 -07:00
< / 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 >
2014-02-26 14:31:47 -07:00
< p class = "externalUrl" > < / p >
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 >
2013-10-07 09:22:19 -07:00
< / 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
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-01-18 14:52:01 -07:00
< div id = "runningTasksCollapsible" data-role = "collapsible" data-collapsed = "false" style = "margin-top: 2em; 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-01-18 21:25:01 -07:00
< div id = "contribute" style = "margin-top: 4em; display: none;" >
2014-04-14 20:54:52 -07:00
< h2 style = "margin: 0 0 .35em;" > ${HeaderHelpImproveMediaBrowser}< / h2 >
2014-01-18 14:52:01 -07:00
< div >
2014-01-29 08:02:29 -07:00
< a data-role = "button" data-icon = "mail" data-mini = "true" href = "supporter.html" >
< img src = "css/images/supporter/donatepaypal.png" / > < / a >
< a href = "https://github.com/MediaBrowser/MediaBrowser/wiki" data-role = "button" target = "_blank" data-icon = "user" data-mini = "true" > Join the Development Team< / a >
2014-01-18 14:52:01 -07:00
2014-01-29 08:02:29 -07:00
< p class = "appLinks" style = "padding-left: 5px;" >
< a href = "http://www.amazon.com/Mark-Linton-Mediabrowser-Android-Client/dp/B00GVH9O0I" target = "_blank" >
< img src = "css/images/clients/amazon.png" title = "Android via Amazon App Store" / > < / a >
< a href = "https://play.google.com/store/apps/details?id=com.mb.android&hl=en" target = "_blank" >
< img src = "css/images/clients/playstore.png" title = "Android via Google Play Store" / > < / a >
< a href = "https://itunes.apple.com/us/app/media-browser-for-ios/id705058087" target = "_blank" >
< img src = "css/images/clients/ios.png" title = "iOS" / > < / a >
< a href = "http://www.roku.com/channels/#!details/34503/media-browser" target = "_blank" >
< img src = "css/images/clients/roku.jpg" title = "Roku" / > < / a >
< a href = "http://www.windowsphone.com/s?appid=f4971ed9-f651-4bf6-84bb-94fd98613b86" target = "_blank" >
< img src = "css/images/clients/windowsphone.png" title = "Windows Phone" / > < / a >
< a href = "http://apps.microsoft.com/windows/en-us/app/media-browser/ad55a2f0-9897-47bd-8944-bed3aefd5d06" target = "_blank" >
< img src = "css/images/clients/windowsrt.png" title = "Windows 8.1" / > < / a >
< a href = "http://www.mediabrowser3.com/clients" target = "_blank" title = "Windows Media Center" >
< img src = "css/images/clients/mbc.png" / > < / a >
< a href = "http://addons.xbmc.org/show/plugin.video.xbmb3c" target = "_blank" title = "XBMB3C" >
< img src = "css/images/clients/xbmc.png" / > < / a >
< a href = "http://forum.team-mediaportal.com/threads/plugin-mediabrowser-for-mediaportal-v0-13-beta-2013-10-21.119513" target = "_blank" title = "Media Portal" >
< img src = "css/images/clients/mediaportal.png" / > < / a >
< / p >
2014-01-18 14:52:01 -07:00
< br / >
< / div >
2013-02-20 18:33:05 -07:00
< / div >
< / div >
2013-07-06 18:41:20 -07:00
2014-01-18 14:52:01 -07:00
< div class = "readOnlyContent dashboardHomeRightColumn" >
< div data-role = "collapsible" data-collapsed = "false" >
2014-04-14 20:54:52 -07:00
< h3 > ${HeaderLatestNews}< / h3 >
2014-01-18 14:52:01 -07:00
< div class = "latestNewsItems" >
< / div >
< / div >
2013-07-06 18:41:20 -07:00
< / div >
2013-02-20 18:33:05 -07:00
< / div >
< / div >
< / div >
< / div >
< / body >
2014-03-30 19:33:10 -07:00
< / html >