You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>登录</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div align="center">
|
||
|
<form class="layui-form" action="cha_pass" method="post">
|
||
|
<input type="hidden" name="plat_id" value="{{plat_id.platform_id}}">
|
||
|
<div class="layui-form-item">
|
||
|
<div class="layui-input-block">
|
||
|
机构名称:<input type="text" size="50" name="cha_name" placeholder="请输入机构名称" autocomplete="off">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item">
|
||
|
<div class="layui-input-block">
|
||
|
登录密码:<input type="password" size="50" name='password' placeholder="请输入密码"
|
||
|
autocomplete="off">
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="layui-form-item">
|
||
|
<div class="layui-input-block">
|
||
|
<button class="layui-btn" lay-submit lay-filter="formDemo">登录</button>
|
||
|
<br>
|
||
|
<a href="/">返回</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|