Annotation of embedaddon/strongswan/src/medsrv/templates/user/login.cs, revision 1.1

1.1     ! misho       1: <?cs include:"templates/header.cs" ?>
        !             2: <form method="post">
        !             3: <?cs if:?error ?>
        !             4:   <div class="error"><?cs var:error ?></div>
        !             5: <?cs /if ?>
        !             6:   <table class="user">
        !             7:     <tr>
        !             8:       <td><label for="login">Username</label></td>
        !             9:       <td><input type="text" id="login" name="login" size="30" maxlength="30" autofocus /></td>
        !            10:     </tr>
        !            11:     <tr>
        !            12:       <td><label for="password">Password</label></td>
        !            13:       <td><input type="password" id="password" name="password" size="30"/></td>
        !            14:     </tr>
        !            15:     <tr>
        !            16:       <td/>
        !            17:       <td class="right">
        !            18:         <input type="submit" value="Login" name="submit"/>
        !            19:       </td>
        !            20:     </tr>
        !            21: </table>
        !            22: </form>
        !            23: <?cs include:"templates/footer.cs" ?>

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