% # options example... % # % # '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' => % % % 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 %>
<% ntable("#cccccc") %><% ntable("#cccccc",2) %> % foreach my $f ( @$fields ) { % % my( $field, $type); % if ( ref($f) ) { % $field = $f->{'field'}, % $type = $f->{'type'} || 'text', % } else { % $field = $f; % $type = 'text'; % } % <% ( $opt{labels} && exists $opt{labels}->{$field} ) ? $opt{labels}->{$field} : $field %> % % #eventually more options for