Example #1
0
                                        </tr>

                                        <tr>
                                            <td>tanggal diserahkan</td>
                                            <td><?php 
        echo ht_input("tgl_serah", "class='dateNormal dateMask'");
        ?>
</td>
                                        </tr>

                                    </table>
                                </td>
                                <td>
                                    <table class="tbllayout">
                                        <tr> <td class="w180"> Status Rekg. Pinjaman</td> <td class="w300"> <?php 
        echo ht_select("status_rekg", $ListStatusRekg, "", false);
        ?>
</td> </tr>
                                        <tr> <td>  Nama Penerima</td> <td > <?php 
        echo ht_input("pelunasan_penerima");
        ?>
</td> </tr>

                                        <tr><td>Keterangan</td><td><?php 
        echo ht_input("pelunasan_keterangan");
        ?>
</td></tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
Example #2
0
&no_trail="+$("#no_trail").val();
                });
            });
        </script>
    </head>
    <body>           
       
        <form method="POST">
            <div style="margin:0px 50px;text-align: left;">
                    
                    <h1>Riwayat Data Debitur</h1>
                    <table class="tbllayout">
                        <tr>
                            <td colspan="2">
                                <?php 
echo ht_select("no_trail", $ListNoTrail);
?>
                                
                            </td>
                        </tr>
                        <tr>
                            <td width='100px'>user create</td>
                            <td><?php 
echo $usersCreate['NPP'] . ", " . $usersCreate['NAMA'];
?>
</td>
                        </tr>
                        <tr>
                            <td >date create</td>
                            <td><?php 
$buf = explode(" ", $trailSekarang['tgl_update']);
?>

                        <?php 
if ($_GET['jns_pencarian'] == "tgl") {
    ?>
                            <?php 
    echo ht_input("tgl_update", "class='dateNormal dateMask' style='width:100px'");
    ?>
                            <input type="Submit" name='action' value="cari" />
                            <?php 
} else {
    if ($_GET['jns_pencarian'] == "point") {
        ?>

                            <?php 
        echo ht_select("tgl_point", $ddl_tglpoint);
        ?>

                            <?php 
    }
}
?>

                    </div>



                    <table class="tblLookup" border="1px" style="width:100%">
                        <thead>
                            <tr>
                                <th width="50px" style="text-align: center">NO</th>
        <div style="margin:0px 50px;text-align: left;">
            <div id="tabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all" style="height: 100%">        
                <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" role="tablist">
                    <li class="ui-state-default <?php 
echo $cssInput;
?>
" role="tab" tabindex="0" aria-controls="tabs-1" aria-labelledby="ui-id-1" aria-selected="true" aria-expanded="true"><a href="?submn=input" class="ui-tabs-anchor" role="presentation" tabindex="-1" >SUMMARY INPUT</a></li>
                    <li class="ui-state-default <?php 
echo $cssEdit;
?>
" role="tab" tabindex="-1" aria-controls="tabs-2" aria-labelledby="ui-id-2" aria-selected="false" aria-expanded="false"><a href="?submn=edit" href="" class="ui-tabs-anchor" role="presentation" tabindex="-1" >SUMMARY EDIT</a></li>
                </ul>
                <form method="POST">
                <table>
                    <tr><td width="200px">LNC</td><td><?php 
echo ht_select("lnc", $listLNC, "", false);
?>
</td></tr>
                    <tr><td>Tanggal</td><td><?php 
echo ht_input("tgl1", "class='dateMask dateNormal' style='width:110px'");
?>
 s/d <?php 
echo ht_input("tgl2", "class='dateMask dateNormal' style='width:110px'");
?>
</td></tr>
                    <tr><td></td><td><input type="submit" name="action" value="Cari" /></td></tr>
                </table>
                </form>
                
                <div style="margin:5px">
                    <table class="tblLookup" border="1px">
                                        <tr><td>Keterangan</td><td><?php 
        echo ht_input("pelunasan_keterangan");
        ?>
</td></tr>
                                    </table>
                                </td>
                            </tr>
                        </table>

                        <h1 class="judulfrm">Memo</h1>
        <?php 
        echo ht_textarea("memo", 'style="width:90%;height:180px;margin: 10px"');
        ?>
                        <h1 class="judulfrm"> Kendala Pengikatan</h1>
        <?php 
        echo ht_select("kendala", $ListKendala, "style='margin:10px'");
        ?>
        <div><?php 
        echo in_array($kendalaLama, $ListKendala) ? "" : $kendalaLama;
        ?>
</div>                
                        <?php 
    }
    ?>
                    <div></div>
                    <input type="submit" name="action" value="simpan" style='margin:10px;' />
                    <?php 
}
?>
            </div>
Example #6
0
                $("#type").change(function() {
                    window.location = "col_lookup.php?type=" + $("#type").val();
                });
            });

        </script>
    </head>
    <body>
    
        <div style="margin:0px 50px;text-align: left;">
                    
                    <h1 class="judulfrm">Parameter</h1>
            <form method="post">
                <table class="tbllayout">
                    <tr><td>Type</td><td><?php 
echo ht_select("type", $listTypeLookup);
?>
</td></tr>
                    <tr><td>Value</td><td><?php 
echo ht_input("value");
?>
</td></tr>         
                    <tr><td>LNC</td><td><?php 
echo ht_input("lnc");
?>
</td></tr>

                </table>
                <input type="Submit" name='action' value="<?php 
echo $action;
?>