<%
    my ($retcode,$tracestr,$duration,$resstr) = @_;
    use obfui::cmn;
%>
<div id=contentlog>
<% if ($retcode) { %>
<%= __('Operation has failed. The following output was produced') %>
<% } else { 
    print 

    sprintf(__('Operation has succeeded in %d seconds. '),$duration)
    . __('Just cut the list of symbols below  and paste it to ')
    . '<a href=syms.edituser.main>' . __('your list of exceptions') .
    '</a>' . __('The fllowing output was produced while building list:');
} %>
<pre>
<%$ $tracestr %>
</pre>
</div>
<div id=contentsyms>
<pre>
<%$ $resstr %>
</pre>
</div>
<div style="padding-top: 40px;">&nbsp;<p>&nbsp;<p>&nbsp;<p></div>
<script language=javascript>
<!--
window.parent['export-data-log'] =   ge_by_id('contentlog').innerHTML;
window.parent['export-data-syms'] =   ge_by_id('contentsyms').innerHTML;
-->
</script>
