@@ -2668,6 +2668,7 @@ else if(classeApiMethode.contains(i18nPage.getString(I18n.var_PUTCopie)))
26682668 ecrirePageBarreLaterale (langueNom , i18nPage );
26692669 ecrirePageBoutonsRecherche (langueNom , i18nPage );
26702670 ecrirePageFormulaireRecherche (langueNom , i18nPage );
2671+ ecrirePageBoutonsPagination (langueNom , i18nPage );
26712672
26722673 ecrirePageRechercheJinja (langueNom , i18nPage );
26732674 //STUFF1
@@ -2700,6 +2701,10 @@ else if(classeApiMethode.contains(i18nPage.getString(I18n.var_PUTCopie)))
27002701 auteurBoutonsRechercheJinja .flushClose ();
27012702 }
27022703
2704+ if (auteurBoutonsPaginationJinja != null ) {
2705+ auteurBoutonsPaginationJinja .flushClose ();
2706+ }
2707+
27032708 if (auteurFormulaireRechercheJinja != null ) {
27042709 auteurFormulaireRechercheJinja .flushClose ();
27052710 }
@@ -5012,12 +5017,10 @@ public void ecrirePageBoutonsRecherche(String langueNom, JsonObject i18nPage) th
50125017 s (">" );
50135018 s ("<i slot=\" prefix\" class=\" fad fa-brackets-curly hover-box-shadow \" ></i> " );
50145019 s (i18nPage .getString (I18n .var_Api ));
5015- s ("</" , composantsWebPrefixe , "button>" );
5020+ l ("</" , composantsWebPrefixe , "button>" );
50165021 // s("</", composantsWebPrefixe, "tooltip>");
50175022
50185023 tl (4 , "</div>" );
5019- l ();
5020- tl (6 , "<div id=\" htm" , i18nPage .getString (I18n .var_BoutonsPagination ), "\" >" );
50215024
50225025 // tl(7, "<", composantsWebPrefixe, "button-group>");
50235026 // tl(8, "<", composantsWebPrefixe, "tooltip placement=\"top\" content=\"", String.format(i18nPage.getString(I18n.str_Afficher_les_resultats_sous_forme_de_details), classeNomAdjectifPluriel), "\" pill>");
@@ -5037,6 +5040,16 @@ public void ecrirePageBoutonsRecherche(String langueNom, JsonObject i18nPage) th
50375040 // tl(8, "</", composantsWebPrefixe, "tooltip>");
50385041 // tl(7, "</", composantsWebPrefixe, "button-group>");
50395042
5043+ o = oAncien ;
5044+ }
5045+
5046+ public void ecrirePageBoutonsPagination (String langueNom , JsonObject i18nPage ) throws Exception {
5047+ ToutEcrivain oAncien = o ;
5048+
5049+ o = auteurBoutonsPaginationJinja ;
5050+
5051+ l ();
5052+ tl (6 , "<div id=\" htm" , i18nPage .getString (I18n .var_BoutonsPagination ), "\" >" );
50405053 tl (7 , "<" , composantsWebPrefixe , "button-group>" );
50415054 tl (8 , "<" , composantsWebPrefixe , "tooltip placement=\" top\" content=\" " , String .format (i18nPage .getString (I18n .str_Afficher_les_resultats_precedents ), classeNomAdjectifPluriel ), "\" >" );
50425055 t (9 , "<" , composantsWebPrefixe , "button pill" );
@@ -5082,7 +5095,7 @@ public void ecrirePageBoutonsRecherche(String langueNom, JsonObject i18nPage) th
50825095 tl (9 , "</" , composantsWebPrefixe , "button>" );
50835096 tl (8 , "</" , composantsWebPrefixe , "tooltip>" );
50845097 tl (7 , "</" , composantsWebPrefixe , "button-group>" );
5085- tl (6 , "<div>{{ pagination." , i18nPage .getString (I18n .var_debut ), "Num }} – {{ pagination." , i18nPage .getString (I18n .var_fin ), "Num }} " , i18nPage .getString (I18n .var_de ), " {{ pagination." , i18nPage .getString (I18n .var_numTrouve ), " }}</div>" );
5098+ tl (7 , "<div>{{ pagination." , i18nPage .getString (I18n .var_debut ), "Num }} – {{ pagination." , i18nPage .getString (I18n .var_fin ), "Num }} " , i18nPage .getString (I18n .var_de ), " {{ pagination." , i18nPage .getString (I18n .var_numTrouve ), " }}</div>" );
50865099 tl (6 , "</div>" );
50875100
50885101 o = oAncien ;
@@ -5164,8 +5177,9 @@ public void ecrirePageRechercheJinja(String langueNom, JsonObject i18nPage) thro
51645177
51655178 // formulaires
51665179
5167- tl (0 , "{%- include " , classePageBoutonsRechercheTemplate , " %}" );
5168- tl (0 , "{%- include " , classePageFormulaireRechercheTemplate , " %}" );
5180+ tl (0 , "{% include " , classePageBoutonsRechercheTemplate , " %}" );
5181+ tl (0 , "{% include " , classePageFormulaireRechercheTemplate , " %}" );
5182+ tl (0 , "{% include " , classePageBoutonsPaginationTemplate , " %}" );
51695183
51705184 // tl(6, "<", composantsWebPrefixe, "divider></", composantsWebPrefixe, "divider>");
51715185 // tl(6, "{{ htm", i18nPage.getString(I18n.var_BoutonsPagination), classePageNomSimple, "() }}");
@@ -5217,7 +5231,7 @@ public void ecrirePageEditionJinja(String langueNom, JsonObject i18nPage) throws
52175231 tl (0 , "{%- block htmTitle" , classePageSuperNomSimple , " %}" );
52185232 tl (0 , "{%- block htmTitle" , classePageNomSimple , " %}" );
52195233 t (2 , "<title>" );
5220- s (classeNomAdjectifSingulier );
5234+ s ("{{ " , uncapitalizeClasseApiClasseNomSimple , "_." , i18nPage . getString ( I18n . var_objetTitre ), " }}" );
52215235 l ("</title>" );
52225236 tl (0 , "{%- endblock htmTitle" , classePageNomSimple , " %}" );
52235237 tl (0 , "{%- endblock htmTitle" , classePageSuperNomSimple , " %}" );
@@ -5262,14 +5276,14 @@ public void ecrirePageEditionJinja(String langueNom, JsonObject i18nPage) throws
52625276 tl (6 , "</" , composantsWebPrefixe , "button>" );
52635277 tl (5 , "</" , composantsWebPrefixe , "tooltip>" );
52645278 tl (4 , "</div>" );
5279+
5280+ tl (0 , "{% include " , classePageBoutonsRechercheTemplate , " %}" );
5281+ tl (0 , "{% include " , classePageFormulaireRechercheTemplate , " %}" );
5282+
52655283 tl (4 , "<h1>" );
52665284 tl (5 , classeIcone );
52675285 tl (5 , "{{" , uncapitalizeClasseApiClasseNomSimple , "_." , i18nPage .getString (I18n .var_objetTitre ), "}}" );
52685286 tl (4 , "</h1>" );
5269-
5270- tl (0 , "{%- include " , classePageBoutonsRechercheTemplate , " %}" );
5271- tl (0 , "{%- include " , classePageFormulaireRechercheTemplate , " %}" );
5272-
52735287 tl (2 , "{% else %}" );
52745288 ecrirePageRechercheAucun (langueNom , i18nPage );
52755289 tl (2 , "{% endif %}" );
0 commit comments