Code Search for Developers
 
 
  

login.html from SME Web Application Framework at Krugle


Show login.html syntax highlighted

<html>
<head>
  <title>Deloitte & Touche</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <link rel="stylesheet" href="{{GRAPHICS}}style.css" type="text/css">
</head>
<body>

<Include SRC="{{./}}header.html" />

<WebBox ID="login">
<form name="login" onSubmit="return false;">
<table width="290" border="0" cellspacing="0" cellpadding="3" bgcolor='#F3F3F3' align="center">
  <tr> 
    <td colspan="3"> 
      <hr size="1" noshade width="280" align="left">
    </td>
  </tr>
  <tr> 
    <td nowrap><b>Username</b></td>
    <td><b>:</b></td>
    <td> 
      <input type="text" name="username" value="dasho" size="15" maxlength="20" class="styletextbox">
    </td>
  </tr>
  <tr> 
    <td nowrap><b>Password</b></td>
    <td><b>:</b></td>
    <td> 
      <input type="password" name="password" value="dasho" size="15" maxlength="20" class="styletextbox">
    </td>
  </tr>
  <tr> 
    <td colspan="3"> 
      <hr size="1" noshade width="280" align="left">
    </td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td> 
      <input type="button" name="Submit" value="Log In" onClick="log_in()">
    </td>
  </tr>
</table>
</form>

<If condition="'{{login_error}}'=='true'">
  <div align="center" style="color:red">
    Wrong username or password! Please try again!
  </div>
</If>

</WebBox>

</body>
</html>




See more files for this project here

SME Web Application Framework

smewebapp intends to simplify the construction of web applications for informatization of the work of SME-s (small and medium enterprises), institutions, organizations etc.

Project homepage: http://sourceforge.net/projects/smewebapp
Programming language(s): JavaScript,PHP,Shell Script,XML
License: other

  header.html
  login.html
  login.js
  on.login.php