From 99ac66e49e90277e2420945628d0aae55bce2336 Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Thu, 24 Feb 2022 15:36:33 -0300 Subject: [PATCH 01/17] =?UTF-8?q?Insere=20a=20classe=20`thumbImg`=20para?= =?UTF-8?q?=20que=20a=20miniatura=20fique=20ajustada=20no=20modal=20que=20?= =?UTF-8?q?cont=C3=A9m=20todos=20os=20elementos=20gr=C3=A1ficos=20(o=20mod?= =?UTF-8?q?al=20com=20as=20abas=20e=20que=20abre=20ao=20clicar=20no=20menu?= =?UTF-8?q?=20flutuante=20com=20...=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl index 552203825..9d771af34 100644 --- a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl +++ b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl @@ -308,7 +308,7 @@ - + - + @@ -268,6 +268,20 @@ + + + + + + + + + + + + -
- - -
-
- -
- +
@@ -369,6 +365,13 @@
+ + + + + -
- - - - -
-
+ Para table-wrap-group e table-wrap, cria no conteúdo da ABA "Tables": + - a miniatura - -
@@ -420,6 +415,13 @@
+ + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + - +
@@ -393,22 +395,6 @@
- - - - - - - -
- -
-
- + + - - - - - - - - - - - - - - - - + + - + - + - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + + + From 99e9b327a6e7ecb09455f84c49e35fac3510f59d Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Thu, 24 Feb 2022 19:08:18 -0300 Subject: [PATCH 07/17] =?UTF-8?q?Cria=20templates=20mais=20gen=C3=A9ricos?= =?UTF-8?q?=20para=20montar=20o=20conte=C3=BAdo=20das=20abas:=20figures,?= =?UTF-8?q?=20tables=20e=20schmes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htmlgenerator/v2.0/html-modals.xsl | 107 +++++------------- 1 file changed, 29 insertions(+), 78 deletions(-) diff --git a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl index 444eb729a..802376e57 100644 --- a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl +++ b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl @@ -120,7 +120,9 @@ cria o conteúdo da aba com rótulo "Figures" -->
- + + figures +
@@ -131,7 +133,9 @@ tab-pane active tables - + + tables + @@ -142,7 +146,9 @@ tab-pane active schemes - + + schemes + @@ -153,65 +159,44 @@
- - - + + - - - - - - - - - - - - - + + + - + + + - + + - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + figures + - + + tables + - + + schemes + @@ -348,51 +354,51 @@ - - + + - - + + + + + + + + + + + - + + + - + + + - - + + - - - - - + + - - - - - - - - - - - - - - + + + + + + + - - - \ No newline at end of file From 292ee551275dbd7c38b7fc810f8925e4e59ce86f Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Thu, 24 Feb 2022 19:57:42 -0300 Subject: [PATCH 09/17] =?UTF-8?q?Cria=20um=20template=20gen=C3=A9rico=20pa?= =?UTF-8?q?ra=20apresentar=20=20os=20r=C3=B3tulos=20das=20abas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htmlgenerator/v2.0/html-modals.xsl | 84 +++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl index 663c90900..5a254b623 100644 --- a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl +++ b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl @@ -76,48 +76,26 @@ @@ -143,7 +124,7 @@ - + 0 @@ -154,7 +135,7 @@ cria aba com rótulo "$title ($total)" -->
  • - col-md-4 col-sm-4 active + col-md-4 col-sm-4 active @@ -165,23 +146,37 @@ - - + + 0 + + - + + +
    + tab-pane active + + + + + + + + + + + + + + + + + - - - - - - - - - - - - +
    +
    From dc1ae7739aba18d4c823e1cddf78294a7aea4540 Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Thu, 24 Feb 2022 20:43:07 -0300 Subject: [PATCH 11/17] =?UTF-8?q?Corrige=20coment=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl index 2b48cdd02..a14e6058a 100644 --- a/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl +++ b/packtools/catalogs/htmlgenerator/v2.0/html-modals.xsl @@ -42,7 +42,6 @@ Modal que apresenta juntos figuras, tabelas e fórmulas presentes em um dado idioma do texto do artigo --> - figures @@ -182,8 +181,7 @@ From e4a9421be062473feb82aa534037c47040b1c79b Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Fri, 25 Feb 2022 10:45:39 -0300 Subject: [PATCH 12/17] =?UTF-8?q?Remove=20`@id`=20para=20considerar=20que?= =?UTF-8?q?=20=C3=A9=20v=C3=A1lido=20haver=201=20figura=20sem=20`@id`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packtools/catalogs/htmlgenerator/v2.0/article-text-fig.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packtools/catalogs/htmlgenerator/v2.0/article-text-fig.xsl b/packtools/catalogs/htmlgenerator/v2.0/article-text-fig.xsl index a3105f988..309e267ba 100644 --- a/packtools/catalogs/htmlgenerator/v2.0/article-text-fig.xsl +++ b/packtools/catalogs/htmlgenerator/v2.0/article-text-fig.xsl @@ -6,7 +6,7 @@ exclude-result-prefixes="xlink mml" version="1.0"> - + - + @@ -57,7 +57,6 @@ schemes -