示例#1
0
文件: login.php 项目: Mayoh/grupo-ha
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<link href="includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
<script src="includes/common/js/base.js" type="text/javascript"></script>
<script src="includes/common/js/utility.js" type="text/javascript"></script>
<script src="includes/skins/style.js" type="text/javascript"></script>
<?php 
echo $tNGs->displayValidationRules();
?>
</head>

<body>
<?php 
echo $tNGs->getLoginMsg();
echo $tNGs->getErrorMsg();
?>
<form method="post" id="form1" class="KT_tngformerror" action="<?php 
echo KT_escapeAttribute(KT_getFullUri());
?>
">
  <table cellpadding="2" cellspacing="0" class="KT_tngtable">
    <tr>
      <td class="KT_th"><label for="kt_login_user">Username:</label></td>
      <td><input type="text" name="kt_login_user" id="kt_login_user" value="<?php 
echo KT_escapeAttribute($row_rscustom['kt_login_user']);
?>
" size="32" />
        <?php 
echo $tNGs->displayFieldHint("kt_login_user");