]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/edit_node.html
* remove spurious > in the templates
[citadel.git] / webcit / static / t / edit_node.html
index 9f8ce7294f0a8eebc5df93c24ec29708ae2da6e7..c32ec5d5dd72737c824b45b0508cb95f125dc2f7 100644 (file)
@@ -1,5 +1,5 @@
 <?=("head")>
-<?=("important_msg")>
+<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
 <h1>
 <?_("Add a new node")>
@@ -10,7 +10,7 @@
 <form method="POST" action="edit_node">
 <input type="hidden" name="nonce" value="<?NONCE>">
 <input type="hidden" name="template" value="display_netconf">
-<input type="hidden" name="index" value='<?ITERATE:KEY>'>
+<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>