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.

179 lines
7.9KB

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