[Erp5-report] r14816 - /erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widg...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 13 20:32:54 CEST 2007


Author: jp
Date: Wed Jun 13 20:32:54 2007
New Revision: 14816

URL: http://svn.erp5.org?rev=14816&view=rev
Log:
Renames au_macros to follow conventions

Removed:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/au_macros.xml

Removed: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/au_macros.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/au_macros.xml?rev=14815&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/au_macros.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/au_macros.xml (removed)
@@ -1,113 +1,0 @@
-<?xml version="1.0"?>
-<ZopeData>
-  <record id="1" aka="AAAAAAAAAAE=">
-    <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.PageTemplates.ZopePageTemplate</string>
-          <string>ZopePageTemplate</string>
-        </tuple>
-        <none/>
-      </tuple>
-    </pickle>
-    <pickle>
-      <dictionary>
-        <item>
-            <key> <string>__ac_local_roles__</string> </key>
-            <value>
-              <none/>
-            </value>
-        </item>
-        <item>
-            <key> <string>_bind_names</string> </key>
-            <value>
-              <object>
-                <klass>
-                  <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
-                </klass>
-                <tuple/>
-                <state>
-                  <dictionary>
-                    <item>
-                        <key> <string>_asgns</string> </key>
-                        <value>
-                          <dictionary>
-                            <item>
-                                <key> <string>name_subpath</string> </key>
-                                <value> <string>traverse_subpath</string> </value>
-                            </item>
-                          </dictionary>
-                        </value>
-                    </item>
-                  </dictionary>
-                </state>
-              </object>
-            </value>
-        </item>
-        <item>
-            <key> <string>_text</string> </key>
-            <value> <string encoding="cdata"><![CDATA[
-
-<tal:block replace="nothing">\n
-  This is used in contribute tab to distinguish implemented/not implemented "file" features\n
-</tal:block>\n
-<span metal:define-macro="file_feature">\n
-  <a tal:condition="impl" href="javascript:void 0" onclick="fileImplemented()" tal:content="title"/>\n
-  <a tal:condition="python:not impl" href="javascript:void 0" onclick="fileNotImplemented()" tal:content="title" style="color:grey"/>\n
-</span>\n
-\n
-<tal:block replace="nothing">\n
-  This is used in main panel to fill properties for contributing document or external resource\n
-</tal:block>\n
-<div metal:define-macro="contribute_properties"\n
-     tal:define="contribute_prefix contribute_prefix | string:">\n
-  <div>\n
-    <label for="classification" value="" i18n:translate="" i18n:domain="ui">Classification</label>\n
-    <select size="1" name="classification" id="classification"\n
-                     tal:attributes="name string:${contribute_prefix}classification">\n
-      <option value="" value="" i18n:translate="" i18n:domain="ui">-- Select Classification --</option>\n
-      <option tal:repeat="item python:[c for c in here.portal_categories.classification.getCategoryChildLogicalPathItemList()[1:] if len(c[1].split(\'/\'))>1]" tal:content="python:item[0]" tal:attributes="value python:item[1]">\n
-        Agricultural Development\n
-      </option>\n
-    </select>\n
-  </div>\n
-  <div>\n
-    <label for="source_project" value="" i18n:translate="" i18n:domain="ui">Programme</label>\n
-    <select size="1" id="source_project" name="source_project"\n
-                     tal:attributes="name string:${contribute_prefix}source_project">\n
-      <option value="" value="" i18n:translate="" i18n:domain="ui">-- Select Programme --</option>\n
-      <option tal:repeat="item python:[(o.getTitle(),o.getRelativeUrl()) for o in here.project_module.searchFolder()]" tal:content="python:item[0]" tal:attributes="value python:item[1]">\n
-        Agricultural Development\n
-      </option>\n
-    </select>\n
-  </div>\n
-</div>    \n
-\n
-\n
-<!-- \n
-# vim: filetype=html syntax=html shiftwidth=2 \n
--->\n
-
-
-]]></string> </value>
-        </item>
-        <item>
-            <key> <string>content_type</string> </key>
-            <value> <string>text/html</string> </value>
-        </item>
-        <item>
-            <key> <string>expand</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
-            <key> <string>id</string> </key>
-            <value> <string>au_macros</string> </value>
-        </item>
-        <item>
-            <key> <string>title</string> </key>
-            <value> <string>XXX - Integrate in wherever appropriate</string> </value>
-        </item>
-      </dictionary>
-    </pickle>
-  </record>
-</ZopeData>




More information about the Erp5-report mailing list