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 6.1KB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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="https://creativecommons.org/publicdomain/zero/1.0/" />
  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. </head>
  20. <body class="mediawiki ltr ns-0 ns-subject skin-bentofluid">
  21. <!-- Top link -->
  22. <a name="Top" id="Top"></a>
  23. <!-- Start: Header -->
  24. <div id="header">
  25. <div id="header-content" class="container_12">
  26. <a id="header-logo" href="/">
  27. <img src="../images/header-logo_mod.png" width="46" height="26" alt="Header Logo"/>
  28. </a>
  29. <a id="header-home" href="/">Home</a>
  30. <ul id="global-navigation">
  31. <li id="item-news"><a href="/News">News</a></li>
  32. <li id="item-soft" class="item-menu">
  33. <a href="/Applications">Software &#9660;</a>
  34. <div class="item-menu-children">
  35. <p><a href="/Applications"><img src="/images/ico_cadence.png" alt=""/> &nbsp; Applications</a></p>
  36. <p><a href="/Plugins"><img src="/images/ico_distrho.png" alt=""/> &nbsp; Plugins</a></p>
  37. </div>
  38. </li>
  39. <li id="item-repos" class="item-menu">
  40. <a href="/Repositories">Repositories &#9660;</a>
  41. <div class="item-menu-children">
  42. <p><a href="/Repositories">About / How-to</a></p>
  43. <p><a href="/Repositories:Applications">Applications (in Repo)</a></p>
  44. <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p>
  45. <p><a href="/Repositories:FAQ">FAQ</a></p>
  46. </div>
  47. </li>
  48. <li id="item-community" class="item-menu">
  49. <a href="/Documentation">Community &#9660;</a>
  50. <div class="item-menu-children">
  51. <p>
  52. <a href="https://webchat.freenode.net/?channels=#kxstudio,#opensourcemusicians" class="external" rel="nofollow" target="_blank">
  53. <img src="/images/ico_chat.png" width="16px" height="16px" alt=""/> &nbsp; IRC Channel
  54. </a>
  55. </p>
  56. <p>
  57. <a href="https://chat.kx.studio/" class="external" rel="nofollow" target="_blank">
  58. <img src="/images/ico_rocketchat.png" width="16px" height="16px" alt=""/> &nbsp; Rocket Chat
  59. </a>
  60. </p>
  61. <p>
  62. <a href="https://soundcloud.com/search/sounds?q=kxstudio" class="external" rel="nofollow" target="_blank">
  63. <img src="/images/ico_soundcloud.png" width="16px" height="16px" alt=""/> &nbsp; Songs
  64. </a>
  65. </p>
  66. </div>
  67. </li>
  68. <li id="item-documentation"><a href="/Documentation">Documentation</a></li>
  69. <li id="item-donate"><a href="/Donations">Donations</a></li>
  70. <li id="item-downloads"><a href="/Downloads">Downloads</a></li>
  71. <li id="item-paste"><a href="/Paste">Paste</a></li>
  72. </ul>
  73. </div>
  74. </div>
  75. <!-- End: Header -->
  76. <div id="subheader" class="container_16">
  77. <div id="breadcrump" class="grid_12 alpha">
  78. <a href="/" title="Home"><img src="../images/home_grey.png" width="16" height="16" alt="Home" /> KXStudio </a>
  79. &gt; <a href="/News">News</a>
  80. </div>
  81. </div>
  82. <!-- Start: Main Content Area -->
  83. <div id="content" class="container_16 content-wrapper">
  84. <div id="some-content" class="box box-shadow grid_77 clearfix">
  85. <!-- Start: Box header -->
  86. <div class="box-header header-tabs">
  87. <ul>
  88. <li><a href="#Top">Top</a></li>
  89. </ul>
  90. </div>
  91. <div id="contentSub"></div>
  92. <!-- End: Box header -->
  93. <div class="alpha omega paste_canvas_area">
  94. <div style="float: right; padding-right: 16px;">
  95. <a href="{% url "feed" %}"><img src="../images/rss.png" alt="RSS"/></a>
  96. </div>
  97. <h1 style="margin-top: 0px"><span class="mw-headline"> KXStudio&nbsp;: News </span></h1>
  98. <!-- - - - - - - - Begin Content Area - - - - - - - -->
  99. <div id="wrapper">
  100. <div id="content">
  101. {% for type, messages in flash.all | items %}
  102. {% for message in messages %}
  103. <div class="${ type | depluralize }">$message</div>
  104. {% endfor %}
  105. {% endfor %}
  106. {% block content %}{% endblock %}
  107. <div class="clear"></div>
  108. $posts.prev_link
  109. $posts.next_link
  110. </div>
  111. <div class="clear"></div>
  112. </div>
  113. <!-- - - - - - - - End Content Area - - - - - - - -->
  114. </div>
  115. <br/>
  116. <div class="box-footer header-tabs">
  117. <ul>
  118. <li><a href="#Top">Top</a></li>
  119. </ul>
  120. </div>
  121. </div>
  122. </div>
  123. <!-- End: Main Content Area -->
  124. <!-- Note: this clears floating, set in previous elements -->
  125. <div class="clear"></div>
  126. <div id="footer"></div>
  127. </body>
  128. </html>