Archived
1
0

Merge branch 'master' of ssh://github.com/majestrate/nntpchan

This commit is contained in:
Jeff Becker 2017-08-13 20:17:12 -04:00
commit d28f272b94
2 changed files with 23 additions and 0 deletions

View File

@ -441,3 +441,7 @@ background-repeat: repeat;
white-space: pre-line;
word-break: break-word;
}
#captcha_img {
background-color: white;
}

View File

@ -24,6 +24,25 @@
<th>Comment</th>
<td><textarea id="comment" name="message" class="postarea"></textarea></td>
</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}}
<tr>
<th>File</th>