Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion_group
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
章建武
fashion_group
Commits
311588cb
Commit
311588cb
authored
Jun 01, 2020
by
章建武
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deo
parent
b9cd0ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
index.blade.php
resources/views/Index/index.blade.php
+19
-0
No files found.
resources/views/Index/index.blade.php
View file @
311588cb
...
@@ -583,6 +583,16 @@
...
@@ -583,6 +583,16 @@
<div class="
alert
-
all
" id="
alert
-
all
" style="
display
:
block
;
">
<div class="
alert
-
all
" id="
alert
-
all
" style="
display
:
block
;
">
<div class="
close
"></div>
<div class="
close
"></div>
<div class="
alert
-
all
-
t
">
<div class="
alert
-
all
-
t
">
@if(
$language_type
== 1)
<a href="
{{
route
(
'enarticle'
,[
'id'
=>
$alert_t
->
id
])
}}
">
<img src="
{{
$alert_t
->
url
}}{{
$alert_t
->
img_path
}}
">
<div class="
alert
-
all
-
t
-
info
">
<h1 class="
ell1
">{{
$alert_t->title
}}</h1>
<p></p>
<p class="
clock
"><span class="
icon
-
clock
"></span><em>{{ date('Y-m-d',
$alert_t->release_time
) }}</em></p>
</div>
</a>
@else
<a href="
{{
route
(
'article'
,[
'id'
=>
$alert_t
->
id
])
}}
">
<a href="
{{
route
(
'article'
,[
'id'
=>
$alert_t
->
id
])
}}
">
<img src="
{{
$alert_t
->
url
}}{{
$alert_t
->
img_path
}}
">
<img src="
{{
$alert_t
->
url
}}{{
$alert_t
->
img_path
}}
">
<div class="
alert
-
all
-
t
-
info
">
<div class="
alert
-
all
-
t
-
info
">
...
@@ -591,14 +601,23 @@
...
@@ -591,14 +601,23 @@
<p class="
clock
"><span class="
icon
-
clock
"></span><em>{{ date('Y-m-d',
$alert_t->release_time
) }}</em></p>
<p class="
clock
"><span class="
icon
-
clock
"></span><em>{{ date('Y-m-d',
$alert_t->release_time
) }}</em></p>
</div>
</div>
</a>
</a>
@endif
</div>
</div>
<div class="
alert
-
all
-
b
">
<div class="
alert
-
all
-
b
">
<ul>
<ul>
@foreach(
$alert_b
as
$v
)
@foreach(
$alert_b
as
$v
)
<li>
<li>
@if(
$language_type
== 1)
<a href="
{{
route
(
'enarticle'
,[
'id'
=>
$v
->
id
])
}}
">
<p class="
ell1
">{{
$v->title
}}<span>{{ date('Y-m-d',
$v->release_time
) }}</span></p>
</a>
@else
<a href="
{{
route
(
'article'
,[
'id'
=>
$v
->
id
])
}}
">
<a href="
{{
route
(
'article'
,[
'id'
=>
$v
->
id
])
}}
">
<p class="
ell1
">{{
$v->title
}}<span>{{ date('Y-m-d',
$v->release_time
) }}</span></p>
<p class="
ell1
">{{
$v->title
}}<span>{{ date('Y-m-d',
$v->release_time
) }}</span></p>
</a>
</a>
@endif
</li>
</li>
@endforeach
@endforeach
</ul>
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment