// 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
//
?>
Historical Ships
Set of six, postcard-sized plywood puzzles from A.V.N. Jones's limited production Six-In-One range, all painted by the British artist Arthur Chidley. He was an eminent watercolour artist known both for his portrayal of maritime and regimental subjects and his work painting for the Royal Worcester Pottery.
The six historic sailing ships illustrated are:-
HMS Prince: Launched 1670, renamed HMS Royal William in 1692 and broken up in 1813
The Great Harry: Full name Henry Grace à Dieu, launched 1514, destroyed by fire in 1553.
HMS Victory: Nelson's flagship launched in 1765 and never decommissioned
King's Ship: No information currently to hand.
HMS Sovereign of the Seas: Launched 1637, renamed Sovereign in 1651 then Royal Sovereign in 1685, destroyed by fire 1697.
The Ark: Launched c.1630 for conveying people and goods to the new American colonies. Lost (at sea?) 1635.
NB - This example has six puzzles of 32 pieces each (192 total). Another example is of the same ships but five puzzles have 35 pieces and the sixth one 30 (205 total).
Artist: Chidley, Arthur (1876 - 1941)
Date: c1930's
Brand: Jones, A.V.N. and Co., Ltd
Material: Plywood
Nationality: British-England
Pieces: 6 x 32 (192 total)
Range: Six-In-One
Size: 5½" x 3½" (x6)
Theme: Maritime
Title: Historical Ships
// 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
//
?>