Revision 762
Added by thorn over 17 years ago
| signup_form.php | ||
|---|---|---|
| 28 | 28 |
exit(0); |
| 29 | 29 |
} |
| 30 | 30 |
require_once(WB_PATH.'/include/captcha/captcha.php'); |
| 31 |
require_once(WB_PATH.'/include/captcha/asp.php'); |
|
| 31 |
|
|
| 32 | 32 |
?> |
| 33 |
|
|
| 34 |
<style> |
|
| 33 |
<style type="text/css"> |
|
| 35 | 34 |
.value_input input, .value_input text, .value_input select {
|
| 36 | 35 |
width: 300px; |
| 37 | 36 |
} |
| 37 |
<?php if(ENABLED_ASP) { ?>
|
|
| 38 |
.nixhier { display:none; }
|
|
| 39 |
<?php } ?> |
|
| 38 | 40 |
</style> |
| 39 | 41 |
|
| 40 | 42 |
<h1> <?php echo $TEXT['SIGNUP']; ?></h1> |
| ... | ... | |
| 48 | 50 |
<input type="hidden" name="submitted_when" value="<?php $t=time(); echo $t; $_SESSION['submitted_when']=$t; ?>" /> |
| 49 | 51 |
<p class="nixhier"> |
| 50 | 52 |
email-address: |
| 51 |
<label for="email-address">Leave this field empty, dont enter your e-mail address:</label>
|
|
| 53 |
<label for="email-address">Leave this field email-address blank:</label>
|
|
| 52 | 54 |
<input id="email-address" name="email-address" size="60" value="" /><br /> |
| 53 | 55 |
username (id): |
| 54 |
<label for="name">Enter your user name or id not here:</label>
|
|
| 56 |
<label for="name">Leave this field name blank:</label>
|
|
| 55 | 57 |
<input id="name" name="name" size="60" value="" /><br /> |
| 56 | 58 |
Full Name: |
| 57 |
<label for="full_name">This is to leave blank, dont enter your full name here:</label>
|
|
| 59 |
<label for="full_name">Leave this field full_name blank:</label>
|
|
| 58 | 60 |
<input id="full_name" name="full_name" size="60" value="" /><br /> |
| 59 | 61 |
</p> |
| 60 | 62 |
<?php } |
Also available in: Unified diff
removed include/captcha/asp.php. css have to be added to module's css-files.