Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
media-resource
Overview
Overview
Details
Activity
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
杨昕
media-resource
Commits
07479d88
Commit
07479d88
authored
Mar 22, 2023
by
周业恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
media_list
parent
8f5ca18f
Pipeline
#20515
passed with stages
in 1 minute 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
media_list.blade.php
resources/views/admin/media/media_list.blade.php
+9
-0
No files found.
resources/views/admin/media/media_list.blade.php
View file @
07479d88
...
@@ -35,6 +35,9 @@
...
@@ -35,6 +35,9 @@
<button
class=
"btn btn-primary"
onclick=
"x_admin_show('/web/media_model/create')"
>
<button
class=
"btn btn-primary"
onclick=
"x_admin_show('/web/media_model/create')"
>
添加
添加
</button>
</button>
<button
class=
"btn btn-primary"
onclick=
"export_media_id()"
>
导出
</button>
@endif
@endif
<form>
<form>
<input
type=
"text"
name=
"media_name"
class=
"form-input"
placeholder=
"请输入媒资名称"
value=
"{{$media_name}}"
autocomplete=
"off"
>
<input
type=
"text"
name=
"media_name"
class=
"form-input"
placeholder=
"请输入媒资名称"
value=
"{{$media_name}}"
autocomplete=
"off"
>
...
@@ -164,6 +167,12 @@
...
@@ -164,6 +167,12 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
media_export_name
=
$medias
function
export_media_id
(){
}
function
x_admin_show
(
url
){
function
x_admin_show
(
url
){
window
.
location
.
href
=
url
;
window
.
location
.
href
=
url
;
}
}
...
...
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