Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangqing
9 years ago
Commit
28fd642979a3c493db0d9cb3806ba97aef06d951
1 parent
8a8bb5ca
修改头部导航
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
76 additions
and
7 deletions
template/www.yohobuy.com/actions/passport/thirdlogin/index.phtml
template/www.yohobuy.com/partials/layout/page-header.phtml
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Thirdlogin.php
template/www.yohobuy.com/actions/passport/thirdlogin/index.phtml
0 → 100644
View file @
28fd642
{
{>
layout/simple-header
}
}
<div
class=
"bindwrapper"
>
<h
3
class=
"welcomeword"
>
欢迎加入
<span
class=
"yoho"
>YOHO!FAMILY</span>
</h
3
>
<p
class=
"safeword"
>为了您的账户安全,请您完善账户信息,以便为您提供更优质的服务</p>
<form
action=
""
id=
"bindmobileform"
>
<div
class=
"yohobindrow"
>
<div
class=
"name areatag"
>地区</div>
<div
class=
"content"
>
<div
class=
"yohoselectarea"
>
<div
class=
"optionshow"
>
<span
class=
"areaname"
id=
"areaname"
>中国</span>
<span
class=
"righttag"
></span>
</div>
<div
class=
"optionslist hide"
>
<div
class=
"optionitem"
areanum=
"+88"
>中国香港</div>
<div
class=
"optionitem"
areanum=
"+87"
>中国台湾</div>
<div
class=
"optionitem"
areanum=
"+86"
>中国</div>
</div>
</div>
</div>
</div>
<div
class=
"yohobindrow"
>
<div
class=
"name phonetag"
>手机号码</div>
<div
class=
"content"
>
<div
class=
"yohophonewrapper"
>
<div
class=
"areanum"
id=
"areanum"
>+
86
</div>
<input
type=
"text"
class=
"phonenum"
/>
</div>
</div>
</div>
</form>
<div
class=
"protoctolwrapper"
>
<div
class=
"choosewrapper"
>
<input
type=
"checkbox"
class=
"choosetag"
></div>
<span>
我已阅读并同意遵守
<a
href=
""
class=
"protoctol"
>YOHO!有货服务条款</a>
</span>
</div>
<div
class=
"btnwrapper"
>
<a
href=
"javascript:void(0)"
class=
"yohobindbtn"
id=
"bindfirststep"
>下一步</a>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/www.yohobuy.com/partials/layout/page-header.phtml
View file @
28fd642
...
...
@@ -26,8 +26,8 @@
<div
class=
"rightpart"
>
<div
id=
"loginBox"
class=
"float-left"
>
<span
class=
"hi"
>Hi~</span>
<a
href=
""
class=
"loginbar"
>
[
请登录
]
</a>
<a
href=
""
class=
"registbar"
>
[
免费注册
]
</a>
<a
href=
"http://www.yohobuy.com/signin.html"
class=
"loginbar"
>
[
请登录
]
</a>
<a
href=
"http://www.yohobuy.com/reg.html"
class=
"registbar"
>
[
免费注册
]
</a>
</div>
<div
class=
"tag-list-wrapper"
>
<ul
class=
"tag-list"
>
...
...
@@ -40,17 +40,17 @@
<li
class=
"tag-item myorder"
>
<span
class=
"tag-seprate"
></span>
<span
class=
"icon-papers"
></span>
<a
href=
""
>我的订单</a>
<a
href=
"
http://www.yohobuy.com/home/orders?t=1453168898.0176
"
>我的订单</a>
</li>
<li
class=
"tag-item mycollect"
>
<span
class=
"tag-seprate"
></span>
<span
class=
"icon-heart"
></span>
<a
href=
""
>我的收藏</a>
<a
href=
"
http://www.yohobuy.com/home/favorite?t=1453168898.0176
"
>我的收藏</a>
</li>
<li
class=
"tag-item message"
>
<span
class=
"tag-seprate"
></span>
<span
class=
"icon-mail"
></span>
<a
href=
""
>消息</a>
<a
href=
"
http://www.yohobuy.com/home/message?t=1453168898.0176
"
>消息</a>
</li>
<li
class=
"tag-item phone"
>
<span
class=
"tag-seprate"
></span>
...
...
@@ -119,7 +119,7 @@
</li>
{
{/
navbars
}
}
</ul>
<div
class=
"icon-logo"
></div>
<div
class=
"icon-logo"
><
a
href=
"http://www.yohobuy.com/"
class=
"main-link"
></a><
/div>
<div
class=
"header-tool float-right"
>
<div
class=
"search float-left {{searchcate}}"
>
<form
action=
"http://search.yohobuy.com"
method=
"get"
id=
"searchForm"
>
...
...
@@ -356,4 +356,4 @@
<a
href=
"<?php print QConfigs_Site_Config::$site_url?>/home/user?t=<?php print microtime(true);?>"
>完善资料</a>
</div>
</script>
</div>
\ No newline at end of file
</div>
...
...
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Thirdlogin.php
0 → 100644
View file @
28fd642
<?php
use
Action\WebAction
;
class
ThirdloginController
extends
WebAction
{
/**
* 登录页
*/
public
function
indexAction
()
{
$data
=
array
(
);
$this
->
_view
->
display
(
'index'
,
$data
);
}
}
...
...
Please
register
or
login
to post a comment