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
2015-04-30 10:32:46 +0800
Commit
9bad2d7d8c373c006bc97b0418fa4ebd5e810a89
1 parent
baf37c27
模板目录更新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
actions/search/default/index320.html
actions/search/default/index320.html
0 → 100644
View file @
9bad2d7
{{> layout/writer_header320}}
<div
class=
"search"
>
<div
class=
"search_input"
>
<input
type=
"text"
placeholder=
""
autocomplete=
"off"
class=
"ac_input"
>
<span
class=
"search_btn"
></span>
</div>
<div
class=
"result"
></div>
</div>
<!--content-->
<div
class=
"home-content"
>
<ul>
{{#content}}
<li
id=
"{{#pop}}pop{{/pop}}"
class=
"content-item channel-{{channel}}"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
>
<img
src=
"{{img}}"
alt=
""
/>
</a>
<h2>
<a
href=
"{{link}}"
target=
"_blank"
>
{{title}}
</a>
</h2>
<h3>
<a
href=
"{{link}}"
target=
"_blank"
>
{{subTitle}}
</a>
</h3>
<time>
<a
href=
"{{channelLink}}"
target=
"_blank"
>
{{channel}}
</a>
|
{{time}}
</time>
<p>
<a
href=
"{{link}}"
target=
"_blank"
>
{{content}}
</a>
</p>
</li>
{{/content}}
</ul>
</div>
{{> default/download320}}
{{> layout/footer320}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment