Revision 762
Added by thorn over 16 years ago
comment_page.php | ||
---|---|---|
30 | 30 |
} |
31 | 31 |
|
32 | 32 |
require_once(WB_PATH.'/include/captcha/captcha.php'); |
33 |
require_once(WB_PATH.'/include/captcha/asp.php'); |
|
34 | 33 |
|
35 | 34 |
// Get comments page template details from db |
36 | 35 |
$query_settings = $database->query("SELECT comments_page,use_captcha,commenting FROM ".TABLE_PREFIX."mod_news_settings WHERE section_id = '".SECTION_ID."'"); |
... | ... | |
49 | 48 |
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" /> |
50 | 49 |
<p class="nixhier"> |
51 | 50 |
email address: |
52 |
<label for="email">We dont want to know your email-address. Leave this field empty:</label>
|
|
51 |
<label for="email">Leave this field email blank:</label>
|
|
53 | 52 |
<input id="email" name="email" size="60" value="" /><br /> |
54 | 53 |
Homepage: |
55 |
<label for="homepage">Do not enter a homepage-url here, use field comment instead if you want:</label>
|
|
54 |
<label for="homepage">Leave this field homepage blank:</label>
|
|
56 | 55 |
<input id="homepage" name="homepage" size="60" value="" /><br /> |
57 | 56 |
URL: |
58 |
<label for="url">Don't write anything in this url field:</label>
|
|
57 |
<label for="url">Leave this field url blank:</label>
|
|
59 | 58 |
<input id="url" name="url" size="60" value="" /><br /> |
60 | 59 |
Comment: |
61 |
<label for="comment">Leave not your comment here:</label>
|
|
60 |
<label for="comment">Leave this field comment blank:</label>
|
|
62 | 61 |
<input id="comment" name="comment" size="60" value="" /><br /> |
63 | 62 |
</p> |
64 | 63 |
<?php } |
Also available in: Unified diff
removed include/captcha/asp.php. css have to be added to module's css-files.