Subversion Repositories oidplus

Rev

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

Rev 1385 Rev 1397
Line 1100... Line 1100...
1100
                                        $aid = $alt_id->getId();
1100
                                        $aid = $alt_id->getId();
1101
                                        $aiddesc = $alt_id->getDescription();
1101
                                        $aiddesc = $alt_id->getDescription();
1102
                                        $suffix = $alt_id->getSuffix();
1102
                                        $suffix = $alt_id->getSuffix();
1103
                                        $info = $alt_id->getMoreInfoUrl();
1103
                                        $info = $alt_id->getMoreInfoUrl();
1104
                                        if ($info) $info = ' <a href="'.$info.'" target="_blank"><img src="img/info.png" style="width:16px;height:16px" alt="'._L('More information').'"></a>';
1104
                                        if ($info) $info = ' <a href="'.$info.'" target="_blank"><img src="img/info.png" style="width:16px;height:16px" alt="'._L('More information').'"></a>';
1105
                                        $out['text'] .= '<tr><td>'.htmlentities($ns.':'.$aid).($suffix ? '<br/><font size="-1">'.htmlentities($suffix).'</font>' : '').'</td><td>'.htmlentities($aiddesc).$info.'</td></tr>';
1105
                                        $out['text'] .= '<tr><td>'.nl2br(htmlentities($ns.':'.$aid)).($suffix ? '<br/><font size="-1">'.htmlentities($suffix).'</font>' : '').'</td><td>'.htmlentities($aiddesc).$info.'</td></tr>';
1106
                                }
1106
                                }
1107
                                $out['text'] .= '</tbody>';
1107
                                $out['text'] .= '</tbody>';
1108
                                $out['text'] .= '</table>';
1108
                                $out['text'] .= '</table>';
1109
                                $out['text'] .= '</div></div>';
1109
                                $out['text'] .= '</div></div>';
1110
                        }
1110
                        }