-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmep-html-template
27 lines (27 loc) · 1.25 KB
/
mep-html-template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="%(encoding)s" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--
This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new
PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE!
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s" />
<meta name="generator" content="Docutils %(version)s: http://docutils.sourceforge.net/" />
<title>MEP %(mep)s -- %(title)s</title>
%(stylesheet)s</head>
<body bgcolor="white">
<table class="navigation" cellpadding="0" cellspacing="0"
width="100%%" border="0">
<tr><td class="navicon" width="107" height="47">
<a href="http://www.mozart-oz.org/" title="Mozart/Oz Home Page">
<img src="mozart-logo.gif" alt="[Mozart/Oz]"
border="0" width="107" height="47" /></a></td>
<td class="textlinks" align="left">
[<b><a href="http://www.mozart-oz.org/">Mozart/Oz Home</a></b>]
[<b><a href="mep-0000.html">MEP Index</a></b>]
[<b><a href="%(mephome)s/mep-%(mepnum)s.txt">MEP Source</a></b>]
</td></tr></table>
%(body)s
%(body_suffix)s