X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/a2a87c7364ccc5910fd09a62978f55cb2b3e477f..c8f707dd7ecedc278ebfbcb92a6d3b376957f9f6:/file.php diff --git a/file.php b/file.php index 1f79095..18bb459 100644 --- a/file.php +++ b/file.php @@ -110,8 +110,11 @@ if (!empty ($link['key'])) '' . + '' . + '
' . t('Give the password of this file') . ' : ' . '' . - '
'; - + '
' . + t('By using our services, you accept of our'). ' ' . t('Term Of Service') . '' . + '
'; ?>'; ?> ' . - '

' . ('You are about to download ') . substr ($link['file_name'], 0, 20) . ' (' . jirafeau_human_size($link['file_size']) . ')

' . - '

' . t('By using our services, you accept of our '). '' . t('Term Of Service') . '' . '

'. - '

' + echo '

' . $link['file_name'] . '' . + '' . + ''; + echo '
' . + t('You are about to download') . ' "' . $link['file_name'] . '" (' . jirafeau_human_size($link['file_size']) . ')' . + '
' . + t('By using our services, you accept of our'). ' ' . t('Term Of Service') . ''; ?>&bp=1'; document.getElementById('submit_preview').submit ();"/>'; + echo '
'; require (JIRAFEAU_ROOT.'lib/template/footer.php'); exit; }