% &ntable("#cccccc") %>
'. encode_entities($password). ''; % } else { % $show_pw .= '(hidden)'; % } % $password = ''; <% include('/view/elements/tr.html', label=>'Password', value=>$show_pw) %> % if ( $conf->exists('security_phrase') ) { <%include('/view/elements/tr.html', label=>'Security phrase', value=>$svc_acct->sec_phrase)%> % } % if ( $svc_acct->popnum ) { % my $svc_acct_pop = qsearchs('svc_acct_pop',{'popnum'=>$svc_acct->popnum}); <% include('/view/elements/tr.html', label=>'Access number', value=>$svc_acct_pop->text) %> % } % if ($svc_acct->uid ne '') { <% include('/view/elements/tr.html', label=>'UID', value=>$svc_acct->uid) %> % } % if ($svc_acct->gid ne '') { <% include('/view/elements/tr.html', label=>'GID', value=>$svc_acct->gid) %> % } % if ($svc_acct->finger ne '') { <% include('/view/elements/tr.html', label=>'Real Name', value=>$svc_acct->finger) %> % } % if ($svc_acct->dir ne '') { <% include('/view/elements/tr.html', label=>'Home directory', value=>$svc_acct->dir) %> % } % if ($svc_acct->shell ne '') { <% include('/view/elements/tr.html', label=>'Shell', value=>$svc_acct->shell) %> % } % if ($svc_acct->quota ne '' && ! $opt{'communigate'} ) { <% include('/view/elements/tr.html', label=>'Quota', value=>$svc_acct->quota) %> % } elsif ( $opt{'communigate'} ) { <% include( 'communigate.html', %opt ) %> % } % if ($svc_acct->slipip) { <% include('/view/elements/tr.html', label=>'IP address', value=> ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' ) ? "(Dynamic)" : $svc_acct->slipip ) %> % } <% include('usage.html', 'svc_acct' => $svc_acct, ) %> % foreach my $attribute ( grep /^radius_/, $svc_acct->fields ) { % $attribute =~ /^radius_(.*)$/; % my $pattribute = $FS::raddb::attrib{$1}; <% include('/view/elements/tr.html', label=>"Radius (reply) $pattribute", value=>$svc_acct->getfield($attribute) ) %> % } % foreach my $attribute ( grep /^rc_/, $svc_acct->fields ) { % $attribute =~ /^rc_(.*)$/; % my $pattribute = $FS::raddb::attrib{$1}; <% include('/view/elements/tr.html', label=>"Radius (check) $pattribute", value=>$svc_acct->getfield($attribute) ) %> % } <% include('/view/elements/tr.html', label=>'RADIUS groups', value=>join('