MF forwarded a report that the links on the multimedia page in the archives section of the Donnelly site were all broken. Turned out to be a bunch of problems.
Remaining issues (I've asked MF for help on these):
I couldn't find the appropriate image file for these pages, so have not edited them:
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/2992en.html
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/2992fr.html
point to image of Canada Company chart
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/3013en.html
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/3013fr.html
point to image of Gaol summary 1879-1880
Issues I resolved:
1)
There were no french language versions of any of the multimedia files in the development site, but they are there in the production site. I've copied those missing files from the production site to the development site.
2)
On
http://www.canadianmysteries.org/development/sites/donnellys/archives/multimedia/3195en.html
http://www.canadianmysteries.org/development/sites/donnellys/archives/multimedia/3195fr.html
the link to the interactive map has the wrong URL (missing "donnellys"
in the pathname). The link to the image also has the wrong URL (one too many "../". I've corrected those on the production site, the development site and the content management system.
3)
On
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/2985en.html
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/2985fr.html
the link to the image file was:
src="../images/site/52565_2.jpg"
but that should be:
src="../../images/site/52565_2.jpg"
when you click on the image, you're directed to
http://www.canadianmysteries.ca/sites/donnellys/scripts/photo.php?fileName=../../images/site/52565_3.jpg
but that should be
http://www.canadianmysteries.ca/sites/donnellys/scripts/photo.php?fileName=../images/site/52565_3.jpg
I corrected those problems
4)
On all the rest of the pages listed at
http://www.canadianmysteries.ca/sites/donnellys/archives/multimedia/indexen.html,
the html needed to link to the image that appears on the page and to link to the larger version of the image is entirely missing in the files in the content management system and on the pages on the sites. I've edited the following pages in the CMS, the development site and the production site:
2979en.html points to image 52549
2979fr.html points to image 52549
2980en.html points to image 52553
2980fr.html points to image 52553
2981en.html points to image 52554
2981fr.html points to image 52554
2982en.html points to image 52555
2982fr.html points to image 52555
2983en.html points to image 52556
2983fr.html points to image 52556
2984en.html points to image 52564
2984fr.html points to image 52564
2986en.html points to image 52565
2986fr.html points to image 52565
2987en.html points to image 52566
2987fr.html points to image 52566
2988en.html points to image 52569
2988fr.html points to image 52569
2989en.html points to image 52570
2989fr.html points to image 52570
2990en.html points to image 52571
2990fr.html points to image 52571
2991en.html points to image 52572
2991fr.html points to image 52572
3000en.html points to image 52561
3000fr.html points to image 52561
3001en.html points to image 52550
3001fr.html points to image 52550
3002en.html points to image 52551
3002fr.html points to image 52551
3003en.html points to image 52552
3003fr.html points to image 52552
3004en.html points to image 52557
3004fr.html points to image 52557
3005en.html points to image 52558
3005fr.html points to image 52558
3006en.html points to image 52559
3006fr.html points to image 52559
3007en.html points to image 52560
3007fr.html points to image 52560
3008en.html points to image 52563
3008fr.html points to image 52563
3009en.html points to image 52573
3009fr.html points to image 52573
3010en.html points to image 52574
3010fr.html points to image 52574
3011en.html points to image 52575
3011fr.html points to image 52575
3012en.html points to image 52576
3012fr.html points to image 52576
In each, I found something like this (the title text varies):
<h1>Chart Showing Place of Birth, Selected Counties</h1>
<p></p>
<p id="clearFloat"/>
And replaced that empty middle paragraph with something like this:
<p><a href="#" onclick="openWindow('../images/site/52565_3.jpg',
'../../'); return false;" ><img src="../../images/site/52565_2.jpg"
id="docImageCentre" alt="[ Chart ]" alt="[ Chart ]"
oncontextmenu="return false" /></a></p>
Where the two instances of "52565" have to be replaced with whatever is the correct file name for the graphic image.