Commit 92706548 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2008-09-29 Kazuhiko

* remove duplicate name attributes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23883 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccdb814e
......@@ -109,7 +109,7 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_start\']!=0">\n
<b tal:replace="nothing"> previous page exists </b>\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Page" border="0"\n
name="previousPage:method"\n
tal:attributes="src string:${address}/images/1leftarrowv.png" />\n
</tal:block>\n
......@@ -135,7 +135,7 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_stop\']!=basic.report_axis_info[\'bound_end\']">\n
<b tal:replace="nothing"> next page exists </b>\n
<input type="image" src="/images/1rightarrowv.png" title="Next Page" name="" border="0"\n
<input type="image" src="/images/1rightarrowv.png" title="Next Page" border="0"\n
name="nextPage:method"\n
tal:attributes="src string:${address}/images/1rightarrowv.png" />\n
</tal:block>\n
......@@ -218,14 +218,14 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
<!-- current axis is report axis-->\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_start\']!=0">\n
<!-- previous page exists -->\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Page" name="" border="0"\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Page" border="0"\n
name="previousPage:method"\n
tal:attributes="src previous_src;\n
id python:axis.name + \'_previous\'" />\n
</tal:block>\n
<tal:block tal:condition="python:basic.report_axis_info[\'bound_stop\']!=basic.report_axis_info[\'bound_end\']">\n
<!-- next page exists -->\n
<input type="image" src="/images/1rightarrowv.png" title="Next Page" name="" border="0"\n
<input type="image" src="/images/1rightarrowv.png" title="Next Page" border="0"\n
name="nextPage:method"\n
tal:attributes="src next_src;\n
id python:axis.name + \'_next\'" />\n
......@@ -255,12 +255,12 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
<tal:block tal:condition="python:axis==planning.lane_axis">\n
<!-- Lane page-->\n
<!-- previous page exists -->\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Lane Page" name="" border="0"\n
<input type="image" src="/images/1leftarrowv.png" title="Previous Lane Page" border="0"\n
name="previousLanePage:method"\n
tal:attributes="src previous_src;\n
id python:axis.name + \'_previous\'" />\n
<!-- next page exists -->\n
<input type="image" src="/images/1rightarrowv.png" title="Next Lane Page" name="" border="0"\n
<input type="image" src="/images/1rightarrowv.png" title="Next Lane Page" border="0"\n
name="nextLanePage:method"\n
tal:attributes="src next_src;\n
id python:axis.name + \'_next\'" />\n
......
620
\ No newline at end of file
621
\ 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