Gallery With External Images

This is the page to show a gallery with external Images.

KLICK ON ONE OF THE THUMBNAILS OPENS THE GALLERY-VIEWER!

The idea

My idea is the usage of "data form" pages of category "image-ext:" with autonumbering of the pages.
This pages have (using the "image-ext:_template" page) as content only the:

  • "belongs-to-person" (per: pagepath Link to genealogy-person! )
  • URL of the images,
  • Heading
  • Caption
  • Copyright notices
  • Author
  • Date ( of creation)
  • Descritpions
  • a button to add new external images
  • a tagcloud of all tags of the same category

And on such pages like here I use the ListPages Module to "simulate" a Gallery with minimized images ( like Thumbmails) as the overview off all the existing pages.
The Link of the pages leads to the image page itself (on an extra page) which shows the same Image in a Listpages module but with the Hammer-Navigator to the next image(=page) forward and backward in the category "image-ext"

Add a new external image

Existing external images in category:

Belongs-to-person:
Pauline Einstein (1858-1920)
Pauline Koch ca 1880
1880 Pauline Koch
Belongs-to-person:
Mileva Marić (1875-1948)
Mileva Maric 1896
1896 Mileva Marić
Belongs-to-person:
Albert Einstein (1879-1955)
Albert Einstein 1921
1921 - Einstein Porträt
Belongs-to-person:
Elsa Einstein (1876-1936)
Albert und Elsa Einstein (1933?)
1933 (?) Albert und Elsa Einstein
Belongs-to-person:
Cousin Tree with genetic kinship
Cousin Tree with genetic kinship
Belongs-to-person:
Family Tree (direct descendents)
Family Tree direct descendent
Belongs-to-person:
Family Tree JFK
Family Tree JFK

Done with code:

[[module ListPages category="image-ext" separate="no" order="title" perpage="40"]]
[[div style="float:left;width:160px;heigth:200px;border:1px silver solid;"]]
||Belongs-to-person:|| 
||%%form_data{belongs-to-person}%%||
||%%form_data{heading}%%||
[[image %%form_raw{image_link}%% width="120px" link="%%link%%" title="%%title%%" alt="%%title%%" style="border: 1px solid silver; padding: 1em;" size="thumbnail"]]
[[/div]]
[[/module]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License