]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/aide/ignetconf/edit_node.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / aide / ignetconf / edit_node.html
diff --git a/webcit/static/t/aide/ignetconf/edit_node.html b/webcit/static/t/aide/ignetconf/edit_node.html
new file mode 100644 (file)
index 0000000..c7012c2
--- /dev/null
@@ -0,0 +1,28 @@
+<?=("head")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<div id="banner">
+<h1>
+<?_("Add a new node")>
+</h1>
+</div>
+
+<div id="content" class="service">
+<form method="POST" action="aide_ignetconf_edit_node">
+<input type="hidden" name="nonce" value="<?NONCE>">
+<input type="hidden" name="template" value="aide_display_ignetconf">
+<input type="hidden" name="index" value='<?BSTR("index")>'>
+<center><table border=0>
+<tr><td><?_("Node name")></td>
+<td><input type="text" name="node" maxlength="16" value='<?CFG:IGNET:NODE>'></td></tr>
+<tr><td><?_("Shared secret")></td>
+<td><input type="password" name="secret" maxlength="18" value='<?CFG:IGNET:SECRET>'></td></tr>
+<tr><td><?_("Host or IP address")></td>
+<td><input type="text" name="host" maxlength="64" value='<?CFG:IGNET:HOST>'></td></tr>
+<tr><td><?_("Port number")></td>
+<td><input type="text" name="port" value='<?CFG:IGNET:PORT>' maxlength="8"></td></tr>
+</table><br />
+<input type="submit" name="ok_button" value="<?_("Save changes?")>">
+&nbsp;
+<input type="submit" name="cancel_button" value="<?_("Cancel")>">
+</center></form>
+<?=("trailing")>