// 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
//
?>
Succès du jour, Les
This detailed list of available sizes, styles and prices was found in the Village d'Alsace puzzle and is estimated to be of c1915/16 origin.
I am grateful to my good friend Jacques Vélu for his interpretation and thoughts on the details contained in the document
Success of the Day
Small games for the (morale) benefit of our soldiers.Copyrighted models (Law punishes fakes)
The memory Jigsaw from 35 to 40 pieces in small bags decorated with colours of our allied countries. 0.50
50 pieces, carefully made, in small satin bags decorated with colours of our allied countries. 1.00
in small kepi (picturesque patriotism). 1.00
Trench domino very beautiful domino game, the black points are replaced by points coloured with colours of the 7 allied countries.
In a small 2.5 x 3 x 4.5 cm box which can be put into your pocket
Ordinary model 0.25 Rich model 0.75 Very rich model, gilt edged. 1.25
The (enemy) front game of patience and dexterity with mercury
The objective is to capture the most possible of towns under German domination. 1.25 & 2.45
In square! (organized in square) game of patience double sided of 24 squares, 2 different subjects 0.50
For our Poilus (poilu=hairy was the affectionate nickname given to French soldiers in the trenches) new game of patience showing on one side Europe according to Kaiser's dreams, and on the other Europe as the allied troops want it. 0.75
Caisse R small case (probably a kind of coffin; after reading and reading and reading, I understood: it's a pun: when the French say Caisse R it looks more or less, but rather less, like Kaiser!!!!!) holding who you know (thus the Kaiser), mutilated in 35 to 40 pieces which can be assembled of many ways. 1.25
Allied jigsaw price given for each 100 pieces
Quality Simplex (a Perplexité puzzle brand) on rich cardboard in 80-120-160-240-320-400 or 500 pieces. 1.25
Quality Zig Zag on plywood 4 mm in 100-150-200-250-300-400 or 500 pieces. 2.00
Quality Artistic box of high quality plywood 5 mm in 100-150-200-250-300-400-500 and 1000 pieces. 4.00
Sales are on now
in department stores - Luxury stationery trades & Specialized games shops
Perplexite - Paris
// 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
//
?>