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
2586703@qq.com
2015-04-22 09:37:18 +0800
Commit
05ecee18fa6d6076fab238ba134f4d1c96194afb
1 parent
172b633c
layout修改为header footer
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
4 deletions
actions/about/contactus.html
actions/about/feedback.html
actions/about/index.html
actions/about/links.html
actions/about/privacy.html
actions/about/servers.html
actions/detail/index.html
actions/magazine/index.html
actions/about/contactus.html
View file @
05ecee1
{{> default/header}}
<div
class=
"about-container clearfix"
>
{{> about/about_nav}}
<div
class=
"about-body"
>
...
...
@@ -38,4 +39,5 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
{{> default/footer}}
\ No newline at end of file
...
...
actions/about/feedback.html
View file @
05ecee1
{{> default/header}}
<div
class=
"about-container clearfix"
>
{{> about/about_nav}}
<div
class=
"about-body feedback-body"
>
<div
class=
"comments-box feedback"
></div>
</div>
</div>
{{> default/footer}}
\ No newline at end of file
...
...
actions/about/index.html
View file @
05ecee1
{{> default/header}}
<div
class=
"about-container clearfix"
>
{{> about/about_nav}}
<div
class=
"about-body"
>
...
...
@@ -46,3 +47,4 @@
</div>
</div>
</div>
{{> default/footer}}
\ No newline at end of file
...
...
actions/about/links.html
View file @
05ecee1
{{> default/header}}
<div
class=
"about-container clearfix"
>
{{> about/about_nav}}
<div
class=
"about-body"
>
...
...
@@ -19,3 +20,4 @@
</div>
</div>
</div>
{{> default/footer}}
\ No newline at end of file
...
...
actions/about/privacy.html
View file @
05ecee1
{{> default/header}}
<div
class=
"about-container clearfix"
>
{{> about/about_nav}}
<div
class=
"about-body"
>
...
...
@@ -41,3 +41,4 @@
</div>
</div>
</div>
{{> default/footer}}
\ No newline at end of file
...
...
actions/about/servers.html
View file @
05ecee1
{{> default/header}}
<div
class=
"about-container clearfix"
>
{{> about/about_nav}}
<div
class=
"about-body copyright"
>
...
...
@@ -41,3 +42,4 @@
</div>
</div>
</div>
{{> default/footer}}
\ No newline at end of file
...
...
actions/detail/index.html
View file @
05ecee1
{{> default/header}}
<div
class=
"detail-container clearfix"
>
{{# header}}
{{> detail/detail_title}}
...
...
@@ -24,4 +25,5 @@
</div>
{{> common/share}}
{{> common/comment}}
{{> common/third_login}}
\ No newline at end of file
{{> common/third_login}}
{{> default/footer}}
\ No newline at end of file
...
...
actions/magazine/index.html
View file @
05ecee1
{{> default/header}}
<div
class=
"mags-container"
>
{{> magazine/mags_newest}}
<div
class=
"column-slide magazine-list"
>
...
...
@@ -12,4 +13,5 @@
{{> magazine/e_zine}}
{{> magazine/mags_app_download}}
</div>
{{> common/share}}
\ No newline at end of file
{{> common/share}}
{{> default/footer}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment