// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Children's Circulars
Thought to have originated during the late 1950's and produced until the 1990's in several size formats, these series of Circular Jig Saw Puzzles were targeted towards the younger market. Content seems to have roughly mirrored those of their more adult-orientated counterparts, in that they portrayed society relevant material, either from a historical perspective, or simply of scenes of interest at their time of release.
Many thanks to Jerry Mortimore for starting the ball rolling on yet another exciting new album.
Also thanks to Barbara Middlestorb for providing a generic list of puzzles from 1960 - 1990.
No examples of the series below are available to illustrate and more information or photos of same would be welcome:-
Little Grey Rabbit: 75pcs, 9" diameter, packed in tubs, four titles nos 173A-D made in 1984.
Martine: 100pcs: 18" diameter packed in pink boxes, four titles nos 00731-4, made in 1986.
Link Up Puzzles: 12pcs, four titles nos 01921-4, made in 1989.
Turtles: 100pcs, 18" diameter, in pizza-type boxes, four titles nos 00711-4, made in 1990.
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>