diff --git a/resources/views/common/form_error.blade.php b/resources/views/common/form_error.blade.php index 63d9f3b..617f9fc 100644 --- a/resources/views/common/form_error.blade.php +++ b/resources/views/common/form_error.blade.php @@ -1,5 +1,14 @@ @if($errors->any()) - @foreach ($errors->all() as $error) -
错误:{{ $error }}
- @endforeach +
+ @foreach ($errors->all() as $error) +
+
+ + + +
+

错误:{{ $error }}

+
+ @endforeach +
@endif diff --git a/resources/views/common/under_construct.blade.php b/resources/views/common/under_construct.blade.php index 1f620bf..c844e3e 100644 --- a/resources/views/common/under_construct.blade.php +++ b/resources/views/common/under_construct.blade.php @@ -2,10 +2,22 @@ 正在建设中 + + - + @include("common.header") -

正在建设中

+ +
+
+ + + +

正在建设中

+

该功能尚未开放,敬请期待。

+
+
+ @include("common.footer") diff --git a/resources/views/file/upload.blade.php b/resources/views/file/upload.blade.php index 7803e7a..98aa5a9 100644 --- a/resources/views/file/upload.blade.php +++ b/resources/views/file/upload.blade.php @@ -1,7 +1,6 @@ - 文件上传 - 录播查询 @@ -9,10 +8,10 @@ @include("common.header") -
-
+
+
-

文件上传

+

文件上传

@csrf
diff --git a/resources/views/program/construct/append/copy_broadcast.blade.php b/resources/views/program/construct/append/copy_broadcast.blade.php index c3ff02f..053f4c1 100644 --- a/resources/views/program/construct/append/copy_broadcast.blade.php +++ b/resources/views/program/construct/append/copy_broadcast.blade.php @@ -4,8 +4,6 @@ 复制常驻留言 - 录播查询 - - @include("common.header") diff --git a/resources/views/program/video/index.blade.php b/resources/views/program/video/index.blade.php index 4991a34..3e9b109 100644 --- a/resources/views/program/video/index.blade.php +++ b/resources/views/program/video/index.blade.php @@ -1,75 +1,86 @@ - 录播节目查询 + {{$program->name}} - 录播节目查询 - + @include("common.header") -
-
- {{$program->name}} - {{$program->difficulty}} - {{$program->desc}} -
-
- @foreach($program->appends as $append) - - @endforeach -
-
- @foreach($videos as $video_pivot) - @if($video_pivot->video) - video->id)}}">查看《{{$video_pivot->video->title}}》下所有的节目 - @else - 查看录播 - @endif - @endforeach -
-
- - - - - - - - - @foreach($videos as $video_pivot) - - - - - @endforeach - -
节目开始时的画面节目结束时的画面
- -
{{$video_pivot->created_at}} P{{$video_pivot->start_part}}#{{$video_pivot->start_time}}
- @if($video_pivot->start_image) - 开始时的画面 + +
+
+
+

{{$program->name}}

+
+ 难度:{{$program->difficulty}} + 要求:{{$program->desc}} +
+
+ @foreach($program->appends as $append) + + @endforeach +
+
+ @foreach($videos as $video_pivot) + @if($video_pivot->video) + video->id)}}">查看《{{$video_pivot->video->title}}》下所有的节目 @else - 节目开始位置 + 查看录播 @endif - - @if($video_pivot->start_ocr) - -
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->start_ocr["ts"]) }}
- @endif -
- -
P{{$video_pivot->stop_part}}#{{$video_pivot->stop_time}}
- @if($video_pivot->start_image) - 结束时的画面 - @else - 节目结束位置 - @endif -
- @if($video_pivot->stop_ocr) - -
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->stop_ocr["ts"]) }}
- @endif -
+ @endforeach +
+
+ +
+
+ + + + + + + + + @foreach($videos as $video_pivot) + + + + + @endforeach + +
节目开始时的画面节目结束时的画面
+ +
{{$video_pivot->created_at}} P{{$video_pivot->start_part}}#{{$video_pivot->start_time}}
+ @if($video_pivot->start_image) + 开始时的画面 + @else + 节目开始位置 + @endif +
+ @if($video_pivot->start_ocr) + +
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->start_ocr["ts"]) }}
+ @endif +
+ +
P{{$video_pivot->stop_part}}#{{$video_pivot->stop_time}}
+ @if($video_pivot->start_image) + 结束时的画面 + @else + 节目结束位置 + @endif +
+ @if($video_pivot->stop_ocr) + +
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->stop_ocr["ts"]) }}
+ @endif +
+
+
+
+
+