This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.collection/src/pfwbged/collection/templates/view_form.pt

33 lines
1.1 KiB
XML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
lang="en"
i18n:domain="pfwbged.collection"
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
xmlns:tal="http://xml.zope.org/namespaces/tal">
<body>
<form method="GET" id="pfwbsearchform">
<div metal:use-macro="view/criterias_template/macros/criterias">
</div>
<div style="display: none">
<metal:use use-macro="context/@@ploneform-macros/fields" />
</div>
<metal:use use-macro="context/@@ploneform-macros/actions" />
</form>
<div id="searchresults"/>
<div id="iframe-controls"
tal:condition="request/iframe | nothing"
i18n:domain="pfwbged.collection">
<input id="cancel-overlay" class="allowMultiSubmit" type="submit"
value="Cancel"
i18n:attributes="value" />
<input id="confirm-overlay" class="allowMultiSubmit" type="submit"
value="Confirm"
i18n:attributes="value" />
</div>
</body>
</html>