You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
417 B
15 lines
417 B
7 years ago
|
<div id="cmtd_add">
|
||
|
<form method="POST" action="">
|
||
|
<div class="cmtd_head">
|
||
|
<%= l('Name') %>: <%= text_field 'name', required => 1, placeholder => l('Name') %>
|
||
|
<input type="hidden" name="reply" value="">
|
||
|
</div>
|
||
|
<textarea name="text" required=1></textarea>
|
||
|
<div id="cmtd_captcha"></div>
|
||
|
<div class="cmtd_add">
|
||
|
<%= submit_button l('Send') %>
|
||
|
<span id="resp"></span>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|