コード例 #1
0
ファイル: delete_form.php プロジェクト: yszar/linuxwp
		<td><strong><?php 
_e('File Last Downloaded Date:', hacklogdm::textdomain);
?>
</strong></td>
		<td><?php 
echo mysql2date(sprintf('%s @ %s', get_option('date_format'), get_option('time_format')), gmdate('Y-m-d H:i:s', $file->file_last_downloaded_date));
?>
</td>
	</tr>
	<tr class="alternate">
		<td><strong><?php 
_e('Allowed To Download:', hacklogdm::textdomain);
?>
</strong></td>
		<td><?php 
echo hacklogdm_admin::file_permission($file->file_permission);
?>
</td>
	</tr>
	<?php 
if (!hacklogdm::is_remote_file(stripslashes($file->file))) {
    ?>
	<tr>
		<td colspan="2" align="center"><input type="checkbox" id="unlinkfile" name="unlinkfile" value="1" />&nbsp;<label for="unlinkfile"><?php 
    _e('Delete File From Server?', hacklogdm::textdomain);
    ?>
</label></td>
	</tr>
	<?php 
}
?>