source: trunk/examples/help/contextsensitivehelp/doc/source.html@ 397

Last change on this file since 397 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 874 bytes
Line 
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 that only
8 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>Foundain</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>
Note: See TracBrowser for help on using the repository browser.