title = '分享ID '.$model->share_id; $this->params['breadcrumbs'][] = ['label' => 'Shares', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; YiiAsset::register($this); JqueryAsset::register($this); ?>

title) ?>

'btn btn-primary', 'id' => 'copy-link-button']) ?> $model->share_id], ['class' => 'btn btn-primary', 'target' => '_blank']) ?> $model->share_id], ['class' => 'btn btn-primary']) ?> $model->share_id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'share_id', // 'sharer_id', 'file_relative_path', 'access_code', 'creation_date', ], ]) ?>
registerJsFile('@web/js/share_view.js', ['depends' => [JqueryAsset::class], 'position' => View::POS_END]); ?>