From 3a4bf42c4385863ea83423b279b39ff6e650f79d Mon Sep 17 00:00:00 2001 From: levinse Date: Sat, 5 Feb 2011 06:32:36 +0000 Subject: torrus, add router UI, RT10574 --- httemplate/misc/nms-add_router.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 httemplate/misc/nms-add_router.html (limited to 'httemplate/misc/nms-add_router.html') 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') %> + +
+Router Hostname/IP +<% include('/elements/input-text.html', + 'field' => 'host', + ) +%> +
+ +
+ +<%init> + +# XXX: access rights, disable/enable submit button, something's wrong with style + + -- cgit v1.2.1