MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/www/imenso.co/demo/stellar/stellarbilling/index.php
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Stellar Search</title>
	<link rel="stylesheet" type="text/css" href="css/semantic.min.css">
	<link rel="stylesheet" type="text/css" href="css/style.css">
	 <link rel="stylesheet" type="text/css" href="css/icon.min.css">
	 <link href="https://cdn.rawgit.com/mdehoog/Semantic-UI-Calendar/76959c6f7d33a527b49be76789e984a0a407350b/dist/calendar.min.css" rel="stylesheet" type="text/css" />
	
	<!--[if IE 8]>		
		<link rel="stylesheet" href="css/ie.css">
	<![endif]-->
	<script src="https://code.jquery.com/jquery-3.1.1.min.js"
  integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
  crossorigin="anonymous"></script>
	<script src="js/semantic.min.js"></script>
	<script src="https://cdn.rawgit.com/mdehoog/Semantic-UI-Calendar/76959c6f7d33a527b49be76789e984a0a407350b/dist/calendar.min.js"></script>
	<script src="js/script.js"></script>
	<script src="https://use.fontawesome.com/0d759b0699.js"></script>

<script type="text/javascript">
 $(document).ready(function() {
	  $('.checkbox').on('click', function() {
        $(".bulkaction").show();
        $(".csearch").hide();
    });
 });
</script>	
<script>
  $(document)
    .ready(function() {
      $('.ui.menu .ui.dropdown').dropdown({
        on: 'click'
      });

      $('.ui.dropdown')
		  .dropdown()
		;
		$('.ui.mandates.sidebar').first()
  .sidebar('attach events', '.toggle.openm')
;
$('.toggle.openm')
  .removeClass('disabled')
;

			$('.escalate.modal')
  .modal('attach events', '.escalate', 'show')
;
		$('.ps-list-item-title')
  		.popup()
		;
		$('.fmenus')
  		.popup()
		;
      $('.ui.menu a.item')
        .on('click', function() {
          $(this)
            .addClass('active')
            .siblings()
            .removeClass('active')
          ;
        })
      ;
    });
</script>

 
	
</head>
<body>

 
  
<div class="ui escalate modal">
  <i class="close changeStatus icon"></i>
  <div class="header">
    Escalate Search
  </div>
  <div class="content">
	  <div class="ui form">
	  <div class="field">
	    <label>Comment for Shailja</label>
	    <textarea></textarea>
	  </div>
	  
	</div>
   </div>
  <div class="actions">
    <div class="ui black deny button">
      Cancel
    </div>
    <div class="ui positive right labeled icon button">
      Submit
      <i class="checkmark icon"></i>
    </div>
  </div>
 </div><!--/escalate-->


<?php include("top-menu.php");?>

<?php include("left-menu.php");?>
<section class="main-content">
	
	<div class="no-record">

		<img src="images/norecord.png" width="150"><br>
		<h3 class="theme-text">Dashboard Coming Soon</h3>
        
		</div>
		</div>
	
</section>


</body>
</html>