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.

53 lines
2.2KB

  1. <?php
  2. $CURRENT_PAGE = "plugins";
  3. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_header.php";
  4. ?>
  5. <div class="main-box"><div class="container">
  6. <div class="inside"><div class="wrapper">
  7. <aside>
  8. <p style="font-size:0.8em; text-align:right">
  9. <a href="screenshots/3bandeq.png" rel="lightbox[distrho]"><img src="images/thumb_3bandeq.png" alt=""/></a><br/>3-Band EQ&nbsp;&nbsp;
  10. <a href="screenshots/3bandsplitter.png" rel="lightbox[distrho]" class="hidden"></a>
  11. <a href="screenshots/pingpongpan.png" rel="lightbox[distrho]" class="hidden"></a>
  12. </p>
  13. </aside>
  14. <section class="content">
  15. <article>
  16. <h2>DISTRHO Mini Series</h2>
  17. <p>A small collection of small but useful plugins, based on the good old <a href="http://loser.asseca.com/" target="_blank">LOSER-Dev Plugins</a>.</p>
  18. <p>This collection currently includes:
  19. <ul>
  20. <li>3-Band EQ</i>
  21. <li>3-Band Splitter</i>
  22. <li>Ping Pong Pan</i>
  23. </ul>
  24. <p>
  25. <p><div class="button">
  26. <img src="images/button_<?php echo $GLOBALS["THEME"]; ?>.png" width="92" height="16" class="menu_class_distrho" />
  27. <ul class="the_menu the_menu_distrho">
  28. <li><a href="http://sourceforge.net/projects/distrho/files/Plugins/distrho-plugins_linux32_20120518.7z/download" target="_blank">DISTRHO Plugins - Linux 32bit</a></li>
  29. <li><a href="http://sourceforge.net/projects/distrho/files/Plugins/distrho-plugins_linux64_20120518.7z/download" target="_blank">DISTRHO Plugins - Linux 64bit</a></li>
  30. <li><a href="http://sourceforge.net/projects/distrho/files/Plugins/distrho-plugins_win32_20120518-2.7z/download" target="_blank">DISTRHO Plugins - Windows 32bit</a></li>
  31. </ul>
  32. </p></div>
  33. </article>
  34. </section>
  35. </div></div>
  36. <!-- TODO - remove dummy space when there are more plugins -->
  37. <div class="inside"><div class="wrapper">
  38. <section class="content">
  39. <article>
  40. <p><br><br><br></p>
  41. </article>
  42. </section>
  43. </div></div>
  44. </div></div>
  45. <?php
  46. include dirname(__FILE__) . DIRECTORY_SEPARATOR . "inc_footer.php";
  47. ?>