Setup.php en partie réécrit Tous les tags <? ont été changés en <?php pour les servers mutualisés
12 lines
No EOL
454 B
PHP
12 lines
No EOL
454 B
PHP
<?php
|
|
/**
|
|
*@brief show an iframe, the iframe contains either
|
|
* - a input type to save a file
|
|
* - a file name (which can be opened or removed
|
|
*/
|
|
$str='?'.dossier::get()."&div=$div&act=file&jr_id=$jr_id";
|
|
if ( isset ($_REQUEST['ajax'])) $str.="&ajax=1";
|
|
?>
|
|
<div class="noprint">
|
|
<iframe frameborder=0 scrolling="no" style="margin:0;padding: 0;border:0;width:100%;height:90;overflow:hidden" src="<?php echo 'ajax_ledger.php'.$str; ?>"></iframe>
|
|
</div>
|