@include("/admin/include/action-result.html", { "successMessage": "エントリー一覧を更新しました。", "errorMessage": "エントリー一覧の更新に失敗しました。" }) @include("/admin/include/error-alert.html")
{message}
@section("entry-index-filter")
@include("/admin/entry/filter.html")
@endsection

該当するエントリーが見つかりませんでした

検索内容に一致したエントリーはありませんでした。
再検索または新規作成してください。

@include("/admin/include/category/select.html", { "target": "#default-category-value", "defaultValue": "%{CID}" })
1/neq/1] -->
ドラッグでエントリーの表示順を変更できます
ドラッグでユーザー絞り込み時の表示順を変更できます
ドラッグでカテゴリー絞り込み時の表示順を変更できます
{bulkAction}/lk/order] -->
{bulkAction}/lk/status] -->
{bulkAction}/lk/user] -->
{bulkAction}/lk/category] -->
@include("/admin/include/category/select.html", { "target": "#index-category-value", "defaultValue": "%{CID}" })
{bulkAction}/lk/blog] -->

(※変更されたエントリーはログイン中のユーザーの所有になり、カテゴリーの設定は解除されます。ただし、グローバルカテゴリーとして設定されている場合はカテゴリーが保持されます )
{bulkAction}/lk/duplicate] -->

( ※この操作は、件数が多いと処理に時間がかかることがあります )
{bulkAction}/lk/export] -->
{bulkAction}/lk/trash] -->
@include("/admin/include/category/select.html", { "target": "#default-category-value", "defaultValue": "%{CID}", "form": "entry-create-form" })
@section("entry-index-table-thead-tr") @endsection @section("entry-index-table-tbody-tr") @include("/admin/entry/field-list.html") @endsection
表示順 編集 ID ステータス タイトル / コード 日時 ブログ / カテゴリー ユーザー
{eid} 非公開 公開 下書き

{title}

{code}

{datetime}[date('Y/m/d H:i')]
更新日時 {updated_datetime}[date('Y/m/d H:i')]
投稿日時 {posted_datetime}[date('Y/m/d H:i')]
%{SESSION_USER_NAME} {userName}
編集
@section("entry-index-pager") @include("/admin/include/pagination.html") @endsection