jengelh-datetimespielwiese
Last change
on this file since a89a22c was
a89a22c,
checked in by Olaf Bachmann <obachman@…>, 24 years ago
|
* as we go along
git-svn-id: file:///usr/local/Singular/svn/trunk@3929 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
540 bytes
|
Rev | Line | |
---|
[e3663f1] | 1 | # -*-perl-*- |
---|
| 2 | ###################################################################### |
---|
| 3 | # |
---|
| 4 | # File: t2h_standalone.init init file for generation of standalone |
---|
| 5 | # html files |
---|
| 6 | # |
---|
| 7 | |
---|
| 8 | # footer of page |
---|
| 9 | sub t2h_print_page_foot |
---|
| 10 | { |
---|
| 11 | my $fh = shift; |
---|
| 12 | print $fh <<EOT; |
---|
| 13 | <FONT SIZE="-1"> |
---|
[a89a22c] | 14 | <A HREF="http://www.mathematik.uni-kl.de/~zca/Singular/"><I>Singular</I></A> version $value{VERSION}, $value{VERSION_DATE}, |
---|
[e3663f1] | 15 | generated by <A HREF="$T2H_HOMEPAGE"><I>texi2html</I></A>. |
---|
| 16 | </FONT> |
---|
| 17 | $T2H_PRE_BODY_CLOSE |
---|
| 18 | </BODY> |
---|
| 19 | </HTML> |
---|
| 20 | EOT |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | 1; # This must be the last line |
---|
Note: See
TracBrowser
for help on using the repository browser.