Skip to content

Commit bd01b0a

Browse files
committed
Header on reports
1 parent 685f02f commit bd01b0a

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

nirc_ehr/resources/views/clinicalHistoryExport.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<div style="text-align: center; margin-bottom: 20px; display: flex">
2+
<img src="<%=contextPath%>/nirc_ehr/images/ull-logo-main-subsite.png" alt="ULL Logo" style="height: 60px; vertical-align: middle; margin-right: 15px;" />
3+
<span style="font-size: 20px; font-weight: bold; vertical-align: middle;">The University of Louisiana at Lafayette New Iberia Research Center<br>Animal Record</span>
4+
</div>
5+
16
<script type="text/javascript" nonce="<%=scriptNonce%>">
27

38
Ext4.onReady(function (){

nirc_ehr/resources/views/necropsy.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
border-top: 1px solid black;
1717
}
1818
</style>
19+
<div style="text-align: center; margin-bottom: 20px; display: flex">
20+
<img src="<%=contextPath%>/nirc_ehr/images/ull-logo-main-subsite.png" alt="ULL Logo" style="height: 60px; vertical-align: middle; margin-right: 15px;" />
21+
<span style="font-size: 20px; font-weight: bold; vertical-align: middle;">The University of Louisiana at Lafayette New Iberia Research Center<br>Necropsy</span>
22+
</div>
1923
<div class="hide-on-print">
2024
<label for="animalId" style="margin-right: 10px;">Animal Id</label><input id="animalId" type="text" />
2125
<button id="animalIdSubmit" name="animalIdSubmit">Submit</button>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<view xmlns="http://labkey.org/data/xml/view" template="print" title="Necropsy Report">
1+
<view xmlns="http://labkey.org/data/xml/view" template="print" title="Necropsy Report" frame="none">
22
<requiresLogin/>
33
</view>
7.19 KB
Loading

0 commit comments

Comments
 (0)