1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<!-- This is a template for the stuff that follows the title and subtitle of an
article. -->
<informaltable frame="none">
<tgroup cols="3" colsep="0" rowsep="0">
<colspec colwidth="1*"/>
<colspec colwidth="7*" align="center"/>
<colspec colwidth="1*"/>
<tbody>
<?sdop ifdef="author_surname"?>
<row>
<entry></entry><entry><emphasis role="bold">&author_firstname; &author_surname;</emphasis></entry>
</row>
<?sdop endif=""?>
<?sdop ifdef="author_orgname"?>
<row>
<entry></entry><entry>&author_orgname;</entry>
</row>
<row>
<entry> </entry>
</row>
<row>
<entry> </entry>
</row>
<?sdop endif=""?>
<?sdop ifdef="author_corpauthor"?>
<row>
<entry></entry><entry><emphasis role="bold">&author_corpauthor;</emphasis></entry>
</row>
<row>
<entry> </entry>
</row>
<?sdop endif=""?>
</tbody>
</tgroup>
</informaltable>
<emphasis role="smallfont">
<?sdop insert="legalnotice"?>
</emphasis>
<!-- End of template for article info -->
|