8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 13:14:06 +00:00

RadiusOption Display

This commit is contained in:
Hugo LEVY-FALK 2018-12-08 23:07:49 +01:00 committed by chirac
parent 789a648bd0
commit a15d50bebe

View file

@ -145,9 +145,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</table>
</div>
</div>
</div>
</div>
<div class="panel panel-default" id="machines">
<div class="panel panel-default" id="machines">
<div class="panel-heading" data-toggle="collapse" href="#collapse_machines">
<h4 class ="panel-title">
<a><i class="fa fa-desktop"></i> {% trans "Machines preferences" %}</a>
@ -180,9 +180,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
</table>
</div>
</div>
</div>
<div class="panel panel-default" id="topo">
<div class="panel panel-default" id="topo">
<div class="panel-heading" data-toggle="collapse" href="#collapse_topo">
<h4 class="panel-title">
<a><i class="fa fa-sitemap"></i> {% trans "Topology preferences" %}</a>
@ -221,9 +221,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% include "preferences/aff_radiuskey.html" with radiuskey_list=radiuskey_list %}
</div>
</div>
</div>
<div class="panel panel-default" id="switches">
<div class="panel panel-default" id="switches">
<div class="panel-heading" data-toggle="collapse" href="#collapse_switches">
<h4 class="panel-title">
<a><i class="fa fa-server"></i> Configuration des Switches</a>
@ -285,11 +285,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if switchmanagementcred_list %}<span class="label label-success"> OK{% else %}<span class="label label-danger">Manquant{% endif %}</span>
{% include "preferences/aff_switchmanagementcred.html" with switchmanagementcred_list=switchmanagementcred_list %}
</div>
</div>
</div>
<div class="panel panel-default" id="radius">
<div class="panel panel-default" id="radius">
<div class="panel-heading" data-toggle="collapse" href="#collapse_radius">
<h4 class="panel-title">{% trans "Radius preferences" %}</h4>
<h4 class="panel-title"><a><i class="fa fa-circle"></i> {% trans "Radius preferences" %}</h4></a>
</div>
<div id="collapse_radius" class="panel-collapse panel-body collapse">
<a class="btn btn-primary btn-sm" role="button" href="{% url 'preferences:edit-options' 'RadiusOption' %}">
@ -298,9 +298,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</a>
{% include "preferences/aff_radiusoptions.html" %}
</div>
</div>
</div>
<div class="panel panel-default" id="asso">
<div class="panel panel-default" id="asso">
<div class="panel-heading" data-toggle="collapse" href="#collapse_asso">
<h4 class="panel-title">
<a><i class="fa fa-at"></i> {% trans "Information about the organisation" %}</a>
@ -341,9 +341,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
</table>
</div>
</div>
</div>
<div class="panel panel-default" id="mail">
<div class="panel panel-default" id="mail">
<div class="panel-heading" data-toggle="collapse" href="#collapse_mail">
<h4 class="panel-title">
<a><i class="fa fa-comment"></i> Message pour les mails</a>
@ -368,9 +368,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
</table>
</div>
</div>
</div>
<div class="panel panel-default" id="rappels">
<div class="panel panel-default" id="rappels">
<div class="panel-heading" data-toggle="collapse" href="#collapse_rappels">
<h4 class="panel-title">
<a><i class="fa fa-bell"></i> Options pour le mail de fin d'adhésion</a>
@ -384,10 +384,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% acl_end %}
{% include "preferences/aff_reminder.html" with reminder_list=reminder_list %}
</div>
</div>
</div>
<div class="panel panel-default" id="services">
<div class="panel panel-default" id="services">
<div class="panel-heading" data-toggle="collapse" href="#collapse_services">
<h4 class="panel-title">
<a><i class="fa fa-home"></i> {% trans "List of services and homepage preferences" %}</a>
@ -402,9 +402,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% include "preferences/aff_service.html" with service_list=service_list %}
</div>
</div>
</div>
<div class="panel panel-default" id="contact">
<div class="panel panel-default" id="contact">
<div class="panel-heading" data-toggle="collapse" href="#collapse_contact">
<h4 class="panel-title">
<a><i class="fa fa-list-ul"></i> {% trans "List of contact email addresses" %}</a>
@ -419,9 +419,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<p></p>
{% include "preferences/aff_mailcontact.html" with mailcontact_list=mailcontact_list %}
</div>
</div>
</div>
<div class="panel panel-default" id="social">
<div class="panel panel-default" id="social">
<div class="panel-heading" data-toggle="collapse" href="#collapse_social">
<h4 class="panel-title">
<a><i class="fa fa-facebook"></i><i class="fa fa-twitter"></i> Réseaux sociaux</a>
@ -447,7 +447,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</tr>
</table>
</div>
</div>
</div>
{% endblock %}