diff --git a/app/templates/base/alerts.html.j2 b/app/templates/base/alerts.html.j2 index 1157c2e..34367a6 100644 --- a/app/templates/base/alerts.html.j2 +++ b/app/templates/base/alerts.html.j2 @@ -2,14 +2,14 @@ {% if messages %} {% for message in messages %}
- - - - - {{ message }} - - + + + + + {{ message }} + +
{% endfor %} {% endif %} -{% endwith %} \ No newline at end of file +{% endwith %} diff --git a/app/templates/base/base.html.j2 b/app/templates/base/base.html.j2 index 2650ee8..7f36daa 100644 --- a/app/templates/base/base.html.j2 +++ b/app/templates/base/base.html.j2 @@ -1,16 +1,16 @@ - {% include "base/head.html.j2" %} + {% include "base/head.html.j2" %} - {% include "base/navbar.html.j2" %} + {% include "base/navbar.html.j2" %} - {% block container %} - {% endblock container %} + {% block container %} + {% endblock container %} - {% include "base/footer.html.j2" %} + {% include "base/footer.html.j2" %} - {% include "base/alerts.html.j2" %} + {% include "base/alerts.html.j2" %} - {% include "base/scripts.html.j2" %} + {% include "base/scripts.html.j2" %} diff --git a/app/templates/base/container.html.j2 b/app/templates/base/container.html.j2 index 9cfa4f7..0977439 100644 --- a/app/templates/base/container.html.j2 +++ b/app/templates/base/container.html.j2 @@ -2,9 +2,9 @@ {% block container %}
- {% include "base/header.html.j2" %} + {% include "base/header.html.j2" %} - {% block content %} - {% endblock content %} + {% block content %} + {% endblock content %}
{% endblock container %} diff --git a/app/templates/base/errors.html.j2 b/app/templates/base/errors.html.j2 index 58ffc6d..c2a0110 100644 --- a/app/templates/base/errors.html.j2 +++ b/app/templates/base/errors.html.j2 @@ -2,17 +2,17 @@ {% block content %}
-

Oups erreur {{ error_code }}

- {% if error_code == 400 %} - Bad Request : Votre requète semble mal formée. - {% elif error_code == 401 %} - Unauthorized : Une authentification est nécessaire pour accéder à la ressource. -
- Veuillez vous connecter à l'aide du panneau sur la gauche. - {% elif error_code == 403 %} - Forbidden : La page vous est interdit. - {% elif error_code == 404 %} - Not Found : La page n'existe pas ou plus, si vous avez rentré l'url à la main vérifiez de ne pas vous être trompé. +

Oups erreur {{ error_code }}

+ {% if error_code == 400 %} + Bad Request : Votre requête semble mal formée. + {% elif error_code == 401 %} + Unauthorized : Une authentification est nécessaire pour accéder à la ressource. +
+ Veuillez vous connecter à l'aide du panneau sur la gauche. + {% elif error_code == 403 %} + Forbidden : Cette page vous est interdite. Désolé, si vous pensez que c'est une erreur ou que vous voulez avoir accès à cette page malgré tout veuillez contacter un administrateur. + {% elif error_code == 404 %} + Not Found : La page n'existe pas ou plus, si vous avez rentré l'url à la main vérifiez de ne pas vous être trompé.
      /|   /‾‾‾‾‾‾‾\        /|     |\         |   /‾‾‾‾‾\   –––––––––
      / |  /         \      / |     | \        |  /       \      |
     /  |  |         |     /  |     |  \       | /         \     |
@@ -34,14 +34,14 @@
 |           \         / \         / |       \  | |         /
 |            \       /   \       /  |        \ | |        /
 |             \_____/     \_____/   |         \| |_______/
- {% elif error_code == 418 %} - I’m a teapot : Je suis une théière - {% elif error_code == 500 %} - Internal Server Error : Erreur interne du serveur. Rassurez vous vous n'êtes pas en cause c'est sans doute un dévlopeur qui à fait l'imbécile. Si cette page s'affiche trop souvent essayez de contacter un administrateur par mail à devs@planet-casio.com. - {% elif error_code == 501 %} - Not Implemented : La fonctionnalité réclamée n'est pas supportée par le serveur. Désolé si cette fonctionnalité vous tient à cœur vous pouvez la proposer sur le forum. - {% elif error_code == 503 %} - Service Unavailable : Service temporairement indisponible ou en maintenance. Patientez! - {% endif %} + {% elif error_code == 418 %} + I’m a teapot : Je suis une théière + {% elif error_code == 500 %} + Internal Server Error : Erreur interne du serveur. Rassurez vous vous n'êtes pas en cause c'est sans doute un développeur qui à fait l'imbécile. Si cette page s'affiche trop souvent essayez de contacter un administrateur par mail à devs@planet-casio.com. + {% elif error_code == 501 %} + Not Implemented : La fonctionnalité réclamée n'est pas supportée par le serveur. Désolé si cette fonctionnalité vous tient à cœur vous pouvez la proposer sur le forum. + {% elif error_code == 503 %} + Service Unavailable : Service temporairement indisponible ou en maintenance. Patientez! + {% endif %}
{% endblock %} diff --git a/app/templates/base/footer.html.j2 b/app/templates/base/footer.html.j2 index c4f1f15..51db878 100644 --- a/app/templates/base/footer.html.j2 +++ b/app/templates/base/footer.html.j2 @@ -1,8 +1,8 @@ diff --git a/app/templates/base/head.html.j2 b/app/templates/base/head.html.j2 index 9be58bc..ceb3b37 100644 --- a/app/templates/base/head.html.j2 +++ b/app/templates/base/head.html.j2 @@ -1,12 +1,12 @@ - Planète Casio + Planète Casio - - + + - - - - - + + + + + diff --git a/app/templates/base/header.html.j2 b/app/templates/base/header.html.j2 index 2d4558e..5d7dd1c 100644 --- a/app/templates/base/header.html.j2 +++ b/app/templates/base/header.html.j2 @@ -1,15 +1,15 @@
-
- - - - - - -
+
+ + + + + + +
-
- Concours - Jeu du mois -
+
+ Concours + Jeu du mois +
diff --git a/app/templates/base/navbar.html.j2 b/app/templates/base/navbar.html.j2 index 967f2b9..cacb820 100644 --- a/app/templates/base/navbar.html.j2 +++ b/app/templates/base/navbar.html.j2 @@ -1,90 +1,90 @@ diff --git a/app/templates/base/navbar/account.html.j2 b/app/templates/base/navbar/account.html.j2 index 7794e84..75b12a5 100644 --- a/app/templates/base/navbar/account.html.j2 +++ b/app/templates/base/navbar/account.html.j2 @@ -1,65 +1,65 @@ {% if current_user.is_authenticated %}
-

- - {{ current_user.username }} -

- - - - - Notifications - - - - - - Trophées - - - - - - Topics favoris - - - - - - Panel d'administration - +

+ + {{ current_user.username }} +

+ + + + + Notifications + + + + + + Trophées + + + + + + Topics favoris + + + + + + Panel d'administration + -
+
- - - - - Paramètres - - - - - - Déconnexion - + + + + + Paramètres + + + + + + Déconnexion +
{% else %}
-

- Invité -

-
- {{ form.hidden_tag() }} -

- {{ form.username(size=32, placeholder="Identifiant") }} - {{ form.password(size=32, placeholder="Mot de passe") }} -

-

{{ form.submit() }}

-

{{ form.remember_me.label }} {{ form.remember_me() }}

-
-
- Mot de passe oublié ? - Inscription +

+ Invité +

+
+ {{ form.hidden_tag() }} +

+ {{ form.username(size=32, placeholder="Identifiant") }} + {{ form.password(size=32, placeholder="Mot de passe") }} +

+

{{ form.submit() }}

+

{{ form.remember_me.label }} {{ form.remember_me() }}

+
+
+ Mot de passe oublié ? + Inscription
{% endif %} diff --git a/app/templates/base/navbar/forum.html.j2 b/app/templates/base/navbar/forum.html.j2 index 491a272..aa2aef9 100644 --- a/app/templates/base/navbar/forum.html.j2 +++ b/app/templates/base/navbar/forum.html.j2 @@ -1,25 +1,25 @@
-

- - - - Forum -

- Vie communautaire - Projets de programmation - Questions et problèmes - Discussions - Administration - CreativeCalc +

+ + + + Forum +

+ Vie communautaire + Projets de programmation + Questions et problèmes + Discussions + Administration + CreativeCalc -
+
-

Derniers commentaires

- +

Derniers commentaires

+
diff --git a/app/templates/base/navbar/news.html.j2 b/app/templates/base/navbar/news.html.j2 index b81a7cc..7337771 100644 --- a/app/templates/base/navbar/news.html.j2 +++ b/app/templates/base/navbar/news.html.j2 @@ -1,23 +1,23 @@
-

- - - - Actualités -

- Casio - Arduino - Projets communautaires - Divers +

+ + + + Actualités +

+ Casio + Arduino + Projets communautaires + Divers -
+
-

Derniers articles

- +

Derniers articles

+
diff --git a/app/templates/base/navbar/programs.html.j2 b/app/templates/base/navbar/programs.html.j2 index 8919553..d6b1d02 100644 --- a/app/templates/base/navbar/programs.html.j2 +++ b/app/templates/base/navbar/programs.html.j2 @@ -1,60 +1,60 @@
-

- - - - Programmes -

- - - - - Jeux - - - - - - Utilitaires - - - - - - Logiciels - - - - - - Top 20 - +

+ + + + Programmes +

+ + + + + Jeux + + + + + + Utilitaires + + + + + + Logiciels + + + + + + Top 20 + -
+
- - - - - Recherche avancée - + + + + + Recherche avancée + -
+
-

Sélection de la semaine

- +

Sélection de la semaine

+ -
-

Coup de cœur

- +
+

Coup de cœur

+
diff --git a/app/templates/base/navbar/sprites.html.j2 b/app/templates/base/navbar/sprites.html.j2 index 5194573..a471ffc 100644 --- a/app/templates/base/navbar/sprites.html.j2 +++ b/app/templates/base/navbar/sprites.html.j2 @@ -1,13 +1,13 @@
-

- - - - Sprites -

- Personnages - Environnement - Objets - Interfaces - Générateur +

+ + + + Sprites +

+ Personnages + Environnement + Objets + Interfaces + Générateur
diff --git a/app/templates/base/navbar/tools.html.j2 b/app/templates/base/navbar/tools.html.j2 index 1f08e77..c07d2b5 100644 --- a/app/templates/base/navbar/tools.html.j2 +++ b/app/templates/base/navbar/tools.html.j2 @@ -1,27 +1,27 @@
-

- - - - Outils -

+

+ + + + Outils +

- - - - - Forge GitLab - - - - - - Casio Universal Wiki - - - - - - SH4 Compatibility Tool - + + + + + Forge GitLab + + + + + + Casio Universal Wiki + + + + + + SH4 Compatibility Tool +
diff --git a/app/templates/base/navbar/tutorials.html.j2 b/app/templates/base/navbar/tutorials.html.j2 index 0fe2d66..4ae2180 100644 --- a/app/templates/base/navbar/tutorials.html.j2 +++ b/app/templates/base/navbar/tutorials.html.j2 @@ -1,13 +1,13 @@
-

- - - - Tutoriels -

- Basic Casio - C/C++ Casio - Arduino -
- Foire aux questions (FAQ) +

+ + + + Tutoriels +

+ Basic Casio + C/C++ Casio + Arduino +
+ Foire aux questions (FAQ)
diff --git a/app/templates/index.html.j2 b/app/templates/index.html.j2 index 3950b36..ea29d8c 100644 --- a/app/templates/index.html.j2 +++ b/app/templates/index.html.j2 @@ -2,8 +2,8 @@ {% block content %}
-
-

du contenu....

-
+
+

du contenu....

+
{% endblock %} diff --git a/app/templates/login.html.j2 b/app/templates/login.html.j2 index c0d5405..86eb1fe 100644 --- a/app/templates/login.html.j2 +++ b/app/templates/login.html.j2 @@ -3,23 +3,23 @@ {% block content %}

Sign In

- {{ form.hidden_tag() }} -

- {{ form.username.label }}
- {{ form.username(size=32) }}
- {% for error in form.username.errors %} - [{{ error }}] - {% endfor %} -

-

- {{ form.password.label }}
- {{ form.password(size=32) }}
- {% for error in form.password.errors %} - [{{ error }}] - {% endfor %} -

-

{{ form.remember_me() }} {{ form.remember_me.label }}

-

{{ form.submit() }}

+ {{ form.hidden_tag() }} +

+ {{ form.username.label }}
+ {{ form.username(size=32) }}
+ {% for error in form.username.errors %} + [{{ error }}] + {% endfor %} +

+

+ {{ form.password.label }}
+ {{ form.password(size=32) }}
+ {% for error in form.password.errors %} + [{{ error }}] + {% endfor %} +

+

{{ form.remember_me() }} {{ form.remember_me.label }}

+

{{ form.submit() }}

New User? Click to Register!

{% endblock %} diff --git a/app/templates/register.html.j2 b/app/templates/register.html.j2 index ab20a74..c5f7fc6 100644 --- a/app/templates/register.html.j2 +++ b/app/templates/register.html.j2 @@ -3,39 +3,39 @@ {% block content %}
-

Inscription :

+

Inscription :

-
- {{ form2.hidden_tag() }} -

- {{ form2.username.label }}
- {{ form2.username(size=32) }}
- {% for error in form2.username.errors %} - [{{ error }}] - {% endfor %} -

-

- {{ form2.email.label }}
- {{ form2.email(size=64) }}
- {% for error in form2.email.errors %} - [{{ error }}] - {% endfor %} -

-

- {{ form2.password.label }}
- {{ form2.password(size=32) }}
- {% for error in form2.password.errors %} - [{{ error }}] - {% endfor %} -

-

- {{ form2.password2.label }}
- {{ form2.password2(size=32) }}
- {% for error in form2.password2.errors %} - [{{ error }}] - {% endfor %} -

-

{{ form2.submit() }}

-
+
+ {{ form2.hidden_tag() }} +

+ {{ form2.username.label }}
+ {{ form2.username(size=32) }}
+ {% for error in form2.username.errors %} + [{{ error }}] + {% endfor %} +

+

+ {{ form2.email.label }}
+ {{ form2.email(size=64) }}
+ {% for error in form2.email.errors %} + [{{ error }}] + {% endfor %} +

+

+ {{ form2.password.label }}
+ {{ form2.password(size=32) }}
+ {% for error in form2.password.errors %} + [{{ error }}] + {% endfor %} +

+

+ {{ form2.password2.label }}
+ {{ form2.password2(size=32) }}
+ {% for error in form2.password2.errors %} + [{{ error }}] + {% endfor %} +

+

{{ form2.submit() }}

+
{% endblock %} diff --git a/app/templates/validation.html.j2 b/app/templates/validation.html.j2 index 552266f..7eb77d6 100644 --- a/app/templates/validation.html.j2 +++ b/app/templates/validation.html.j2 @@ -4,8 +4,8 @@
-

ici il y aura la page qui demande de checker les mails pour valider


- Retour à la page d'acceuil +

ici il y aura la page qui demande de checker les mails pour valider


+ Retour à la page d'acceuil
{% endblock content %}