File: arttemplate

package info (click to toggle)
sdop 1.10-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,404 kB
  • sloc: ansic: 21,477; xml: 8,536; sh: 265; perl: 199; makefile: 142
file content (46 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (7)
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>&nbsp;</entry>
</row>
<row>
<entry>&nbsp;</entry>
</row>
<?sdop endif=""?>

<?sdop ifdef="author_corpauthor"?>
<row>
<entry></entry><entry><emphasis role="bold">&author_corpauthor;</emphasis></entry>
</row>
<row>
<entry>&nbsp;</entry>
</row>
<?sdop endif=""?>

</tbody>
</tgroup>
</informaltable>

<emphasis role="smallfont">
<?sdop insert="legalnotice"?>
</emphasis>

<!-- End of template for article info -->