From 8ffea6593697be3db59598a35c8c266e7e53fcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=84=E5=B0=98?= <122383162@qq.com> Date: Wed, 3 Feb 2021 13:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/articles/search.blade.php | 76 ++++++++-------- resources/views/category/cgzh.blade.php | 8 +- resources/views/layouts/app.blade.php | 3 +- resources/views/patents/paper.blade.php | 100 ++++++++++----------- resources/views/patents/patent.blade.php | 104 +++++++++++----------- 5 files changed, 144 insertions(+), 147 deletions(-) diff --git a/resources/views/articles/search.blade.php b/resources/views/articles/search.blade.php index 2971a28..74e3a91 100644 --- a/resources/views/articles/search.blade.php +++ b/resources/views/articles/search.blade.php @@ -1,38 +1,38 @@ -@extends('layouts.app') - -@section('title', '搜索结果') - - -@section('content') - -
-
- 首页 - - 搜索结果 -
- - - -
- @if ($articles->isNotEmpty()) - {{ $articles->links('layouts.pagination') }} - @endif -
-
- -@endsection +@extends('layouts.app') + +@section('title', '搜索结果') + + +@section('content') + +
+
+ 首页 + + 搜索结果 +
+ + + +
+ @if ($articles->isNotEmpty()) + {{ $articles->links('layouts.pagination') }} + @endif +
+
+ +@endsection diff --git a/resources/views/category/cgzh.blade.php b/resources/views/category/cgzh.blade.php index f6ba003..c5d7c14 100644 --- a/resources/views/category/cgzh.blade.php +++ b/resources/views/category/cgzh.blade.php @@ -7,7 +7,7 @@
@@ -25,8 +25,7 @@ @if(getArticlesBYCate(20,8)->isNotEmpty()) @foreach (getArticlesBYCate(20,8) as $article) @if ($loop->first) - + {{ $article->title }} @endif @@ -55,8 +54,7 @@ @if(getArticlesBYCate(21,8)->isNotEmpty()) @foreach (getArticlesBYCate(21,8) as $article) @if ($loop->first) - + {{ $article->title }} @endif diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index caf6b38..1288d6d 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -37,8 +37,7 @@
-

卓越创新,智慧创造。

-

——智能制造所办所训

+ 卓越创新  智慧创造
diff --git a/resources/views/patents/paper.blade.php b/resources/views/patents/paper.blade.php index 0b63915..a83eb20 100644 --- a/resources/views/patents/paper.blade.php +++ b/resources/views/patents/paper.blade.php @@ -1,50 +1,50 @@ - -
- -
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
- - - -
- - - - - - - - - @foreach ($patents as $patent) - - - - - - - @endforeach - -
论文题目刊物名称刊物作者发表年度
{{ $patent->title }}{{ $patent->publication??'---' }}{{ $patent->nickname??'---' }}{{ $patent->created_at->format('Y-m-d') }}
+ +
+ +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+ + + +
+ + + + + + + + + @foreach ($patents as $patent) + + + + + + + @endforeach + +
论文题目刊物名称刊物作者发表年度
{{ $patent->title }}{{ $patent->publication??'---' }}{{ $patent->nickname??'---' }}{{ $patent->created_at->format('Y-m-d') }}
diff --git a/resources/views/patents/patent.blade.php b/resources/views/patents/patent.blade.php index 75694f4..67eb652 100644 --- a/resources/views/patents/patent.blade.php +++ b/resources/views/patents/patent.blade.php @@ -1,53 +1,53 @@ -
- -
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
- - -
- - - - - - - - - - - @foreach ($patents as $patent) - - - - - - - - @endforeach - + + + + + + + + +
专利名称专利号专利类别申请日期第一发明人
{{ $patent->title }}{{ $patent->number??'---' }}{{ $patent->category->title??'---' }}{{ $patent->application??'---' }}{{ $patent->nickname }}
+ + + + + + + + @foreach ($patents as $patent) + + + + + + + + @endforeach +
专利名称专利号专利类别申请日期第一发明人
{{ $patent->title }}{{ $patent->number??'---' }}{{ $patent->category->title??'---' }}{{ $patent->application??'---' }}{{ $patent->nickname }}
\ No newline at end of file