Commit 9e6544fc authored by Ivan Tyagov's avatar Ivan Tyagov

Be XHTML compliant.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38482 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b84bb302
......@@ -45,13 +45,13 @@
link here/field_link;\n
md5 here/field_md5;\n
box_relative_url python: request.get(\'box_relative_url\', \'\');\n
dom_id python: (\'%s-%s\' %(box_relative_url, md5))">\n
dom_id python: (\'%s-%s\' %(box_relative_url.replace(\'/\',\'_\'), md5))">\n
<div class="document-gadget-quick-preview">\n
\n
<div class="teaser"\n
tal:attributes="onclick string:toggle(\'${dom_id}\');">\n
\n
<span alt="Link" class="document-title"\n
<span class="document-title"\n
tal:content="title"/> - \n
\n
<span class="modification-date"\n
......@@ -71,8 +71,8 @@
<br/>\n
<a target="_blank" \n
class="document-link"\n
alt="Original Document"\n
i18n:translate="" i18n:domain="ui" i18n:attributes="alt"\n
title="Original Document"\n
i18n:translate="" i18n:domain="ui" i18n:attributes="title"\n
tal:attributes="href link">Show original item</a>\n
</div>\n
</div>\n
......
543
\ No newline at end of file
544
\ No newline at end of file
......@@ -46,14 +46,14 @@
format python: here.getObject().portal_preferences.getPreference(\'preferred_image_format\', \'png\');\n
description python: here.getDescription();\n
box_relative_url python: request.get(\'box_relative_url\', \'\');\n
dom_id python: (\'%s-%s\' %(box_relative_url, here.getRelativeUrl()))">\n
dom_id python: (\'%s-%s\' %(box_relative_url, here.getRelativeUrl())).replace(\'/\',\'_\')">\n
<div class="document-gadget-quick-preview">\n
<div class="teaser"\n
tal:attributes="onclick string:toggle(\'${dom_id}\');">\n
<img alt="Icon" class="icon"\n
tal:attributes="src icon" />\n
\n
<span alt="Link" class="document-title"\n
<span class="document-title"\n
tal:content="title"/>\n
\n
<span class="modification-date"\n
......@@ -76,8 +76,8 @@
<br/>\n
<a target="_blank" \n
class="document-link"\n
alt="Original Document"\n
i18n:translate="" i18n:domain="ui" i18n:attributes="alt"\n
title="Original Document"\n
i18n:translate="" i18n:domain="ui" i18n:attributes="title"\n
tal:attributes="href string:${document_url}/view">Show original item</a>\n
</div>\n
</div>\n
......
975
\ No newline at end of file
976
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment