Launch prep
This commit is contained in:
@ -6,6 +6,19 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='cal.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="top selected"><a class="top selected" href={{ url_for("welcome", sel="theorie") }}>Theorie</a></li>
|
||||
<li class="top"><a class="top" href={{ url_for("welcome", sel="praxis") }}>Praxis</a></li>
|
||||
<li {{ theorie }}><a href={{ url_for("displayNoten") }}>Noten</a></li>
|
||||
<li {{ theorie }}><a class="selected" href={{ url_for("displayRapla") }}>Stundenplan</a></li>
|
||||
<li {{ praxis }}><a href={{ url_for("redKurs") }}>To Dos</a></li>
|
||||
<li><a href={{ url_for("redKurs") }}>Konfiguration</a></li>
|
||||
{% block loginout %}
|
||||
{% endblock %}
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="cs1">
|
||||
<div class="customheader">
|
||||
{% block startcontent %}
|
||||
{% endblock %}
|
||||
@ -64,5 +77,6 @@
|
||||
</div>
|
||||
{% block endcontent %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user