mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
35 lines
1.7 KiB
HTML
35 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>${TitleSupport}</title>
|
|
</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">
|
|
<a href="support.html" data-role="button" class="ui-btn-active">${TabGeneral}</a>
|
|
<a href="log.html" data-role="button">${TabLog}</a>
|
|
<a href="supporter.html" data-role="button">${TabBecomeSupporter}</a>
|
|
<a href="supporterkey.html" data-role="button">${TabSupporterKey}</a>
|
|
<a href="about.html" data-role="button">${TabAbout}</a>
|
|
</div>
|
|
<p>${MediaBrowserHasCommunity}</p>
|
|
<a data-role="button" data-icon="arrow-r" data-iconpos="right" href="http://mediabrowser.tv/community" target="_blank">${VisitTheCommunity}</a>
|
|
<br />
|
|
<p>
|
|
${CheckoutKnowledgeBase}
|
|
</p>
|
|
<a data-role="button" data-icon="search" data-iconpos="right" href="http://mediabrowser.tv/community/index.php?/forum/23-knowledge-base/" target="_blank">${SearchKnowledgeBase}</a>
|
|
<br />
|
|
<p>${VisitMediaBrowserWebsiteLong}</p>
|
|
<a data-role="button" data-icon="home" data-iconpos="right" href="http://mediabrowser.tv" target="_blank">${VisitMediaBrowserWebsite}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|