9 <div id=
"content" class=
"service">
10 <form method=
"POST" action=
"edit_node">
11 <input type=
"hidden" name=
"nonce" value=
"<?NONCE>">
12 <input type=
"hidden" name=
"template" value=
"display_netconf">
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=
"16"></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>
24 <input type=
"submit" name=
"ok_button" value=
"<?_("Add node?
")>">
26 <input type=
"submit" name=
"cancel_button" value=
"<?_("Cancel
")>">