burotelhello-world-walkthroughipv6v0.98-seriesv0.98.2v0.98.3v0.98b1v0.98b2v0.99v1.0v1.1
|
Last change
on this file since 9ac2af7 was
9ac2af7,
checked in by Jose Benito <jose.benito.gonzalez@…>, 2 years ago
|
|
[REF] Convert old-style templates to new-style
- replace all %(xyz)s with <%= xyz %>
- remove declareTemplate(newTemplateStyle=True) calls as all templates are new-style now
- remove old-style template support
- stop replacing % with %%
- adding script to do the 'convert' action
|
-
Property mode set to
100644
|
|
File size:
786 bytes
|
| Line | |
|---|
| 1 | <form action=<%= postURL %> method="POST"> |
|---|
| 2 | <br> |
|---|
| 3 | <table width="60%" align="center" style="border-left:1px solid #777777;border-top:1px solid #777777;" cellspacing="0"> |
|---|
| 4 | <tr> |
|---|
| 5 | <td nowrap class="groupTitle" colspan="2"><b><%= _("Modifying")%> <%= title %></b></td> |
|---|
| 6 | </tr> |
|---|
| 7 | <tr><td><br></td></tr> |
|---|
| 8 | <tr> |
|---|
| 9 | <td align="left" valign="top"><span class="titleCellFormat"> <%= _("Reason")%></span><br><br> |
|---|
| 10 | <textarea name="reason" rows="5" cols="75"><%= reasonParticipation %></textarea></td> |
|---|
| 11 | </tr> |
|---|
| 12 | <tr><td> </td></tr> |
|---|
| 13 | <tr> |
|---|
| 14 | <td align="left" colspan="2"> |
|---|
| 15 | <input type="submit" class="btn" name="modify" value="<%= _("modify")%>"> |
|---|
| 16 | <input type="submit" class="btn" name="cancel" value="<%= _("cancel")%>"> |
|---|
| 17 | </td> |
|---|
| 18 | </tr> |
|---|
| 19 | </table> |
|---|
| 20 | <br> |
|---|
| 21 | </form> |
|---|
Note: See
TracBrowser
for help on using the repository browser.