changeset 157:20246c97e773 misc

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Dec 2010 16:32:48 +0000
parents 51354f264ebc
children 922d2e388314
files materials/alloy.php
diffstat 1 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/materials/alloy.php	Wed Dec 22 12:39:53 2010 +0000
+++ b/materials/alloy.php	Wed Dec 22 16:32:48 2010 +0000
@@ -44,12 +44,12 @@
 
 printPageHeader($pageTitle, "
  <style type=\"text/css\">
-   td.hits20 a { color: black; }
-   td.hits20 { background: #0c0; color: black; }
-   td.hits10 { background: #080; }
-   td.hits5  { background: #750; }
-   td.hits0  { background: #420; }
-   td.nohits { background: black; }
+   .hits20 a { color: black; }
+   .hits20 { background: #0c0; color: black; }
+   .hits10 { background: #080; }
+   .hits5  { background: #750; }
+   .hits0  { background: #420; }
+   .nohits { background: black; }
  </style>
 ");
 ?>
@@ -63,9 +63,15 @@
    <br />
    <ul>
     <li><b>Also available in <a href="alloys.txt">ASCII plaintext format</a>.</b></li>
-    <li>Only 2-material alloys are supported by this browser.</li>
+    <li>Only 2-material alloys are currently supported by this browser.
+    <b>Yes, I know some you think that this project is "useless".</b></li>
     <li>There may be bugs and lots of combinations are not researched yet.</li>
-    <li><b>You can now help! We have a <a href="submit.php">submission form</a>!</b> We also have <a href="stats.php">submitter statistics</a>.</li>
+<!--
+    <li><b>You can now help! We have a <a href="submit.php">submission form</a>!</b>
+    We also have <a href="stats.php">submitter statistics</a>.</li>
+-->
+    <li>The cell colour reflects how "reliable" the information is: <b><span class="hits0">1-4 tries</span>, <span class="hits5">5-9 tries</span>,
+    <span class="hits10">10-19 tries</span>, <span class="hits20">20 or more</span></b>.</li>
    </ul>
   </td>
  </tr>