|
Last change
on this file was
7a36bdc,
checked in by meejah <meejah@…>, at 2020-04-18T07:52:17Z
|
|
delete 'move to different dir' because it also doesn't work on trunk
|
-
Property mode set to
100644
|
|
File size:
937 bytes
|
| Line | |
|---|
| 1 | <html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1"> |
|---|
| 2 | <head> |
|---|
| 3 | <title t:render="title"></title> |
|---|
| 4 | <link href="/tahoe.css" rel="stylesheet" type="text/css"/> |
|---|
| 5 | <link href="/icon.png" rel="shortcut icon" /> |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 7 | </head> |
|---|
| 8 | |
|---|
| 9 | <body> |
|---|
| 10 | |
|---|
| 11 | <h2 t:render="header" /> |
|---|
| 12 | |
|---|
| 13 | <div class="freeform-form"> |
|---|
| 14 | <form action="." method="post" enctype="multipart/form-data"> |
|---|
| 15 | <fieldset> |
|---|
| 16 | <legend class="freeform-form-label">Rename child</legend> |
|---|
| 17 | <input type="hidden" name="t" value="rename" /> |
|---|
| 18 | <input t:render="when_done" /> |
|---|
| 19 | |
|---|
| 20 | Rename child: |
|---|
| 21 | <input type="text" name="from_name" readonly="true" t:render="get_name" /><br /> |
|---|
| 22 | to name: |
|---|
| 23 | <input type="text" name="to_name" /><br /> |
|---|
| 24 | <input type="submit" value="rename" /> |
|---|
| 25 | </fieldset> |
|---|
| 26 | </form> |
|---|
| 27 | |
|---|
| 28 | </div> |
|---|
| 29 | |
|---|
| 30 | </body></html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.