Fixed display bug.
This commit is contained in:
@ -264,8 +264,8 @@ while ($row = $subtype->fetchArray()) {
|
|||||||
<div class="col-md-6"> <!-- BEGIN CITATIONS -->
|
<div class="col-md-6"> <!-- BEGIN CITATIONS -->
|
||||||
<a name="citations"></a>
|
<a name="citations"></a>
|
||||||
<h3 class="fw-bolder"><u>Bibliographic Citations</u></h3><br />
|
<h3 class="fw-bolder"><u>Bibliographic Citations</u></h3><br />
|
||||||
<p><em>Note: You may need to slightly edit citations for final use. Citations are based upon available data. Refer to your format guides for proper bibliographic citations.</p>
|
<p class = "small"><em>Note: You may need to slightly edit citations for final use. Citations are based upon available data. Refer to your format guides for proper bibliographic citations.</em></p>
|
||||||
|
|
||||||
<!-- BEGIN CHICAGO CITATION -->
|
<!-- BEGIN CHICAGO CITATION -->
|
||||||
<p class="metadata"><strong>Chicago</strong></p>
|
<p class="metadata"><strong>Chicago</strong></p>
|
||||||
<?php
|
<?php
|
||||||
@ -346,7 +346,7 @@ while ($row = $subtype->fetchArray()) {
|
|||||||
<!-- MLA CITATION -->
|
<!-- MLA CITATION -->
|
||||||
<p class="metadata"><strong>MLA</strong></p>
|
<p class="metadata"><strong>MLA</strong></p>
|
||||||
<?php
|
<?php
|
||||||
if ($row_type== 'Text') {
|
if ($row_type == 'Text') {
|
||||||
echo '<p class="metadata">'.$row_author_sort.'. <em>'.$row_title.'.</em> '.$row_publisher.', '.$row_pubdate.'.<br />';
|
echo '<p class="metadata">'.$row_author_sort.'. <em>'.$row_title.'.</em> '.$row_publisher.', '.$row_pubdate.'.<br />';
|
||||||
echo '<div id=mla style="display: none;">';
|
echo '<div id=mla style="display: none;">';
|
||||||
echo '<p>'.$row_author_sort.'. <em>'.$row_title.'.</em> '.$row_publisher.', '.$row_pubdate.'.</p>';
|
echo '<p>'.$row_author_sort.'. <em>'.$row_title.'.</em> '.$row_publisher.', '.$row_pubdate.'.</p>';
|
||||||
@ -472,7 +472,7 @@ while ($row = $subtype->fetchArray()) {
|
|||||||
</section>
|
</section>
|
||||||
<!-- Footer-->
|
<!-- Footer-->
|
||||||
<footer class="py-5 bg-dark">
|
<footer class="py-5 bg-dark">
|
||||||
<div class="container"><p class="m-0 text-center text-white">Copyright © Your Website 2023</p></div>
|
<div class="container"><p class="m-0 text-center text-white">Copyright - Creative Commons By-NC-SA - Infopump</p></div>
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Bootstrap core JS-->
|
<!-- Bootstrap core JS-->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
Reference in New Issue
Block a user