<%doc> #Example: include( 'elements/svc_Common.html, 'table' => 'svc_something' 'labels' => { 'column' => 'Label', }, #listref - each item is a literal column name (or method) or # (notyet) coderef. if not specified all columns (except for the #primary key) will be viewable 'fields' => [ ] # defaults to "edit/$table.cgi?", will have svcnum appended 'edit_url' => #at the very bottom (well, as low as you can go from here) 'html_foot' => '', ) % if ( $custnum ) { <% include("/elements/header.html","View $label: $value") %> <% include( '/elements/small_custview.html', $custnum, '', 1, "${p}view/cust_main.cgi") %>
% } else { <% include("/elements/header.html","View $label: $value", menubar( "Cancel this (unaudited) $label" => "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')" )) %> % } Service #<% $svcnum %> % my $url = $opt{'edit_url'} || $p. 'edit/'. $opt{'table'}. '.cgi?'; | Edit this <% $label %> | Unprovision this Service
<% ntable("#cccccc") %><% ntable("#cccccc",2) %> % foreach my $f ( @$fields ) { % % my($field, $type, $value); % if ( ref($f) ) { % $field = $f->{'field'}, % $value = $f->{'value'} ? &{ $f->{'value'} }($svc_x) : $svc_x->$field; % $type = $f->{'type'} || 'text', % } else { % $field = $f; % $value = $svc_x->$field; % $type = 'text'; % } % % my $columndef = $part_svc->part_svc_column($field); % unless ($columndef->columnflag eq 'F' && !length($columndef->columnvalue)) { <% ( $opt{labels} && exists $opt{labels}->{$field} ) ? $opt{labels}->{$field} : $field %> % #eventually more options for