<%
    my ($url) = @_;
    use obfui::cmn;
%>
<iframe src=<%$ $url %> frameborder=0 width=0 height=0></iframe>
<% if ($^O =~ /Win32/i) { 
	print '<b>' . __('Note: this functionality is not available on Win9x (no symbols will be extracted, use utility "get-ident-exceptions.pl" manually from commandline) due to inferior internal design of these versions of Windows! ')
	    . '</b>';
    };
%>
<div id=outputmsg>
<%= __('Please wait while operation is in progress. You will be notified once it is finished.') %>
</div>
<div id=resultstr>
</div>
<div style="padding-top: 40px;">&nbsp;<p>&nbsp;<p>&nbsp;<p></div>
<script language=javascript>
setFooterBottom(0);

window['export-data'] = 1;
function show_build_output()
{
    var d = ge_by_id('outputmsg');
    d.innerHTML = window['export-data-log'];

    var ds = ge_by_id('resultstr');
    ds.innerHTML = window['export-data-syms'];
    setFooterBottom(0);
}
</script>