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
ledger_detail_file.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
?><?php
5
/**
6
*@brief show an iframe, the iframe contains either
7
* - a input type to save a file
8
* - a file name (which can be opened or removed
9
*/
10
$str
=
'?'
.dossier::get().
"&op=ledger&div=$div&act=file&jr_id=$jr_id"
;
11
if
( isset (
$_REQUEST
[
'ajax'
]))
$str
.=
"&ajax=1"
;
12
?>
13
14
<div
id
=
"document_operation_div<?php echo $div;?>"
class
=
"myfieldset noprint"
style
=
"display:<?php echo $a_tab['document_operation_div']['display']?>"
>
15
<iframe frameborder=0 scrolling=
"no"
style
=
"margin:0px;padding: 0px;border:0px;width:100%;height:90px;overflow:hidden"
src=
"<?php echo 'ajax_misc.php'.$str; ?>"
></iframe>
16
</div>
style
$opd_description style
Definition:
ajax_mod_predf_op.php:52
$_REQUEST
$_REQUEST['ac']
Definition:
ajax_search_action.php:26
$str
$str
show an iframe, the iframe contains either
Definition:
ledger_detail_file.php:10