summaryrefslogtreecommitdiff
path: root/httemplate/misc/nms-add_router.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/nms-add_router.html')
-rw-r--r--httemplate/misc/nms-add_router.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/misc/nms-add_router.html b/httemplate/misc/nms-add_router.html
new file mode 100644
index 000000000..c32ceb84c
--- /dev/null
+++ b/httemplate/misc/nms-add_router.html
@@ -0,0 +1,24 @@
+<& /elements/header-popup.html, 'Add Router' &>
+
+<FORM NAME="nms-add_iface" ACTION="<% popurl(1) %>process/nms-add_router.html" METHOD=POST>
+Router Hostname/IP
+<% include('/elements/input-text.html',
+ 'field' => 'host',
+ )
+%>
+<BR>
+SNMP Community String (optional)
+<% include('/elements/input-text.html',
+ 'field' => 'community',
+ )
+%>
+<BR>
+<BR>
+<INPUT TYPE="submit" NAME="submit" ID="submit_nms-add_router" VALUE="Add Router">
+</FORM>
+</BODY></HTML>
+<%init>
+
+# XXX: access rights, disable/enable submit button, something's wrong with style
+
+</%init>