noalyss Version-9
history_top.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?><div class="bxbutton">
5<?php
6 if ($div != "popup")
7 {
8 $callback=$_SERVER['PHP_SELF'];
9 $str=$_SERVER['QUERY_STRING']."&op=history&act=de&ajax=$callback";
10
11 echo '<A class="icon" HREF="javascript:void(0)" onclick="var a=window.open(\'popup.php?'.$str.'\',\'\',\'fullscreen=yes,location=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,statusbar=no,menubar=no,status=no,location=no\'); a.focus();removeDiv(\''.$div.'\')">&#xf08e;
12</A>';
13 echo Icon_Action::draggable($div);
14 echo Icon_Action::close($div);
15}
16?>
17</div>
$div
$str
Definition: fiche.inc.php:91