FINALLY! Chicago citation working.
This commit is contained in:
@ -236,11 +236,12 @@ while ($row = $series->fetchArray()) {
|
||||
<div class="row gx-4 gx-lg-5 align-items-top">
|
||||
<div class="col-md-6">
|
||||
<h3 class="fw-bolder"><u>Citations</u></h3><br />
|
||||
<p class="metadata"><strong>Chicago</strong></p>
|
||||
<p class="metadata"><?php echo $row_author_sort.'. <em>'.$row_title.'.</em> '.$row_publisher.', '.$row_pubdate.'.' ?></p>
|
||||
<div id=chicago style="display: none;">
|
||||
<p class="metadata"><?php echo $row_author_sort.'. <em>'.$row_title.'.</em> '.$row_publisher.', '.$row_pubdate.'.' ?></p>
|
||||
</div>
|
||||
<button onclick="copyToClip(document.getElementById('chicaco').innerHTML)">
|
||||
<button onclick="copyToClip(document.getElementById('chicago').innerHTML)">
|
||||
Copy Chicago citation
|
||||
</button>
|
||||
<script>
|
||||
@ -255,9 +256,6 @@ while ($row = $series->fetchArray()) {
|
||||
document.removeEventListener("copy", listener);
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h3 class="fw-bolder"><u>Metadata</u></h3>
|
||||
|
Reference in New Issue
Block a user