summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/part_export/head.html
diff options
context:
space:
mode:
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>