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.

77 lines
3.4KB

  1. <!-- - - - - - - - End Content Area - - - - - - - -->
  2. </div>
  3. <br/>
  4. <div class="box-footer header-tabs">
  5. <ul>
  6. <li><a href="#Top">Top</a></li>
  7. <?php if ($PAGE_TYPE == "APPLICATION") { ?>
  8. <li><a href="#Interface">Interface</a></li>
  9. <li><a href="#Usage">Usage</a></li>
  10. <li><a href="#Download">Download</a></li>
  11. <?php } else if ($PAGE_TYPE == "APPLICATION_NU") { ?>
  12. <li><a href="#Interface">Interface</a></li>
  13. <li><a href="#Download">Download</a></li>
  14. <?php } else if ($PAGE_TYPE == "DOWNLOADS") { ?>
  15. <li><a href="#LiveDVD">Live-DVD</a></li>
  16. <li><a href="#Binaries">Binaries</a></li>
  17. <li><a href="#SourceCode">Source Code</a></li>
  18. <li><a href="#Artwork">Artwork</a></li>
  19. <?php } else if ($PAGE_TYPE == "PASTE") { ?>
  20. <li><a href="<?php echo $ROOT; ?>/Paste" title="Create new paste">New Paste</a></li>
  21. <?php if ($show_paste && ! $is_error) { ?>
  22. <li><a href="<?php echo $ROOT; ?>/Paste/raw/<?php echo $paste_id; ?>" target="blank" title="View RAW">View RAW</a></li>
  23. <li><a href="<?php echo $ROOT; ?>/Paste/download.php?id=<?php echo $paste_id; ?>" title="Download">Download</a></li>
  24. <?php } ?>
  25. <?php } ?>
  26. </ul>
  27. </div>
  28. </div>
  29. <?php if ($PAGE_TYPE == "HOME") { ?>
  30. <div class="column grid_3 alpha">
  31. <div class="box box-shadow alpha clear-both navigation">
  32. <h2 class="box-header"> <a href="<?php echo $ROOT; ?>/News" style="color: #aaf;">News</a> </h2>
  33. <a href="<?php echo $ROOT; ?>/News/?action=view&url=jack2-1912-release-and-future-plans">
  34. <b>JACK2 1.9.12 release and future plans</b><br/>
  35. </a>
  36. <p>
  37. A new version of JACK2 is out, and plans for 2018 defined.
  38. </p>
  39. <hr/>
  40. <a href="<?php echo $ROOT; ?>/News/?action=view&url=breaking-changes-in-carla-plugin-host">
  41. <b>Breaking changes in Carla Plugin Host</b><br/>
  42. </a>
  43. <p>
  44. There were some major changes done to Carla's code base in the past few days...
  45. </p>
  46. <hr/>
  47. <a href="<?php echo $ROOT; ?>/News/?action=view&url=dpf-plugins-v11-released">
  48. <b>DPF-Plugins v1.1</b><br/>
  49. <img src="<?php echo $ROOT; ?>/screenshots/news/dpf-plugins-1.1.png" alt="" width="150px"/>
  50. </a>
  51. <p>
  52. With all reported bugs squashed, it's time to tag a new release of DPF-Plugins.<br/>
  53. </p>
  54. <hr/>
  55. <a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-14045-release-and-future-plans">
  56. <b>KXStudio 14.04.5 release and future plans</b><br/>
  57. </a>
  58. <p>
  59. It's time for another KXStudio ISO release!<br/>
  60. KXStudio 14.04.5 is here!
  61. </p>
  62. </div>
  63. </div>
  64. <?php } ?>
  65. </div>
  66. <!-- End: Main Content Area -->
  67. <!-- Note: this clears floating, set in previous elements -->
  68. <div class="clear"></div>
  69. <div id="footer"></div>
  70. </body>
  71. </html>