ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/seo-mailing/settings/ |
Upload File : |
<table class="table table-bordered table-striped">
<thead>
<tr>
<th><?php echo __('Name section');?></th>
<?php if($_SESSION['PERM'][12]['e'] == 1){?>
<th class="span1"><?php echo __('Operations');?></th>
<?php } ?>
</tr>
</thead>
<tbody>
<?php $result = mysqli_query($db,"SELECT * FROM ".$INFO['sql_tbl_prefix']."permission_section WHERE id_group = 0");
if(mysqli_num_rows($result) > 0){
while($per_group = mysqli_fetch_array($result)){?>
<tr class="info">
<td><strong><?php echo __($per_group['section'])?></strong></td>
<?php if($_SESSION['PERM'][12]['e'] == 1){?>
<td><div class="btn-group">
<a class="btn btn-primary btn-small dropdown-toggle" data-toggle="dropdown" href="#">
<?php echo __('Action');?>
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="?settings&edit_permission=<?php echo $per_group['id']?>"><i class="icon-cog"></i> <?php echo __('Access rights');?></a></li>
</ul>
</div></td>
<?php } ?>
</tr>
<?php $res = mysqli_query($db,"SELECT * FROM ".$INFO['sql_tbl_prefix']."permission_section WHERE id_group = {$per_group['id']}");
if(mysqli_num_rows($res) > 0){
while($sub_group = mysqli_fetch_array($res)){?>
<tr>
<td><span style="padding-left:15px"><?php echo __($sub_group['section'])?></span></td>
<?php if($_SESSION['PERM'][12]['e'] == 1){?>
<td><div class="btn-group">
<a class="btn btn-primary btn-small dropdown-toggle" data-toggle="dropdown" href="#">
<?php echo __('Action');?>
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="?settings&edit_permission=<?php echo $sub_group['id']?>"><i class="icon-cog"></i> <?php echo __('Access rights');?></a></li>
</ul>
</div></td>
<?php } ?>
</tr>
<?php } ?>
<?php }?>
<?php } ?>
<?php }?>
</tbody>
</table>