blob: 8c51272c0b9fa2f403ebcaab728b2570ee291097 [file] [log] [blame]
ooxml.word.create
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link href="reset.css" rel="stylesheet"/>
<style>
#include "common.css"
</style>
</head>
<body>
<table class="Table_Grid" style="margin-left: auto; margin-right: auto; width: 66%">
<colgroup>
<col width="50%"/>
<col width="50%"/>
</colgroup>
<tr>
<td>
<p>
<br/>
</p>
</td>
<td>
<p>
<br/>
</p>
</td>
</tr>
<tr>
<td>
<p>
<br/>
</p>
</td>
<td>
<p>
<br/>
</p>
</td>
</tr>
</table>
<p>
<br/>
</p>
</body>
</html>
#item expected
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
<w:tbl>
<w:tblPr>
<w:tblStyle w:val="TableGrid"/>
<w:tblW w:type="pct" w:w="3300"/>
<w:jc w:val="center"/>
</w:tblPr>
<w:tblGrid>
<w:gridCol w:w="2810"/>
<w:gridCol w:w="2810"/>
</w:tblGrid>
<w:tr>
<w:trPr>
<w:jc w:val="center"/>
</w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
</w:tr>
<w:tr>
<w:trPr>
<w:jc w:val="center"/>
</w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:type="pct" w:w="2500"/>
</w:tcPr>
<w:p/>
</w:tc>
</w:tr>
</w:tbl>
<w:p/>
<w:sectPr>
<w:pgSz w:h="16840" w:w="11900"/>
<w:pgMar w:bottom="1440" w:left="1800" w:right="1800" w:top="1440"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles-created.xml"