23 lines
656 B
HTML
23 lines
656 B
HTML
|
<html xmlns:py="http://genshi.edgewall.org/"
|
||
|
xmlns:i18n="http://genshi.edgewall.org/i18n"
|
||
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||
|
py:strip="">
|
||
|
|
||
|
<py:def function="page_title">New - Harvest Source</py:def>
|
||
|
|
||
|
<py:def function="body_class">hide-sidebar</py:def>
|
||
|
<py:def function="optional_head">
|
||
|
<link rel="stylesheet" href="${g.site_url}/css/forms.css" type="text/css" media="screen, print" />
|
||
|
</py:def>
|
||
|
|
||
|
<div py:match="content">
|
||
|
<div class="harvest-content">
|
||
|
<h2>New harvest source </h2>
|
||
|
|
||
|
${h.literal(c.form)}
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
<xi:include href="../layout.html" />
|
||
|
</html>
|