summaryrefslogtreecommitdiff
path: root/skins/deltab/widgets/password.tmpl
blob: 65c330e487758de15008e524172ccec5ca9d34d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- password -->
<tr>
    <td valign='top'>
        <?% data.msg %?>
    </td>
    <td>
        <?% val = cgi.param(data.NAME) || data.def %?>
        <input style="width:395px;" type="password" name="<?% data.NAME %?>" value="" />
    </td>
</tr>
<tr>
    <td valign='top'>
        <?% gettext("Repeat entry") %?>
    </td>
    <td>
        <input style="width:395px;" type="password" name="<?% data.NAME %?>" value="" />
    </td>
</tr>