jellyfin-web/dashboard-ui/support.html

34 lines
1.6 KiB
HTML
Raw Normal View History

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>
<a href="log.html" data-role="button">${TabLogs}</a>
2015-10-02 10:55:26 -07:00
<a href="supporterkey.html" data-role="button" class="tabSupporterMembership">${TabEmbyPremiere}</a>
2014-04-03 15:50:04 -07:00
<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>