Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
backend
Commits
e879c80f
Commit
e879c80f
authored
Dec 10, 2018
by
LiuJunYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增增加分类
parent
2bb61317
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
application/admin/view/project/addCatalogs.html
+8
-12
No files found.
application/admin/view/project/addCatalogs.html
View file @
e879c80f
{layout name="public/layout_main"}
<link
rel=
"stylesheet"
href=
"/static/fileinput/css/fileinput.css"
>
<section
class=
"wrapper"
>
<h3><i
class=
"fa fa-angle-right"
></i>
<a
href=
"{:url('admin/project/catalogs')}"
>
分类管理
</a>
<i
class=
"fa fa-angle-right"
></i>
添加
分类
</h3>
<h3><i
class=
"fa fa-angle-right"
></i>
<a
href=
"{:url('admin/project/catalogs')}"
>
分类管理
</a>
<i
class=
"fa fa-angle-right"
></i>
修改
分类
</h3>
<!-- 分割线 -->
<hr>
<div
class=
"col-xs-12"
>
<form
method=
"post"
class=
"form-horizontal"
enctype=
"multipart/form-data"
action=
"{:url('admin/project/addCatalogs')}"
>
<div
class=
"form-group"
>
<label
for=
"title"
class=
"col-sm-
2
control-label text-right"
>
分类名
</label>
<div
class=
"col-
sm-10 col-md-8 col-lg-6
"
>
<label
for=
"title"
class=
"col-sm-
1
control-label text-right"
>
分类名
</label>
<div
class=
"col-
lg-10
"
>
<input
type=
"text"
class=
"form-control"
name=
"name"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"title"
class=
"col-sm-
2
control-label text-right"
>
分类图标
</label>
<div
class=
"col-
sm-10 col-md-8 col-lg-6
"
>
<label
for=
"title"
class=
"col-sm-
1
control-label text-right"
>
分类图标
</label>
<div
class=
"col-
lg-10
"
>
<input
type=
"hidden"
name=
'old_poster'
>
<input
id=
"input-b1"
name=
"poster"
type=
"file"
>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"title"
class=
"col-sm-
2
control-label text-right"
>
排序
</label>
<div
class=
"col-
sm-10 col-md-8 col-lg-6
"
>
<label
for=
"title"
class=
"col-sm-
1
control-label text-right"
>
排序
</label>
<div
class=
"col-
lg-10
"
>
<input
type=
"number"
class=
"form-control"
name=
"sort"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-10"
>
<button
class=
"btn btn-success"
id=
"btn-save"
>
提交
</button>
</div>
</div>
<button
type=
"submit"
class=
"btn btn-success"
>
修改
</button>
</form>
</div>
...
...
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