Admin/website/include/htmlheader.include.html
author wenzelm
Wed, 15 Feb 2006 21:34:55 +0100
changeset 19046 bc5c6c9b114e
parent 17563 abb280dd3431
child 19555 7938d8e0c52d
permissions -rw-r--r--
removed distinct, renamed gen_distinct to distinct;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
     1
<?xml version='1.0' encoding='iso-8859-1' ?>
e634d33deb86 added new website
haftmann
parents:
diff changeset
     2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
16239
5be516f79075 added shellcmd style
haftmann
parents: 16233
diff changeset
     3
<!-- $Id$ -->
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
     4
<dummy:wrapper xmlns:dummy="http://nowhere.no">
e634d33deb86 added new website
haftmann
parents:
diff changeset
     5
    <?contentType?>
16239
5be516f79075 added shellcmd style
haftmann
parents: 16233
diff changeset
     6
    <!-- the very base - here all elements are fixed to a certain base style -->
17563
abb280dd3431 unify dist and main
haftmann
parents: 16271
diff changeset
     7
    <link rel="stylesheet" type="text/css" media="all" href="//css/aelfwine.css"/>
16239
5be516f79075 added shellcmd style
haftmann
parents: 16233
diff changeset
     8
    <!-- basic isabelle-site-specific styles -->
17563
abb280dd3431 unify dist and main
haftmann
parents: 16271
diff changeset
     9
    <link rel="stylesheet" type="text/css" media="all" href="//css/isabelle_base.css"/>
16239
5be516f79075 added shellcmd style
haftmann
parents: 16233
diff changeset
    10
    <!-- advanced sceen styles - they are imported such that they are ignored by old-fashioned browsers -->
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
    11
    <style type="text/css" media="screen">
17563
abb280dd3431 unify dist and main
haftmann
parents: 16271
diff changeset
    12
        @import url(<?relativeRoot href="css/isabelle_screen.css"?>);
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
    13
    </style>
16239
5be516f79075 added shellcmd style
haftmann
parents: 16233
diff changeset
    14
    <!-- advanced print styles -->
17563
abb280dd3431 unify dist and main
haftmann
parents: 16271
diff changeset
    15
    <link rel="stylesheet" type="text/css" media="print" href="//css/isabelle_print.css"/>
abb280dd3431 unify dist and main
haftmann
parents: 16271
diff changeset
    16
    <link rel="icon" href="//img/favicon.ico" type="image/icon"/>
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
    17
    <meta name="language" content="en"/>
e634d33deb86 added new website
haftmann
parents:
diff changeset
    18
    <meta name="robots" content="index follow"/>
16271
5aba3dc670e8 added authors
haftmann
parents: 16239
diff changeset
    19
    <meta name="author" content="Tobias Nipkow, Lawrence Paulson, Markus Wenzel, Gerwin Klein, Florian Haftmann" />
16233
e634d33deb86 added new website
haftmann
parents:
diff changeset
    20
</dummy:wrapper>