ace8e08b44c1c6c59e42144e565f197f82f9e030
[citadel.git] / webcit / static / t / aide / ignetconf / add.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="-1">
14 <center><table border=0>
15 <tr><td><?_("Node name")></td>
16 <td><input type="text" name="node" maxlength="16"></td></tr>
17 <tr><td><?_("Shared secret")></td>
18 <td><input type="password" name="secret" maxlength="18"></td></tr>
19 <tr><td><?_("Host or IP address")></td>
20 <td><input type="text" name="host" maxlength="64"></td></tr>
21 <tr><td><?_("Port number")></td>
22 <td><input type="text" name="port" value="504" maxlength="8"></td></tr>
23 </table><br />
24 <input type="submit" name="ok_button" value="<?_("Add node?")>">
25 &nbsp;
26 <input type="submit" name="cancel_button" value="<?_("Cancel")>">
27 </center></form>
28 <?=("trailing")>