-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader
More file actions
67 lines (61 loc) · 1.85 KB
/
header
File metadata and controls
67 lines (61 loc) · 1.85 KB
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
65
66
67
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
<title>[[TITLE]]</title>
<meta name="Author" content="Andrew E. Schulman,Bruno Beaufils, Gihan Perera">
<meta name="Generator" content="GTML [[__VERSION__]]">
<meta name="Keywords" content=
"HTML pre-processor, perl, script, web site design, templates, free
software, GPL">
<meta name="Description" content=
"GTML is a simple yet powerful HTML pre-processor, which has a lot of
features to design AND maintain entire web sites. It's syntax is very
close to the C language preprocessor one. Some of its features are: use
of macros, conditionnal processing, file inclusion, sitemap generation
and much more. It is written in perl.">
#ifndef TEXT_ONLY
<link rel="Begin" type="text/html" href="_www_">
#ifdef LINK_NEXT
<link rel="Next" type="text/html" href="[[LINK_NEXT]]">
#endif
#ifdef LINK_PREV
<link rel="Prev" href="[[LINK_PREV]]">
#endif
#endif
<link rel="Stylesheet" type="text/css" href="[[STYLE]]">
</head>
<body text="#000033">
<!-- ---------- Title line ---------- -->
<center>
<table border="0" width="95%" bgcolor="#ffffcc" cellpadding="5" cellspacing="0" align="center">
<tr>
#ifndef TEXT_ONLY
<td align="left">
<font size="2" face='Arial,Helvetica'>
#ifdef LINK_PREV
<a href="[[LINK_PREV]]"><<</a>
#endif
</font>
</td>
#endif
<td align="center"><font color="#000066" face="Verdana,Arial,Helvetica" size="+3">
<b>[[TITLE]]</b>
</td>
#ifndef TEXT_ONLY
<td align="right">
<font size="2" face='Arial,Helvetica'>
#ifdef LINK_NEXT
<a href="[[LINK_NEXT]]">>></a>
#endif
</font>
</td>
#endif
</tr>
</table>
</center>
<center>
<table width="75%" border="0" cellpadding="10">
<tr valign="top">
<td>