Skip to content

Commit

Permalink
Related records section
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHeeryTNA committed Jan 13, 2025
1 parent 6b9cbf5 commit c280c8a
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion app/templates/search/catalogue/item.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,50 @@ <h2>What to do next</h2>

</div>
</div>
<!--what to do next section-->

<!--Related records-->
<div class="tna-section">
<div class="tna-container">
<hgroup class="tna-hgroup-xl">
<h2>Related records</h2>
</hgroup>
<ul class="tna-index-grid__items tna-container">
<li class="tna-index-grid__item-wrapper tna-column tna-column--width-1-3 tna-column--width-1-3-medium tna-column--width-1-2-small tna-column--full-tiny">
<span class="tna-index-grid__item">
<span class="tna-index-grid__item-content">
<p class="tna-hgroup__supertitle">Series</p>
<h3>Copyright Office: Entry Forms, etc</h3>
<p>Catalogue reference: COPY 1/280</p>
<p>The original forms of application for the regestration of proprietorship at Stationers' Hall under the Copyright Acts in force from 1842 to 1912 ...</p>
</span>
</span>
</li>
<li class="tna-index-grid__item-wrapper tna-column tna-column--width-1-3 tna-column--width-1-3-medium tna-column--width-1-2-small tna-column--full-tiny">
<span class="tna-index-grid__item">
<span class="tna-index-grid__item-content">
<p class="tna-hgroup__supertitle">Item</p>
<h3>Paintings and Drawings</h3>
<p>Catalogue reference: COPY 1/280</p>
<p>Paintings and Drawings Commercial, 1909 May.</p>
</span>
</span>
</li>
<li class="tna-index-grid__item-wrapper tna-column tna-column--width-1-3 tna-column--width-1-3-medium tna-column--width-1-2-small tna-column--full-tiny">
<span class="tna-index-grid__item">
<span class="tna-index-grid__item-content">
<p class="tna-hgroup__supertitle">Item</p>
<h3>Paintings and Drawings</h3>
<p>Catalogue reference: COPY 1/280</p>
<p>Paintings and Drawings Commercial, 1909 June.</p>
</span>
</span>
</li>
</ul>

</div>
</div>
<!--Related records-->

<!--what to do next section-->

{% endblock %}

0 comments on commit c280c8a

Please sign in to comment.