File: aft-xhtml.dat

package info (click to toggle)
aft 2%3A5.097-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 548 kB
  • ctags: 89
  • sloc: perl: 1,253; sh: 439; makefile: 105
file content (64 lines) | stat: -rwxr-xr-x 2,142 bytes parent folder | download | duplicates (8)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# HTML AFT 5.0 elements
#
use aft-html.dat

# Identification of rule file
ID	XHTML

# Everything between Preamble{ and }Preamble is printed before any other
# element markup. 
#
Preamble{
<?xml version='1.0' encoding='iso-8859-1'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>%title%</title>
  <meta name="author" content="%author%" />
  <meta name="GENERATOR" content = "%version%" />
  <meta content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
}Preamble

Postamble{
<br />
<hr />
<center><small><em>
%aft%
</em></small></center>
</body>
</html>
}Postamble

# preFilter	\\\\	<br />


Title	<h1><a name="AFT-top"><center>%title%</center></a></h1>
Author	<br /><center><h2>%author%</h2></center>

Image-left	<img src="%image%" alt="" align="left" /><br clear="all" />
Image-right	<img src="%image%" alt="" align="right" /><br clear="all" />
Image		<img src="%image%" alt="" align="bottom" />
Image-center	<center><img src="%image%" alt="" align="bottom" /></center><br clear="all" />

*	<div id="%section%"><h2><a name="%section%">%section%</a></h2>
**	<div id="%section%"><h3><a name="%section%">%section%</a></h3>
***	<div id="%section%"><h4><a name="%section%">%section%</a></h4>
****	<div id="%section%"><h5><a name="%section%">%section%</a></h5>
EndSect1	</div><!--End Section h2-->
EndSect2	</div><!--End Section h3-->
EndSect3	</div><!--End Section h4-->
EndSect4	</div><!--End Section h5-->

^*	<br /><div id="%section%"><a href="#AFT-top">[Top]</a><h2><a name="%section%">%section%</a></h2>
^**	<br /><div id="%section%"><a href="#AFT-top">[Top]</a><h3><a name="%section%">%section%</a></h3>
^***	<br /><div id="%section%"><a href="#AFT-top">[Top]</a><h4><a name="%section%">%section%</a></h4>
^****	<br /><div id="%section%"><a href="#AFT-top">[Top]</a><h5>%section%</h5>

StartTable		<!-- %columns% columns --><table>
ParagraphBreak		<br />
HorizontalLine		<hr />
NBSPACE		&nbsp;