+ echo '<td>' .
+ '<form action = "admin.php" method = "post">' .
+ '<input type = "hidden" name = "action" value = "download"/>' .
+ '<input type = "hidden" name = "link" value = "' . $node . '"/>' .
+ '<input type = "submit" value = "' . $l['file_name'] . '" />' .
+ '</form>';
+ echo '</td>';