Admin/website/include/header.include.html
changeset 16233 e634d33deb86
child 16239 5be516f79075
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/website/include/header.include.html	Sat Jun 04 10:26:08 2005 +0200
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='iso-8859-1' ?>
+<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<?cvs id="$Id$"?>
+<div id="header">
+    <h1><?title?></h1>
+    <a id="isabelle_logo" href="http://isabelle.in.tum.de/index.html">
+        <img src="//dist/img/isabelle_logo.gif" width="114" height="100" alt="Isabelle home" />
+    </a>
+    <span class="headersep">·</span>
+    <a id="univ_tum" target="_blank" href="http://www4.in.tum.de/proj/theoremprov/group.html">
+        <img src="//dist/img/univ_tum.gif" width="45" height="55" alt="Isabelle in Munich" />
+    </a>
+    <span class="headersep">·</span>
+    <a id="univ_cambridge" target="_blank" href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html">
+        <img src="//dist/img/univ_cambridge.gif" width="169" height="55" alt="Isabelle in Cambridge" />
+    </a>
+</div>