noalyss Version-9
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";
11if ( 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>
$opd_description style
$_REQUEST['ac']
$str
show an iframe, the iframe contains either