diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-23 00:04:36 -0400 |
| commit | b20151fff373100da7946df93afb7dd4dccea3e4 (patch) | |
| tree | a16d7085c0eab807c309c94461ed60821029f1ff /MediaBrowser.WebDashboard/Html/support.html | |
| parent | 4bc27f3a65ddbffcc7b74683df72503f20df275c (diff) | |
copy dashboard to the output folder and load from the file system, instead of using embedded resources
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/support.html')
| -rw-r--r-- | MediaBrowser.WebDashboard/Html/support.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/MediaBrowser.WebDashboard/Html/support.html b/MediaBrowser.WebDashboard/Html/support.html deleted file mode 100644 index 185ae01e6..000000000 --- a/MediaBrowser.WebDashboard/Html/support.html +++ /dev/null @@ -1,43 +0,0 @@ -<!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> - <a href="about.html" data-role="button">About</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://www.mediabrowser3.com" target="_blank">Visit the Media Browser Web Site</a> - </div> - </div> - </div> - </div> -</body> -</html> |
