examples/help/contextsensitivehelp/doc/source.html
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3     <head>
       
     4         <title>Water Source</title>
       
     5     </head>
       
     6     <body>
       
     7         The current pipe system connects to four different sources. Be aware
       
     8         that only a limited amount of water can be taken from some sources.
       
     9         <br>
       
    10         <table border=1>
       
    11             <tr>
       
    12                 <td>Source</td>
       
    13                 <td>Amount</td>
       
    14             </tr>
       
    15             <tr>
       
    16                 <td>Fountain</td>
       
    17                 <td>4000</td>
       
    18             </tr>
       
    19             <tr>
       
    20                 <td>River</td>
       
    21                 <td>6000</td>
       
    22             </tr>
       
    23             <tr>
       
    24                 <td>Lake</td>
       
    25                 <td>10000</td>
       
    26             </tr>
       
    27             <tr>
       
    28                 <td>Public Water System</td>
       
    29                 <td>unlimited</td>
       
    30             </tr>
       
    31         </table>
       
    32     </body>
       
    33 </html>