    <div class="col-md-12">
<div id="bgjdl">
    DATA AGENDA PINANGLIMANEWS
    </div>
    </div>
            
<div class="col-md-12" >
<form action="?page=hapus_agenda" method="post">                 
              
                <table  class="table table-striped table-hover table-bordered" id="example1">
                    
                    <thead>
                        <tr>
                <th id="th" class="info">Pilih</th>
                <th id="th" class="info">NO</th>
                <th id="th" class="info">Tanggal Post</th>
                <th id="th" class="info">WACANA AGENDA</th>
                <th  id="th" class="info">OPSI</th>
                        </tr>
            </thead>
            <tbody>
            <?php

$sql="select*from agenda where status_admin='adminpinanglima'";	
$result=mysql_query($sql);
    while($data=mysql_fetch_array($result)){

    
    ?>
            
                <tr align="center" id="tr">
             
                    <td data-content="Pilih" id="td"><input name="cek[]" type="checkbox" id="cek[]" value="<?php echo $data ['id_agenda'];?>" /></td>  
                    <td data-content="No" id="td"><?php echo ++$no_urut;?></td>      
                    <td data-content="Tanggal Post" id="td"><?php echo $data ['tanggal_post'];?></td>       
                    <td data-content="Keterangan" id="td"><p><?php echo $data ['tema_agenda'];?></p></td>    
                    <td data-content="OPSI" id="td"><a class="btn " id="op" href="?page=edit_agenda&a=<?php echo $data ['id_agenda'];?>" ><i class="fa fa-edit"> Edit</i></a></td>
                </tr>
                            <?php

}
          
    ?>
            </tbody>

            
            </table>
    <div class="col-md-12">
        <div id="fonthps">Hapus Yang Ditandai <button class="btn btn-danger" name="but">
        <i class="fa fa-times"></i> HAPUS
        </button></div>
               </div>
    </form>
            </div>
    
</body>
</html>