diff --git a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_book.xml b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_book.xml index 05095eacc5875e549ee4c36b3caf87c7111727dc..41a3abcb81808b17e1efa303eff7f14645824551 100644 --- a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_book.xml +++ b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_book.xml @@ -73,11 +73,11 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>21.0</float> </value> </item> <item> <key> <string>title</string> </key> - <value> <string>Export Book</string> </value> + <value> <string>Export as Book</string> </value> </item> <item> <key> <string>visible</string> </key> @@ -94,7 +94,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TestPage_viewExportBookDialog</string> </value> + <value> <string>string:${object_url}/WebPage_viewExportBookDialog</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_chapter.xml b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_chapter.xml new file mode 100644 index 0000000000000000000000000000000000000000..7b983b2d594144f4400c635ea3ebd479f17f6e56 --- /dev/null +++ b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export_chapter.xml @@ -0,0 +1,102 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>priority</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>float</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_exchange</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>export_chapter</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Action Information</string> </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>20.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Export as Chapter</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Expression" module="Products.CMFCore.Expression"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/WebPage_viewExportChapterDialog</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export.xml b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/export_book.xml similarity index 91% rename from bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export.xml rename to bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/export_book.xml index dbaec0a10a316386ab2a8b2e4858611704bbb8bc..41a3abcb81808b17e1efa303eff7f14645824551 100644 --- a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/export.xml +++ b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/export_book.xml @@ -57,7 +57,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>export</string> </value> + <value> <string>export_book</string> </value> </item> <item> <key> <string>permissions</string> </key> @@ -73,11 +73,11 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>21.0</float> </value> </item> <item> <key> <string>title</string> </key> - <value> <string>Export Web Page</string> </value> + <value> <string>Export as Book</string> </value> </item> <item> <key> <string>visible</string> </key> @@ -94,7 +94,7 @@ <dictionary> <item> <key> <string>text</string> </key> - <value> <string>string:${object_url}/TestPage_viewExportWebPageDialog</string> </value> + <value> <string>string:${object_url}/WebPage_viewExportBookDialog</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/export_chapter.xml b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/export_chapter.xml new file mode 100644 index 0000000000000000000000000000000000000000..7b983b2d594144f4400c635ea3ebd479f17f6e56 --- /dev/null +++ b/bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/export_chapter.xml @@ -0,0 +1,102 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>priority</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>float</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>action_type/object_exchange</string> + </tuple> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_exchange</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>export_chapter</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Action Information</string> </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>20.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Export as Chapter</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Expression" module="Products.CMFCore.Expression"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/WebPage_viewExportChapterDialog</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewAsBook.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewAsBook.xml similarity index 98% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewAsBook.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewAsBook.xml index 38e864952fd234576723f3aef93a83170c844f5d..f394ab6b2060eac9afdd6f06334cd671b4488d86 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewAsBook.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewAsBook.xml @@ -75,7 +75,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>TestPage_viewAsBook</string> </value> + <value> <string>WebPage_viewAsBook</string> </value> </item> <item> <key> <string>output_encoding</string> </key> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewAsChapter.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewAsChapter.xml similarity index 97% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewAsChapter.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewAsChapter.xml index 10b459775a153ffcbc8975831745556c6fd8293c..aea9fda545b2fe519930a232dc2428cff5768619 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewAsChapter.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewAsChapter.xml @@ -74,7 +74,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>TestPage_viewAsChapter</string> </value> + <value> <string>WebPage_viewAsChapter</string> </value> </item> <item> <key> <string>output_encoding</string> </key> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog.xml similarity index 98% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog.xml index 9c4a0781a9f649ba73b5452ea5bd35dd6b105709..f09965845a0c6309a398d1d7330317bb456761ea 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog.xml @@ -82,7 +82,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>TestPage_viewExportBookDialog</string> </value> + <value> <string>WebPage_viewExportBookDialog</string> </value> </item> <item> <key> <string>method</string> </key> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/book_content.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/book_content.xml similarity index 79% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/book_content.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/book_content.xml index d294f64639342e8a32d91ca4bd92ef12026e9728..e7703f5db83af0358faeb7cb26c0e721da0dbe52 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/book_content.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/book_content.xml @@ -12,8 +12,6 @@ <list> <string>css_class</string> <string>default</string> - <string>enabled</string> - <string>text_editor</string> <string>title</string> <string>whitespace_preserve</string> <string>width</string> @@ -68,12 +66,6 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string></string> </value> @@ -86,10 +78,6 @@ <key> <string>target</string> </key> <value> <string></string> </value> </item> - <item> - <key> <string>text_editor</string> </key> - <value> <string></string> </value> - </item> <item> <key> <string>title</string> </key> <value> <string></string> </value> @@ -117,10 +105,6 @@ <key> <string>default</string> </key> <value> <string></string> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> <int>1</int> </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string>my_text_content</string> </value> @@ -133,10 +117,6 @@ <key> <string>target</string> </key> <value> <string>Click to edit the target</string> </value> </item> - <item> - <key> <string>text_editor</string> </key> - <value> <string>text_area</string> </value> - </item> <item> <key> <string>title</string> </key> <value> <string>Book</string> </value> @@ -165,24 +145,11 @@ <key> <string>_text</string> </key> <value> <string encoding="cdata"><![CDATA[ -python:\'<iframe width="100%%" height="600" src="%s/TestPage_viewAsChapter" name="book_version" style="background-color:#FFFFFF;"></iframe>\' % here.absolute_url() +python:\'<iframe width="100%%" height="600" src="%s/WebPage_viewAsBook" name="book_version" style="background-color:#FFFFFF;"></iframe>\' % here.absolute_url() ]]></string> </value> </item> </dictionary> </pickle> </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>not:here/isExternalDocument</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/book_text_content.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/book_text_content.xml similarity index 83% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/book_text_content.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/book_text_content.xml index 6a69fdd09e18ee969cba51d17b99d21ad73c8d63..7460f000a2fd8c7ec2bd1503ced7963356b655e7 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/book_text_content.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/book_text_content.xml @@ -11,7 +11,6 @@ <value> <list> <string>description</string> - <string>enabled</string> <string>title</string> <string>whitespace_preserve</string> </list> @@ -56,10 +55,8 @@ <value> <dictionary> <item> - <key> <string>enabled</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> + <key> <string>description</string> </key> + <value> <string></string> </value> </item> <item> <key> <string>field_id</string> </key> @@ -92,10 +89,6 @@ <key> <string>description</string> </key> <value> <string></string> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> <int>1</int> </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string>my_text_area_field</string> </value> @@ -122,17 +115,4 @@ </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>not:here/isExternalDocument</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/clean_button.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/clean_button.xml similarity index 85% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/clean_button.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/clean_button.xml index 18530fc27490b6f22f08c0e374c97ebe620c5318..d628c73c4d8cf90087c5a41dd9a7af3680672278 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/clean_button.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportBookDialog/clean_button.xml @@ -11,7 +11,6 @@ <value> <list> <string>default</string> - <string>enabled</string> <string>name</string> <string>title</string> </list> @@ -56,10 +55,8 @@ <value> <dictionary> <item> - <key> <string>enabled</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> + <key> <string>default</string> </key> + <value> <string></string> </value> </item> <item> <key> <string>field_id</string> </key> @@ -69,6 +66,10 @@ <key> <string>form_id</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>name</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>target</string> </key> <value> <string></string> </value> @@ -92,10 +93,6 @@ <key> <string>default</string> </key> <value> <string>Clean HTML</string> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> <int>1</int> </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string>my_input_button_field</string> </value> @@ -126,17 +123,4 @@ </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>not:here/isExternalDocument</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog.xml similarity index 97% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog.xml index 8fa53a472be2776a28d7095ac6c4fbbf3f1ad3ca..47beb3b8b051e771be12d58d88f6385b2116396a 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog.xml @@ -82,7 +82,7 @@ </item> <item> <key> <string>id</string> </key> - <value> <string>TestPage_viewExportWebPageDialog</string> </value> + <value> <string>WebPage_viewExportChapterDialog</string> </value> </item> <item> <key> <string>method</string> </key> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/book_content.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/book_content.xml similarity index 85% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/book_content.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/book_content.xml index 6e69f89129cee66e027c3a172e4fad53cbb3fc6c..7460e462cee4ab3c30d58fe31e7843d1bae9100e 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportBookDialog/book_content.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/book_content.xml @@ -12,7 +12,7 @@ <list> <string>css_class</string> <string>default</string> - <string>enabled</string> + <string>text_editor</string> <string>title</string> <string>whitespace_preserve</string> <string>width</string> @@ -67,12 +67,6 @@ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> - </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string></string> </value> @@ -85,6 +79,10 @@ <key> <string>target</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>text_editor</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>title</string> </key> <value> <string></string> </value> @@ -112,10 +110,6 @@ <key> <string>default</string> </key> <value> <string></string> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> <int>1</int> </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string>my_text_content</string> </value> @@ -128,6 +122,10 @@ <key> <string>target</string> </key> <value> <string>Click to edit the target</string> </value> </item> + <item> + <key> <string>text_editor</string> </key> + <value> <string>text_area</string> </value> + </item> <item> <key> <string>title</string> </key> <value> <string>Book</string> </value> @@ -156,24 +154,11 @@ <key> <string>_text</string> </key> <value> <string encoding="cdata"><![CDATA[ -python:\'<iframe width="100%%" height="600" src="%s/TestPage_viewAsBook" name="book_version" style="background-color:#FFFFFF;"></iframe>\' % here.absolute_url() +python:\'<iframe width="100%%" height="600" src="%s/WebPage_viewAsChapter" name="book_version" style="background-color:#FFFFFF;"></iframe>\' % here.absolute_url() ]]></string> </value> </item> </dictionary> </pickle> </record> - <record id="3" aka="AAAAAAAAAAM="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>not:here/isExternalDocument</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/book_text_content.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/book_text_content.xml similarity index 83% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/book_text_content.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/book_text_content.xml index 1cdb6fe7920033d9ef5356f48a60494cb1936c68..fb367275f31c23255d11db5d44011c58fb501456 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/book_text_content.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/book_text_content.xml @@ -10,7 +10,6 @@ <key> <string>delegated_list</string> </key> <value> <list> - <string>enabled</string> <string>extra</string> <string>title</string> <string>whitespace_preserve</string> @@ -55,12 +54,6 @@ <key> <string>tales</string> </key> <value> <dictionary> - <item> - <key> <string>enabled</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> <item> <key> <string>extra</string> </key> <value> <string></string> </value> @@ -92,10 +85,6 @@ <key> <string>values</string> </key> <value> <dictionary> - <item> - <key> <string>enabled</string> </key> - <value> <int>1</int> </value> - </item> <item> <key> <string>extra</string> </key> <value> <string></string> </value> @@ -126,17 +115,4 @@ </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>not:here/isExternalDocument</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/clean_button.xml b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/clean_button.xml similarity index 83% rename from bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/clean_button.xml rename to bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/clean_button.xml index 18530fc27490b6f22f08c0e374c97ebe620c5318..4b4ccf9dc34942d3ab909546cf50d07b808439f8 100644 --- a/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/TestPage_viewExportWebPageDialog/clean_button.xml +++ b/bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/WebPage_viewExportChapterDialog/clean_button.xml @@ -11,7 +11,6 @@ <value> <list> <string>default</string> - <string>enabled</string> <string>name</string> <string>title</string> </list> @@ -55,12 +54,6 @@ <key> <string>tales</string> </key> <value> <dictionary> - <item> - <key> <string>enabled</string> </key> - <value> - <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> - </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string></string> </value> @@ -92,10 +85,6 @@ <key> <string>default</string> </key> <value> <string>Clean HTML</string> </value> </item> - <item> - <key> <string>enabled</string> </key> - <value> <int>1</int> </value> - </item> <item> <key> <string>field_id</string> </key> <value> <string>my_input_button_field</string> </value> @@ -126,17 +115,4 @@ </dictionary> </pickle> </record> - <record id="2" aka="AAAAAAAAAAI="> - <pickle> - <global name="TALESMethod" module="Products.Formulator.TALESField"/> - </pickle> - <pickle> - <dictionary> - <item> - <key> <string>_text</string> </key> - <value> <string>not:here/isExternalDocument</string> </value> - </item> - </dictionary> - </pickle> - </record> </ZopeData> diff --git a/bt5/erp5_run_my_doc/bt/revision b/bt5/erp5_run_my_doc/bt/revision index f5c89552bd3e62bfce023a230e90d141f7a46b2f..bb95160cb6e07358f54a28a208ae41e69889c97b 100644 --- a/bt5/erp5_run_my_doc/bt/revision +++ b/bt5/erp5_run_my_doc/bt/revision @@ -1 +1 @@ -32 +33 diff --git a/bt5/erp5_run_my_doc/bt/template_action_path_list b/bt5/erp5_run_my_doc/bt/template_action_path_list index 6bbd46904260a11dcefecd04985e760462b92de3..dbb48416bdb6698a8b870d8dd08faaca7b43847f 100644 --- a/bt5/erp5_run_my_doc/bt/template_action_path_list +++ b/bt5/erp5_run_my_doc/bt/template_action_path_list @@ -8,8 +8,8 @@ Test Page Module | fast_input Test Page Module | view Test Page | edit_slideshow Test Page | edit_test -Test Page | export Test Page | export_book +Test Page | export_chapter Test Page | export_report Test Page | launch Test Page | list @@ -21,4 +21,7 @@ Test Page | update_report Test Page | view Test Page | view_editor Test Page | view_test_report -Test Page | web_view \ No newline at end of file +Test Page | web_view +Web Page | export_book +Web Page | export_chapter +Web Page | slideshow \ No newline at end of file