Commit dbbb1628 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove non-used variables.

remove leading whitespaces in href attributes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28545 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7eab843f
......@@ -42,13 +42,11 @@
<tal:block tal:define="current_thumbnail_index \n
request/frame|\n
python:here.PDF_getPageNumberFromSelectionIndex(request.get(\'selection_index\', 0));\n
selection_name request/selection_name | string:pdf_preview_selection;\n
all_thunmbnails python: here.PDF_countThumbnailList()[0][0];\n
next_thunmbnail_index python: current_thumbnail_index + 1;\n
previous_thunmbnail_index python: current_thumbnail_index - 1;\n
parent_doc_url here/absolute_url;\n
base_url string:\n
${parent_doc_url}/PDF_viewHTMLPreviewAsImage?selection_name=${selection_name}&;">\n
base_url string:${parent_doc_url}/PDF_viewHTMLPreviewAsImage&;">\n
\n
<div class="pdf-preview-navigation">\n
<tal:block tal:condition="python:current_thumbnail_index >= 1">\n
......
1007
\ No newline at end of file
1008
\ 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