예제 #1
0
                                    </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>
                        <h1 class="judulfrm">Memo</h1>
        <?php 
        echo ht_textarea("memo", 'style="width:90%;height:180px;margin: 10px"');
        ?>
                        </table>

        <?php 
    }
    ?>
예제 #2
0
                    <li class="ui-state-default ui-corner-top" role="tab" tabindex="-1" aria-controls="tabs-3" aria-labelledby="ui-id-3" aria-selected="false" aria-expanded="false"><a href="col_sumCairTahap.php" class="ui-tabs-anchor" role="presentation" tabindex="-1" >Pencairan Bertahap</a></li>
                </ul>


                <div style="margin:5px">
                <form method="post">
                    <div style="height: 20px;margin-top: 20px;">
                        <?php 
echo ht_select("jns_pencarian", array("tgl" => "Summary berdasar tanggal update trail", "saat_ini" => "Summary berdasar tgl hari ini", "point" => "Summary yang pernah disimpan"), "", false);
?>

                        <?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 
    }
}
?>
예제 #3
0
                    <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">
                        <thead>
                            <tr>
                                <th width="120px" style="text-align: center">LNC</th>
                                <th width="120px" style="text-align: center">NPP</th>
                                <th width="200px" style="text-align: center">NAMA</th>
                                <th width="150px" style="text-align: center">JML</th>
                            </tr>
예제 #4
0
				COLLATERAL ALERT DETECTION SYSTEM
			</div>
            <table style='margin:10px'>
				
				<tr>
					<td rowspan=2>
					<img src='images/login.jpg'/>
					</td>
					<td>
						<table cellspacing=8>
							<tr><td width='100px' align='right'>NPP</td><td><?php 
echo ht_input("npp", "style='width:200px'");
?>
</td></tr>
							<tr><td align='right'>Password</td><td><?php 
echo ht_input("password", "style='width:200px'", "password");
?>
</td></tr>
						</table>
					</td>
				</tr>
				<tr>
					<td align='right'>
						<input type=submit value=LOGIN>
						<input type=reset value=BATAL>
					</td>
				</tr>
				<tr>
					<td colspan=2>
					<?php 
echo $errorBox;
예제 #5
0
    
        <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;
?>
" />
                <?php 
if ($action == "Edit") {
    ?>
                    <input type="Submit" name='action' value="Batal" />
                    <?php 
}
?>