Prepare ajax for ecm module.
This commit is contained in:
parent
88c5d0f6e9
commit
dfb697d794
@ -403,18 +403,19 @@ class EcmDirectory // extends CommonObject
|
|||||||
* @param int $withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
|
* @param int $withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
|
||||||
* @param string $option Sur quoi pointe le lien
|
* @param string $option Sur quoi pointe le lien
|
||||||
* @param int $max Max length
|
* @param int $max Max length
|
||||||
|
* @param string $morehtml Add more param on a link
|
||||||
* @return string Chaine avec URL
|
* @return string Chaine avec URL
|
||||||
*/
|
*/
|
||||||
function getNomUrl($withpicto=0,$option='',$max=0)
|
function getNomUrl($withpicto=0,$option='',$max=0,$more='')
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
$result='';
|
$result='';
|
||||||
|
|
||||||
$lien = '<a href="'.DOL_URL_ROOT.'/ecm/docmine.php?section='.$this->id.'">';
|
$lien = '<a href="'.DOL_URL_ROOT.'/ecm/docmine.php?section='.$this->id.'"'.($more?' '.$more:'').'>';
|
||||||
if ($option == 'index') $lien = '<a href="'.DOL_URL_ROOT.'/ecm/index.php?section='.$this->id.'&sectionexpand=true">';
|
if ($option == 'index') $lien = '<a href="'.DOL_URL_ROOT.'/ecm/index.php?section='.$this->id.'&sectionexpand=true"'.($more?' '.$more:'').'>';
|
||||||
if ($option == 'indexexpanded') $lien = '<a href="'.DOL_URL_ROOT.'/ecm/index.php?section='.$this->id.'&sectionexpand=false">';
|
if ($option == 'indexexpanded') $lien = '<a href="'.DOL_URL_ROOT.'/ecm/index.php?section='.$this->id.'&sectionexpand=false"'.($more?' '.$more:'').'>';
|
||||||
if ($option == 'indexnotexpanded') $lien = '<a href="'.DOL_URL_ROOT.'/ecm/index.php?section='.$this->id.'&sectionexpand=true">';
|
if ($option == 'indexnotexpanded') $lien = '<a href="'.DOL_URL_ROOT.'/ecm/index.php?section='.$this->id.'&sectionexpand=true"'.($more?' '.$more:'').'>';
|
||||||
$lienfin='</a>';
|
$lienfin='</a>';
|
||||||
|
|
||||||
//$picto=DOL_URL_ROOT.'/theme/common/treemenu/folder.gif';
|
//$picto=DOL_URL_ROOT.'/theme/common/treemenu/folder.gif';
|
||||||
|
|||||||
@ -204,7 +204,7 @@ if ($action == 'refreshmanual')
|
|||||||
// Now we compare both trees to complete missing trees into database
|
// Now we compare both trees to complete missing trees into database
|
||||||
//var_dump($disktree);
|
//var_dump($disktree);
|
||||||
//var_dump($sqltree);
|
//var_dump($sqltree);
|
||||||
foreach($disktree as $dirdesc)
|
foreach($disktree as $dirdesc) // Loop on tree onto disk
|
||||||
{
|
{
|
||||||
$dirisindatabase=0;
|
$dirisindatabase=0;
|
||||||
foreach($sqltree as $dirsqldesc)
|
foreach($sqltree as $dirsqldesc)
|
||||||
@ -293,6 +293,9 @@ if ($action == 'refreshmanual')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$sql="UPDATE ".MAIN_DB_PREFIX."ecm_directories set cachenbofdoc=0 WHERE cachenbofdoc < 0";
|
||||||
|
$db->query($sql);
|
||||||
|
|
||||||
// If a directory was added, the fulltree array is not correctly completed and sorted, so we clean
|
// If a directory was added, the fulltree array is not correctly completed and sorted, so we clean
|
||||||
// it to be sure that fulltree array is not used without reloading it.
|
// it to be sure that fulltree array is not used without reloading it.
|
||||||
if ($adirwascreated) $sqltree=null;
|
if ($adirwascreated) $sqltree=null;
|
||||||
@ -467,87 +470,51 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
print '<td align="right"> </td>';
|
print '<td align="right"> </td>';
|
||||||
print '<td align="right"> </td>';
|
print '<td align="right"> </td>';
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
//print $form->textwithpicto('',$htmltooltip,1,0);
|
|
||||||
print '</td>';
|
print '</td>';
|
||||||
//print '<td align="right">'.$langs->trans("ECMNbOfDocsSmall").' <a href="'.$_SERVER["PHP_SELF"].'?action=refreshauto">'.img_picto($langs->trans("Refresh"),'refresh').'</a></td>';
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
$sectionauto=dol_sort_array($sectionauto,'label','ASC',true,false);
|
$sectionauto=dol_sort_array($sectionauto,'label','ASC',true,false);
|
||||||
|
|
||||||
|
print '<tr>';
|
||||||
|
print '<td colspan="6" style="padding-left: 20px">';
|
||||||
|
print '<div id="filetreeauto" class="ecmfiletree"><ul class="ecmjqft">';
|
||||||
|
|
||||||
$nbofentries=0;
|
$nbofentries=0;
|
||||||
$oldvallevel=0;
|
$oldvallevel=0;
|
||||||
foreach ($sectionauto as $key => $val)
|
foreach ($sectionauto as $key => $val)
|
||||||
{
|
{
|
||||||
if ($val['test']) // If condition to show is ok
|
if (empty($val['test'])) continue; // If condition to show is ok
|
||||||
|
|
||||||
|
$var=false;
|
||||||
|
|
||||||
|
print '<li class="directory collapsed">';
|
||||||
|
if (! empty($conf->use_javascript_ajax) && empty($conf->global->MAIN_ECM_DISABLE_JS))
|
||||||
{
|
{
|
||||||
$var=false;
|
print '<a class="fmdirlia jqft ecmjqft" href="'.DOL_URL_ROOT.'/ecm/index.php?module='.$val['module'].'">';
|
||||||
|
print $val['label'];
|
||||||
print '<tr>';
|
print '</a>';
|
||||||
|
|
||||||
// Section
|
|
||||||
print '<td align="left">';
|
|
||||||
print '<table class="nobordernopadding"><tr class="nobordernopadding"><td>';
|
|
||||||
tree_showpad($sectionauto,$key);
|
|
||||||
print '</td>';
|
|
||||||
|
|
||||||
print '<td valign="top">';
|
|
||||||
if ($val['module'] == GETPOST("module"))
|
|
||||||
{
|
|
||||||
$n=3;
|
|
||||||
$ref=img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/minustop'.$n.'.gif','',1);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$n=3;
|
|
||||||
$ref=img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/plustop'.$n.'.gif','',1);
|
|
||||||
}
|
|
||||||
print '<a href="'.DOL_URL_ROOT.'/ecm/index.php?module='.$val['module'].'">';
|
|
||||||
print $ref;
|
|
||||||
print '</a>';
|
|
||||||
print img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/folder.gif','',1);
|
|
||||||
print '</td>';
|
|
||||||
|
|
||||||
print '<td valign="middle">';
|
|
||||||
print '<a href="'.DOL_URL_ROOT.'/ecm/index.php?module='.$val['module'].'">';
|
|
||||||
print $val['label'];
|
|
||||||
print '</a></td></tr></table>';
|
|
||||||
print "</td>\n";
|
|
||||||
|
|
||||||
// Nb of doc in dir
|
|
||||||
print '<td align="right"> </td>';
|
|
||||||
|
|
||||||
// Nb of doc in subdir
|
|
||||||
print '<td align="right"> </td>';
|
|
||||||
|
|
||||||
// Edit link
|
|
||||||
print '<td align="right"> </td>';
|
|
||||||
|
|
||||||
// Add link
|
|
||||||
print '<td align="right"> </td>';
|
|
||||||
|
|
||||||
// Info
|
|
||||||
print '<td align="center">';
|
|
||||||
$htmltooltip='<b>'.$langs->trans("ECMSection").'</b>: '.$val['label'].'<br>';
|
|
||||||
$htmltooltip='<b>'.$langs->trans("Type").'</b>: '.$langs->trans("ECMSectionAuto").'<br>';
|
|
||||||
$htmltooltip.='<b>'.$langs->trans("ECMCreationUser").'</b>: '.$langs->trans("ECMTypeAuto").'<br>';
|
|
||||||
$htmltooltip.='<b>'.$langs->trans("Description").'</b>: '.$val['desc'];
|
|
||||||
print $form->textwithpicto('',$htmltooltip,1,"info");
|
|
||||||
print '</td>';
|
|
||||||
|
|
||||||
print "</tr>\n";
|
|
||||||
|
|
||||||
if ($val['module'] == GETPOST('module')) // We are on selected module
|
|
||||||
{
|
|
||||||
if (in_array($val['module'],array('product')))
|
|
||||||
{
|
|
||||||
$showonrightsize='featurenotyetavailable';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$oldvallevel=$val['level'];
|
|
||||||
$nbofentries++;
|
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
print '<a class="fmdirlia jqft ecmjqft" href="'.DOL_URL_ROOT.'/ecm/index.php?module='.$val['module'].'">';
|
||||||
|
print $val['label'];
|
||||||
|
print '</a>';
|
||||||
|
}
|
||||||
|
|
||||||
|
print '<div class="ecmjqft">';
|
||||||
|
// Info
|
||||||
|
$htmltooltip='<b>'.$langs->trans("ECMSection").'</b>: '.$val['label'].'<br>';
|
||||||
|
$htmltooltip='<b>'.$langs->trans("Type").'</b>: '.$langs->trans("ECMSectionAuto").'<br>';
|
||||||
|
$htmltooltip.='<b>'.$langs->trans("ECMCreationUser").'</b>: '.$langs->trans("ECMTypeAuto").'<br>';
|
||||||
|
$htmltooltip.='<b>'.$langs->trans("Description").'</b>: '.$val['desc'];
|
||||||
|
print $form->textwithpicto('',$htmltooltip,1,"info");
|
||||||
|
print '</div>';
|
||||||
|
print '</li>';
|
||||||
|
|
||||||
|
$nbofentries++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '</ul></div></td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -637,8 +604,12 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
print '<tr><td colspan="6" style="padding-left: 20px">';
|
||||||
|
print '<div id="filetree" class="ecmfiletree">';
|
||||||
|
print '<ul class="ecmjqft">';
|
||||||
|
|
||||||
// Load full tree
|
// Load full tree
|
||||||
if (empty($sqltree)) $sqltree=$ecmdirstatic->get_full_arbo(0);
|
if (empty($sqltree)) $sqltree=$ecmdirstatic->get_full_arbo(0); // Slow
|
||||||
|
|
||||||
// ----- This section will show a tree from a fulltree array -----
|
// ----- This section will show a tree from a fulltree array -----
|
||||||
// $section must also be defined
|
// $section must also be defined
|
||||||
@ -699,7 +670,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
$ecmdirstatic->ref=$val['label'];
|
$ecmdirstatic->ref=$val['label'];
|
||||||
|
|
||||||
// Refresh cache
|
// Refresh cache
|
||||||
if (preg_match('/refresh/i',$_GET['action']))
|
if (preg_match('/refresh/i',$action))
|
||||||
{
|
{
|
||||||
$result=$ecmdirstatic->fetch($val['id']);
|
$result=$ecmdirstatic->fetch($val['id']);
|
||||||
$ecmdirstatic->ref=$ecmdirstatic->label;
|
$ecmdirstatic->ref=$ecmdirstatic->label;
|
||||||
@ -728,59 +699,33 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
else $option='indexnotexpanded';
|
else $option='indexnotexpanded';
|
||||||
//print $option;
|
//print $option;
|
||||||
|
|
||||||
print '<tr>';
|
print '<li class="directory collapsed">';
|
||||||
|
|
||||||
// Show tree graph pictos
|
// Show tree graph pictos
|
||||||
print '<td align="left">';
|
$cpt=1;
|
||||||
print '<table class="nobordernopadding"><tr class="nobordernopadding"><td>';
|
while ($cpt < $sqltree[$key]['level'])
|
||||||
$resarray=tree_showpad($sqltree,$key);
|
{
|
||||||
|
print ' ';
|
||||||
|
$cpt++;
|
||||||
|
}
|
||||||
|
$resarray=tree_showpad($sqltree,$key,1);
|
||||||
$a=$resarray[0];
|
$a=$resarray[0];
|
||||||
$nbofsubdir=$resarray[1];
|
$nbofsubdir=$resarray[1];
|
||||||
$nboffilesinsubdir=$resarray[2];
|
$nboffilesinsubdir=$resarray[2];
|
||||||
print '</td>';
|
|
||||||
|
|
||||||
// Show picto
|
|
||||||
print '<td valign="top">';
|
|
||||||
//print $val['fullpath']."(".$showline.")";
|
|
||||||
$n='2';
|
|
||||||
if ($b == 0 || ! in_array($val['id'],$expandedsectionarray)) $n='3';
|
|
||||||
if (! in_array($val['id'],$expandedsectionarray)) $ref=img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/plustop'.$n.'.gif','',1);
|
|
||||||
else $ref=img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/minustop'.$n.'.gif','',1);
|
|
||||||
if ($option == 'indexexpanded') $lien = '<a href="'.$_SERVER["PHP_SELF"].'?section='.$val['id'].'&sectionexpand=false">';
|
|
||||||
if ($option == 'indexnotexpanded') $lien = '<a href="'.$_SERVER["PHP_SELF"].'?section='.$val['id'].'&sectionexpand=true">';
|
|
||||||
//$newref=str_replace('_',' ',$ref);
|
|
||||||
$newref=$ref;
|
|
||||||
$lienfin='</a>';
|
|
||||||
print $lien.$newref.$lienfin;
|
|
||||||
if (! in_array($val['id'],$expandedsectionarray)) print img_picto($ecmdirstatic->ref,DOL_URL_ROOT.'/theme/common/treemenu/folder.gif','',1);
|
|
||||||
else print img_picto($ecmdirstatic->ref,DOL_URL_ROOT.'/theme/common/treemenu/folder-expanded.gif','',1);
|
|
||||||
print '</td>';
|
|
||||||
|
|
||||||
// Show link
|
// Show link
|
||||||
print '<td valign="middle">';
|
print $ecmdirstatic->getNomUrl(0,$option,32,'class="fmdirlia jqft ecmjqft"');
|
||||||
if ($section == $val['id']) print ' <u>';
|
|
||||||
print $ecmdirstatic->getNomUrl(0,'index',32);
|
print '<div class="ecmjqft">';
|
||||||
if ($section == $val['id']) print '</u>';
|
|
||||||
print '</td>';
|
|
||||||
print '<td> </td>';
|
|
||||||
print '</tr></table>';
|
|
||||||
print "</td>\n";
|
|
||||||
|
|
||||||
// Nb of docs
|
// Nb of docs
|
||||||
print '<td align="right">';
|
print '<table class="nobordernopadding"><tr><td>';
|
||||||
print $val['cachenbofdoc'];
|
print $val['cachenbofdoc'];
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td align="left">';
|
print '<td align="left">';
|
||||||
if ($nbofsubdir && $nboffilesinsubdir) print '<font color="#AAAAAA">+'.$nboffilesinsubdir.'</font> ';
|
if ($nbofsubdir && $nboffilesinsubdir) print '<font color="#AAAAAA">+'.$nboffilesinsubdir.'</font> ';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
// Edit link
|
|
||||||
print '<td align="right"><a href="'.DOL_URL_ROOT.'/ecm/docmine.php?section='.$val['id'].'">'.img_view($langs->trans("Edit").' - '.$langs->trans("Show")).'</a></td>';
|
|
||||||
|
|
||||||
// Add link
|
|
||||||
//print '<td align="right"><a href="'.DOL_URL_ROOT.'/ecm/docdir.php?action=create&catParent='.$val['id'].'">'.img_edit_add().'</a></td>';
|
|
||||||
print '<td align="right"> </td>';
|
|
||||||
|
|
||||||
// Info
|
// Info
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
$userstatic->id=$val['fk_user_c'];
|
$userstatic->id=$val['fk_user_c'];
|
||||||
@ -796,7 +741,11 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
print $form->textwithpicto('',$htmltooltip,1,"info");
|
print $form->textwithpicto('',$htmltooltip,1,"info");
|
||||||
print "</td>";
|
print "</td>";
|
||||||
|
|
||||||
print "</tr>\n";
|
print '</tr></table>';
|
||||||
|
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
|
print "</li>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$oldvallevel=$val['level'];
|
$oldvallevel=$val['level'];
|
||||||
@ -806,17 +755,16 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
// If nothing to show
|
// If nothing to show
|
||||||
if ($nbofentries == 0)
|
if ($nbofentries == 0)
|
||||||
{
|
{
|
||||||
print '<tr>';
|
print '<li class="directory collapsed">';
|
||||||
print '<td class="left"><table class="nobordernopadding"><tr class="nobordernopadding"><td>'.img_picto_common('','treemenu/branchbottom.gif').'</td>';
|
print '<div class="ecmjqft">';
|
||||||
print '<td>'.img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/minustop3.gif','',1).'</td>';
|
|
||||||
print '<td valign="middle">';
|
|
||||||
print $langs->trans("ECMNoDirecotyYet");
|
print $langs->trans("ECMNoDirecotyYet");
|
||||||
print '</td>';
|
print '</div>';
|
||||||
print '<td> </td>';
|
print "</li>\n";
|
||||||
print '</table></td>';
|
|
||||||
print '<td colspan="5"> </td>';
|
|
||||||
print '</tr>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '</ul>';
|
||||||
|
print '</div>';
|
||||||
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user