|
Lines 89-95
Link Here
|
| 89 |
[% IF summary.seealso %] |
89 |
[% IF summary.seealso %] |
| 90 |
<div class="authres_seealso"> |
90 |
<div class="authres_seealso"> |
| 91 |
[% FOREACH see IN summary.seealso %] |
91 |
[% FOREACH see IN summary.seealso %] |
| 92 |
[% PROCESS showreference heading=see.heading linkType="" type=see.type authid=see.authid %] |
92 |
[% PROCESS showreference heading=see.heading linkType="" authid=see.authid %] |
| 93 |
[% IF ! loop.last %] ; [% END %] |
93 |
[% IF ! loop.last %] ; [% END %] |
| 94 |
[% END %] |
94 |
[% END %] |
| 95 |
</div> |
95 |
</div> |
| 96 |
- |
|
|