2011-03-09 19:56:55 +01:00
|
|
|
<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">
|
2011-03-10 15:02:21 +01:00
|
|
|
<h1>Add harvesting source</h1>
|
|
|
|
|
|
|
|
<form action="create" method="POST">
|
|
|
|
${Markup(c.form)}
|
|
|
|
<input id="save" name="save" value="Save" type="submit" />
|
|
|
|
</form>
|
2011-03-09 19:56:55 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<xi:include href="../../layout.html" />
|
|
|
|
</html>
|