ScoDoc/app/templates/sidebar_dept.html

12 lines
449 B
HTML
Raw Normal View History

2021-09-16 10:09:17 +02:00
<h2 class="insidebar">Dépt. {{ prefs["DeptName"] }}</h2>
2021-10-20 21:58:01 +02:00
<a href="{{ url_for('scolar.index_html', scodoc_dept=g.scodoc_dept) }}" class="sidebar">Accueil</a> <br />
{% if prefs["DeptIntranetURL"] %}
<a href="{{ prefs["DeptIntranetURL"] }}" class="sidebar">
2021-10-20 21:58:01 +02:00
{{ prefs["DeptIntranetTitle"] }}</a>
{% endif %}
<br />
2021-09-16 10:09:17 +02:00
2021-10-20 21:58:01 +02:00
{#
2021-09-16 10:09:17 +02:00
# Entreprises pas encore supporté en ScoDoc8
2021-10-20 21:58:01 +02:00
# <br /><a href="%(ScoURL)s/Entreprises" class="sidebar">Entreprises</a> <br />
2021-09-16 10:09:17 +02:00
#}