common/corpus-common-addon/addon/templates/components/doc-subject.hbs
author ymh <ymh.work@gmail.com>
Fri, 03 Feb 2017 13:01:08 +0100
changeset 495 c71923e6fa2f
parent 492 acecbffac2c4
permissions -rw-r--r--
Correct error when transitioning between thematiques tabs and others (bug #0025983) + correct scroll for themes

{{#if isSubjectLink}}
{{#if onClick }}
<span {{ action onClick }} title={{url}} class="bo-doc-ref-link doc-link-bnf">{{#if displayLabel}}{{displayLabel}}{{else}}{{code}}{{/if}}</span>
{{#if displayUrlLink}}<a href="{{url}}" target="_blank" title={{url}} class="bo-doc-ref-url doc-link-bnf-url">&nbsp;</a>{{/if}}
{{else}}
<a href="{{url}}" target="_blank" title={{url}} class="bo-doc-ref-link doc-link-bnf">
  {{#if displayLabel}}{{displayLabel}}{{else}}{{code}}{{/if}}
</a>
{{/if}}
{{else}}
{{#if displayLabel}}{{displayLabel}}{{else}}{{code}}{{/if}}
{{/if}}