* @version $Id$ * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ //////////// Check Inclusion de pages //////////// if (!class_exists('auth')) { include_once("../lib/lib_common.php"); ReloadIndex('admin'); } //////////// //////////// Check Droits utilisateur //////////// if (!$l21auth->isSuperAdmin()) ReloadIndex('admin'); //////////// $r=$sql_object->DBSelect(SQL_getTags()); ?>
'.$total_display.'

'.PHP_EOL; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; for($i=0; $i\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } echo ""; echo "
".mb_ucfirst(_t('tag','name'))."".mb_ucfirst(_t('tag','occurence')). "".mb_ucfirst(_t('divers','date_crea'))." ".mb_ucfirst(_t('divers','actions'))."
" . formatText(cutText($r[$i]['tag_name'],70, 1), '2HTML') . "".formatText($r[$i]['counter'])."".$r[$i]['tag_date_crea_display']."\n"; echo "
"; echo "\t" . _t('tag','sup') . "\n"; echo "\t" . _t('tag','mod') . "\n"; echo "
"; echo "
"; } else { $total_display = sprintf(_t('tag', 'nb_total'), '0'); echo '

'.$total_display.'

'.PHP_EOL; echo "
"._t('divers','no_matches')."
"; } // Ability to sort table addDynamicCSS('../lib/js/jquery.tablesorter/theme.default.css'); footerAddJS('../lib/js/jquery.tablesorter/jquery.tablesorter.min.js'); $str = '$("table.multisort").tablesorter({ });'; footerAddInlineJS($str); ?>