|
|
| 82 |
</div> |
82 |
</div> |
| 83 |
{/if} |
83 |
{/if} |
| 84 |
|
84 |
|
|
|
85 |
{if $article->getLocalizedSubject()} |
| 86 |
<div id="articleSubject"> |
| 87 |
<h4>{translate key="article.subject"}</h4> |
| 88 |
<br /> |
| 89 |
<div>{$article->getLocalizedSubject()|escape}</div> |
| 90 |
<br /> |
| 91 |
</div> |
| 92 |
{/if} |
| 93 |
|
| 85 |
{if $citationFactory->getCount()} |
94 |
{if $citationFactory->getCount()} |
|
|
95 |
<div id="articleCitations"> |
| 86 |
<h4>{translate key="submission.citations"}</h4> |
96 |
<h4>{translate key="submission.citations"}</h4> |
| 87 |
<br /> |
97 |
<br /> |
| 88 |
<div> |
98 |
<div> |
|
|
| 91 |
{/iterate} |
101 |
{/iterate} |
| 92 |
</div> |
102 |
</div> |
| 93 |
<br /> |
103 |
<br /> |
|
|
104 |
</div> |
| 94 |
{/if} |
105 |
{/if} |
| 95 |
|
106 |
|
| 96 |
{if (!$subscriptionRequired || $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN || $subscribedUser || $subscribedDomain)} |
107 |
{if (!$subscriptionRequired || $article->getAccessStatus() == $smarty.const.ARTICLE_ACCESS_OPEN || $subscribedUser || $subscribedDomain)} |