diff --git a/templates/admin.html b/templates/admin.html index b270276..9b1a5b8 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -8,57 +8,63 @@
- +
+ +
-

Administration – ĞMarché

- - {{#if errors}} -
- Oups, il y a un problème : - -
- {{/if}} - -
- - - - - - {{#each ads}} - - - - - - - +
+

Administration – ĞMarché

+ + {{#if errors}} +
+ Oups, il y a un problème : +
    + {{#each errors}} +
  • {{this.text}}
  • {{/each}} -
-
AnnonceQuantitéPrixVendeur
{{this.ad.title}}{{this.ad.quantity}}{{this.ad.price}}{{#if this.ad.pubkey}}
{{this.ad.author}}
{{this.ad.pubkey}}
{{else}}{{this.ad.author}}{{/if}}
+ +
+ {{/if}} + + + + + + + + {{#each ads}} + + + + + + + + {{/each}} + +
AnnonceQuantitéPrixVendeur
{{this.ad.title}}{{this.ad.quantity}}{{this.ad.price}}{{#if this.ad.pubkey}}
{{this.ad.author}}
{{this.ad.pubkey}}
{{else}}{{this.ad.author}}{{/if}}
+
+ + +
+ Supprimer l'annonce sélectionnée + +
+
+ - -
- Supprimer l'annonce sélectionnée - -
- -
- -
- -

Toutes les questions techniques ont leur place sur le forum.

- -

Code source sous licence GNU AGPL v3. 🦀 Écrit en Rust. Images de Attilax.
- CopyLeft 2020 Pascal Engélibert
- Image de fond : Claudia Peters, FreeImages.com

- -

AccueilVerrouiller

+ diff --git a/templates/admin_login.html b/templates/admin_login.html index 5226dc8..0750545 100644 --- a/templates/admin_login.html +++ b/templates/admin_login.html @@ -8,38 +8,44 @@
- +
+ +
-

Administration – ĞMarché

+
+

Administration – ĞMarché

+ +

Authentification

+ + {{#if errors}} +
+ Oups, il y a un problème : +
    + {{#each errors}} +
  • {{this.text}}
  • + {{/each}} +
+
+ {{/if}} + +
+ + + +
+
-

Authentification

- - {{#if errors}} -
- Oups, il y a un problème : - -
- {{/if}} - -
- - - -
- -
- -

Toutes les questions techniques ont leur place sur le forum.

- -

Code source sous licence GNU AGPL v3. 🦀 Écrit en Rust. Images de Attilax.
- CopyLeft 2020 Pascal Engélibert
- Image de fond : Claudia Peters, FreeImages.com

- -

Accueil

+
diff --git a/templates/index.html b/templates/index.html index b8ea0a0..70f07d4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,85 +8,91 @@
- +
+ +
-

ĞMarché

- - {{#if errors}} -
- Oups, il y a un problème : - -
- {{/if}} - -

Ceci est une démo du nouveau site ĞMarché en développement. C'est très moche et il n'y a pas tellement de fonctionnalités mais ça avance. ;)

- -

Merci de ne pas encore utiliser ce site pour de vrais événements !

- -
- - - - - - {{#each ads}} - - - - - - - +
+

ĞMarché

+ + {{#if errors}} +
+ Oups, il y a un problème : +
    + {{#each errors}} +
  • {{this.text}}
  • {{/each}} -
-
AnnonceQuantitéPrixVendeur
{{this.ad.title}}{{this.ad.quantity}}{{this.ad.price}}{{#if this.ad.pubkey}}
{{this.ad.author}}
{{this.ad.pubkey}}
{{else}}{{this.ad.author}}{{/if}}
+ +
+ {{/if}} + +

Ceci est une démo du nouveau site ĞMarché en développement. C'est très moche et il n'y a pas tellement de fonctionnalités mais ça avance. ;)

+ +

Merci de ne pas encore utiliser ce site pour de vrais événements !

+ + + + + + + + {{#each ads}} + + + + + + + + {{/each}} + +
AnnonceQuantitéPrixVendeur
{{this.ad.title}}{{this.ad.quantity}}{{this.ad.price}}{{#if this.ad.pubkey}}
{{this.ad.author}}
{{this.ad.pubkey}}
{{else}}{{this.ad.author}}{{/if}}
+
+ +
+ Supprimer l'annonce sélectionnée + +
+ +
+
-
- Supprimer l'annonce sélectionnée - -
- -
- -
+ Marché + +
+ +
+ Nouvelle annonce + +
+ +
+ +
+ +
+ +
+ +
+ Le mot de passe sera demandé pour modifier ou supprimer l'annonce.
+ +
+
+ - Marché - -
- -
- Nouvelle annonce - -
- -
- -
- -
- -
- -
- Le mot de passe sera demandé pour modifier ou supprimer l'annonce.
- -
-
- -
- -

Toutes les questions techniques ont leur place sur le forum.

- -

Code source sous licence GNU AGPL v3. 🦀 Écrit en Rust. Images de Attilax.
- CopyLeft 2020 Pascal Engélibert
- Image de fond : Claudia Peters, FreeImages.com

- -

Administration

+