mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 09:42:11 +01:00 
			
		
		
		
	Drop django-bootstrap3
This commit is contained in:
		@@ -1,25 +1,5 @@
 | 
				
			|||||||
{% comment %}
 | 
					{% comment %}
 | 
				
			||||||
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
 | 
					SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			||||||
se veut agnostique au réseau considéré, de manière à être installable en
 | 
					 | 
				
			||||||
quelques clics.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © 2017  Gabriel Détraz
 | 
					 | 
				
			||||||
Copyright © 2017  Goulven Kermarec
 | 
					 | 
				
			||||||
Copyright © 2017  Augustin Lemesle
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
{% endcomment %}
 | 
					{% endcomment %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if revisions_list.paginator %}
 | 
					{% if revisions_list.paginator %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,45 +1,25 @@
 | 
				
			|||||||
{% comment %}
 | 
					{% comment %}
 | 
				
			||||||
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
 | 
					SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			||||||
se veut agnostique au réseau considéré, de manière à être installable en
 | 
					 | 
				
			||||||
quelques clics.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © 2017  Gabriel Détraz
 | 
					 | 
				
			||||||
Copyright © 2017  Goulven Kermarec
 | 
					 | 
				
			||||||
Copyright © 2017  Augustin Lemesle
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
{% endcomment %}
 | 
					{% endcomment %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% for key_dict, stats_dict in stats_list.items %}
 | 
					{% for key_dict, stats_dict in stats_list.items %}
 | 
				
			||||||
    {% for key, stats in stats_dict.items %}
 | 
					    {% for key, stats in stats_dict.items %}
 | 
				
			||||||
    <table class="table table-striped">
 | 
					        <table class="table table-striped">
 | 
				
			||||||
        <thead>
 | 
					            <thead>
 | 
				
			||||||
	<h4>Statistiques par {{ key_dict }} de {{ key }}</h4>
 | 
					            <h4>Statistiques par {{ key_dict }} de {{ key }}</h4>
 | 
				
			||||||
            <tr>
 | 
					            <tr>
 | 
				
			||||||
		<th>{{ key_dict }}</th>
 | 
					                <th>{{ key_dict }}</th>
 | 
				
			||||||
		<th>Nombre de {{ key }} par {{ key_dict }}</th>
 | 
					                <th>Nombre de {{ key }} par {{ key_dict }}</th>
 | 
				
			||||||
		<th>Rang</th>
 | 
					                <th>Rang</th>
 | 
				
			||||||
            </tr>
 | 
					            </tr>
 | 
				
			||||||
        </thead>
 | 
					            </thead>
 | 
				
			||||||
       {% for stat in stats %}
 | 
					            {% for stat in stats %}
 | 
				
			||||||
        <tr>
 | 
					                <tr>
 | 
				
			||||||
            <td>{{ stat|truncatechars:25 }}</td>
 | 
					                    <td>{{ stat|truncatechars:25 }}</td>
 | 
				
			||||||
            <td>{{ stat.num }}</td>
 | 
					                    <td>{{ stat.num }}</td>
 | 
				
			||||||
	    <td>{{ forloop.counter }}</td>
 | 
					                    <td>{{ forloop.counter }}</td>
 | 
				
			||||||
	</tr>
 | 
					                </tr>
 | 
				
			||||||
        {% endfor %}
 | 
					            {% endfor %}
 | 
				
			||||||
    </table>
 | 
					        </table>
 | 
				
			||||||
        {% endfor %}
 | 
					    {% endfor %}
 | 
				
			||||||
	{% endfor %}
 | 
					{% endfor %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,40 +1,14 @@
 | 
				
			|||||||
{% extends "logs/sidebar.html" %}
 | 
					{% extends "logs/sidebar.html" %}
 | 
				
			||||||
{% comment %}
 | 
					{% comment %}
 | 
				
			||||||
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
 | 
					SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			||||||
se veut agnostique au réseau considéré, de manière à être installable en
 | 
					 | 
				
			||||||
quelques clics.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © 2017  Gabriel Détraz
 | 
					 | 
				
			||||||
Copyright © 2017  Goulven Kermarec
 | 
					 | 
				
			||||||
Copyright © 2017  Augustin Lemesle
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
{% endcomment %}
 | 
					{% endcomment %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% load bootstrap3 %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% block title %}Supression d'action{% endblock %}
 | 
					{% block title %}Supression d'action{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
 | 
					    <form class="form" method="post">
 | 
				
			||||||
<form class="form" method="post">
 | 
					        {% csrf_token %}
 | 
				
			||||||
    {% csrf_token %}
 | 
					        <h4>Attention, voulez-vous vraiment annuler cette action {{ objet_name }} ( {{ objet }} ) ?</h4>
 | 
				
			||||||
    <h4>Attention, voulez-vous vraiment annuler cette action {{ objet_name }} ( {{ objet }} ) ?</h4>
 | 
					        <input type="submit" value="Confirmer"/>
 | 
				
			||||||
    {% bootstrap_button "Confirmer" button_type="submit" icon="trash" %}
 | 
					    </form>
 | 
				
			||||||
</form>
 | 
					 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
{% endblock %}
 | 
					{% endblock %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,36 +1,11 @@
 | 
				
			|||||||
{% extends "logs/sidebar.html" %}
 | 
					{% extends "logs/sidebar.html" %}
 | 
				
			||||||
{% comment %}
 | 
					{% comment %}
 | 
				
			||||||
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
 | 
					SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			||||||
se veut agnostique au réseau considéré, de manière à être installable en
 | 
					 | 
				
			||||||
quelques clics.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © 2017  Gabriel Détraz
 | 
					 | 
				
			||||||
Copyright © 2017  Goulven Kermarec
 | 
					 | 
				
			||||||
Copyright © 2017  Augustin Lemesle
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
{% endcomment %}
 | 
					{% endcomment %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% load bootstrap3 %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% block title %}Statistiques{% endblock %}
 | 
					{% block title %}Statistiques{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
  <h2>Actions effectuées</h2>
 | 
					    <h2>Actions effectuées</h2>
 | 
				
			||||||
  {%  include "logs/aff_actions.html" with  revisions_list=revisions_list %}
 | 
					    {% include "logs/aff_actions.html" with  revisions_list=revisions_list %}
 | 
				
			||||||
  <br />
 | 
					{% endblock %}
 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
 {% endblock %}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,26 +1,6 @@
 | 
				
			|||||||
{% extends "base.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
{% comment %}
 | 
					{% comment %}
 | 
				
			||||||
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
 | 
					SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			||||||
se veut agnostique au réseau considéré, de manière à être installable en
 | 
					 | 
				
			||||||
quelques clics.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © 2017  Gabriel Détraz
 | 
					 | 
				
			||||||
Copyright © 2017  Goulven Kermarec
 | 
					 | 
				
			||||||
Copyright © 2017  Augustin Lemesle
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
{% endcomment %}
 | 
					{% endcomment %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block sidebar %}
 | 
					{% block sidebar %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,36 +1,11 @@
 | 
				
			|||||||
{% extends "logs/sidebar.html" %}
 | 
					{% extends "logs/sidebar.html" %}
 | 
				
			||||||
{% comment %}
 | 
					{% comment %}
 | 
				
			||||||
Re2o est un logiciel d'administration développé initiallement au rezometz. Il
 | 
					SPDX-License-Identifier: GPL-3.0-or-later
 | 
				
			||||||
se veut agnostique au réseau considéré, de manière à être installable en
 | 
					 | 
				
			||||||
quelques clics.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Copyright © 2017  Gabriel Détraz
 | 
					 | 
				
			||||||
Copyright © 2017  Goulven Kermarec
 | 
					 | 
				
			||||||
Copyright © 2017  Augustin Lemesle
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is free software; you can redistribute it and/or modify
 | 
					 | 
				
			||||||
it under the terms of the GNU General Public License as published by
 | 
					 | 
				
			||||||
the Free Software Foundation; either version 2 of the License, or
 | 
					 | 
				
			||||||
(at your option) any later version.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
This program is distributed in the hope that it will be useful,
 | 
					 | 
				
			||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					 | 
				
			||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					 | 
				
			||||||
GNU General Public License for more details.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
You should have received a copy of the GNU General Public License along
 | 
					 | 
				
			||||||
with this program; if not, write to the Free Software Foundation, Inc.,
 | 
					 | 
				
			||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 | 
					 | 
				
			||||||
{% endcomment %}
 | 
					{% endcomment %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% load bootstrap3 %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% block title %}Statistiques par utilisateur{% endblock %}
 | 
					{% block title %}Statistiques par utilisateur{% endblock %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block content %}
 | 
					{% block content %}
 | 
				
			||||||
  <h2>Statistiques par utilisateur</h2>
 | 
					    <h2>Statistiques par utilisateur</h2>
 | 
				
			||||||
  {%  include "logs/aff_stats_users.html" with stats_list=stats_list %}
 | 
					    {% include "logs/aff_stats_users.html" with stats_list=stats_list %}
 | 
				
			||||||
  <br />
 | 
					{% endblock %}
 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
  <br />
 | 
					 | 
				
			||||||
 {% endblock %}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,6 @@ INSTALLED_APPS = [
 | 
				
			|||||||
    'theme',
 | 
					    'theme',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # External apps
 | 
					    # External apps
 | 
				
			||||||
    'bootstrap3',
 | 
					 | 
				
			||||||
    'reversion',
 | 
					    'reversion',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Django contrib
 | 
					    # Django contrib
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,5 +4,4 @@ Pillow==5.4.1
 | 
				
			|||||||
pytz==2019.1
 | 
					pytz==2019.1
 | 
				
			||||||
six==1.12.0
 | 
					six==1.12.0
 | 
				
			||||||
sqlparse==0.2.4
 | 
					sqlparse==0.2.4
 | 
				
			||||||
django-reversion==3.0.3
 | 
					django-reversion==3.0.3
 | 
				
			||||||
django-bootstrap3==11.1.0
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user