예제 #1
0
	<table class="datatable">
		<thead>
			<tr>
				<th>Order ID</th>
				<th>Order #</th>
				<th>Client</th>
				<th>Monitor type</th>
				<th>Domain</th>
				<th>Dedicated IP</th>
				<th>Status</th>
			</tr>
		</thead>
		<tbody>
			<?php 
if (is_array($monitors) && count($monitors)) {
    $addonUrl = MonitisHelper::adminAddonUrl();
    foreach ($monitors as $monitor) {
        ?>
			<tr>
				<!-- td><?php 
        echo $monitor["orderid"];
        ?>
</td -->
				<td><a href="<?php 
        echo MonitisHelper::adminOrderUrl($monitor["orderid"]);
        ?>
" target="_blank"><?php 
        echo $monitor["orderid"];
        ?>
</a></td>
				<td><?php