Subversion Repositories oidplus

Rev

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

Rev 1073 Rev 1078
Line 138... Line 138...
138
                        $out['text'] .= '       <tr>';
138
                        $out['text'] .= '       <tr>';
139
                        $out['text'] .= '               <td>'._L('System GUID').' <abbr title="'._L('SHA1-Namebased UUID based on the public key of your OIDplus system.').'">(?)</abbr></td>';
139
                        $out['text'] .= '               <td>'._L('System GUID').' <abbr title="'._L('SHA1-Namebased UUID based on the public key of your OIDplus system.').'">(?)</abbr></td>';
140
                        $out['text'] .= '               <td>'.(!$sysid_guid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_guid)).'</td>';
140
                        $out['text'] .= '               <td>'.(!$sysid_guid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_guid)).'</td>';
141
                        $out['text'] .= '       </tr>';
141
                        $out['text'] .= '       </tr>';
142
 
142
 
-
 
143
                        $sysid = OIDplus::getSystemId(false);
-
 
144
                        $sysid_aid = $sysid ? 'D276000186B20005'.strtoupper(str_pad(dechex($sysid),8,'0',STR_PAD_LEFT)) : '';
-
 
145
                        $out['text'] .= '       <tr>';
-
 
146
                        $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>';
-
 
147
                        $out['text'] .= '               <td>'.(!$sysid_aid ? '<i>'._L('unknown').'</i>' : htmlentities($sysid_aid)).' ('._L('No PIX allowed').')</td>';
-
 
148
                        $out['text'] .= '       </tr>';
-
 
149
 
143
                        $sys_url = OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE_CANONICAL);
150
                        $sys_url = OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE_CANONICAL);
144
                        $out['text'] .= '       <tr>';
151
                        $out['text'] .= '       <tr>';
145
                        $out['text'] .= '               <td>'._L('System URL').'</td>';
152
                        $out['text'] .= '               <td>'._L('System URL').'</td>';
146
                        $out['text'] .= '               <td>'.htmlentities($sys_url).'</td>';
153
                        $out['text'] .= '               <td>'.htmlentities($sys_url).'</td>';
147
                        $out['text'] .= '       </tr>';
154
                        $out['text'] .= '       </tr>';