Example #1
0
        }
        // end if
        ?>
										</div>
										<?php 
        if ($result_records[$record_ID]->parallel_title != "") {
            ?>
												<div class="search_parallel_title"><?php 
            echo highlight_search_query($result_records[$record_ID]->parallel_title, $search_words);
            ?>
</div>
												<?php 
        }
        // end if
        if ($result_records[$record_ID]->compilation == "Y") {
            output_compilation_titles_and_authors($result_records[$record_ID], "search", FALSE, $search_words);
        }
        // end if
        if ($result_records[$record_ID]->summary != "") {
            ?>
<div class="small indent"><?php 
            echo highlight_search_query($result_records[$record_ID]->summary, $search_words);
            ?>
</div><?php 
        }
        // end if
        ?>
									</td>
									<td width="20%" valign="top" align="right">
										<div class="search_location"><nobr><?php 
        echo $result_records[$record_ID]->location_title;
Example #2
0
// end if
if (count($author_list) > 0) {
    ?>
								<div class="detail_authors"><?php 
    echo $author_record->by_text;
    ?>
 <?php 
    echo implode("; ", $author_list);
    ?>
</div>
								<?php 
}
// end if
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// COMPILATION TITLES & AUTHORS
output_compilation_titles_and_authors($record);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>
					</td>
					<td valign="top">
						<div class="detail_call_number" title="Call Number"><nobr><?php 
if ($record->call_number != "") {
    echo implode("<br>", explode(",", $record->call_number));
}
// end if
?>
</nobr></div>
					</td>
				</tr>
			</table>
			<?php