Subversion Repositories oidplus

Rev

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

Rev 801 Rev 1005
Line 182... Line 182...
182
                                $tabcont .= '<abbr title="'._L('Since invitations are disabled at this OIDplus system, the system administrator needs to create your account manually in the administrator control panel.').'">'._L('How to register?').'</abbr></p>';
182
                                $tabcont .= '<abbr title="'._L('Since invitations are disabled at this OIDplus system, the system administrator needs to create your account manually in the administrator control panel.').'">'._L('How to register?').'</abbr></p>';
183
                        }
183
                        }
184
 
184
 
185
                        if ($tab === 'ra') {
185
                        if ($tab === 'ra') {
186
                                $alt_logins_html = array();
186
                                $alt_logins_html = array();
187
                                foreach (OIDplus::getPagePlugins() as $plugin) {
187
                                foreach (OIDplus::getAllPlugins() as $plugin) {
188
                                        if ($plugin->implementsFeature('1.3.6.1.4.1.37476.2.5.2.3.5')) {
188
                                        if ($plugin->implementsFeature('1.3.6.1.4.1.37476.2.5.2.3.5')) {
189
                                                $logins = $plugin->alternativeLoginMethods();
189
                                                $logins = $plugin->alternativeLoginMethods();
190
                                                foreach ($logins as $data) {
190
                                                foreach ($logins as $data) {
191
                                                        if (isset($data[2]) && !empty($data[2])) {
191
                                                        if (isset($data[2]) && !empty($data[2])) {
192
                                                                $img = '<img src="'.$data[2].'" alt="'.htmlentities($data[1]).'"> ';
192
                                                                $img = '<img src="'.$data[2].'" alt="'.htmlentities($data[1]).'"> ';