[Erp5-report] r16052 - in /erp5/trunk/bt5/erp5_mobile: SkinTemplateItem/portal_skins/erp5_m...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 4 19:39:29 CEST 2007


Author: kazuhiko
Date: Tue Sep  4 19:39:29 2007
New Revision: 16052

URL: http://svn.erp5.org?rev=16052&view=rev
Log:
2007-09-04 Kazuhiko
* use absolute_url_path instead of getPortalPath for better virtual host support.

Modified:
    erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/erp5.css.xml
    erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.xml
    erp5/trunk/bt5/erp5_mobile/bt/change_log
    erp5/trunk/bt5/erp5_mobile/bt/revision

Modified: erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/erp5.css.xml?rev=16052&r1=16051&r2=16052&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/erp5.css.xml (original)
+++ erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/erp5.css.xml Tue Sep  4 19:39:29 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>OFS.DTMLDocument</string>
-          <string>DTMLDocument</string>
-        </tuple>
-        <none/>
+        <global name="DTMLDocument" module="OFS.DTMLDocument"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -434,7 +431,7 @@
 .button {\n
   border-Top-Width: thin;\n
   border-Top-Color: #3D6464;\n
-  border-Right-Width: thin; \n
+  border-Right-Width: thin;\n
   border-Right-Color: #3D6464;\n
   border-Bottom-Width: thin;\n
   border-Bottom-Color: #3D7474;\n
@@ -449,7 +446,7 @@
 .button_save {\n
   border-Top-Width: thin;\n
   border-Top-Color: #3D6464;\n
-  border-Right-Width: thin; \n
+  border-Right-Width: thin;\n
   border-Right-Color: #3D6464;\n
   border-Bottom-Width: thin;\n
   border-Bottom-Color: #3D7474;\n
@@ -809,7 +806,7 @@
 /* listbox */\n
 \n
 .ListSummary {\n
-  background: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/tab_left.png\') top left no-repeat;\n
+  background: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/tab_left.png\') top left no-repeat;\n
   color: #000;\n
   background-color: <dtml-var document_background_color>;\n
   padding-left: 10px;\n
@@ -907,43 +904,43 @@
 }\n
 \n
 #favourites button .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/favourite.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/favourite.png\');\n
 }\n
 \n
 #modules button .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/appearance.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/appearance.png\');\n
 }\n
 \n
 #language button .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/language.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/language.png\');\n
 }\n
 \n
 #search button .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/info.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/info.png\');\n
 }\n
 \n
 #actions button .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/exec16.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/exec16.png\');\n
 }\n
 \n
 #context_bar .tool_buttons .jump_first .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/2leftarrowb.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/2leftarrowb.png\');\n
 }\n
 \n
 #context_bar .tool_buttons .jump_previous .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/1leftarrowb.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/1leftarrowb.png\');\n
 }\n
 \n
 #context_bar .tool_buttons .jump_next .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/1rightarrowb.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/1rightarrowb.png\');\n
 }\n
 \n
 #context_bar .tool_buttons .jump_last .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/2rightarrowb.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/2rightarrowb.png\');\n
 }\n
 \n
 #context_bar .tool_buttons .list_mode .image {\n
-  background-image: url(\'<dtml-var expr="portal_url.getPortalPath()">/images/text_block.png\');\n
+  background-image: url(\'<dtml-var expr="portal_url.absolute_url_path()">/images/text_block.png\');\n
 }\n
 \n
 #navigation_bar button .image,\n

Modified: erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.xml?rev=16052&r1=16051&r2=16052&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.xml (original)
+++ erp5/trunk/bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.xml Tue Sep  4 19:39:29 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.PageTemplates.ZopePageTemplate</string>
-          <string>ZopePageTemplate</string>
-        </tuple>
-        <none/>
+        <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -79,7 +76,7 @@
 -->\n
 </tal:block>\n
 <tal:block tal:define="form_action string:logged_in;\n
-                       js_list python: [\'%s/login_form.js\' % (here.portal_url.getPortalPath(), )]">\n
+                       js_list python: [\'%s/login_form.js\' % (here.portal_url.absolute_url_path(), )]">\n
 <tal:block metal:use-macro="here/main_template/macros/master">\n
   <tal:block metal:fill-slot="main">\n
     <div class="content login">\n

Modified: erp5/trunk/bt5/erp5_mobile/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/bt/change_log?rev=16052&r1=16051&r2=16052&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_mobile/bt/change_log Tue Sep  4 19:39:29 2007
@@ -1,0 +1,2 @@
+2007-09-04 Kazuhiko
+* use absolute_url_path instead of getPortalPath for better virtual host support.

Modified: erp5/trunk/bt5/erp5_mobile/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mobile/bt/revision?rev=16052&r1=16051&r2=16052&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mobile/bt/revision (original)
+++ erp5/trunk/bt5/erp5_mobile/bt/revision Tue Sep  4 19:39:29 2007
@@ -1,1 +1,1 @@
-17
+19




More information about the Erp5-report mailing list