summaryrefslogtreecommitdiff
path: root/httemplate/misc/nms-add_router.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-02-05 06:32:36 +0000
committerlevinse <levinse>2011-02-05 06:32:36 +0000
commit3a4bf42c4385863ea83423b279b39ff6e650f79d (patch)
treed08a3d02cf75ac490af3de30d10ab3263690005d /httemplate/misc/nms-add_router.html
parent95bea5564bc06ae02aa351bc1da43308e0f777d9 (diff)
torrus, add router UI, RT10574
Diffstat (limited to 'httemplate/misc/nms-add_router.html')
-rw-r--r--httemplate/misc/nms-add_router.html17
1 files changed, 17 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..35ef7bf72
--- /dev/null
+++ b/httemplate/misc/nms-add_router.html
@@ -0,0 +1,17 @@
+<% header('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>
+<INPUT TYPE="submit" NAME="submit" ID="submit_nms-add_router" VALUE="Add Router">
+</FORM>
+
+<%init>
+
+# XXX: access rights, disable/enable submit button, something's wrong with style
+
+</%init>