1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/sources/include/template/history_top.php

18 lines
623 B
PHP
Raw Normal View History

2015-09-27 00:35:53 +02:00
<?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 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;
2015-09-27 00:35:53 +02:00
</A>';
echo Icon_Action::draggable($div);
echo Icon_Action::close($div);
2015-09-27 00:35:53 +02:00
}
?>
</div>