19 lines
907 B
PHP
19 lines
907 B
PHP
<?php
|
|
//This file is part of NOALYSS and is under GPL
|
|
//see licence.txt
|
|
?><div class="bxbutton">
|
|
<?php
|
|
if ($div != "popup")
|
|
{
|
|
$callback=$_SERVER['PHP_SELF'];
|
|
$str=$_SERVER['QUERY_STRING']."&op=history&act=de&ajax=$callback";
|
|
echo '<A id="close_div" 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.'\')">⬜
|
|
</A>';
|
|
printf('<span id="pin_%s" style="margin:0px;padding:0px;margin-right:6px;padding-top:2px;font-size:120%%;border-width:0px" ><a class="input_text" onclick="pin(\'%s\')" id="close_div">%s</a></span>',
|
|
$div,
|
|
$div,PINDG);
|
|
|
|
echo '<A id="close_div" HREF="javascript:void(0)" onclick="removeDiv(\''.$div.'\');">⨉</A>';
|
|
}
|
|
?>
|
|
</div>
|