equal
deleted
inserted
replaced
1 <h2>{{ item.title }}</h2> |
1 <h2>{{ item.title }}</h2> |
2 {{#if item.alternativeTitle }} |
2 {{#if item.alternativeTitle }} |
3 <h3>{{ item.alternativeTitle }}</h3> |
3 <h3>{{ item.alternativeTitle }}</h3> |
4 {{/if}} |
4 {{/if}} |
5 <div class="notice-links"> |
5 <div class="notice-links"> |
6 <h5>{{#if item.id }}<a href={{abs-url-for "document" item.id}} class="notice-permalink" target="_blank">permalien</a>{{/if}}</h5> |
6 <h5>{{#if item.id }}<a href={{concat "https://hdl.handle.net/" item.id}} class="notice-permalink" target="_blank">permalien</a>{{/if}}</h5> |
7 <h5>{{#if item.cocoonId }}<a href={{noticeCocoonPurlUrl}} class="notice-permalink" target="_blank">notice sur Cocoon</a>{{/if}}</h5> |
7 <h5>{{#if item.cocoonId }}<a href={{noticeCocoonPurlUrl}} class="notice-permalink" target="_blank">notice sur Cocoon</a>{{/if}}</h5> |
8 </div> |
8 </div> |
9 <table> |
9 <table> |
10 <tr> |
10 <tr> |
11 <td class="title">Editeur{{#if (if-operator item.publishers.length '>' 1)}}s{{/if}}</td> |
11 <td class="title">Editeur{{#if (if-operator item.publishers.length '>' 1)}}s{{/if}}</td> |