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