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
happyhour7@163.com
2015-05-21 13:44:26 +0800
Commit
68d815eac7be916622aa2a6a0f72c71a670ec32c
1 parent
626a5e1a
最新模板上传
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
6 deletions
actions/passport/subscribe/index.html
actions/search/default/index.html
partials/common/environment_js.html
actions/passport/subscribe/index.html
View file @
68d815e
{{# success}}
<!doctype html>
<!doctype html>
<html
lang=
"en"
>
<head>
...
...
actions/search/default/index.html
View file @
68d815e
...
...
@@ -14,7 +14,7 @@
{{#if fanti}}
<p
style=
"margin: 0 auto;text-align: center;font-size:20px;"
><strong>
Sorry,Nothing Found!
</strong></p>
{{else}}
<p
style=
"margin: 0 auto;text-align: center;font-size:20px;"
><strong>
为
搜索到相关结果!
</strong></p>
<p
style=
"margin: 0 auto;text-align: center;font-size:20px;"
><strong>
未
搜索到相关结果!
</strong></p>
{{/if}}
{{/if}}
...
...
partials/common/environment_js.html
View file @
68d815e
{{#
W
Environment}}
{{#
dev
Environment}}
<script
type=
"text/javascript"
src=
"http://localhost:8000/js/util/seajs.js?nowrap"
></script>
{{/
W
Environment}}
{{/
dev
Environment}}
{{^
W
Environment}}
{{^
prev
Environment}}
<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/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
{{/ WEnvironment}}
\ No newline at end of file
{{/ prevEnvironment}}
{{^ testEnvironment}}
<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/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
{{/ testEnvironment}}
{{^ prodEnvironment}}
<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/index.js"
></script>
<script
type=
"text/javascript"
>
seajs
.
use
(
"index"
);
</script>
{{/ prodEnvironment}}
...
...
Please
register
or
login
to post a comment