Added print function in right panel.
This commit is contained in:
parent
347bcb6c2a
commit
8271d40227
5 changed files with 5 additions and 1 deletions
|
@ -2787,6 +2787,7 @@ span.iconControlsNotEditable {
|
|||
}
|
||||
#print {
|
||||
all: unset;
|
||||
cursor: pointer;
|
||||
}
|
||||
#save {
|
||||
all: unset;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
${scripts.add('<script async type="text/javascript" src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js"></script>')}
|
||||
${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-popup.js"></script>')}
|
||||
${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph/js/print.js"></script>')}
|
||||
|
||||
<#-- Individual profile page template for foaf:Person individuals -->
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div id="searchRightpanel">
|
||||
<div id="articleIconsWrapper">
|
||||
<button id="print"><img src="${urls.base}/themes/iph/images/print.svg"></button>
|
||||
<button id="print"><img onclick="javascript:printPageContent();" src="${urls.base}/themes/iph/images/print.svg"></button>
|
||||
<button id="save"><img src="${urls.base}/themes/iph/images/save.svg"></button>
|
||||
<button id="exportPdf"><img src="${urls.base}/themes/iph/images/exportPdf.svg"></button>
|
||||
</div>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<#include "individual-setup.ftl">
|
||||
|
||||
${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/collapsible_elements.js"></script>')}
|
||||
${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph/js/print.js"></script>')}
|
||||
|
||||
<section id="individual-intro" class="vcard person" role="region">
|
||||
<span itemscope itemtype="http://schema.org/Person">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/collapsible_elements.js"></script>')}
|
||||
${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph/js/print.js"></script>')}
|
||||
|
||||
<#list rubrics as rubric>
|
||||
<#if !rubric.parentUri??>
|
||||
|
|
Loading…
Add table
Reference in a new issue