Fix editing of ignet node configs; needed to specify the proper post action.
[citadel.git] / webcit / static / t / aide / ignetconf / edit_node.html
1 <?=("head")>
2 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <div id="banner">
4 <h1>
5 <?_("Add a new node")>
6 </h1>
7 </div>
8
9 <div id="content" class="service">
10 <form method="POST" action="aide_ignetconf_edit_node">
11 <input type="hidden" name="nonce" value="<?NONCE>">
12 <input type="hidden" name="template" value="aide_display_ignetconf">
13 <input type="hidden" name="index" value='<?BSTR("index")>'>
14 <center><table border=0>
15 <tr><td><?_("Node name")></td>
16 <td><input type="text" name="node" maxlength="16" value='<?CFG:IGNET:NODE>'></td></tr>
17 <tr><td><?_("Shared secret")></td>
18 <td><input type="password" name="secret" maxlength="18" value='<?CFG:IGNET:SECRET>'></td></tr>
19 <tr><td><?_("Host or IP address")></td>
20 <td><input type="text" name="host" maxlength="64" value='<?CFG:IGNET:HOST>'></td></tr>
21 <tr><td><?_("Port number")></td>
22 <td><input type="text" name="port" value='<?CFG:IGNET:PORT>' maxlength="8"></td></tr>
23 </table><br />
24 <input type="submit" name="ok_button" value="<?_("Save changes?")>">
25 &nbsp;
26 <input type="submit" name="cancel_button" value="<?_("Cancel")>">
27 </center></form>
28 <?=("trailing")>