Add credits for the sources' scans

This commit is contained in:
Olivier Berten 2016-01-15 10:24:49 +01:00
parent 7da5ed8d20
commit dd8857a839

View File

@ -41,6 +41,7 @@ if(array_key_exists('images', $_GET) && $_GET['images'] == '1') {
$n[$i] .= ($i == $start) ? '' : '</a>';
}
echo "<p><b>Pages</b> ".implode(' | ', $n)."</p>\n";
echo "<p><i>".$sources[$s]['caption']."</i></p>\n";
echo "<table>\n<tr><th>Page</th><th>Incipit</th></tr>";
for($i = $start; $i < min($start+$ipp, $np); $i++) {
$p = $sources[$s]['pages'][$i];