cookie based captchas
This commit is contained in:
parent
a3293a8527
commit
c2d6928f0e
@ -14,7 +14,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<script type="text/javascript" src="{{board.Prefix}}static/captcha.js"></script>
|
|
||||||
<link rel="stylesheet" href="{{board.Prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{board.Prefix}}static/site.css"></link>
|
||||||
<title>{{board.Board}}</title>
|
<title>{{board.Board}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
}}
|
}}
|
||||||
<form action="{{post_url}}" enctype="multipart/form-data" name="post" method="post">
|
<form action="{{post_url}}" enctype="multipart/form-data" name="post" method="post">
|
||||||
<input type="hidden" name="reference" value="{{reference}}" />
|
<input type="hidden" name="reference" value="{{reference}}" />
|
||||||
<input type="hidden" name="captcha" value="" id="captcha_input" />
|
|
||||||
<div id="postform-outer">
|
<div id="postform-outer">
|
||||||
<div id="postform-inner">
|
<div id="postform-inner">
|
||||||
<table class="postform">
|
<table class="postform">
|
||||||
@ -51,7 +50,7 @@
|
|||||||
Captcha
|
Captcha
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<img id="captcha_img" src="" alt="captcha" />
|
<img id="captcha_img" src="{{prefix}}captcha/img" alt="captcha" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<script type="text/javascript" src="{{thread.Prefix}}static/captcha.js"></script>
|
|
||||||
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css"></link>
|
||||||
<title> {{thread.OP.Subject}} </title>
|
<title> {{thread.OP.Subject}} </title>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user