mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
59 lines
3.4 KiB
HTML
59 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Support</title>
|
|
</head>
|
|
<body>
|
|
<div id="supporterPage" 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">General</a>
|
|
<a href="log.html" data-role="button">View Log</a>
|
|
<a href="supporter.html" data-role="button" class="ui-btn-active">Become a Supporter</a>
|
|
<a href="supporterkey.html" data-role="button">Supporter Key</a>
|
|
<a href="about.html" data-role="button">About</a>
|
|
</div>
|
|
<h3>Support the Media Browser Team</h3>
|
|
<p>
|
|
Help ensure the continued development of this product by donating a minimum of $10 (greater amounts greatly appreciated). A portion of all donations will be contributed to other <a href="about.html">free tools</a> we depend on.
|
|
</p>
|
|
|
|
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-a supporterOnly">
|
|
<strong>Thank You</strong> for your past support of the Media Browser Team. Users like you make it possible for
|
|
Media Browser to exist and keep getting better and better. You can always support us again if you feel you are getting maximum
|
|
value from the product.
|
|
|
|
</p>
|
|
<br />
|
|
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr"
|
|
method="post">
|
|
<label for="donateAmt">Amount (USD)</label>
|
|
<select id="donateAmt" name="amount">
|
|
<option value="10">$10</option>
|
|
<option value="15" selected="selected">$15</option>
|
|
<option value="20">$20</option>
|
|
<option value="30">$30</option>
|
|
<option value="50">$50</option>
|
|
</select>
|
|
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="donate@mediabrowser3.com">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="item_name" value="Media Browser Supporter">
|
|
<input type="hidden" name="item_number" value="MBSupporter">
|
|
<input type="hidden" name="notify_url" value="http://mb3admin.com/admin/service/services/ppipn.php">
|
|
<input type="hidden" name="return" id="paypalReturnUrl" value="#">
|
|
<a data-role="button" onclick="$(this).parents('form')[0].submit();">
|
|
<img src="css/images/supporter/donatepaypal.png" /></a>
|
|
</form>
|
|
<p>Once complete, please return and <a href="supporterkey.html">enter your supporter key</a>, which you will receive by email.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|