noalyss Version-9
Variables
popup.php File Reference

Go to the source code of this file.

Variables

 $ajax =$http->get("ajax")
 
 $cn =Dossier::connect()
 
global $g_user =new Noalyss_user($cn)
 
 $http =new HttpInput()
 
 $script
 
 $str =$_SERVER['QUERY_STRING']."&div=popup"
 
if(basename($_GET['op'])=='history') else
 

Variable Documentation

◆ $ajax

$ajax =$http->get("ajax")
Examples
progress-bar.test.php.

Definition at line 124 of file popup.php.

◆ $cn

Definition at line 62 of file popup.php.

◆ $g_user

$g_user =new Noalyss_user($cn)

Definition at line 61 of file popup.php.

◆ $http

$http =new HttpInput()

Definition at line 31 of file popup.php.

◆ $script

$script
Initial value:
="
var obj={id:'popup',fixed:1,cssclass:'content',style:'width:auto',html:loading(),qs:'$str',js_success:'success_box',js_error:null,callback:'".$ajax."'};
show_box(obj);
"

Definition at line 125 of file popup.php.

Referenced by create_script(), DatabaseCore\execute_script(), js_include(), Output_Html_Tab\output(), and Fiche\Summary().

◆ $str

$str =$_SERVER['QUERY_STRING']."&div=popup"

Definition at line 123 of file popup.php.

◆ else

if (basename( $_GET[ 'op'])=='history') else
Initial value:
{
static print_window()
Javascript to print the current window.

Definition at line 116 of file popup.php.