Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2016-01-11 12:41:09 +0800
Commit
e661b2f6f04cb78228f527aa67c24f4583df06c6
1 parent
23040d91
code review by hf: do modify login layout to use https to http
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
template/m.yohobuy.com/actions/passport/login/index.phtml
template/m.yohobuy.com/actions/passport/login/international.phtml
template/m.yohobuy.com/actions/passport/login/index.phtml
View file @
e661b2f
{
{>
layout/header
_passport
}
}
{
{>
layout/header
}
}
<div
class=
"login-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -41,4 +41,4 @@
</ul>
</div>
</div>
{
{>
layout/footer_passport
}
}
\ No newline at end of file
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/passport/login/international.phtml
View file @
e661b2f
{
{>
layout/header
_passport
}
}
{
{>
layout/header
}
}
<div
class=
"login-international-page passport-page yoho-page"
>
{
{>
passport/header
}
}
<div
class=
"content"
>
...
...
@@ -13,4 +13,4 @@
<span
id=
"btn-login"
class=
"btn btn-login disble row"
>登录</span>
</div>
</div>
{
{>
layout/footer_passport
}
}
\ No newline at end of file
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment