Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
鹿
鹿马108官网
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
鹿马108官网
Commits
3a968890
Commit
3a968890
authored
Mar 06, 2021
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addxx
parent
a8cc89a7
Pipeline
#41
canceled with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
265 additions
and
97 deletions
+265
-97
public/uploads/20210306/d0efcc58e71ca4dde16e33a34d55409e.png
public/uploads/20210306/d0efcc58e71ca4dde16e33a34d55409e.png
+0
-0
runtime/temp/57590d335f31928e79d418533a676923.php
runtime/temp/57590d335f31928e79d418533a676923.php
+95
-97
runtime/temp/635453668e7f561e3d11c19417a5d929.php
runtime/temp/635453668e7f561e3d11c19417a5d929.php
+170
-0
No files found.
public/uploads/20210306/d0efcc58e71ca4dde16e33a34d55409e.png
0 → 100644
View file @
3a968890
6.66 KB
runtime/temp/57590d335f31928e79d418533a676923.php
View file @
3a968890
This diff is collapsed.
Click to expand it.
runtime/temp/635453668e7f561e3d11c19417a5d929.php
0 → 100644
View file @
3a968890
<?php
if
(
!
defined
(
'THINK_PATH'
))
exit
();
/*a:4:{s:81:"D:\phpstudy_pro\WWW\www.fa.com\public/../application/admin\view\category\add.html";i:1611580232;s:73:"D:\phpstudy_pro\WWW\www.fa.com\application\admin\view\layout\default.html";i:1611580233;s:70:"D:\phpstudy_pro\WWW\www.fa.com\application\admin\view\common\meta.html";i:1611580233;s:72:"D:\phpstudy_pro\WWW\www.fa.com\application\admin\view\common\script.html";i:1611580233;}*/
?>
<!DOCTYPE html>
<html
lang=
"
<?php
echo
$config
[
'language'
];
?>
"
>
<head>
<meta
charset=
"utf-8"
>
<title>
<?php
echo
(
isset
(
$title
)
&&
(
$title
!==
''
)
?
$title
:
''
);
?>
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=no"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"referrer"
content=
"never"
>
<link
rel=
"shortcut icon"
href=
"/assets/img/favicon.ico"
/>
<!-- Loading Bootstrap -->
<link
href=
"/assets/css/backend
<?php
echo
\think\Config
::
get
(
'app_debug'
)
?
''
:
'.min'
;
?>
.css?v=
<?php
echo
\think\Config
::
get
(
'site.version'
);
?>
"
rel=
"stylesheet"
>
<?php
if
(
\think\Config
::
get
(
'fastadmin.adminskin'
))
:
?>
<link
href=
"/assets/css/skins/
<?php
echo
\think\Config
::
get
(
'fastadmin.adminskin'
);
?>
.css?v=
<?php
echo
\think\Config
::
get
(
'site.version'
);
?>
"
rel=
"stylesheet"
>
<?php
endif
;
?>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
<script
type=
"text/javascript"
>
var
require
=
{
config
:
<?php
echo
json_encode
(
$config
);
?>
};
</script>
</head>
<body
class=
"inside-header inside-aside
<?php
echo
defined
(
'IS_DIALOG'
)
&&
IS_DIALOG
?
'is-dialog'
:
''
;
?>
"
>
<div
id=
"main"
role=
"main"
>
<div
class=
"tab-content tab-addtabs"
>
<div
id=
"content"
>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-sm-12 col-md-12 col-lg-12"
>
<section
class=
"content-header hide"
>
<h1>
<?php
echo
__
(
'Dashboard'
);
?>
<small>
<?php
echo
__
(
'Control panel'
);
?>
</small>
</h1>
</section>
<?php
if
(
!
IS_DIALOG
&&
!
\think\Config
::
get
(
'fastadmin.multiplenav'
)
&&
\think\Config
::
get
(
'fastadmin.breadcrumb'
))
:
?>
<!-- RIBBON -->
<div
id=
"ribbon"
>
<ol
class=
"breadcrumb pull-left"
>
<?php
if
(
$auth
->
check
(
'dashboard'
))
:
?>
<li><a
href=
"dashboard"
class=
"addtabsit"
><i
class=
"fa fa-dashboard"
></i>
<?php
echo
__
(
'Dashboard'
);
?>
</a></li>
<?php
endif
;
?>
</ol>
<ol
class=
"breadcrumb pull-right"
>
<?php
foreach
(
$breadcrumb
as
$vo
)
:
?>
<li><a
href=
"javascript:;"
data-url=
"
<?php
echo
$vo
[
'url'
];
?>
"
>
<?php
echo
$vo
[
'title'
];
?>
</a></li>
<?php
endforeach
;
?>
</ol>
</div>
<!-- END RIBBON -->
<?php
endif
;
?>
<div
class=
"content"
>
<form
id=
"add-form"
class=
"form-horizontal"
role=
"form"
data-toggle=
"validator"
method=
"POST"
action=
""
>
<?php
echo
token
();
?>
<div
class=
"alert alert-warning-light"
>
<?php
echo
__
(
'Category warmtips'
);
?>
</div>
<div
class=
"form-group"
>
<label
for=
"c-type"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Type'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<select
id=
"c-type"
data-rule=
"required"
class=
"form-control selectpicker"
name=
"row[type]"
>
<?php
if
(
is_array
(
$typeList
)
||
$typeList
instanceof
\think\Collection
||
$typeList
instanceof
\think\Paginator
)
:
if
(
count
(
$typeList
)
==
0
)
:
echo
""
;
else
:
foreach
(
$typeList
as
$key
=>
$vo
)
:
?>
<option
value=
"
<?php
echo
$key
;
?>
"
<?php
if
(
in_array
((
$key
),
explode
(
','
,
""
)))
:
?>
selected
<?php
endif
;
?>
>
<?php
echo
$vo
;
?>
</option>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</select>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-pid"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Pid'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<select
id=
"c-pid"
data-rule=
"required"
class=
"form-control selectpicker"
name=
"row[pid]"
>
<?php
if
(
is_array
(
$parentList
)
||
$parentList
instanceof
\think\Collection
||
$parentList
instanceof
\think\Paginator
)
:
if
(
count
(
$parentList
)
==
0
)
:
echo
""
;
else
:
foreach
(
$parentList
as
$key
=>
$vo
)
:
?>
<option
data-type=
"
<?php
echo
$vo
[
'type'
];
?>
"
value=
"
<?php
echo
$key
;
?>
"
<?php
if
(
in_array
((
$key
),
explode
(
','
,
""
)))
:
?>
selected
<?php
endif
;
?>
>
<?php
echo
$vo
[
'name'
];
?>
</option>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</select>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-name"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Name'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-name"
data-rule=
"required"
class=
"form-control"
name=
"row[name]"
type=
"text"
value=
""
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-nickname"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Nickname'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-nickname"
data-rule=
"required"
class=
"form-control"
name=
"row[nickname]"
type=
"text"
value=
""
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-flag"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Flag'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<select
id=
"c-flag"
class=
"form-control selectpicker"
multiple=
""
name=
"row[flag][]"
>
<?php
if
(
is_array
(
$flagList
)
||
$flagList
instanceof
\think\Collection
||
$flagList
instanceof
\think\Paginator
)
:
if
(
count
(
$flagList
)
==
0
)
:
echo
""
;
else
:
foreach
(
$flagList
as
$key
=>
$vo
)
:
?>
<option
value=
"
<?php
echo
$key
;
?>
"
<?php
if
(
in_array
((
$key
),
explode
(
','
,
""
)))
:
?>
selected
<?php
endif
;
?>
>
<?php
echo
$vo
;
?>
</option>
<?php
endforeach
;
endif
;
else
:
echo
""
;
endif
;
?>
</select>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-image"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Image'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<div
class=
"input-group"
>
<input
id=
"c-image"
class=
"form-control"
size=
"35"
name=
"row[image]"
type=
"text"
value=
""
>
<div
class=
"input-group-addon no-border no-padding"
>
<span><button
type=
"button"
id=
"faupload-image"
class=
"btn btn-danger faupload"
data-input-id=
"c-image"
data-mimetype=
"image/gif,image/jpeg,image/png,image/jpg,image/bmp"
data-multiple=
"false"
data-preview-id=
"p-image"
><i
class=
"fa fa-upload"
></i>
<?php
echo
__
(
'Upload'
);
?>
</button></span>
<span><button
type=
"button"
id=
"fachoose-image"
class=
"btn btn-primary fachoose"
data-input-id=
"c-image"
data-mimetype=
"image/*"
data-multiple=
"false"
><i
class=
"fa fa-list"
></i>
<?php
echo
__
(
'Choose'
);
?>
</button></span>
</div>
<span
class=
"msg-box n-right"
></span>
</div>
<ul
class=
"row list-inline faupload-preview"
id=
"p-image"
></ul>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-keywords"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Keywords'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-keywords"
class=
"form-control"
name=
"row[keywords]"
type=
"text"
value=
""
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-description"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Description'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<textarea
id=
"c-description"
class=
"form-control"
name=
"row[description]"
></textarea>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"c-weigh"
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Weigh'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-weigh"
class=
"form-control"
name=
"row[weigh]"
type=
"number"
value=
"0"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
<?php
echo
__
(
'Status'
);
?>
:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<?php
echo
build_radios
(
'row[status]'
,
[
'normal'
=>
__
(
'Normal'
),
'hidden'
=>
__
(
'Hidden'
)]);
?>
</div>
</div>
<div
class=
"form-group layer-footer"
>
<label
class=
"control-label col-xs-12 col-sm-2"
></label>
<div
class=
"col-xs-12 col-sm-8"
>
<button
type=
"submit"
class=
"btn btn-success btn-embossed disabled"
>
<?php
echo
__
(
'OK'
);
?>
</button>
<button
type=
"reset"
class=
"btn btn-default btn-embossed"
>
<?php
echo
__
(
'Reset'
);
?>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script
src=
"/assets/js/require
<?php
echo
\think\Config
::
get
(
'app_debug'
)
?
''
:
'.min'
;
?>
.js"
data-main=
"/assets/js/require-backend
<?php
echo
\think\Config
::
get
(
'app_debug'
)
?
''
:
'.min'
;
?>
.js?v=
<?php
echo
htmlentities
(
$site
[
'version'
]);
?>
"
></script>
</body>
</html>
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