<TITLE>MONITORING IMB</TITLE>
<div style="margin:0px 50px;text-align: left;">
    
<form method=get action=cari_pending_imb.php>
  <table>
        <tr>
            <td>Nama LNC</td>
            <td><?php 
echo selectLNC("LNC");
?>
</td>
        </tr>
        <tr>
            <td>Hari Proses</td>
            <td><?php 
echo inputnya("hariproses1", "style='width:100px'") . " s/d " . inputnya("hariproses2", "style='width:100px'");
?>
 </td>
        </tr>
    </table>
  <p class="style11">
    <INPUT type=radio name=pilih value=status_imb checked>
  Monitoring IMB Dalam Proses <br>
  </p>
  <p class="style2">
    <input type=submit name=oke value=Cari>
  </p>
</form>
    
<div align="center">
<div align="center">
  <table width="100%" height="31" border="1" cellpadding="0" cellspacing="0" bordercolor="#111111" style="border-collapse: collapse; border-width: 0">
    <tr>
      <td width="14%" style="border-style: none; border-width: medium" height="29"> <span class="style15"><font face="Arial">Tgl. Awal </font></span></td>
      <td width="86%" style="border-style: none; border-width: medium" height="29"> <font face="Arial"><span class="style11"><span class="style2">
        <?php 
echo inputnya("tgl_awal", 'style="width:80px" onClick="if(self.gfPop)gfPop.fPopCalendar(document.biodata.tgl_awal);return false;"');
?>
</span></span> </font></td>
    </tr>
  </table>
  <table width="100%" height="31" border="1" cellpadding="0" cellspacing="0" bordercolor="#111111" style="border-collapse: collapse; border-width: 0">
    <tr>
      <td width="14%" style="border-style: none; border-width: medium" height="29"> <span class="style15"><font face="Arial">Tgl. Akhir</font></span></td>
      <td width="86%" style="border-style: none; border-width: medium" height="29"> <font face="Arial"><span class="style11"><span class="style2">
      <?php 
echo inputnya("tgl_akhir", 'style="width:80px" onClick="if(self.gfPop)gfPop.fPopCalendar(document.biodata.tgl_akhir);return false;"');
?>
</span></span> </font></td>
    </tr>
  </table>
  <p class="style11">
    <input type=submit name=oke value=Cari>
  </p>
</form>
    
<div align="center">

<div align="center">
  <?php 
$tgl_awal = $_POST['tgl_awal'];
$tgl_akhir = $_POST['tgl_akhir'];