mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
noline
This commit is contained in:
parent
3954bdc033
commit
2d0b602b75
@ -107,10 +107,8 @@
|
|||||||
<label for="captcha">Captcha
|
<label for="captcha">Captcha
|
||||||
<span class="instruction">Type in the characters displayed in the picture.</span>
|
<span class="instruction">Type in the characters displayed in the picture.</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="line">
|
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>" alt="captcha" />
|
||||||
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="32" />
|
<input value="<?php if(isset($title_set)){ echo $title_set; }?>" type="text" id="title" name="title" tabindex="2" maxlength="32" />
|
||||||
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>" alt="captcha" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user