Fix authors sign
This commit is contained in:
parent
5cb579fee9
commit
8fe843ae82
2 changed files with 10 additions and 10 deletions
|
@ -231,12 +231,12 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/co
|
|||
</#if>
|
||||
</div>
|
||||
|
||||
<#if authors??>
|
||||
<#list authors as author>
|
||||
<div class="authors" style="display:block;float:right; margin:15px;">
|
||||
<#if authors?? && authors?has_content>
|
||||
<div class="authors" style="display:block;float:right; margin:15px;">
|
||||
<#list authors as author>
|
||||
<#if author.authorFamily??>${author.authorFamily}</#if> <#if author.authorInitials??>${author.authorInitials}</#if>
|
||||
</div>
|
||||
</#list>
|
||||
</#list>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<#-- <@dumpAll /> -->
|
||||
|
|
|
@ -226,12 +226,12 @@ ${scripts.add('<script type="text/javascript" src="${urls.base}/themes/iph/js/co
|
|||
</div>
|
||||
</#if>
|
||||
|
||||
<#if authors??>
|
||||
<#list authors as author>
|
||||
<div class="authors" style="display:block;">
|
||||
<#if authors?? && authors?has_content>
|
||||
<div class="authors" style="display:block;">
|
||||
<#list authors as author>
|
||||
<#if author.authorFamily??>${author.authorFamily}</#if> <#if author.authorInitials??>${author.authorInitials}</#if>
|
||||
</div>
|
||||
</#list>
|
||||
</#list>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
<#-- <@dumpAll /> -->
|
||||
|
|
Loading…
Add table
Reference in a new issue