</select></td>
                            
                        </tr>
                        <tr>
                            <td >
                                <font color="#fff" >No / Tgl Dokumen</font>
                            </td>
                            <td>
                                <font color="#fff">:</font>
                            </td>
                            <td colspan="4">
                                <input type="text" id="Dokumen2No" name="Dokumen2No" value="<?php 
        echo $bcf15['Dokumen2No'];
        ?>
"/> / <input type="text"  name="Dokumen2Date" id="tanggal3" value="<?php 
        echo my_ke_tgl($bcf15['Dokumen2Date']);
        ?>
"/>
                                
                            </td>
                            
                        </tr>
                        
                        <?php 
        $sqlkonf = "SELECT * FROM kofirmasi_p2 where  idbcf15={$bcf15['idbcf15']}";
        // memanggil data dengan id yang ditangkap tadi
        $query = mysql_query($sqlkonf);
        $data = mysql_fetch_array($query);
        ?>
                        <tr>
                            <td >
                                                            </div>
                                                                                                
                                                <input type="checkbox" name="cek3" id="cek3" value="1" class="nhp"> NHP Asli
                                                        <div class="nonhp">
                                                            <table>
                                                                <tr>
                                                                    <td class="judulform">No NHP</td>
                                                                    <td><input type="text" id="CacahNo" name="CacahNo" value="<?php 
        echo $bcf15['CacahNo'];
        ?>
"/></td>
                                                                </tr>
                                                                <tr>
                                                                    <td class="judulform">Tgl</td>
                                                                    <td><input type="text" id="tanggal5" name="CacahDate" value="<?php 
        echo my_ke_tgl($bcf15['CacahDate']);
        ?>
"/></td>
                                                                </tr>
                                                            </table>
                                                        </div>
                                                <br>
                                                <input type="checkbox" name="cek4" value="1" id="cek4"> Surat Tugas<br>
                                                <input type="checkbox" name="cek5" value="1" id="cek5"> Surat Kuasa<br>
                                                <input type="checkbox" name="cek6" value="1" id="cek6"> Inv/Pck List / BL<br>
                                                <input type="checkbox" name="cek7" value="1" id="cek7"> Id Card<br><hr>

                                                <input type="checkbox" id="ceksemua">Check All<br>

                                              </fieldset>
Beispiel #3
0
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">Tgl</td><td>:</td><td><input class="required"  type="text" size="10" name="tglsetujuempty" id="tglsetujuempty" value="<?php 
            echo my_ke_tgl($datastrip['tglsetujuempty']);
            ?>
" />(DD-MM-YYYY)</td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">No BA Stripping</td><td>:</td><td><input class="required"  type="text" size="50" name="nobastrip" id="nobastrip" value="<?php 
            echo $datastrip['nobastrip'];
            ?>
" /></td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">Tgl</td><td>:</td><td><input class="required"  type="text" size="10" name="tglbastrip" id="tglbastrip" value="<?php 
            echo my_ke_tgl($datastrip['tglbastrip']);
            ?>
" />(DD-MM-YYYY)</td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">Pemeriksa</td><td>:</td><td><input class="required"  type="text" size="30" name="niprekamempty" disabled id="niprekamempty" value="<?php 
            echo $datastrip['niprekamempty'];
            ?>
" /></td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">Tgl Rekam</td><td>:</td><td><input class="required"  type="text" size="30" name="tglrekamsetempty" disabled id="tglrekamsetempty" value="<?php 
            echo $datastrip['tglrekamsetempty'];
            ?>
" /></td>
                                        </tr>
Beispiel #4
0
                                <div id="tabs-1" >
                                    <table class="data isitabel">
                                        <tr>
                                            <td bgcolor="#d2d945" colspan="4">
                                                <span  style="text-decoration: none;color: #273372;font-size: 11pt; font-weight: bolder;font-family: verdana;">Rekam Surat Permohonan Striping Container</span> 
                                            </td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">No Surat</td><td>:</td><td><input class="required" type="text" size="50" name="nosrt" id="nosrt" value="<?php 
        echo $datastrip['nosrt'];
        ?>
" /></td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">Tanggal</td><td>:</td><td><input class="required" type="text" size="10" name="tglsrt" id="tglsrt" value="<?php 
        echo my_ke_tgl($datastrip['tglsrt']);
        ?>
" />(DD-MM-YYYY)</td>
                                        </tr>
                                        <tr >
                                            <td class="isitabelnew">TPP</td><td>:</td>
                                            <td>
                                                <select class="required" id="idtpp" name="idtpp" >
                                                    <option value = "" >--T P P--</option>
                                                    <?php 
        $sql = "SELECT * FROM tpp ORDER BY idtpp";
        $qry = @mysql_query($sql) or die("Gagal query");
        while ($data = mysql_fetch_array($qry)) {
            if ($data[idtpp] == $bcf15[idtpp]) {
                $cek = "selected";
            } else {