cxhxy/app/admin/view/addon/tpl/login.html
2023-11-21 15:14:59 +08:00

23 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 模板:登录 -->
<script id="tpl-login" type="text/template">
<div class="am-padding-xs am-padding-top-sm">
<div class="am-alert am-alert-warning" data-am-alert>
<button type="button" class="am-close">&times;</button>
<p><b>温馨提示</b></p>
<p>此处登录账号为<a href="https://www.hemaphp.com" target="_blank">hemaPHP官网账号</a></p>
</div>
<div class="am-form-group">
<label class="am-u-sm-3 am-form-label form-require">账号</label>
<div class="am-u-sm-8 am-u-end">
<input class="tpl-form-input" name="data[user_name]" type="text" placeholder="请输入账号" required>
<small>我还没有 <a href="https://www.hemaphp.com" target="_blank">去注册</a></small>
</div>
</div>
<div class="am-form-group">
<label class="am-u-sm-3 am-form-label form-require">密码</label>
<div class="am-u-sm-8 am-u-end">
<input class="tpl-form-input" name="data[password]" type="password" placeholder="请输入密码" required>
</div>
</div>
</div>
</script>