File:  [Repository] / MPIWGWeb / zpt / MPIWG_standardPage_template_standard.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Oct 14 09:10:31 2004 UTC (19 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
minorchanges in the template

    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    2:         "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
    3: <html metal:use-macro="here/main_template/macros/page">
    4: 
    5:   <head>
    6:     <tal:block metal:fill-slot="head">
    7:       <!--Change the following tags -->
    8:       <title>Max Planck Institute for the History of Science</title>
    9:       <meta http-equiv="language" content="en">
   10:       <meta name="description" content="Program, Staff, and Events of the Max Planck Institute for the History of Science in Berlin">
   11:       <meta name="keywords" content="History of Science,  Historical Epistemology">
   12:       <meta name="robots" content="index, follow">
   13:       <meta name="page-topic" content="Humanities, Institutes">
   14:       <!-- don't change until next indicated point-->
   15:     </tal:block>
   16:   </head>
   17:   <body background="/bilder/hintergr.gif">
   18:     <tal:block metal:fill-slot="body">
   19:     <!-- Insert here the main text -->
   20: 
   21: 
   22:     
   23:     <!-- Don't change from here -->
   24:     </tal:block>
   25:   </body>
   26: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>