[Erp5-report] r28653 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 27 13:16:14 CEST 2009


Author: kazuhiko
Date: Thu Aug 27 13:16:13 2009
New Revision: 28653

URL: http://svn.erp5.org?rev=28653&view=rev
Log:
try to use description and subject_list if exist.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml?rev=28653&r1=28652&r2=28653&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml [utf8] Thu Aug 27 13:16:13 2009
@@ -49,17 +49,18 @@
 -->\n
   </tal:block>\n
   <tal:block metal:define-macro="master">\n
-    <tal:block tal:define="global_definitions_macros here/global_definitions/macros">\n
+    <tal:block tal:define="global_definitions_macros here/global_definitions/macros;\n
+                           subject_list subject_list | python:here.getProperty(\'subject_list\', []) or []">\n
       <tal:block metal:use-macro="global_definitions_macros/header_definitions" />\n
       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n
       <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n
         <head>\n
           <base tal:attributes="href python: \'%s/\' % (url, )" />\n
-          <meta name="generator" content="ERP5 - Copyright (C) 2001 - 2009. All rights reserved." />\n
+          <meta name="generator" content="ERP5 - Copyright (C) 2001 - 2008. All rights reserved." />\n
           <meta name="description" content=""\n
-                tal:attributes="content title | string:ERP5 Free Open Source ERP and CRM" />\n
+                tal:attributes="content description | title | string:ERP5 Free Open Source ERP and CRM" />\n
           <meta name="keywords" content=""\n
-                tal:attributes="content python:\', \'.join(here.getProperty(\'subject_list\', []) or [])" />\n
+                tal:attributes="content python:\', \'.join(subject_list)" />\n
           <meta name="robots" content="index, follow" />\n
           <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
           <meta http-equiv="Content-Script-Type" content="text/javascript" />\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=28653&r1=28652&r2=28653&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Thu Aug 27 13:16:13 2009
@@ -1,1 +1,1 @@
-828
+829




More information about the Erp5-report mailing list