2013-03-14 21:42:18 -05:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-03 18:50:04 -04:00
|
|
|
|
<title>${TitleSupport}</title>
|
2013-03-14 21:42:18 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-16 15:09:02 -04:00
|
|
|
|
<div id="aboutPage" data-role="page" class="page type-interior" data-require="scripts/aboutpage">
|
2013-03-14 21:42:18 -05:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div class="readOnlyContent">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-03 18:50:04 -04:00
|
|
|
|
<a href="support.html" data-role="button">${TabGeneral}</a>
|
2014-07-03 22:22:57 -04:00
|
|
|
|
<a href="log.html" data-role="button">${TabLogs}</a>
|
2015-10-02 13:55:26 -04:00
|
|
|
|
<a href="supporterkey.html" data-role="button" class="tabSupporterMembership">${TabEmbyPremiere}</a>
|
2014-04-03 18:50:04 -04:00
|
|
|
|
<a href="about.html" data-role="button" class="ui-btn-active">${TabAbout}</a>
|
2013-03-14 21:42:18 -05:00
|
|
|
|
</div>
|
2015-01-11 15:31:09 -05:00
|
|
|
|
<div style="font-size:24px;">
|
2015-03-21 16:04:00 -04:00
|
|
|
|
<img class="imgLogoIcon" src="css/images/mblogoicon.png" /><span class="logoLibraryMenuButtonText">EMBY</span>
|
2015-01-11 15:31:09 -05:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div id="appVersionNumber">${VersionNumber}</div>
|
2014-05-12 14:04:25 -04:00
|
|
|
|
<br />
|
2015-01-18 00:45:10 -05:00
|
|
|
|
<div class="detailSectionHeader">${HeaderCredits}</div>
|
2014-05-12 14:04:25 -04:00
|
|
|
|
<div style="padding: 0 .5em;">
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://www.pismotechnic.com/pfm/" target="_blank">${PismoMessage}</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://www.tangiblesoftwaresolutions.com/" target="_blank">${TangibleSoftwareMessage}</a>
|
|
|
|
|
</p>
|
2013-07-29 08:27:38 -04:00
|
|
|
|
|
2014-05-12 14:04:25 -04:00
|
|
|
|
<br />
|
|
|
|
|
<p>${PleaseSupportOtherProduces}</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://fanart.tv" target="_blank">FanArt.tv</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://musicbrainz.org" target="_blank">MusicBrainz</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://www.themoviedb.org" target="_blank">TheMovieDb.org</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://www.omdbapi.com" target="_blank">The Open Movie Database</a>
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a href="http://thetvdb.com" target="_blank">TheTVDB.com</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2013-07-29 08:27:38 -04:00
|
|
|
|
|
2013-03-14 21:42:18 -05:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|