noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
history_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 class="bxbutton">
00005 <?php
00006    if ($div != "popup")
00007    {
00008      $callback=$_SERVER['PHP_SELF'];
00009      $str=$_SERVER['QUERY_STRING']."&act=de&ajax=$callback";
00010      echo '<A id="popmeout" HREF="javascript:void(0)" onclick="var a=window.open(\'popup.php?'.$str.'\',\'\',\'fullscreen=yes,location=no,toolbar=no,scrollbars=yes,resizable=yes,status=no,location=no\'); a.focus();removeDiv(\''.$div.'\')">
00011 !pop me out ! </A>';
00012 echo '<A id="close_div" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">'._("Fermer").'</A>';
00013 }
00014 ?>
00015 </div>
 All Data Structures Namespaces Files Functions Variables Enumerations