jellyfin/MediaBrowser.WebDashboard/Html/support.html
2013-02-20 20:33:05 -05:00

42 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Support</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">General</a>
<a href="log.html" data-role="button">View Log</a>
<a href="supporter.html" data-role="button">Become a Supporter</a>
<a href="supporterKey.html" data-role="button">Supporter Key</a>
</div>
<h2>General Help</h2>
<p>
Media Browser has a thriving community of users and a vast knowledge base of information to help you get the most
out of your media collection.
</p>
<p>
The Community Tracker is a place where you can ask questions, post feature requests and report bugs and get timely
<em>and friendly</em> help from a thriving community of users and developers.
</p>
<a data-role="button" data-icon="arrow-r" data-iconpos="right" href="http://community.mediabrowser.tv" target="_blank">Visit the Community Tracker</a>
<p>
Also, within the tracker, there is a large Knowledge Base of information compiled from users and developers to help you get the
most out of Media Browser.
</p>
<a data-role="button" data-icon="search" data-iconpos="right" href="http://community.mediabrowser.tv/topics?category_id=5&&status=published" target="_blank">Search the Knowledge Base</a>
<p>
Finally, you can visit the Media Browser Web site to see what's happening with MB now and keep up with the developer blog.
</p>
<a data-role="button" data-icon="home" data-iconpos="right" href="http://forum.mediabrowser3.com" target="_blank">Visit the Media Browser Web Site</a>
</div>
</div>
</div>
</div>
</body>
</html>