Subversion Repositories oidplus

Rev

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

Rev 808 Rev 868
Line 77... Line 77...
77
                        $out['title'] = _L('OID Information Protocol (OID-IP) / WHOIS');
77
                        $out['title'] = _L('OID Information Protocol (OID-IP) / WHOIS');
78
                        $out['icon'] = file_exists(__DIR__.'/img/main_icon.png') ? OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png' : '';
78
                        $out['icon'] = file_exists(__DIR__.'/img/main_icon.png') ? OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png' : '';
79
 
79
 
80
                        $out['text']  = '';
80
                        $out['text']  = '';
81
                        $out['text'] .= '<p>'._L('With the OID Information Protocol (OID-IP), you can query object information in a machine-readable format.').'</p>';
81
                        $out['text'] .= '<p>'._L('With the OID Information Protocol (OID-IP), you can query object information in a machine-readable format.').'</p>';
82
                        $out['text'] .= '<p>'._L('RFC Internet Draft').': <a target="_blank" href="https://datatracker.ietf.org/doc/draft-viathinksoft-oidip/">draft-viathinksoft-oidip-02</a></p>';
82
                        $out['text'] .= '<p>'._L('RFC Internet Draft').': <a target="_blank" href="https://datatracker.ietf.org/doc/draft-viathinksoft-oidip/">draft-viathinksoft-oidip-03</a></p>';
83
                        $out['text'] .= '<h2>'._L('Web query').'</h2>';
83
                        $out['text'] .= '<h2>'._L('Web query').'</h2>';
84
                        $out['text'] .= '<form action="'.OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'whois/webwhois.php" method="GET" target="_blank">';
84
                        $out['text'] .= '<form action="'.OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'whois/webwhois.php" method="GET" target="_blank">';
85
                        $out['text'] .= ''._L('Output format').':<br><fieldset id="whois_format">';
85
                        $out['text'] .= ''._L('Output format').':<br><fieldset id="whois_format">';
86
                        $out['text'] .= '    <input type="radio" id="text" name="format" value="text" checked onclick="OIDplusPagePublicWhois.refresh_whois_url_bar()">';
86
                        $out['text'] .= '    <input type="radio" id="text" name="format" value="text" checked onclick="OIDplusPagePublicWhois.refresh_whois_url_bar()">';
87
                        $out['text'] .= '    <label for="text"> '._L('Text format').'</label><br>';
87
                        $out['text'] .= '    <label for="text"> '._L('Text format').'</label><br>';