Exemplo n.º 1
0
             
          <div class="panel-head"><strong>我的信息</strong></div>
          <div class="panel-body bg-white">
          	<table class="table table-bordered">
            	
            	<tr class="white">
                	<td width="30%" class="text-right">我的微信</td>
                    <td><?php 
echo $rowuser['wechat'];
?>
</td>
                </tr>
                <tr class="blue">
                	<td class="text-right">我的级别</td>
                    <td><?php 
echo userjibiename($rowuser['standardlevel']);
?>
&nbsp;&nbsp;<div class='level_icon tips'><div class='left'></div><div class='right'></div><span><?php 
echo $rowuser['standardlevel'];
?>
</span></div><div class='icons'><img src='Static/images/levels/<?php 
echo $rowuser['standardlevel'];
?>
.png' /></div></td>
                </tr>
<?php 
$sql = "select count(*) as alluu from users where rid= '" . $rowuser['id'] . "' ";
$query = $db->query($sql);
$rowtj = $db->fetch_array($query);
$sql = "select count(*) as alluu2 from users where pid= '" . $rowuser['id'] . "' ";
$query = $db->query($sql);
Exemplo n.º 2
0
    if (!empty($rowu)) {
        ?>
                                    <tr class="bg-white">
                
                <td><?php 
        echo $rowu['nickname'];
        ?>
<br><span class="text-yellow"><?php 
        echo $rowu['wechat'];
        ?>
</span><br><span class="text-blue"><?php 
        echo $rowu['loginname'];
        ?>
</span></td>
                <td><?php 
        echo userjibiename($row['jibie']);
        ?>
(<?php 
        if ($row['types'] == 1) {
            echo "<font color=#b96d0a>升级</font>";
        } else {
            echo "<font color=blue>核实</font>";
        }
        ?>
)</td>
                <td><?php 
        echo $row['addtime'];
        ?>
</td>
                <td>
					                    	<span class="text-green"><?php