harvester-d4science/templates/ckanext/harvest/create.html

24 lines
687 B
HTML
Raw Normal View History

<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">Add harvesting source</py:def>
<py:def function="optional_head">
<link type="text/css" rel="stylesheet" media="all" href="/ckanext/harvest/style.css" />
</py:def>
<div py:match="content">
<div class="harvest-content">
<h1>Add harvesting source</h1>
<form action="create" method="POST">
${Markup(c.form)}
<input id="save" name="save" value="Save" type="submit" />
</form>
</div>
</div>
<xi:include href="../../layout.html" />
</html>