Project

General

Profile

« Previous | Next » 

Revision 762

Added by thorn over 16 years ago

removed include/captcha/asp.php. css have to be added to module's css-files.

View differences:

view.php
40 40
} 
41 41

  
42 42
require_once(WB_PATH.'/include/captcha/captcha.php');
43
require_once(WB_PATH.'/include/captcha/asp.php');
44 43

  
45 44
// Function for generating an optionsfor a select field
46 45
if (!function_exists('make_option')) {
......
130 129
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" />
131 130
<p class="nixhier">
132 131
email address:
133
<label for="email">Your e-mail address is not relevant Leave this field blank:</label>
132
<label for="email">Leave this field email-address blank:</label>
134 133
<input id="email" name="email" size="56" value="" /><br />
135 134
Homepage:
136
<label for="homepage">Do not enter a homepage-url www.whatever.com here:</label>
135
<label for="homepage">Leave this field homepage blank:</label>
137 136
<input id="homepage" name="homepage" size="55" value="" /><br />
138 137
URL:
139
<label for="url">Don't write anything in this field:</label>
138
<label for="url">Leave this field url blank:</label>
140 139
<input id="url" name="url" size="61" value="" /><br />
141 140
Comment:
142
<label for="comment">Enter not your comment here:</label>
141
<label for="comment">Leave this field comment blank:</label>
143 142
<textarea id="comment" name="comment" cols="50" rows="10"></textarea><br />
144 143
</p>
145 144

  

Also available in: Unified diff