2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<title>${TitleSupport}</title>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="supportPage" 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" class="ui-btn-active">${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">${TabAbout}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<p>${ProjectHasCommunity}</p>
|
|
|
|
|
<a data-role="button" data-icon="arrow-r" data-iconpos="right" href="http://emby.media/community" target="_blank">${VisitTheCommunity}</a>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<br />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<p>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
${CheckoutKnowledgeBase}
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</p>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<a data-role="button" data-icon="search" data-iconpos="right" href="http://emby.media/community/index.php?/forum/23-knowledge-base/" target="_blank">${SearchKnowledgeBase}</a>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<br />
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<p>${VisitProjectWebsiteLong}</p>
|
|
|
|
|
<a data-role="button" data-icon="home" data-iconpos="right" href="http://emby.media" target="_blank">${VisitProjectWebsite}</a>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|