* @package file * @version $Id: browse.html.php 4029 2016-08-26 06:50:41Z liugang $ * @link https://xuanim.com */ ?>
file->id;?> | file->common;?> | file->extension;?> | file->size;?> | file->createdBy;?> | file->createdDate;?> | file->downloads;?> | actions;?> |
---|---|---|---|---|---|---|---|
id;?> | isImage) { echo html::a(inlink('download', "id=$file->id"), html::image($file->smallURL, "class='image-small' title='{$file->title}'"), "target='_blank'"); if($file->primary == 1) echo ''. $lang->file->primary .''; } else { echo html::a(inlink('download', "id=$file->id"), "{$file->title}.{$file->extension}", "target='_blank'"); } ?> | extension;?> | size;?> | createdBy;?> | createdDate;?> | downloads;?> | id"), $lang->edit, "class='edit'"); echo html::a(inlink('delete', "id=$file->id"), $lang->delete, "class='deleter'"); if($file->isImage) echo html::a(inlink('setPrimary', "id=$file->id"), $lang->file->setPrimary, "class='option'"); ?> |