Framework CCCS page

This commit is contained in:
Stefan Schlott 2013-09-05 09:51:17 +02:00
parent 09aba964a9
commit 8f812ab935
319 changed files with 24165 additions and 50 deletions

View file

@ -0,0 +1,16 @@
<div class="row">
<div class="span8">
<h1><%= item[:title] %> <small>(Import aus dem alten Wiki)</small></h1>
<p>
Diese Seite ist ein Import aus dem alten Wiki des CCCS. Sie dient als
Archiv und wird nicht weiter gepflegt oder überarbeitet. Die Informationen
sind dementsprechend möglicherweise veraltet.
</p>
<hr />
<%= yield %>
</div>
<div class="span4">
<div id="sidebar"></div>
<script type="text/javascript">$("#sidebar").load("/sidebar/index.html");</script>
</div>
</div>