修改注册页面中文

This commit is contained in:
Li Jianxuan 2014-04-23 05:33:01 +00:00
parent 71d20e35a9
commit 42e2e8b671
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<form class="form-horizontal" method="post" id="register">
<?php if(empty($this->error)) { ?>
<div class="alert alert-info alert-login">
请输入您的基本信息进行注册
Create a new account
</div>
<? }else{ ?>
<?= $this->error ?>
@ -75,11 +75,11 @@
</div>
</div>
<div class="control-group">
<label class="control-label" for="captcha">验证码</label>
<label class="control-label" for="captcha">Captcha</label>
<div class="controls">
<input id="captcha" type="text" value="" name="captcha" />
<img id="captcha_img" src="<?php echo $this->captcha ?>" style="cursor:pointer" />
<a href="javascript:void(0);" onclick="changecaptcha()">看不清?</a>
<a href="javascript:void(0);" onclick="changecaptcha()">Reload captcha</a>
</div>
</div>
<div class="form-actions">