Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6a01b4c3
authored
2020-10-10 14:22:22 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refactor:门户模板的整理
1 parent
09a38188
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
72 deletions
README.md
register.html
template.html
README.md
View file @
6a01b4c
不动产门户门户门户
### 不动产门户网站
...
...
register.html
deleted
100644 → 0
View file @
09a3818
<!DOCTYPE html>
<html
lang=
"zh-cn"
>
<head>
<title>
注册
</title>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-siteapp"
/>
<link
rel=
"alternate icon"
type=
"image/png"
href=
"images/favicon.png"
>
<link
rel=
'icon'
href=
'favicon.ico'
type=
'image/x-ico'
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"keywords"
content=
""
/>
<link
rel=
"stylesheet"
href=
"css/default.min.css?t=227"
/>
<!--[if (gte IE 9)|!(IE)]><!-->
<script
type=
"text/javascript"
src=
"lib/jquery/jquery.min.js"
></script>
<!--<![endif]-->
<!--[if lte IE 8 ]>
<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
<script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
<script src="lib/amazeui/amazeui.ie8polyfill.min.js"></script>
<![endif]-->
<script
type=
"text/javascript"
src=
"lib/handlebars/handlebars.min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/iscroll/iscroll-probe.js"
></script>
<script
type=
"text/javascript"
src=
"lib/amazeui/amazeui.min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/raty/jquery.raty.js"
></script>
<script
type=
"text/javascript"
src=
"js/main.min.js?t=1"
></script>
</head>
<body>
<header
class=
"hd1"
>
<div
class=
"cg"
>
<div
class=
"hd1-left"
>
<a
href=
"../index.html"
><img
class=
"am-hide-md-down"
src=
"./images/logo.jpg"
/></a>
<a
href=
"../index.html"
><img
class=
"am-show-md-down"
src=
"./images/logo-sm.jpg"
/></a>
</div>
<div
class=
"hd1-right"
>
<a
href=
"../login.html"
>
登录
</a>
<a
href=
"../register.html"
>
注册
</a>
</div>
</div>
</header>
<div
class=
"user"
>
<div
class=
"cgs"
>
<div
class=
"am-u-sm-12 am-u-md-12 am-u-lg-7"
>
<div
class=
"user-div"
>
<h1>
用户注册
</h1>
<ul>
<li><i>

</i><input
type=
"text"
name=
"username"
value=
""
placeholder=
"请输入邮箱"
/></li>
<li><i>

</i><input
type=
"text"
name=
"password"
value=
""
placeholder=
"请输入密码"
/></li>
<li><i>

</i><input
type=
"text"
name=
"confirm_pwd"
value=
""
placeholder=
"请输入确认密码"
/></li>
<li><i>

</i><input
type=
"text"
name=
"mobile"
value=
""
placeholder=
"请输入手机号"
/></li>
</ul>
<span><input
type=
"checkbox"
name=
"name"
value=
""
/>
我已阅读并接受
<a
href=
"#"
>
版权说明和隐私保护条款
</a></span>
<button>
注册
</button>
</div>
</div>
<div
class=
"am-hide-sm am-hide-md am-u-lg-5"
>
<div
class=
"user-right"
>
<a
href=
"#"
>
已有帐号
</a>
<button>
立即登录
</button>
</div>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
template.html
View file @
6a01b4c
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment