3if (empty($conf->global->EXPENSEREPORT_DISABLE_ATTACHMENT_ON_LINES)) {
4 print
'<!-- expensereport_linktofile.tpl.php -->'.
"\n";
6 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
7 require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
8 require_once DOL_DOCUMENT_ROOT.
'/core/class/link.class.php';
11 $nbFiles = count($arrayoffiles);
12 $nbLinks =
Link::count($db, $object->element, $object->id);
15 print
'<tr class="trattachnewfilenow'.(empty($tredited) ?
' oddeven nohover' :
' '.$tredited).
'"'.(!GETPOSTISSET(
'sendit') && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) ?
' style="display: none"' :
'').
'>';
18 if ($action ==
'editline') {
23 print
'<td colspan="'.($action ==
'editline' ? $colspan - 1 : $colspan).
'">';
25 $modulepart =
'expensereport'; $maxheightmini = 48;
29 foreach ($arrayoffiles as $file) {
30 $urlforhref = array();
33 print
'<div class="inline-block margintoponly marginleftonly marginrightonly center valigntop">';
34 $fileinfo = pathinfo($file[
'fullname']);
38 $urlforhref =
getAdvancedPreviewUrl($modulepart, $relativepath.$fileinfo[
'filename'].
'.'.strtolower($fileinfo[
'extension']), 1,
'&entity='.(!empty($object->entity) ? $object->entity : $conf->entity));
39 if (empty($urlforhref)) {
40 $urlforhref = DOL_URL_ROOT.
'/viewimage.php?modulepart='.$modulepart.
'&entity='.(!empty($object->entity) ? $object->entity : $conf->entity).
'&file='.urlencode($fileinfo[
'relativename'].
'.'.strtolower($fileinfo[
'extension']));
41 print
'<a href="'.$urlforhref.
'" class="aphoto" target="_blank" rel="noopener noreferrer">';
43 print
'<a href="'.$urlforhref[
'url'].
'" class="'.$urlforhref[
'css'].
'" target="'.$urlforhref[
'target'].
'" mime="'.$urlforhref[
'mime'].
'">';
45 print
'<div class="photoref backgroundblank">';
46 print
'<img class="photoexpensereport photorefcenter" height="'.$maxheightmini.
'" src="'.DOL_URL_ROOT.
'/viewimage.php?modulepart='.$modulepart.
'&entity='.(!empty($object->entity) ? $object->entity : $conf->entity).
'&file='.urlencode($relativepath.$minifile).
'" title="">';
53 if (preg_match(
'/\.pdf$/i', $file[
'name'])) {
54 $urlforhref =
getAdvancedPreviewUrl($modulepart, $relativepath.$fileinfo[
'filename'].
'.'.strtolower($fileinfo[
'extension']), 1,
'&entity='.(!empty($object->entity) ? $object->entity : $conf->entity));
56 $filepdf = $conf->expensereport->dir_output.
'/'.$relativepath.$file[
'name'];
57 $fileimage = $conf->expensereport->dir_output.
'/'.$relativepath.$file[
'name'].
'_preview.png';
58 $relativepathimage = $relativepath.$file[
'name'].
'_preview.png';
60 $pdfexists = file_exists($filepdf);
64 if (!file_exists($fileimage) || (filemtime($fileimage) < filemtime($filepdf))) {
65 if (empty($conf->global->MAIN_DISABLE_PDF_THUMBS)) {
66 include_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
75 if ($pdfexists && !$error) {
76 $heightforphotref = 70;
77 if (!empty($conf->dol_optimize_smallscreen)) {
78 $heightforphotref = 60;
81 if (file_exists($fileimage)) {
82 $thumbshown =
'<img height="'.$heightforphotref.
'" class="photo photowithmargin photowithborder" src="'.DOL_URL_ROOT.
'/viewimage.php?modulepart=apercu'.urlencode($modulepart).
'&file='.urlencode($relativepathimage).
'">';
87 if (empty($urlforhref) || empty($thumbshown)) {
88 print
'<span href="" class="aphoto" target="_blank" rel="noopener noreferrer">';
90 print
'<a href="'.$urlforhref[
'url'].
'" class="'.$urlforhref[
'css'].
'" target="'.$urlforhref[
'target'].
'" mime="'.$urlforhref[
'mime'].
'">';
92 print
'<div class="photoref backgroundblank">';
94 print $thumbshown ? $thumbshown :
img_mime($minifile);
97 if (empty($urlforhref) || empty($thumbshown)) {
109 if (is_array($_FILES[
'userfile']) && is_array($_FILES[
'userfile'][
'name'])) {
110 foreach ($_FILES[
'userfile'][
'name'] as $tmpfile) {
112 $checked =
' checked';
114 } elseif ($file[
'relativename'] && in_array($file[
'relativename'],
GETPOST(
'attachfile',
'array'))) {
115 $checked =
' checked';
121 if (!empty($filenamelinked) && $filenamelinked == $file[
'relativename']) {
122 $checked =
' checked';
124 print
'<div class="margintoponly minwidth150 maxwidth150 divoverflow"><input type="checkbox"'.$checked.
' id="radio'.$filei.
'" name="attachfile[]" class="checkboxattachfile valignmiddle" value="'.$file[
'relativename'].
'">';
125 print
'<label class="wordbreak checkboxattachfilelabel paddingrightonly valignmiddle" for="radio'.$filei.
'" title="'.
dol_escape_htmltag($file[
'relativename']).
'">'.$file[
'relativename'].
'</label>';
132 print
'$(document).ready(function() {';
133 print
"$('.checkboxattachfile').on('change', function() { $('.checkboxattachfile').not(this).prop('checked', false); });";
139 if (empty($tredited)) {
140 $css =
'oddeven nohover trattachnewfilenow';
141 $newcolspan = $colspan;
143 $css =
'trattachnewfilenow tredited';
144 $newcolspan = $colspan - 1;
146 print
'<tr class="'.$css.
'"'.(!GETPOSTISSET(
'sendit') && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) ?
' style="display: none"' :
'').
'>';
147 if (!empty($tredited)) {
150 print
'<td colspan="'.($newcolspan).
'">';
151 print
'<span class="opacitymedium">'.$langs->trans(
"NoFilesUploadedYet").
'</span>';
static count($dbs, $objecttype, $objectid)
Return nb of links.
dol_convert_file($fileinput, $ext='png', $fileoutput='', $page='')
Convert an image file or a PDF into another image format.
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0, $nbsecondsold=0)
Scan a directory and return a list of files/directories.
img_mime($file, $titlealt='', $morecss='')
Show MIME img of a file.
getImageFileNameForSize($file, $extName, $extImgTarget='')
Return the filename of file to get the thumbs.
getAdvancedPreviewUrl($modulepart, $relativepath, $alldata=0, $param='')
Return URL we can use for advanced preview links.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
image_format_supported($file, $acceptsvg=0)
Return if a filename is file name of a supported image format.