From b159f42fa3f48cc2ca3b43773e7661e17d2fb072 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 22 Mar 2002 12:49:43 +0000 Subject: more new export... --- httemplate/browse/part_svc.cgi | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'httemplate/browse/part_svc.cgi') diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index cf0f0408c..c66b8ac63 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -14,6 +14,13 @@ my $total = scalar(@part_svc); %> <%= header('Service Definition Listing', menubar( 'Main Menu' => $p) ) %> + + Services are items you offer to your customers.

<%= $total %> services <%= $cgi->param('showdisabled') @@ -61,10 +68,17 @@ my $total = scalar(@part_svc); foreach my $part_export ( @part_export ) { %> - <%= $part_export->exporttype %> to <%= $part_export->machine %> - (options) + <%= $part_export->exporttype %> to <%= $part_export->machine %> (edit | delete) + + <%= itable() %> + <% my %opt = $part_export->options; + foreach my $opt ( keys %opt ) { %> + <%= $opt %><%= $opt{$opt} %> + <% } %> + + <% } %> - Add a new export + Add a new export <% if (@part_export) { %>
@@ -75,6 +89,7 @@ my $total = scalar(@part_svc); <%= $part_export->exporttype %> to <%= $part_export->machine %> <% } %> +
<% } %> -- cgit v1.2.1