Files
simrs-jatim/notification.php
2024-04-19 14:04:41 +07:00

17 lines
732 B
PHP

<?php if(array_key_exists('ROLES', $_SESSION) && ($_SESSION['ROLES']=="15" || $_SESSION['ROLES']=="7")){ ?>
<div id="notification" style="background-color:#FFF;">
<div id="notificationClose" style="background:url(img/bg_frame_title.png) repeat-x;">
<h5>Notification message<div style="float:right">X</div></h5>
</div>
<div style="border-bottom:1px dashed #999; padding:2px;">Request :</div>
<div id="notificationIn"></div>
</div>
<?php } ?>
<div id="chat1" style="background-color:#FFF;">
<div id="d3" style="display:none;">
<div style=" background:#CCC; width:200px;border:1px solid #666; padding:10px;">
<?php #include("chat/chat.html"); ?>
</div>
</div>
</div>