noalyss  Version-9
Variables
ajax_tag_list.php File Reference

Display the list of tags. More...

Go to the source code of this file.

Variables

 $html =escape_xml($response)
 
 $js =sprintf("onclick=\"show_tag('%s','%s','%s','j')\"",Dossier::id(),'','-1')
 
 $response = ob_get_clean()
 
 $tag =new Tag_Action($cn)
 
if(headers_sent() &&DEBUGNOALYSS > 0) else
 
 if ($g_user->check_action(TAGADD)==1)
 

Detailed Description

Display the list of tags.

Definition in file ajax_tag_list.php.

Variable Documentation

◆ $html

$html =escape_xml($response)

Definition at line 42 of file ajax_tag_list.php.

◆ $js

$js =sprintf("onclick=\"show_tag('%s','%s','%s','j')\"",Dossier::id(),'','-1')

◆ $response

$response = ob_get_clean()

Definition at line 36 of file ajax_tag_list.php.

◆ $tag

$tag =new Tag_Action($cn)

Definition at line 27 of file ajax_tag_list.php.

◆ else

if (headers_sent() &&DEBUGNOALYSS > 0) else
Initial value:
{
header('Content-type: text/xml; charset=UTF-8')

Definition at line 39 of file ajax_tag_list.php.

◆ if

if( $g_user->check_action(TAGADD)==1)

Definition at line 33 of file ajax_tag_list.php.