2013-03-14 19:42:18 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<title>${TitleSupport}</title>
|
2013-03-14 19:42:18 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="aboutPage" data-role="page" class="page type-interior">
|
|
|
|
|
|
|
|
|
|
<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 15:50:04 -07:00
|
|
|
|
<a href="support.html" data-role="button">${TabGeneral}</a>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<a href="log.html" data-role="button">${TabLogs}</a>
|
2014-09-04 20:48:53 -07:00
|
|
|
|
<a href="supporter.html" data-role="button">${TabDonate}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="supporterkey.html" data-role="button">${TabSupporterKey}</a>
|
|
|
|
|
<a href="about.html" data-role="button" class="ui-btn-active">${TabAbout}</a>
|
2013-03-14 19:42:18 -07:00
|
|
|
|
</div>
|
2015-01-11 13:31:09 -07:00
|
|
|
|
<div style="font-size:24px;">
|
2015-03-21 13:04:00 -07:00
|
|
|
|
<img class="imgLogoIcon" src="css/images/mblogoicon.png" /><span class="logoLibraryMenuButtonText">EMBY</span>
|
2015-01-11 13:31:09 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div id="appVersionNumber">${VersionNumber}</div>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<br />
|
2015-01-17 22:45:10 -07:00
|
|
|
|
<div class="detailSectionHeader">${HeaderCredits}</div>
|
2014-05-12 11:04:25 -07: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 05:27:38 -07:00
|
|
|
|
|
2014-05-12 11:04:25 -07: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 05:27:38 -07:00
|
|
|
|
|
2013-03-14 19:42:18 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|