Skip to content

Commit

Permalink
edufilm
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamotorina committed Jul 6, 2023
1 parent 7127a05 commit b2345bf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions themes/edufilm/views/Details/ca_occurrences_default_html.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@
</div><!-- end row -->
<div class="row">
<div class='col-sm-6 col-md-6 col-lg-6'>
{{{<ifcount code="ca_objects" min="1" max="1">
<div class='unit'><unit relativeTo="ca_objects" delimiter=" ">
<l>^ca_object_representations.media.large</l>
<!-- <div class='caption'>Related Object: <l>^ca_objects.preferred_labels.name</l></div> -->
</unit></div>
</ifcount>}}}
{{{representationViewer}}}


<div id="detailAnnotations"></div>

<?php print caObjectRepresentationThumbnails($this->request, $this->getVar("representation_id"), $t_object, array("returnAs" => "bsCols", "linkTo" => "carousel", "bsColClasses" => "smallpadding col-sm-3 col-md-3 col-xs-4", "primaryOnly" => $this->getVar('representationViewerPrimaryOnly') ? 1 : 0)); ?>


<?php
# Comment and Share Tools
Expand Down

0 comments on commit b2345bf

Please sign in to comment.