Merge branch 'master' of ssh://github.com/majestrate/nntpchan
This commit is contained in:
commit
d28f272b94
@ -441,3 +441,7 @@ background-repeat: repeat;
|
|||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#captcha_img {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
@ -24,6 +24,25 @@
|
|||||||
<th>Comment</th>
|
<th>Comment</th>
|
||||||
<td><textarea id="comment" name="message" class="postarea"></textarea></td>
|
<td><textarea id="comment" name="message" class="postarea"></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{{^DisableCaptcha}}
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
{{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<img id="captcha_img" src="{{prefix}}captcha/img" alt="captcha" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
{{#i18n.Translations}}{{solution}}{{/i18n.Translations}}
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<input type="text" name="captcha" autocomplete="off" id="captcha_solution" height="175" width="350"/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
{{/DisableCaptcha}}
|
||||||
{{#files}}
|
{{#files}}
|
||||||
<tr>
|
<tr>
|
||||||
<th>File</th>
|
<th>File</th>
|
||||||
|
Reference in New Issue
Block a user