1
2
3
4
5
6
7
8
|
<? global $ADMINPATH; require_once($ADMINPATH . "php/inc/form.php"); $login_frm = array("Login", "mod_:login", "act_adminlogin", "TBL_ACCOUNTS", 340, 'stBoxThin', 'stTableTitle', 'center', 25, 'login_frm()', array(new Field(" User Name:", "TEXT", "UserName", 'stFormCellText', 'stCtrlText', 30), new Field(" Password:", "PASSWORD", "Password", 'stFormCellText', 'stCtrlText', 30)), array("Login",1)); ?>
|