2019-09-11 19:46:18 +00:00
|
|
|
<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
|
2007-07-12 23:53:54 +00:00
|
|
|
<head>
|
2019-08-23 19:31:23 +00:00
|
|
|
<title t:render="title"></title>
|
2011-11-17 21:49:23 +00:00
|
|
|
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
|
2011-12-17 03:32:01 +00:00
|
|
|
<link href="/icon.png" rel="shortcut icon" />
|
2007-07-12 23:53:54 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2019-08-23 19:31:23 +00:00
|
|
|
<h2 t:render="header" />
|
2007-07-12 23:53:54 +00:00
|
|
|
|
|
|
|
<div class="freeform-form">
|
|
|
|
<form action="." method="post" enctype="multipart/form-data">
|
|
|
|
<fieldset>
|
|
|
|
<legend class="freeform-form-label">Rename child</legend>
|
|
|
|
<input type="hidden" name="t" value="rename" />
|
2019-08-23 19:31:23 +00:00
|
|
|
<input t:render="when_done" />
|
2007-07-12 23:53:54 +00:00
|
|
|
|
|
|
|
Rename child:
|
2019-08-23 19:31:23 +00:00
|
|
|
<input type="text" name="from_name" readonly="true" t:render="get_name" /><br />
|
2012-05-09 21:18:44 +00:00
|
|
|
to name:
|
|
|
|
<input type="text" name="to_name" /><br />
|
2007-07-12 23:53:54 +00:00
|
|
|
<input type="submit" value="rename" />
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
2012-05-09 21:18:44 +00:00
|
|
|
|
2007-07-12 23:53:54 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body></html>
|