|
|
@endsection
@section("entry-title")
|
@include("/admin/include/category/select.html", {
"target": "#entry-category-value",
"defaultValue": "{category_id}",
"narrowDown": "true",
"isCreatable": "{category_creatable}",
"inputId": "entry-category"
})
|
@endsection
@section("entry-sub-category")
|
@include("/admin/include/sub-category/select.html", {
"target": "#entry-sub-category-value",
"defaultValue": "{sub_category_id}",
"defaultLabel": "{sub_category_label}",
"categoryId": "#entry-category-value",
"inputId": "entry-sub-category",
"limit": "true"
})
|
@endsection
@section("entry-tag")
|
@include("/admin/include/tag/select.html", {
"target": "#entry-tag-value",
"defaultValue": "{tag}",
"inputId": "entry-tag"
})
|
@endsection
@section("apply-date")
日時
|
@include("/admin/include/forms/date-field.html", {
"name": "date",
"id": "entryDate",
"value": "%{NOW_DATE}{date}"
})
@include("/admin/include/forms/time-field.html", {
"name": "time",
"id": "entryTime",
"value": "%{NOW_TIME}{time}"
})
|
@endsection
@section("entry-members-only")