spielwiese
Last change
on this file since f051930 was
75f460,
checked in by Hans Schoenemann <hannes@…>, 8 years ago
|
format
|
-
Property mode set to
100644
|
File size:
591 bytes
|
Line | |
---|
1 | # -*-perl-*- |
---|
2 | ###################################################################### |
---|
3 | # |
---|
4 | # File: t2h_standalone.init init file for generation of standalone |
---|
5 | # html files |
---|
6 | # |
---|
7 | |
---|
8 | $T2H_print_page_foot = \&T2H_STANDALONE_print_page_foot; |
---|
9 | # footer of page |
---|
10 | sub T2H_STANDALONE_print_page_foot |
---|
11 | { |
---|
12 | my $fh = shift; |
---|
13 | print $fh <<EOT; |
---|
14 | <FONT SIZE="-1"> |
---|
15 | <A HREF="http://www.singular.uni-kl.de/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}, |
---|
16 | generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>. |
---|
17 | </FONT> |
---|
18 | $T2H_PRE_BODY_CLOSE |
---|
19 | </BODY> |
---|
20 | </HTML> |
---|
21 | EOT |
---|
22 | } |
---|
23 | |
---|
24 | 1; # This must be the last line |
---|
Note: See
TracBrowser
for help on using the repository browser.