<?php use yii\helpers\Html; use common\helpers\Common; use backend\widgets\LinkPager; use backend\widgets\Delete; use yii\helpers\Url; use backend\assets\AppAsset; AppAsset::addCss($this, '@web/css/select2.css'); AppAsset::addScript($this, '@web/js/jquery.uniform.js'); AppAsset::addScript($this, '@web/js/select2.min.js'); AppAsset::addScript($this, '@web/js/unicorn.js'); AppAsset::addScript($this, '@web/js/jquery.dataTables.min.js'); AppAsset::addScript($this, '@web/js/unicorn.tables.js'); $this->params = ['breadcrumb' => [['name' => '素材管理', 'url' => '#', 'current' => 0], ['name' => '本地素材', 'url' => '#', 'current' => 1]]]; ?> <div class="row-fluid"> <div class="span12"> <div class="widget-box"> <div class="widget-title"> <span class="icon"> <i class="icon-th"></i> </span> <h5>本地素材列表</h5> </div> <div class="widget-content"> <table class="table table-bordered table-striped with-check"> <thead> <tr> <th><input type="checkbox" id="title-table-checkbox" name="title-table-checkbox" /></th> <th>文件名</th>