From bff4f77cc65ce5ddbbcbdaa632880ce728e77c46 Mon Sep 17 00:00:00 2001 From: Daniel Messer Date: Tue, 15 Aug 2023 06:38:20 -0500 Subject: [PATCH] Added music citations. --- itemrecord.php | 61 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 49 insertions(+), 12 deletions(-) diff --git a/itemrecord.php b/itemrecord.php index 7b542ba..5fb9ab1 100644 --- a/itemrecord.php +++ b/itemrecord.php @@ -255,11 +255,22 @@ while ($row = $publisher_location->fetchArray()) {

Citations


+ + - + '.$row_author_sort.'. '.$row_title.'. '.$row_publocation.': '.$row_publisher.', '.$row_pubdate.'.
'; + echo ''; + } else { + echo ''; + } + ?> Copy Chicago citation

+ +
+ + '.$APA_author[0].', '.$APA_first.'. ('.$row_pubdate.'). '.$row_title.'. '.$row_publisher.'.

'; - echo ''; + + if ($row_type == 'text') { + echo ''; + echo ''; + } else { + echo ''; + echo ''; + } ?> Copy APA citation

+ +
+ + - + '.$row_author_sort.'. '.$row_title.'. '.$row_publisher.', '.$row_pubdate.'.
'; + echo ''; + } else { + echo ''; + } + + ?> Copy MLA citation