Clickable authors and new results.php.

This commit is contained in:
2023-08-03 11:36:48 -05:00
parent 73f1003d13
commit 1ae30b499f
4 changed files with 53 additions and 11 deletions

View File

@ -240,7 +240,7 @@ while ($row = $series->fetchArray()) {
<?php
echo '<strong>Item Control Number: </strong>'.$ItemID.'<br />';
echo '<strong>Title:</strong> '.$row_title.'<br />';
echo '<strong>Creator:</strong> '.$row_author_sort.'<br />';
echo '<strong>Creator:</strong> <a href="results.php?au='.$row_author_sort.'">'.$row_author_sort.'</a><br />';
if ($row_series) {
echo '<strong>Series:</strong> '.$row_series.'<br />';
echo '<strong>Series Index:</strong> '.$row_seriesindex.'<br />';