comparison materials/info.php @ 330:27356bea526a misc

Comment added.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 Dec 2015 03:04:48 +0200
parents 0e4b2c94b75d
children 7e6ca29133bb
comparison
equal deleted inserted replaced
329:0e4b2c94b75d 330:27356bea526a
271 while (list($a, $b) = each($typeMats)) 271 while (list($a, $b) = each($typeMats))
272 echo " <b>+</b> ".stGetMatLink($b); 272 echo " <b>+</b> ".stGetMatLink($b);
273 echo "</p>\n"; 273 echo "</p>\n";
274 */ 274 */
275 275
276 //
277 // Show mix table for this material
278 //
276 echo "<h3>Mixtable</h3>\n"; 279 echo "<h3>Mixtable</h3>\n";
277 if (count($alloyTable[$setShowMat]) > 0) 280 if (count($alloyTable[$setShowMat]) > 0)
278 { 281 {
279 echo 282 echo
280 "<table class=\"matTable\">". 283 "<table class=\"matTable\">".