✏️ 正在编辑: login.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/auth/login.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h2>Informe os dados para acessar</h2> <div id="login"> <?php echo $this->form; ?> <div class="clear"></div> </div> <div id="logo_cliente"> <p></p> </div> <div id="code_gauth" style="display:none"> <form action="<?php echo $this->baseUrl() . "/auth/check-code-gauth"; ?>" onsubmit="return validCodeGauth(this); return false;" id="form_code_gauth" name="form_code_gauth" method="post"> <dl class="form_code_gauth"> <dt id="token-label"><label for="token" class="required">Token: *</label></dt> <dd><input type="text" name="token" id="token" value="" size="20"></dd> <dt></dt> <dd><input type="submit" name="submit" id="submit" value="Entrar" class="login btn_login"></dd> </dl> </form> </div> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器