noalyss
Version-9
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
$
a
s
u
v
Files
File List
Globals
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Pages
include
template
history_top.php
Go to the documentation of this file.
1
<?php
2
//This file is part of NOALYSS and is under GPL
3
//see licence.txt
4
?><div
class
=
"bxbutton"
>
5
<?php
6
if
(
$div
!=
"popup"
)
7
{
8
$callback
=$_SERVER[
'PHP_SELF'
];
9
$str
=$_SERVER[
'QUERY_STRING'
].
"&op=history&act=de&ajax=$callback"
;
10
11
echo
'<A class="icon" HREF="javascript:void(0)" onclick="var a=window.open(\'popup.php?'
.$str.
'\'
,\
'\'
,\
'fullscreen=yes,location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,statusbar=no,menubar=no,status=no,location=no\'); a.focus();removeDiv(\''
.$div.
'\'
)
">
12
</A>';
13
echo Icon_Action::draggable($div);
14
echo Icon_Action::close($div);
15
}
16
?>
17
</div>
$div
$div
Definition:
ajax_history.php:28
$callback
$callback
Definition:
ajax_search_operation.php:62
$str
$str
Definition:
fiche.inc.php:91