Admin/website/include/header.include.html
changeset 20110 c2ffa1783319
parent 20109 47fef41c68fb
child 20111 ba1676dd3546
equal deleted inserted replaced
20109:47fef41c68fb 20110:c2ffa1783319
     1 <?xml version='1.0' encoding='iso-8859-1' ?>
       
     2 <!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     3 <!-- $Id$ -->
       
     4 <div id="header">
       
     5     <h1><?title?></h1>
       
     6     <a id="isabelle_logo" href="http://isabelle.in.tum.de/index.html">
       
     7         <img src="//img/isabelle_logo.gif" width="114" height="100" alt="Isabelle home" />
       
     8     </a>
       
     9     <span class="headersep">·</span>
       
    10     <a id="univ_tum" target="_blank" href="http://www4.in.tum.de/proj/theoremprov/group.html">
       
    11         <img src="//img/univ_tum.gif" width="45" height="55" alt="Isabelle in Munich" />
       
    12     </a>
       
    13     <span class="headersep">·</span>
       
    14     <a id="univ_cambridge" target="_blank" href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/cambridge.html">
       
    15         <img src="//img/univ_cambridge.gif" width="169" height="55" alt="Isabelle in Cambridge" />
       
    16     </a>
       
    17 </div>