ScoDoc-Lille/app/templates/sidebar_dept.html

15 lines
460 B
HTML
Raw Permalink Normal View History

2021-12-28 16:17:07 +01:00
{# -*- mode: jinja-html -*- #}
2021-12-22 13:13:01 +01:00
<h2 class="insidebar"><a href="{{
url_for('scolar.index_html', scodoc_dept=g.scodoc_dept)
}}">Dépt. {{ prefs["DeptName"] }}</a>
</h2>
2021-10-20 21:58:01 +02:00
{% if prefs["DeptIntranetURL"] %}
2021-12-22 13:13:01 +01:00
<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
#}