Hello,
If a book is created based on images then custom parameters for pages can be defined in a CSV file. The file should be located in folder with images. For example if book is based on images from images/book1 folder and folder contains page1.jpg and page2.jpg images, add arismartbook.csv file to this folder with the following content:
Code: |
"File","URL"
"page1.jpg","http://www.ari-soft.com"
"page2.jpg","http://google.com"
|
Open "Pages source" tab on book settings page, select "content" option in "Choose template type" drop-down and populate "Template" parameter with the following value:
Code: |
<a href="{$URL}">{$bookimage}</a>
|
Regards,
ARI Soft