[Erp5-report] r19794 - in /erp5/trunk/bt5/erp5_egov: PathTemplateItem/web_site_module/egov_...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 11 15:13:32 CET 2008


Author: fabien
Date: Tue Mar 11 15:13:30 2008
New Revision: 19794

URL: http://svn.erp5.org?rev=19794&view=rev
Log:
move login_form script in the web_site

Added:
    erp5/trunk/bt5/erp5_egov/PathTemplateItem/web_site_module/egov_portal/
    erp5/trunk/bt5/erp5_egov/PathTemplateItem/web_site_module/egov_portal/login_form.xml
Modified:
    erp5/trunk/bt5/erp5_egov/bt/revision
    erp5/trunk/bt5/erp5_egov/bt/template_path_list

Added: erp5/trunk/bt5/erp5_egov/PathTemplateItem/web_site_module/egov_portal/login_form.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/PathTemplateItem/web_site_module/egov_portal/login_form.xml?rev=19794&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_egov/PathTemplateItem/web_site_module/egov_portal/login_form.xml (added)
+++ erp5/trunk/bt5/erp5_egov/PathTemplateItem/web_site_module/egov_portal/login_form.xml Tue Mar 11 15:13:30 2008
@@ -1,0 +1,154 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>Python_magic</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>Script_magic</string> </key>
+            <value> <int>3</int> </value>
+        </item>
+        <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_container</string> </key>
+                                <value> <string>container</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_context</string> </key>
+                                <value> <string>context</string> </value>
+                            </item>
+                            <item>
+                                <key> <string>name_m_self</string> </key>
+                                <value> <string>script</string> </value>
+                            </item>
+                            <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>_body</string> </key>
+            <value> <string>\'\'\'this script overide the existing form login_form \n
+and redirect to the customize login page\'\'\'\n
+\n
+request = context.REQUEST\n
+portal = context.getPortalObject()\n
+\n
+module_url = portal.web_site_module.egov_portal.absolute_url()\n
+form_id = \'view\'\n
+\n
+return request[\'RESPONSE\'].redirect(\'%s/%s\' % (module_url, form_id))\n
+</string> </value>
+        </item>
+        <item>
+            <key> <string>_code</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_filepath</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>_params</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>errors</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_code</string> </key>
+            <value>
+              <object>
+                <klass>
+                  <global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
+                </klass>
+                <tuple/>
+                <state>
+                  <dictionary>
+                    <item>
+                        <key> <string>co_argcount</string> </key>
+                        <value> <int>0</int> </value>
+                    </item>
+                    <item>
+                        <key> <string>co_varnames</string> </key>
+                        <value>
+                          <tuple>
+                            <string>_getattr_</string>
+                            <string>context</string>
+                            <string>request</string>
+                            <string>portal</string>
+                            <string>module_url</string>
+                            <string>form_id</string>
+                            <string>_getitem_</string>
+                          </tuple>
+                        </value>
+                    </item>
+                  </dictionary>
+                </state>
+              </object>
+            </value>
+        </item>
+        <item>
+            <key> <string>func_defaults</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>login_form</string> </value>
+        </item>
+        <item>
+            <key> <string>warnings</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_egov/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/revision?rev=19794&r1=19793&r2=19794&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/revision (original)
+++ erp5/trunk/bt5/erp5_egov/bt/revision Tue Mar 11 15:13:30 2008
@@ -1,1 +1,1 @@
-29
+31

Modified: erp5/trunk/bt5/erp5_egov/bt/template_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_egov/bt/template_path_list?rev=19794&r1=19793&r2=19794&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_egov/bt/template_path_list (original)
+++ erp5/trunk/bt5/erp5_egov/bt/template_path_list Tue Mar 11 15:13:30 2008
@@ -1,1 +1,2 @@
-web_site_module/egov_portal
+web_site_module/egov_portal
+web_site_module/egov_portal/*




More information about the Erp5-report mailing list