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

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. {% if (post.title) %}
  9. <title>$post.title | KXStudio News</title>
  10. <meta name="description" content="$post.title | KXStudio News" />
  11. <meta property="og:description" content="${ post.body | strip_tags | normalize | strip | truncate(70) }" />
  12. <meta property="og:site_name" content="KXStudio News" />
  13. <meta property="og:title" content="$post.title" />
  14. <meta property="og:type" content="website" />
  15. <meta property="article:published_time" content="${ post.created_at | strftime("%Y-%m-%dT%H:%M:%S+00:00") }" />
  16. {% else %}
  17. <title>KXStudio News</title>
  18. <meta name="description" content="KXStudio News" />
  19. {% endif %}
  20. <meta name="theme-color" content="#111111">
  21. <meta name="viewport" content="width=device-width">
  22. <link rel="copyright" href="https://creativecommons.org/publicdomain/zero/1.0/" />
  23. <link rel="icon" type="image/png" href="../images/ico_kxstudio.png" />
  24. <link rel="shortcut icon" href="../favicon.ico" />
  25. {% if site.clean_urls %}<link rel="canonical" href="{% if (post.url) %}$post.clean{% elseif page.url %}$page.clean {% else %}$site.url{% endif %}" />{% endif %}
  26. $theme.feeds
  27. $theme.stylesheets
  28. $theme.javascripts
  29. ${ trigger.call("head") }
  30. </head>
  31. <body class="mediawiki ltr ns-0 ns-subject skin-bentofluid">
  32. <!-- Top link -->
  33. <a name="Top" id="Top"></a>
  34. <!-- Start: Header -->
  35. <div id="header">
  36. <div id="header-content">
  37. <a id="header-logo" href="/">
  38. <img src="../images/header-logo_mod.png" width="46" height="26" alt="Header Logo"/>
  39. </a>
  40. <a id="header-home" href="/">Home</a>
  41. <ul id="global-navigation">
  42. <li id="item-news" class="selected"><a href="/News">News</a></li>
  43. <li id="item-soft" class="item-menu">
  44. <a href="/Applications">Software &#9660;</a>
  45. <div class="item-menu-children">
  46. <p><a href="/Applications"><img src="/images/ico_cadence.png" alt=""/> &nbsp; Applications</a></p>
  47. <p><a href="/Plugins"><img src="/images/ico_distrho.png" alt=""/> &nbsp; Plugins</a></p>
  48. </div>
  49. </li>
  50. <li id="item-repos" class="item-menu">
  51. <a href="/Repositories">Repositories &#9660;</a>
  52. <div class="item-menu-children">
  53. <p><a href="/Repositories">About / How-to</a></p>
  54. <p><a href="/Repositories:Applications">Applications (in Repo)</a></p>
  55. <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p>
  56. <p><a href="/Repositories:FAQ">FAQ</a></p>
  57. </div>
  58. </li>
  59. <li id="item-board"><a href="/Board">Board</a></li>
  60. <li id="item-development"><a href="/Development">Development</a></li>
  61. <li id="item-documentation"><a href="/Documentation">Documentation</a></li>
  62. <li id="item-donate"><a href="/Donations">Donations</a></li>
  63. <li id="item-downloads"><a href="/Downloads">Downloads</a></li>
  64. </ul>
  65. </div>
  66. </div>
  67. <!-- End: Header -->
  68. <div id="subheader" class="container_16">
  69. <div id="breadcrump" class="grid_12 alpha">
  70. <a href="/" title="Home"><img src="../images/home_grey.png" width="16" height="16" alt="Home" /> KXStudio </a>
  71. &gt; <a href="/News">News</a>
  72. </div>
  73. </div>
  74. <!-- Start: Main Content Area -->
  75. <div id="content" class="container_16 content-wrapper">
  76. <div id="some-content" class="box box-shadow grid_77 clearfix">
  77. <!-- Start: Box header -->
  78. <div class="box-header header-tabs">
  79. <ul>
  80. <li><a href="#Top">Top</a></li>
  81. </ul>
  82. </div>
  83. <div id="contentSub"></div>
  84. <!-- End: Box header -->
  85. <div class="alpha omega paste_canvas_area">
  86. <div style="float: right; padding-right: 16px;">
  87. <a href="{% url "feed" %}"><img src="../images/rss.png" alt="RSS"/></a>
  88. </div>
  89. <h1 style="margin-top: 0px"><span class="mw-headline"> KXStudio&nbsp;: News </span></h1>
  90. <!-- - - - - - - - Begin Content Area - - - - - - - -->
  91. <div id="wrapper">
  92. <div id="content">
  93. {% for type, messages in flash.all | items %}
  94. {% for message in messages %}
  95. <div class="${ type | depluralize }">$message</div>
  96. {% endfor %}
  97. {% endfor %}
  98. {% block content %}{% endblock %}
  99. <div class="clear"></div>
  100. $posts.prev_link
  101. $posts.next_link
  102. </div>
  103. <div class="clear"></div>
  104. </div>
  105. <!-- - - - - - - - End Content Area - - - - - - - -->
  106. </div>
  107. <br/>
  108. <div class="box-footer header-tabs">
  109. <ul>
  110. <li><a href="#Top">Top</a></li>
  111. </ul>
  112. </div>
  113. </div>
  114. </div>
  115. <!-- End: Main Content Area -->
  116. <!-- Note: this clears floating, set in previous elements -->
  117. <div class="clear"></div>
  118. <div id="footer"></div>
  119. </body>
  120. </html>