missing commit from nms auto-addition fixdes, RT#15536
[freeside.git] / httemplate / misc / nms-add_router.html
1 <& /elements/header-popup.html, 'Add Router' &>
2
3 <FORM NAME="nms-add_iface" ACTION="<% popurl(1) %>process/nms-add_router.html" METHOD=POST>
4 Router Hostname/IP 
5 <% include('/elements/input-text.html',
6                     'field' => 'host',
7           )
8 %>
9 <BR>
10 SNMP Community String (optional)
11 <% include('/elements/input-text.html',
12                     'field' => 'community',
13           )
14 %>
15 <BR>
16 <BR>
17 <INPUT TYPE="submit" NAME="submit" ID="submit_nms-add_router" VALUE="Add Router">
18 </FORM>
19 </BODY></HTML>
20 <%init>
21
22 # XXX: access rights, disable/enable submit button, something's wrong with style
23
24 </%init>