File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / manager / templates / auth / login.cs
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:44 2020 UTC (4 years, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

<?cs include:"templates/header.cs" ?>
<div align="center">
<form method="post" action="<?cs var:action ?>">
  <table>
    <tr>
      <td>Username</td><td><input type="text" name="username" size="25" /></td>
    </tr>
    <tr>
      <td>Password</td><td><input type="password" name="password" size="25" /></td>
    </tr>
    <tr>
      <td/><td><input type="submit" value="Login"/></td>
    </tr>
</table>
</form>
</div>
<?cs include:"templates/footer.cs" ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>