noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
ledger_detail_top.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 ?><div style="float:right;height:10px;display:block;margin-top:0.48%;margin-right:0.48%">
00005 <?php 
00006    if ($div != "popup") {
00007      $callback=$_SERVER['PHP_SELF'];
00008      $str=$_SERVER['QUERY_STRING']."&act=$action&ajax=$callback";
00009      echo '<A id="close_div" HREF="javascript:void(0)" onclick="var a=window.open(\'popup.php?'.$str.'\',\'\',\'location=no,toolbar=no,fullscreen=yes,scrollbars=yes,resizable=yes,status=no\'); a.focus();removeDiv(\''.$div.'\')">
00010 !pop me out ! </A>';
00011      echo '<A id="close_div" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">'._("Fermer").'</A>';
00012    }
00013 ?>
00014 </div>
00015 <div>
00016    <?php echo h2($oLedger->get_name(),'class="title"'); ?>
00017 </div>
00018 <?php echo "Opération ID=".hb($obj->det->jr_internal); ?>
00019 <div id="<?php echo $div.'info'?>" class="divinfo"></div>
00020 <?php require_once('class_itextarea.php');
00021 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations