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.

173 lines
7.7KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <!--[if lt IE 7]>
  6. <meta http-equiv="imagetoolbar" content="no" />
  7. <![endif]-->
  8. <title>KXStudio News</title>
  9. <link rel="copyright" href="http://creativecommons.org/licenses/publicdomain/" />
  10. <link rel="stylesheet" href="../css/style.fluid.css" type="text/css" media="screen" />
  11. <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
  12. <link rel="icon" type="image/png" href="../images/ico_kxstudio.png" />
  13. <link rel="shortcut icon" href="../favicon.ico" />
  14. {% if site.clean_urls %}<link rel="canonical" href="{% if (post.url) %}$post.clean{% elseif page.url %}$page.clean {% else %}$site.url{% endif %}" />{% endif %}
  15. $theme.feeds
  16. $theme.stylesheets
  17. $theme.javascripts
  18. ${ trigger.call("head") }
  19. <script type="text/javascript">
  20. function closeAllMenus(){
  21. var objSoftwareMenu = document.getElementById("div_menuSoftware");
  22. var objRepositoriesMenu = document.getElementById("div_menuRepositories");
  23. var objCommunityMenu = document.getElementById("div_menuCommunity");
  24. if (objSoftwareMenu.style.visibility == "visible")
  25. objSoftwareMenu.style.visibility = "hidden";
  26. if (objRepositoriesMenu.style.visibility == "visible")
  27. objRepositoriesMenu.style.visibility = "hidden";
  28. if (objCommunityMenu.style.visibility == "visible")
  29. objCommunityMenu.style.visibility = "hidden";
  30. };
  31. function menuItemClicked(event, menu, itemName){
  32. event.stopPropagation();
  33. closeAllMenus();
  34. //if (menu.style.visibility != "visible")
  35. {
  36. var leftPos = document.getElementById(itemName).getBoundingClientRect().left - 1;
  37. menu.style.left = "" + leftPos + "px";
  38. menu.style.visibility = "visible";
  39. }
  40. //else
  41. //{
  42. // menu.style.visibility = "hidden";
  43. //}
  44. return false;
  45. };
  46. function bodyClicked(){
  47. closeAllMenus();
  48. return true;
  49. };
  50. function itemSoftwareClicked(event) { return menuItemClicked(event, document.getElementById("div_menuSoftware"), "item-soft"); };
  51. function itemRepositoriesClicked(event){ return menuItemClicked(event, document.getElementById("div_menuRepositories"), "item-repos"); };
  52. function itemCommunityClicked(event) { return menuItemClicked(event, document.getElementById("div_menuCommunity"), "item-community"); };
  53. </script>
  54. </head>
  55. <body class="mediawiki ltr ns-0 ns-subject skin-bentofluid" onClick="return bodyClicked();">
  56. <!-- Software sub menu -->
  57. <div id="div_menuSoftware" class="div_menuDropdown">
  58. <p><a href="/Applications"><img src="/images/ico_cadence.png" alt=""/> &nbsp; Applications</a></p>
  59. <p><a href="/Plugins"><img src="/images/ico_distrho.png" alt=""/> &nbsp; Plugins</a></p>
  60. </div>
  61. <!-- Repositories sub menu -->
  62. <div id="div_menuRepositories" class="div_menuDropdown">
  63. <p><a href="/Repositories">About</a></p>
  64. <p><a href="/Repositories:Applications">Applications (in Repo)</a></p>
  65. <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p>
  66. </div>
  67. <!-- Support sub menu -->
  68. <div id="div_menuSupport" class="div_menuDropdown">
  69. <p><a href="/Documentation">Documentation</a></p>
  70. </div>
  71. <!-- Community sub menu -->
  72. <div id="div_menuCommunity" class="div_menuDropdown">
  73. <p><a href="https://discord.gg/GHuycpX" class="external" rel="nofollow" target="_blank"><img src="/images/ico_discord.png" alt=""/> &nbsp; Discord Server</a></p>
  74. <p><a href="http://webchat.freenode.net/?channels=#kxstudio,#opensourcemusicians" class="external" rel="nofollow" target="_blank"><img src="/images/ico_chat.png" alt=""/> &nbsp; IRC Channel</a></p>
  75. <p><a href="http://linuxmusicians.com/viewforum.php?f=47" class="external" rel="nofollow" target="_blank"><img src="/images/ico_forum.png" alt=""/> &nbsp; Web Forums</a></p>
  76. <p><a href="https://soundcloud.com/search/sounds?q=kxstudio" class="external" rel="nofollow" target="_blank"><img src="/images/ico_soundcloud.png" alt=""/> &nbsp; Songs</a></p>
  77. </div>
  78. <!-- Top link -->
  79. <a name="Top" id="Top"></a>
  80. <!-- Start: Header -->
  81. <div id="header">
  82. <div id="header-content" class="container_12">
  83. <a id="header-logo" href="/">
  84. <img src="../images/header-logo_mod.png" width="46" height="26" alt="Header Logo"/>
  85. </a>
  86. <a id="header-home" href="/" style="font-size:1.2em">Home</a>
  87. <ul id="global-navigation">
  88. <li id="item-news"><a href="/News">News</a></li>
  89. <li id="item-soft"><a href="/Applications" onClick="return itemSoftwareClicked(event);">Software &#9660;</a></li>
  90. <li id="item-repos"><a href="/Repositories" onClick="return itemRepositoriesClicked(event);">Repositories &#9660;</a></li>
  91. <li id="item-community"><a href="/Documentation" onClick="return itemCommunityClicked(event);">Community &#9660;</a></li>
  92. <li id="item-documentation"><a href="/Documentation">Documentation</a></li>
  93. <li id="item-donate"><a href="/Donations">Donations</a></li>
  94. <li id="item-downloads"><a href="/Downloads">Downloads</a></li>
  95. <li id="item-paste"><a href="/Paste">Paste</a></li>
  96. </ul>
  97. </div>
  98. </div>
  99. <!-- End: Header -->
  100. <div id="subheader" class="container_16">
  101. <div id="breadcrump" class="grid_12 alpha">
  102. <a href="/" title="Home"><img src="../images/home_grey.png" width="16" height="16" alt="Home" /> KXStudio </a>
  103. &gt; <a href="/News">News</a>
  104. </div>
  105. </div>
  106. <!-- Start: Main Content Area -->
  107. <div id="content" class="container_16 content-wrapper">
  108. <div id="some-content" class="box box-shadow grid_77 clearfix">
  109. <!-- Start: Box header -->
  110. <div class="box-header header-tabs">
  111. <ul>
  112. <li><a href="#Top">Top</a></li>
  113. </ul>
  114. </div>
  115. <div id="contentSub"></div>
  116. <!-- End: Box header -->
  117. <div class="alpha omega paste_canvas_area">
  118. <div style="float: right; padding-right: 16px;">
  119. <a href="{% url "feed" %}"><img src="../images/rss.png" alt="RSS"/></a>
  120. </div>
  121. <h1 style="margin-top: 0px"><span class="mw-headline"> KXStudio&nbsp;: News </span></h1>
  122. <!-- - - - - - - - Begin Content Area - - - - - - - -->
  123. <div id="wrapper">
  124. <div id="content">
  125. {% for type, messages in flash.all | items %}
  126. {% for message in messages %}
  127. <div class="${ type | depluralize }">$message</div>
  128. {% endfor %}
  129. {% endfor %}
  130. {% block content %}{% endblock %}
  131. <div class="clear"></div>
  132. $posts.prev_link
  133. $posts.next_link
  134. </div>
  135. <div class="clear"></div>
  136. </div>
  137. <!-- - - - - - - - End Content Area - - - - - - - -->
  138. </div>
  139. <br/>
  140. <div class="box-footer header-tabs">
  141. <ul>
  142. <li><a href="#Top">Top</a></li>
  143. </ul>
  144. </div>
  145. </div>
  146. </div>
  147. <!-- End: Main Content Area -->
  148. <!-- Note: this clears floating, set in previous elements -->
  149. <div class="clear"></div>
  150. <div id="footer"></div>
  151. </body>
  152. </html>