Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
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
2015-08-25 16:26:16 +0800
Commit
2ec59c21d703456b6bca4ad595f4f71e7ce736b2
1 parent
8f4a1b22
modify branch yohood special use yohood.css and yohood.js
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
73 additions
and
1 deletions
actions/yohood/default/index.html
actions/yohood/default/index_hk.html
actions/yohood/default/yohood.html
actions/yohood/default/index.html
View file @
2ec59c2
{{> layout/header_jian}}
{{# testEnvironment}}
<link
rel=
"stylesheet"
href=
"http://cmsres.test.yoho.cn/res/new/girls/css/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ testEnvironment}}
{{# prevEnvironment}}
<link
rel=
"stylesheet"
href=
"http://res.previewboys.yoho.cn/res/new/girls/css/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_preview.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/sea.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ prodEnvironment}}
{{> channel/banner_top}}
<div
class=
"content clearfix"
>
...
...
actions/yohood/default/index_hk.html
View file @
2ec59c2
{{> layout/header_fan}}
{{# testEnvironment}}
<link
rel=
"stylesheet"
href=
"http://cmsres.test.yoho.cn/res/new/girls/css/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ testEnvironment}}
{{# prevEnvironment}}
<link
rel=
"stylesheet"
href=
"http://res.previewboys.yoho.cn/res/new/girls/css/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_preview.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/sea.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ prodEnvironment}}
{{> channel/banner_top}}
<div
class=
"content clearfix"
>
...
...
@@ -50,7 +74,7 @@
</div>
{{/if}}
</div>
<div
class=
"content-yohood-right"
>
<div
class=
"content-yohood-right"
style=
"position: relative;"
>
{{# yohood}}
<div
class=
"advert-without-border"
>
<a
href=
"{{link}}"
target=
"_blank"
><img
...
...
actions/yohood/default/yohood.html
View file @
2ec59c2
{{> layout/header_jian}}
{{# testEnvironment}}
<link
rel=
"stylesheet"
href=
"http://cmsres.test.yoho.cn/res/new/girls/css/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ testEnvironment}}
{{# prevEnvironment}}
<link
rel=
"stylesheet"
href=
"http://res.previewboys.yoho.cn/res/new/girls/css/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_preview.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.css"
/>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/sea.js"
></script>
<script
type=
"text/javascript"
src=
"http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"js/yohood"
);
</script>
{{/ prodEnvironment}}
{{> channel/banner_top}}
<div
class=
"content clearfix"
>
...
...
Please
register
or
login
to post a comment