00001 <?php 00002 //This file is part of NOALYSS and is under GPL 00003 //see licence.txt 00004 ?><?php 00005 /** 00006 *@brief show an iframe, the iframe contains either 00007 * - a input type to save a file 00008 * - a file name (which can be opened or removed 00009 */ 00010 $str='?'.dossier::get()."&div=$div&act=file&jr_id=$jr_id"; 00011 if ( isset ($_REQUEST['ajax'])) $str.="&ajax=1"; 00012 ?> 00013 <div class="noprint"> 00014 <iframe frameborder=0 scrolling="no" style="margin:0px;padding: 0px;border:0px;width:100%;height:90px;overflow:hidden" src="<?php echo 'ajax_ledger.php'.$str; ?>"></iframe> 00015 </div>