Commit 58877976 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: direct links to slapos doc and forum added

parent f8c99100
......@@ -106,7 +106,7 @@ body {
padding-top: 3px;
margin-left:20px;
float: left;
width: 700px;
width: 695px;
height: 22px;
text-align: center;
color: #4c6172;
......
......@@ -64,6 +64,10 @@
<div class="block_header">
<a href="{{ url_for('home') }}" style="float:left;" id="home" title="Home"><img alt="" src="{{ url_for('static', filename='images/home.png') }}" /></a>
<div class="line"></div>
<a href="http://community.slapos.org/wiki/osoe-Lecture.SlapOS.Extended" style="float:left;position:relative;top:1px;" target="_blank"><img src="{{ url_for('static', filename="images/doc.png")}}" alt="documentation" title="Documentation" /></a>
<div class="line"></div>
<a href="http://community.slapos.org/forum" style="float:left;position:relative;top:1px;" target="_blank"><img src="{{ url_for('static', filename="images/forum.png")}}" alt="forum" title="Forum" /></a>
<div class="line"></div>
<h2 class="info">{% block title %}{% endblock %} - {{session.title}}</h2>
<div class="run">
<div id="running" style="display:none">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment