Admin/page/dist-layout/template.html
author paulson
Thu, 21 Apr 2005 13:15:25 +0200
changeset 15788 ebcbffebdf97
parent 15295 9560572968d5
permissions -rw-r--r--
adding the Proof General preview

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <!-- _GP_ include("$pwd/common/functions.pl") -->
  <head>
    <title> <!-- _GP_ content("title") --> </title>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <LINK REL="SHORTCUT ICON" HREF="favicon.ico">
    <!-- _GP_ content("meta") -->
  </head>

  <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#000099" alink="#404040">

    <table border="0" cellspacing="5" width="100%">

      <tr>
        <td width="188" valign="top" bgcolor="#A8A8CF"> 
          <!-- _GP_ include("$pwd/dist-layout/navigation.html") -->
          <table height="20"><tr><td>&nbsp;</td></tr></table>
        </td>

        <td width="100%" valign="top">

          <center>	    
            <table width="70%" border="0" cellspacing="10" cellpadding="10">
              <tr>		
                <td align="center" bgcolor="#A8A8CF">
                  <b>
                  <font face="Arial,Helvetica" size="+2"><!-- _GP_ content("title") --></font>
                  </b>
                </td>
              </tr>
            </table>
          </center>

          <p>&nbsp;

          <center>
            <table width="99%" border="0" cellspacing="0" cellpadding="10">
              <tr>
                <td align="left">
                  <!-- _GP_ content("body") -->
                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>

      <tr>
        <td align="right" colspan="2" height="20">
          <table border="0" cellpadding="4" cellspacing="0">
            <tr><td>
                <font size="-1" face="helvetica, arial">
                  last update at <!-- _GP_ when --> 
                </font>
            </td></tr>
          </table>
        </td>
      </tr>
      
    </table>
  </body>
</html>