Last change
on this file since 7642 was
7622,
checked in by Henrik Bettermann, 13 years ago
|
Use appropriate css class.
|
File size:
791 bytes
|
Line | |
---|
1 | <form method="POST"> |
---|
2 | <table class="form-table"> |
---|
3 | <tbody> |
---|
4 | <tr><td> |
---|
5 | Activation Code: |
---|
6 | </td><td> |
---|
7 | <span tal:replace="view/ac_prefix">PIN Prefix</span> - |
---|
8 | <input name="ac_series" type="text" class="span1" maxlength="3" |
---|
9 | value="" tal:attributes="value view/ac_series"/> - |
---|
10 | <input name="ac_number" type="text" class="span3" maxlength="10" |
---|
11 | value="" tal:attributes="value view/ac_number" /> |
---|
12 | <font color="red"><span tal:replace="view/notice">Notice</span> |
---|
13 | </font> |
---|
14 | </td> |
---|
15 | </tr> |
---|
16 | <tr> |
---|
17 | <td colspan="2"> |
---|
18 | <input type="submit" name="SUBMIT" class="btn primary" |
---|
19 | tal:attributes="value view/buttonname" /> |
---|
20 | </td> |
---|
21 | </tr> |
---|
22 | </tbody> |
---|
23 | </table> |
---|
24 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.