noalyss
Version-9
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