// 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
//
?>
Queen Elizabeth Reviewing her Troops
841 piece plywood jigsaw puzzle, featuring a painting by the British artist Mabel Dora Hardy (1868-1937), who signed her works M. Dorothy Hardy.
The style of cutting is primarily semi-interlocking and features significant colour line-cutting, along with the V.T. and H. initials cut as individual pieces and grouped close to each other in the upper right part of the puzzle.
Of particular interest with this puzzle is a label identity number of 726 printed on the box label, along with a printed set of the Maids of Kent "Jigsaw Puzzle Club Rules" pasted into the underside of the box lid. The puzzle packaging for this puzzle also differs from that of their sale puzzles, the latter sometimes being supplied in repurposed boxes, such as this example for
The Punch Bowl puzzle. These were then wrapped with patterned paper.
In the case of this "library" puzzle, the box is of a far sturdier build and plain brown in colour, helping to provide the type of protection which regular library use demanded. (see below)
This box image has been very kindly provided
" Courtesy of The Strong National Museum of Play, Rochester, New York."
Please note that the puzzle image shown is from a 1979 photograph and the colours are not a true representation of the puzzle itself. A more accurate example of the original artwork can be seen in this c1920s
Victory puzzle.
Other images, research and details courtesy of Anne Williams.Artist: Hardy, M. Dorothy
Date: c1930s
Brand: V.T.H. Puzzles, The
Material: Plywood
Nationality: British-England
Number: 726
Pieces: 841
Size: 34" x 19 1/4"
Theme: Royalty
Title: Queen Elizabeth Reviewing her Troops
// 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
//
?>