source: products/quintagroup.captcha.core/trunk/quintagroup/captcha/core/tests/test_captcha/test_form.cpt @ 1984

Last change on this file since 1984 was 1957, checked in by mylan, 14 years ago

#172: move tests module into tests package. Split into testInstall and testWidget. Add testing test_captcha skin layer with captcha test form

  • Property svn:eol-style set to native
File size: 775 bytes
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
2      xmlns:tal="http://xml.zope.org/namespaces/tal"
3      xmlns:metal="http://xml.zope.org/namespaces/metal"
4      metal:use-macro="here/main_template/macros/master">
5<body>
6<div metal:fill-slot="main" tal:define="errors options/state/getErrors;">
7    <div metal:use-macro="here/global_statusmessage/macros/portal_message" />
8    <form name="edit_form" method="post" action="talkback"
9          tal:attributes="action string:$here_url/$template_id">
10        <div metal:use-macro="here/captcha_widget/macros/captcha"></div>
11        <input class="context" type="submit" value="Save" name="form.button.Save" />
12        <input type="hidden" name="form.submitted" value="1" />
13    </form>
14</div>
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.