Annotation of embedaddon/strongswan/src/manager/templates/auth/login.cs, revision 1.1.1.1

1.1       misho       1: <?cs include:"templates/header.cs" ?>
                      2: <div align="center">
                      3: <form method="post" action="<?cs var:action ?>">
                      4:   <table>
                      5:     <tr>
                      6:       <td>Username</td><td><input type="text" name="username" size="25" /></td>
                      7:     </tr>
                      8:     <tr>
                      9:       <td>Password</td><td><input type="password" name="password" size="25" /></td>
                     10:     </tr>
                     11:     <tr>
                     12:       <td/><td><input type="submit" value="Login"/></td>
                     13:     </tr>
                     14: </table>
                     15: </form>
                     16: </div>
                     17: <?cs include:"templates/footer.cs" ?>

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