comparison reproctool.cgi @ 49:e0dd561faac1

Added warning about stackless processing.
author df
date Wed, 28 Jan 2009 18:32:15 +0000
parents 9c55ad1214ee
children 2545b24a2e31
comparison
equal deleted inserted replaced
48:9c55ad1214ee 49:e0dd561faac1
392 </tr> 392 </tr>
393 </table> 393 </table>
394 <hr> 394 <hr>
395 <p /> 395 <p />
396 <h1>Totals</h1> 396 <h1>Totals</h1>
397 Note: This is assuming you exactly got 1 item stacked per item listed. (This tool
398 does not take the stacked size into account.<br />
397 END 399 END
398 # TODO: df wonders if there is a std::map :) 400 # TODO: df wonders if there is a std::map :)
399 print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "<p />\n"; 401 print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "<br />\n";
400 print "<br />Trit: " . pretty_numbers( $totalTrit ) if ($totalTrit>0); 402 print "<br />Trit: " . pretty_numbers( $totalTrit ) if ($totalTrit>0);
401 print "<br />Py: " . pretty_numbers( $totalPyer ) if ($totalPyer>0); 403 print "<br />Py: " . pretty_numbers( $totalPyer ) if ($totalPyer>0);
402 print "<br />Mex: " . pretty_numbers( $totalMexa ) if ($totalMexa>0); 404 print "<br />Mex: " . pretty_numbers( $totalMexa ) if ($totalMexa>0);
403 print "<br />Iso: " . pretty_numbers( $totalIsog ) if ($totalIsog>0); 405 print "<br />Iso: " . pretty_numbers( $totalIsog ) if ($totalIsog>0);
404 print "<br />Nox: " . pretty_numbers( $totalNocx ) if ($totalNocx>0); 406 print "<br />Nox: " . pretty_numbers( $totalNocx ) if ($totalNocx>0);