Subversion Repositories oidplus

Rev

Rev 1336 | Rev 1398 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1336 Rev 1396
Line 179... Line 179...
179
                        $out['text'] .= '       <tr>';
179
                        $out['text'] .= '       <tr>';
180
                        $out['text'] .= '               <td>'._L('System AID').' <abbr title="'._L('Application Identifier (ISO/IEC 7816) based on the system ID (which is based on the hash of the public key of your OIDplus system).').'">(?)</abbr></td>';
180
                        $out['text'] .= '               <td>'._L('System AID').' <abbr title="'._L('Application Identifier (ISO/IEC 7816) based on the system ID (which is based on the hash of the public key of your OIDplus system).').'">(?)</abbr></td>';
181
                        $out['text'] .= '               <td>'.(!$sysid_aid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_aid)).' ('._L('No PIX allowed').')</td>';
181
                        $out['text'] .= '               <td>'.(!$sysid_aid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_aid)).' ('._L('No PIX allowed').')</td>';
182
                        $out['text'] .= '       </tr>';
182
                        $out['text'] .= '       </tr>';
183
 
183
 
-
 
184
                        $out['text'] .= '       <tr>';
-
 
185
                        $out['text'] .= '               <td>'._L('X.500 Relative Distinguished Name').'</td>';
-
 
186
                        $out['text'] .= '               <td>'.(!$sysid ? '<i>'._L('unknown').'</i>' : '1.3.6.1.4.1.37476.2.5.2.9.4.1='.$sysid.'<span style="opacity: 0.5">, CN=OidPlus, DC=example, DC=com</span>').'</td>';
-
 
187
                        $out['text'] .= '       </tr>';
-
 
188
 
184
                        $sys_ver = OIDplus::getVersion();
189
                        $sys_ver = OIDplus::getVersion();
185
                        $out['text'] .= '       <tr>';
190
                        $out['text'] .= '       <tr>';
186
                        $out['text'] .= '               <td>'._L('System version').'</td>';
191
                        $out['text'] .= '               <td>'._L('System version').'</td>';
187
                        $out['text'] .= '               <td>'.(!$sys_ver ? '<i>'._L('unknown').'</i>' : htmlentities($sys_ver)).'</td>';
192
                        $out['text'] .= '               <td>'.(!$sys_ver ? '<i>'._L('unknown').'</i>' : htmlentities($sys_ver)).'</td>';
188
                        $out['text'] .= '       </tr>';
193
                        $out['text'] .= '       </tr>';