Code Search for Developers
 
 
  

authenticationForm.jsp from Negest at Krugle


Show authenticationForm.jsp syntax highlighted

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>Authentication</title>


</head>
<body>

<form method="post" action="/negest/authentication" name="auth">Username:
  <input name="userName"><br>

Password: <input name="password" type="password"><br>

  <button name="submit">Submit</button><br>

</form>

</body>
</html>




See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  WEB-INF/
    classes/
    lib/
    src/
      com/
        finalist/
          util/
            struts/
              Validators.java
            PropertyUtilsExt.java
          Constants.java
      filters/
        SetCharacterEncodingFilter.java
      tk/
        sabreWulf/
          negest/
            actions/
              ServiceAction.java
            authentication/
              Authentication.java
              AuthenticationFilter.java
            forms/
              ServiceBaseForm.java
            negest/
              util/
                log/
                  InitLoggerServlet.java
  restricted/
    authenticated.jsp
  authenticationForm.jsp
  index.jsp
  not_authenticated.jsp