summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/part_export/head.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-11-30 17:38:45 -0800
committerMark Wells <mark@freeside.biz>2012-11-30 17:38:45 -0800
commitb3f8d200be3833b4f60ceae973f2e76d57e0b3cb (patch)
treeea03b5fd6a6e7d963e24050598ee814ff02f0ce8 /httemplate/edit/elements/part_export/head.html
parent88ee94c8cbe28332a40c3d2ca3f84f3e14867a5b (diff)
broadband_snmp export: better MIB selection, #16588
Diffstat (limited to 'httemplate/edit/elements/part_export/head.html')
-rw-r--r--httemplate/edit/elements/part_export/head.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/httemplate/edit/elements/part_export/head.html b/httemplate/edit/elements/part_export/head.html
new file mode 100644
index 000000000..16d2a6b76
--- /dev/null
+++ b/httemplate/edit/elements/part_export/head.html
@@ -0,0 +1,13 @@
+<INPUT TYPE="hidden" NAME="exporttype" VALUE="<%$layer |h%>">
+<% ntable('cccccc', 2) %>
+<TR>
+ <TD ALIGN="right" ><% emt('Description') %></TD>
+ <TD BGCOLOR="#ffffff" WIDTH="600"><% $notes %></TD>
+</TR>
+<%init>
+my %opt = @_;
+my $layer = $opt{layer};
+my $part_export = $opt{part_export};
+my $export_info = $opt{export_info};
+my $notes = $opt{notes} || $export_info->{notes};
+</%init>