示例#1
0
        echo lang::get('add');
        ?>
</a>
					</div>
                    <?php 
    }
    ?>
					<div class="clearfix"></div>
                </div>
				<div class="panel-body">
					<form action="index.php" method="get">
						<input type="hidden" name="page" value="media" />
						<input type="hidden" name="subpage" value="files" />
						<select class="form-control" id="media-select-category" name="catId">
							<?php 
    echo mediaUtils::getTreeStructure(0, 0, ' &nbsp;', $catId);
    ?>
						</select>
					</form>
				</div>
                <form action="index.php" method="post">
                	<input type="hidden" name="page" value="media" />
                    <input type="hidden" name="subpage" value="files" />
                    <input type="hidden" name="action" value="deleteFiles" />
                	<?php 
    echo $table->show();
    ?>
                </form>
            </div>
        </div>
    </div>