1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| <IF NAME="prev_page">
<span style="font-weight:bold;">» <a href="./{script_name}?deb=0&nom={nomdos}">{txt_start}</a></span>
<span style="font-weight:bold;">» <a href="./{script_name}?deb={prev}&nom={nomdos}">{txt_previous_page}</a></span>
</IF NAME="prev_page">
{currentpage}/{allpages} ({txt_number_of_pictures}: {allpictures})
<IF NAME="next_page">
<span style="font-weight:bold;">» <a href="./{script_name}?deb={next}&nom=Lac du Der">{txt_next_page}</a></span>
</IF NAME="next_page">
</p>
<p>
<span style="font-weight:bold;">
{txt_pages}:
<LOOP NAME="page_direct"><a href="./{script_name}?deb={link}&nom={nomdos}"> {page} </a> </LOOP NAME="page_direct">
</span>
</p> |