KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.7KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Donations";
  3. $PAGE_TYPE = "DONATIONS";
  4. $PAGE_SOURCE_1 = ARRAY("/Donations");
  5. $PAGE_SOURCE_2 = ARRAY("Donations");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. KXStudio is and always be a free and open-source project to everyone.<br/>
  10. Donations will help ensure that developers have the needed enthusiasm and motivation to keep working hard on the project.<br/>
  11. Just because we're open-source doesn't mean we're allergic to money. ;)
  12. </p>
  13. <p>
  14. Currently the KXStudio project accepts donations via Flattr or PayPal.<br/>
  15. You can do a one-time donation or subscribe monthly.<br/>
  16. In either case, we thank you in advance for any donation you make!<br/>
  17. <br/>
  18. </p>
  19. <table>
  20. <tr><td width="40px;">
  21. </td><td valign="bottom" width="150px">
  22. <a class="FlattrButton" style="display:none;" href="http://kxstudio.sourceforge.net/"></a>
  23. <noscript>
  24. <a href="http://flattr.com/thing/1098067/KXStudio" target="_blank">
  25. <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
  26. </noscript>
  27. </td><td valign="bottom" width="150px">
  28. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  29. <input type="hidden" name="cmd" value="_s-xclick">
  30. <input type="hidden" name="hosted_button_id" value="A8QZW5UPVZGTW">
  31. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal">
  32. <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  33. </form>
  34. </td><td align="center" valign="bottom" width="220px">
  35. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  36. <input type="hidden" name="cmd" value="_s-xclick">
  37. <input type="hidden" name="hosted_button_id" value="7G5AKFSNVDBX8">
  38. <table>
  39. <tr><td>
  40. <input type="hidden" name="on0" value="Quantity">Quantity</td></tr>
  41. <tr><td>
  42. <select name="os0">
  43. <option value="Small">Small : €5.00 EUR - monthly</option>
  44. <option value="Medium">Medium : €10.00 EUR - monthly</option>
  45. <option value="Large">Large : €25.00 EUR - monthly</option>
  46. </select>
  47. </td></tr>
  48. </table>
  49. <input type="hidden" name="currency_code" value="EUR">
  50. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_LG.gif" border="0" name="submit" alt="PayPal">
  51. <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
  52. </form>
  53. </td></tr>
  54. </table>
  55. <p><br/></p>
  56. <?php
  57. include_once("includes/footer.php");
  58. ?>