Clickable authors and new results.php.
This commit is contained in:
@ -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 />';
|
||||
|
Reference in New Issue
Block a user