kwotes/templates/default/add-kwote

25 lines
750 B
Plaintext
Raw Normal View History

 <form action="${SCRIPT_NAME}" method="post">
2004-11-02 01:40:14 +00:00
<div style="margin: 5px;">
<input type="hidden" name="action" value="doadd" />
<input type="hidden" name="cid" value="${CAPTCHA_ID}" />
<textarea cols="80" rows="20" name="content" style="width: 100%;">${KWOTE_TEXT}</textarea>
<br />
<span style="float: left;">
<img src="${SCRIPT_NAME}?action=captcha&amp;cid=${CAPTCHA_ID}" width="120" height="30" border="0" />
</span>
<span style="float: left;">
&nbsp;
Enter the letters you see to the left:
<input type="text" name="phrase" />
</span>
<span style="float: right;">
<input type="submit" value="Submit Quote" />
</span>
<div style="clear: both;"></div>
2004-11-02 01:40:14 +00:00
</div>
</form>