当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 2

jefferycai/校园跑腿源码html源码模板校园跑腿小程序APP公众号H5
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
toMemberRegist.html 3.71 KB
一键复制 编辑 原始数据 按行查看 历史
ma.xiaodong 提交于 2018-10-17 13:09 . init
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="m.ehaier.com">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport" />
<meta name="format-detection" content="telephone=no" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<meta content="false" id="twcClient" name="twcClient" />
<link type="text/css" rel="stylesheet" href="css/v2/style.css">
<link rel="apple-touch-icon-precomposed" href="../../images/ehaier-icon.png"/>
<link rel="shortcut icon" type="image/x-icon" href="../../images/ehaier-icon.png"/>
<title>校园跑腿</title>
<link type="text/css" rel="stylesheet" href="css/v2/member.css">
</head>
<body id="page">
<header class="header">
<span class="fh left"><a href="javascript:history.back(1)">&nbsp;</a></span> 注册
<span class="hd_right right">
<!-- <a class="gwc" href="../cart/myCart.html"><span id="count">0 </span>&nbsp;</a>
<a class="right_but" href="../common/navigate.html">&nbsp;</a>-->
</span>
</header>
<span id="login_errorMsg" style="padding:10px;"></span>
<div class="Login">
<div class="Login_top">
<ul>
<li><A href="toMemberLogin.html">登录</A></li>
<li class="cur"><A href="toMemberRegist.html">注册</A></li>
</ul>
</div>
<div>
<div class="Login_bottom" >
<form id="registForm" action="/mobile/member/memberRegist.html" onSubmit="return checkRegForm()" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="60" align="left" valign="middle"><input type="text" value="" id="mobileRegNum" name="mobileRegNum" placeholder="手机号" class="login_wbk">
<span id="mobileNumMsg"></span></td>
</tr>
<tr>
<td height="60" align="left" valign="middle"><input type="password" id="passwordReg" name="passwordReg" placeholder="设置密码" class="login_wbk"></td>
</tr>
<tr>
<td height="60" align="left" valign="middle"><input type="password" id="repassword" name="repassword" placeholder="确认密码" class="login_wbk"></td>
</tr>
<tr>
<td height="60" align="left" valign="middle"><input type="text" id="captcha" name="captcha" placeholder="短信验证码" class="login_wbk inputcheckbox" style=" width:49%;margin:0;">
<A id="getCaptcha" name="getCaptcha" class="hqxzm inputcheckbox" style="cursor: pointer;width:39%; margin:0; margin-left:2%;" >获取验证码</A> </td>
</tr>
<!-- <tr>
<td height="60" align="center" valign="middle"><Span>注册即同意<a href="agreement.html"><span style=" font-size:14px; text-decoration:underline;">海尔商城用户服务协议</span></a></Span></td>
</tr>-->
<tr>
<td height="60" align="center" valign="middle">
<a href="#" id="memberRegist" class="dl_login">提交注册</a>
<a href="#" class="dl_login submiting" style="display:none;">快速提交中...</a>
</td>
</tr>
<tr>
<td height="30" >&nbsp;</td>
</tr>
</table>
</form>
</div>
</div>
</div>
<!--<footer class="footer">
&lt;!&ndash;<div id="footer" class="ft_top">
<a href="toMemberLogin.html">登录</a>|<a href="toMemberRegist.html">注册</a>
</div>&ndash;&gt;
&lt;!&ndash; <p><a href="javascript:scroll(0,0)">返回顶部</a>|<a href="../../default.htm">返回首页</a>|<a href="../common/suggestInfos.html">意见反馈</a> </p>
<p>Copyright©2016</p>&ndash;&gt;
</footer>-->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/jefcai2018/runSchool.git
[email protected]:jefcai2018/runSchool.git
jefcai2018
runSchool
校园跑腿源码html源码模板校园跑腿小程序APP公众号H5
master

搜索帮助