diff --git a/gen/plone25/skin/funnel.png b/gen/plone25/skin/funnel.png new file mode 100644 index 0000000..149ae78 Binary files /dev/null and b/gen/plone25/skin/funnel.png differ diff --git a/gen/plone25/skin/navigate.pt b/gen/plone25/skin/navigate.pt new file mode 100644 index 0000000..d5af944 --- /dev/null +++ b/gen/plone25/skin/navigate.pt @@ -0,0 +1,117 @@ +
+ + Buttons for navigating among a list of elements (next, back, first, last, etc). + + + + Go to the first page + + Go to the previous page + + Explain which elements are currently shown + + Go to the next page + + Go to the last page + + +
  + + +  // +    +
+
+ +
+ + Buttons for going to next/previous elements if this one is among bunch of referenced or searched objects. + currentNumber starts with 1. + + + + Go to the source URL (search or referred object) + + Go to the first page + + Go to the previous page + + Explain which element is currently shown + + Go to the next page + + Go to the last page + + +
  +  // +    +
+
+ + + This macro displays up/down arrows in a table header column for sorting a given column. + It requires variables "sortable", 'filterable' and 'fieldName'. + + + + + + + + + + + diff --git a/gen/plone25/skin/sortAsc.png b/gen/plone25/skin/sortAsc.png new file mode 100644 index 0000000..3ca5687 Binary files /dev/null and b/gen/plone25/skin/sortAsc.png differ diff --git a/gen/plone25/skin/sortDesc.png b/gen/plone25/skin/sortDesc.png new file mode 100644 index 0000000..f5b25dc Binary files /dev/null and b/gen/plone25/skin/sortDesc.png differ diff --git a/gen/plone25/skin/sortDown.gif b/gen/plone25/skin/sortDown.gif new file mode 100755 index 0000000..0e13ce4 Binary files /dev/null and b/gen/plone25/skin/sortDown.gif differ diff --git a/gen/plone25/skin/sortUp.gif b/gen/plone25/skin/sortUp.gif new file mode 100755 index 0000000..b35a26f Binary files /dev/null and b/gen/plone25/skin/sortUp.gif differ diff --git a/pod/test/contexts/XhtmlComplex5.py b/pod/test/contexts/XhtmlComplex5.py new file mode 100644 index 0000000..dcb7b19 --- /dev/null +++ b/pod/test/contexts/XhtmlComplex5.py @@ -0,0 +1,60 @@ +# -*- coding: utf-8 -*- +xhtmlInput = ''' +

desc 2611-03

+


+
+

identation 1

+

identation 2

+

identation 3

+
+


+
  1. point numéroté 1
  2. +
    1. point numéroté 1.1
    2. point numéroté 1.2
    +
  3. point numéroté 2
  4. +
    1. point numéroté 2.1
    2. point numéroté 2.2
    3. point numéroté 2.3
    4. +
      1. point numéroté 2.3.1
      2. point numéroté 2.3.2
      +
    +
  5. point numéroté 3
+
+ + +

+
titre liste 1
liste 1
titre liste 2
liste 2
titre liste 3
liste 3
+
texte normal
+
+
  1. romain maj 1
  2. romain maj 2
+
+
  1. romain 1
  2. romain 2
+
+

+
+
  1. alpha maj 1
  2. alpha maj 2
+
+
  1. alpha min 1
  2. alpha min 2
+
blablabla
+

+''' diff --git a/pod/test/results/xhtmlComplex5.odt b/pod/test/results/xhtmlComplex5.odt new file mode 100644 index 0000000..971d49d Binary files /dev/null and b/pod/test/results/xhtmlComplex5.odt differ