Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhupu
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
sugar
zhupu
Commits
b49a60d9
Commit
b49a60d9
authored
Sep 16, 2023
by
sugar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页样谱
parent
8a1d1e22
Pipeline
#739
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
application/admin/lang/zh-cn/resource/ethnography.php
application/admin/lang/zh-cn/resource/ethnography.php
+1
-0
application/admin/view/resource/ethnography/add.html
application/admin/view/resource/ethnography/add.html
+6
-0
application/admin/view/resource/ethnography/edit.html
application/admin/view/resource/ethnography/edit.html
+6
-0
No files found.
application/admin/lang/zh-cn/resource/ethnography.php
View file @
b49a60d9
...
@@ -5,6 +5,7 @@ return [
...
@@ -5,6 +5,7 @@ return [
'Title'
=>
'文章标题'
,
'Title'
=>
'文章标题'
,
'Class_id'
=>
'分类id'
,
'Class_id'
=>
'分类id'
,
'Family_id'
=>
'家族id'
,
'Family_id'
=>
'家族id'
,
'Surname_id'
=>
'姓氏'
,
'Image_url'
=>
'缩略图片链接'
,
'Image_url'
=>
'缩略图片链接'
,
'Content'
=>
'内容'
,
'Content'
=>
'内容'
,
'Auth_id'
=>
'后台管理员id'
,
'Auth_id'
=>
'后台管理员id'
,
...
...
application/admin/view/resource/ethnography/add.html
View file @
b49a60d9
...
@@ -18,6 +18,12 @@
...
@@ -18,6 +18,12 @@
<input
id=
"c-family_id"
data-rule=
""
min=
"0"
data-source=
"family/family/index"
class=
"form-control selectpage"
name=
"row[family_id]"
data-primary-key=
"id"
data-field=
"family_name"
data-format-item=
"{id} - {family_name}"
type=
"text"
value=
""
>
<input
id=
"c-family_id"
data-rule=
""
min=
"0"
data-source=
"family/family/index"
class=
"form-control selectpage"
name=
"row[family_id]"
data-primary-key=
"id"
data-field=
"family_name"
data-format-item=
"{id} - {family_name}"
type=
"text"
value=
""
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
{:__('Surname_id')}:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-surname_id"
data-rule=
""
min=
"0"
data-source=
"family/surname/index"
class=
"form-control selectpage"
name=
"row[surname_id]"
data-primary-key=
"ID"
data-field=
"Surname"
data-format-item=
"{ID} - {Surname}"
type=
"text"
value=
""
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
族志所属地:
</label>
<label
class=
"control-label col-xs-12 col-sm-2"
>
族志所属地:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<div
class=
"col-xs-12 col-sm-8"
>
...
...
application/admin/view/resource/ethnography/edit.html
View file @
b49a60d9
...
@@ -18,6 +18,12 @@
...
@@ -18,6 +18,12 @@
<input
id=
"c-family_id"
data-rule=
""
min=
"0"
data-source=
"family/family/index"
class=
"form-control selectpage"
name=
"row[family_id]"
data-primary-key=
"id"
data-field=
"family_name"
data-format-item=
"{id} - {family_name}"
type=
"text"
value=
"{$row.family_id|htmlentities}"
>
<input
id=
"c-family_id"
data-rule=
""
min=
"0"
data-source=
"family/family/index"
class=
"form-control selectpage"
name=
"row[family_id]"
data-primary-key=
"id"
data-field=
"family_name"
data-format-item=
"{id} - {family_name}"
type=
"text"
value=
"{$row.family_id|htmlentities}"
>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
{:__('Surname_id')}:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-surname_id"
data-rule=
""
min=
"0"
data-source=
"family/surname/index"
class=
"form-control selectpage"
name=
"row[surname_id]"
data-primary-key=
"ID"
data-field=
"Surname"
data-format-item=
"{ID} - {Surname}"
type=
"text"
value=
"{$row.surname_id|htmlentities}"
>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
族志所属地:
</label>
<label
class=
"control-label col-xs-12 col-sm-2"
>
族志所属地:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<div
class=
"col-xs-12 col-sm-8"
>
...
...
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