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.

default.twig 7.7KB

9 years ago
6 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
  13. <link rel="icon" type="image/png" href="../images/ico_kxstudio.png" />
  14. <link rel="shortcut icon" href="../favicon.ico" />
  15. {% if site.clean_urls %}<link rel="canonical" href="{% if (post.url) %}$post.clean{% elseif page.url %}$page.clean {% else %}$site.url{% endif %}" />{% endif %}
  16. $theme.feeds
  17. $theme.stylesheets
  18. $theme.javascripts
  19. ${ trigger.call("head") }
  20. <script type="text/javascript">
  21. function closeAllMenus(){
  22. var objSoftwareMenu = document.getElementById("div_menuSoftware");
  23. var objRepositoriesMenu = document.getElementById("div_menuRepositories");
  24. var objCommunityMenu = document.getElementById("div_menuCommunity");
  25. if (objSoftwareMenu.style.visibility == "visible")
  26. objSoftwareMenu.style.visibility = "hidden";
  27. if (objRepositoriesMenu.style.visibility == "visible")
  28. objRepositoriesMenu.style.visibility = "hidden";
  29. if (objCommunityMenu.style.visibility == "visible")
  30. objCommunityMenu.style.visibility = "hidden";
  31. };
  32. function menuItemClicked(event, menu, itemName){
  33. event.stopPropagation();
  34. closeAllMenus();
  35. //if (menu.style.visibility != "visible")
  36. {
  37. var leftPos = document.getElementById(itemName).getBoundingClientRect().left - 1;
  38. menu.style.left = "" + leftPos + "px";
  39. menu.style.visibility = "visible";
  40. }
  41. //else
  42. //{
  43. // menu.style.visibility = "hidden";
  44. //}
  45. return false;
  46. };
  47. function bodyClicked(){
  48. closeAllMenus();
  49. return true;
  50. };
  51. function itemSoftwareClicked(event) { return menuItemClicked(event, document.getElementById("div_menuSoftware"), "item-soft"); };
  52. function itemRepositoriesClicked(event){ return menuItemClicked(event, document.getElementById("div_menuRepositories"), "item-repos"); };
  53. function itemCommunityClicked(event) { return menuItemClicked(event, document.getElementById("div_menuCommunity"), "item-community"); };
  54. </script>
  55. </head>
  56. <body class="mediawiki ltr ns-0 ns-subject skin-bentofluid" onClick="return bodyClicked();">
  57. <!-- Software sub menu -->
  58. <div id="div_menuSoftware" class="div_menuDropdown">
  59. <p><a href="/Applications"><img src="/images/ico_cadence.png" alt=""/> &nbsp; Applications</a></p>
  60. <p><a href="/Plugins"><img src="/images/ico_distrho.png" alt=""/> &nbsp; Plugins</a></p>
  61. </div>
  62. <!-- Repositories sub menu -->
  63. <div id="div_menuRepositories" class="div_menuDropdown">
  64. <p><a href="/Repositories">About</a></p>
  65. <p><a href="/Repositories:Applications">Applications (in Repo)</a></p>
  66. <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p>
  67. </div>
  68. <!-- Support sub menu -->
  69. <div id="div_menuSupport" class="div_menuDropdown">
  70. <p><a href="/Documentation">Documentation</a></p>
  71. </div>
  72. <!-- Community sub menu -->
  73. <div id="div_menuCommunity" class="div_menuDropdown">
  74. <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>
  75. <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>
  76. <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>
  77. <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>
  78. </div>
  79. <!-- Top link -->
  80. <a name="Top" id="Top"></a>
  81. <!-- Start: Header -->
  82. <div id="header">
  83. <div id="header-content" class="container_12">
  84. <a id="header-logo" href="/">
  85. <img src="../images/header-logo_mod.png" width="46" height="26" alt="Header Logo"/>
  86. </a>
  87. <a id="header-home" href="/" style="font-size:1.2em">Home</a>
  88. <ul id="global-navigation">
  89. <li id="item-news"><a href="/News">News</a></li>
  90. <li id="item-soft"><a href="/Applications" onClick="return itemSoftwareClicked(event);">Software &#9660;</a></li>
  91. <li id="item-repos"><a href="/Repositories" onClick="return itemRepositoriesClicked(event);">Repositories &#9660;</a></li>
  92. <li id="item-community"><a href="/Documentation" onClick="return itemCommunityClicked(event);">Community &#9660;</a></li>
  93. <li id="item-documentation"><a href="/Documentation">Documentation</a></li>
  94. <li id="item-donate"><a href="/Donations">Donations</a></li>
  95. <li id="item-downloads"><a href="/Downloads">Downloads</a></li>
  96. <li id="item-paste"><a href="/Paste">Paste</a></li>
  97. </ul>
  98. </div>
  99. </div>
  100. <!-- End: Header -->
  101. <div id="subheader" class="container_16">
  102. <div id="breadcrump" class="grid_12 alpha">
  103. <a href="/" title="Home"><img src="../images/home_grey.png" width="16" height="16" alt="Home" /> KXStudio </a>
  104. &gt; <a href="/News">News</a>
  105. </div>
  106. </div>
  107. <!-- Start: Main Content Area -->
  108. <div id="content" class="container_16 content-wrapper">
  109. <div id="some-content" class="box box-shadow grid_77 clearfix">
  110. <!-- Start: Box header -->
  111. <div class="box-header header-tabs">
  112. <ul>
  113. <li><a href="#Top">Top</a></li>
  114. </ul>
  115. </div>
  116. <div id="contentSub"></div>
  117. <!-- End: Box header -->
  118. <div class="alpha omega paste_canvas_area">
  119. <h1><span class="mw-headline"> KXStudio&nbsp;: News </span></h1>
  120. <!-- - - - - - - - Begin Content Area - - - - - - - -->
  121. <div style="position: absolute; top: 120px; right: 100px;">
  122. <a href="{% url "feed" %}"><img src="../images/rss.png" alt="RSS"/></a>
  123. </div>
  124. <div id="wrapper">
  125. <div id="content">
  126. {% for type, messages in flash.all | items %}
  127. {% for message in messages %}
  128. <div class="${ type | depluralize }">$message</div>
  129. {% endfor %}
  130. {% endfor %}
  131. {% block content %}{% endblock %}
  132. <div class="clear"></div>
  133. $posts.prev_link
  134. $posts.next_link
  135. </div>
  136. <div class="clear"></div>
  137. </div>
  138. <!-- - - - - - - - End Content Area - - - - - - - -->
  139. </div>
  140. <br/>
  141. <div class="box-footer header-tabs">
  142. <ul>
  143. <li><a href="#Top">Top</a></li>
  144. </ul>
  145. </div>
  146. </div>
  147. </div>
  148. <!-- End: Main Content Area -->
  149. <!-- Note: this clears floating, set in previous elements -->
  150. <div class="clear"></div>
  151. <div id="footer"></div>
  152. </body>
  153. </html>