예제 #1
0
            ?>
					<div class="well"  style="padding:0;">
					<div class="row">
						<div class="col-md-4"></div>
						<div class="col-md-4">
							<h4 id="levelno" align="center"><strong>LEVEL <?php 
            echo $level;
            ?>
</strong></h4>
						</div>    
						<div class="col-md-4"></div>
					</div>
					</div>    
						
					<?php 
            $post = $dm->getComment($level, 1);
            while ($row = $post->fetch()) {
                ?>
						<div class="well" style="margin-bottom:0.6em;" id="post">
					<div class="row">
						<div class="col-md-2" align="center">
							<img class="img img-responsive img-circle" <?php 
                if ($row['role'] == 1) {
                    echo 'src="images/admin_pic.jpg"';
                } else {
                    echo 'src="images/player.jpg"';
                }
                ?>
 />
							<p><strong><?php 
                if ($row['role'] == 1) {