26 lines
850 B
XML
26 lines
850 B
XML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns:w="urn:schemas-microsoft-com:office:word"
|
|
xmlns:o="urn:schemas-microsoft-com:office:office"
|
|
xmlns:tal="http://xml.zope.org/namespaces/tal"
|
|
xmlns:metal="http://xml.zope.org/namespaces/metal"
|
|
xmlns="http://www.w3.org/TR/REC-html40">
|
|
<head>
|
|
<title xxtal:content="view/title">Document</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
|
|
<xml tal:replace="structure view/mswordXml" />
|
|
|
|
<style type="text/css"
|
|
tal:content="view/css">
|
|
</style>
|
|
</head>
|
|
|
|
<body class="doc">
|
|
<div class="Section2"
|
|
tal:omit-tag="view/omitSectionElement|nothing">
|
|
<metal:content use-macro="view/content" />
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|