父节点
ef0c3e98ce
当前提交
949f7ee4f9
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -40,7 +40,7 @@ body {
|
|||
<div>
|
||||
<label for="floatingInput"><strong><?php echo lang('account_username'); ?></strong></label>
|
||||
<input type="text" name="user_name" class="form-control" id="floatingInput" placeholder="<?php echo lang('account_username'); ?>"
|
||||
value="<?php echo $this->input->post('user_name'); ?>">
|
||||
value="<?php echo $this->input->post('user_name'); ?>" autofocus>
|
||||
</div>
|
||||
<div>
|
||||
<label for="floatingPassword"><strong><?php echo lang('account_password'); ?></strong></label>
|
||||
|
|
|
|||
正在加载…
在新工单中引用