. HTML-Tabellen korrigieren (wml::std::box) mit fix-Target
[infodrom.org/www.infodrom.org] / src / index.html.en.wml
1 #include <basic.style>
2 #include <quote.style>
3 #include "index-tools.pl"
4
5 <html>
6 <head>
7   <title>Infodrom Oldenburg</title>
8   <link rev="made" href="mailto:joey@infodrom.ffis.de" title="Autor">
9   <meta name="author" content="joey@infodrom.north.de (Martin Schulze)">
10   <meta name="description" content=Ïnfodrom Oldenburg is a public information system.">
11   <meta name="keywords" content="Zeitungen, Publikationen, Infodrom Oldenburg, Joey, Linux, Debian, Netzwerk">
12 </head>
13
14 <body-tag>
15
16 <h1 align=center><font face="Helvetica,Arial">Infodrom Oldenburg</font><hr width=90% align=center></h1>
17
18 # Begin warning
19 <table width=100% border=2 cellspacing=0 cellpadding=2>
20 <tr><th align=center bgcolor=#00ff00>
21 <font face="Helvetica,Arial" color=#0000ff>This site is being rebuilt and not yet finished.</font>
22 </th></tr>
23 </table><p>
24 # End warning
25
26 <: main_menu (('Infodrom','Linux','Debian','Linx','Projects','News')); :>
27
28 <p><center><quotebox-en-shtml index-fortune.html></center>
29
30 <:
31   %specials = ('zeitungen/'                        => 'Newspapers',
32                'search.html'                       => 'Search',
33                'special/'                          => 'Specials',
34                'Mail-Archive/'                     => 'Mails',
35                'http://www.ffis.de/'               => 'ffis e.V.',
36                'http://oldenburg.linux.de/'        => 'LUGO',
37                'http://oldenburger.linuxtage.de/'  => 'LinuxTag OL',
38               );
39   specials_menu (\%specials);
40 :>
41
42 <blockquote><font face="Helvetica,Arial">
43
44     Infodrom Oldenburg is a public information system within the
45     compound of ffis e.V., a federation of people in the north-western
46     part of Germany, who support Free Information and Software.  All
47     services are provided on a non-commercial Basis.
48
49 </font></blockquote>
50
51
52 <blockquote><font face="Helvetica,Arial">
53     <b>Disclaimer:</b><br>
54
55     This site mostly is not bilingual.  Most pages are available only
56     in english or only in german.
57
58 </font></blockquote>
59
60 <table width=100% border=0>
61 <tr>
62   <td align=left valign=top>
63      <a href="http://www.linuxtag.org/"><img src="/gifs/button/lt2kblue.gif" alt="LinuxTag 2000" border=0></a>
64   </td>
65   <td align=right valign=top>
66      <a href="http://www.linux.org/"><img src="/gifs/button/powered_by_linux.gif" alt="Powered by Linux" border=0></a>
67   </td>
68 </tr>
69 </table>
70
71 <page-footer>
72 </body>
73 </html>
74
75 # Local variables:
76 # mode: indented-text
77 # mode: auto-fill
78 # mode: iso-accents
79 # end: